diff --git a/components/lif/mdr_client/resources/openapi_constrained_with_interactions.json b/components/lif/mdr_client/resources/openapi_constrained_with_interactions.json index 0e78fa5..916bb03 100644 --- a/components/lif/mdr_client/resources/openapi_constrained_with_interactions.json +++ b/components/lif/mdr_client/resources/openapi_constrained_with_interactions.json @@ -1,8639 +1,8628 @@ { - "openapi": "3.0.0", - "info": { - "title": "Machine-Readable Schema for StateU LIF", - "version": "1.0", - "description": "OpenAPI Spec" - }, - "paths": { - - }, - "components": { - "schemas": { - "Person": { - "type": "array", - "required": [ - - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "CourseLearningExperience": { - "type": "array", - "required": [ - "identifier", - "informationSourceId", - "informationSourceOrganization", - "name" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 556, - "Name": "identifier", - "UniqueName": "Person.CourseLearningExperience.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "startDate": { - "Id": 561, - "Name": "startDate", - "UniqueName": "Person.CourseLearningExperience.startDate", - "Description": "The date on which the enrollment status began related to a student enrolled in an instance of a course.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "If present, this would take presidence over courseAddDate (unless using both)?", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "endDate": { - "Id": 562, - "Name": "endDate", - "UniqueName": "Person.CourseLearningExperience.endDate", - "Description": "The date on which the enrollment status ended related to a student enrolled in an instance of a course.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 1921, - "Name": "name", - "UniqueName": "CourseLearningExperience.name", - "Description": null, - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T17:17:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "RefCourse": { - "type": "object", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 498, - "Name": "identifier", - "UniqueName": "Course.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:51:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 501, - "Name": "name", - "UniqueName": "Course.name", - "Description": "The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - }, - "RefCredentialAward": { - "type": "object", - "required": [ - "identifier", - "informationSourceId", - "informationSourceOrganization", - "name" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 833, - "Name": "identifier", - "UniqueName": "Person.CredentialAward.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:04:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 1919, - "Name": "name", - "UniqueName": "CredentialAward.name", - "Description": null, - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T17:12:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "assertedByRefPerson": { - "type": "object", - "required": [ - - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - - } - }, - "RefCourseLearningExperience": { - "type": "object", - "required": [ - "identifier", - "informationSourceId", - "informationSourceOrganization", - "name" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 556, - "Name": "identifier", - "UniqueName": "Person.CourseLearningExperience.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 1921, - "Name": "name", - "UniqueName": "CourseLearningExperience.name", - "Description": null, - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T17:17:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "RefEmploymentLearningExperience": { - "type": "object", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 1132, - "Name": "identifier", - "UniqueName": "Person.EmploymentLearningExperience.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": "unique identifier for an employment class", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 1133, - "Name": "name", - "UniqueName": "Person.EmploymentLearningExperience.name", - "Description": "The descriptive name of a person's position.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "this can be position specific or \"current\" on the top level class?", - "CreationDate": null, - "ActivationDate": "2025-11-26T22:27:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - }, - "RefProficiency": { - "type": "object", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 296, - "Name": "identifier", - "UniqueName": "Person.Proficiency.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:51:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 298, - "Name": "name", - "UniqueName": "Person.Proficiency.name", - "Description": null, - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T23:29:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "CredentialAward": { - "type": "array", - "required": [ - "identifier", - "informationSourceId", - "informationSourceOrganization", - "name" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 833, - "Name": "identifier", - "UniqueName": "Person.CredentialAward.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:04:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "uri": { - "Id": 834, - "Name": "uri", - "UniqueName": "Person.CredentialAward.uri", - "Description": "A unique IRI for the issued credential award.", - "UseConsiderations": "Ensure that missing data is not used as a negative.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "expirationDate": { - "Id": 835, - "Name": "expirationDate", - "UniqueName": "Person.CredentialAward.expirationDate", - "Description": "The expiration date of the credential, after which the credential will no longer be valid for the awardee.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "awardIssueDate": { - "Id": 836, - "Name": "awardIssueDate", - "UniqueName": "Person.CredentialAward.awardIssueDate", - "Description": "Date the credential was asserted/awarded.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:26:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "credentialAwardee": { - "Id": 837, - "Name": "credentialAwardee", - "UniqueName": "Person.CredentialAward.credentialAwardee", - "Description": "The person (subject) about which claims are made and who owns and has been awarded the credential.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:26:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "result": { - "Id": 838, - "Name": "result", - "UniqueName": "Person.CredentialAward.result", - "Description": "The set of results being asserted.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "Yes", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "creditsEarned": { - "Id": 839, - "Name": "creditsEarned", - "UniqueName": "Person.CredentialAward.creditsEarned", - "Description": "The number of credits earned, generally in semester or quarter credit hours. This field correlates with the Achievement creditsAvailable field.", - "UseConsiderations": "Ensure that missing data is not used as a negative.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "proof": { - "Id": 845, - "Name": "proof", - "UniqueName": "Person.CredentialAward.proof", - "Description": null, - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "termsOfUse": { - "Id": 846, - "Name": "termsOfUse", - "UniqueName": "Person.CredentialAward.termsOfUse", - "Description": null, - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "selfAsserted": { - "Id": 857, - "Name": "selfAsserted", - "UniqueName": "Person.CredentialAward.selfAsserted", - "Description": "If True, the credential has been Self Asserted", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "awardStatus": { - "Id": 858, - "Name": "awardStatus", - "UniqueName": "Person.CredentialAward.awardStatus", - "Description": "The status of the awarded credential or achievement.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "revoked": { - "Id": 859, - "Name": "revoked", - "UniqueName": "Person.CredentialAward.revoked", - "Description": "Indicates if the assertion of the credential has been revoked, thus invalidating the award.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Open Badges v2", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "revocationReason": { - "Id": 860, - "Name": "revocationReason", - "UniqueName": "Person.CredentialAward.revocationReason", - "Description": "Published reason for revocation, if the credential award has been revoked", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Open Badges v2", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "narrative": { - "Id": 861, - "Name": "narrative", - "UniqueName": "Person.CredentialAward.narrative", - "Description": "A narrative describing the work that the awardee did to earn the credential award.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Open Badges v2", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "payload": { - "Id": 862, - "Name": "payload", - "UniqueName": "Person.CredentialAward.payload", - "Description": "Entire payload of the credential and credential award.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "signedPayload": { - "Id": 863, - "Name": "signedPayload", - "UniqueName": "Person.CredentialAward.signedPayload", - "Description": "Signed version of the entire payload of the credential and credential award.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "instanceOfCredential": { - "Id": 1873, - "Name": "instanceOfCredential", - "UniqueName": "Person.CredentialAward.instanceOfCredential", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": null, - "Array": null, - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:35:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "verificationType": { - "Id": 1874, - "Name": "verificationType", - "UniqueName": "Person.CredentialAward.verificationType", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:36:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 1919, - "Name": "name", - "UniqueName": "CredentialAward.name", - "Description": null, - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T17:12:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "Identity": { - "type": "array", - "required": [ - "identityHash", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "hashed": { - "Id": 841, - "Name": "hashed", - "UniqueName": "Person.CredentialAward.Identity.hashed", - "Description": "Whether or not the identityHash value is hashed.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "identityHash": { - "Id": 842, - "Name": "identityHash", - "UniqueName": "Person.CredentialAward.Identity.identityHash", - "Description": "A String consisting of an algorithm identifier, a $ separator, and a hash across an identifier and an optionally appended salt string. The only supported algorithms are MD5 [RFC1321] and SHA-256 [FIPS-180-4], identified by the strings 'md5' and 'sha256' respectively. Identifiers and salts MUST be encoded in UTF-8 prior to hashing, and the resulting hash MUST be expressed in hexadecimal using uppercase (A-F, 0-9) or lowercase character (a-f, 0-9) sets. For example: 'sha256$b5809d8a92f8858436d7e6b87c12ebc0ae1eac4baecc2c0b913aee2c922ef399' represents the result of calculating a SHA-256 hash on the string 'a@example.comKosher'. in which the email identifier 'a@example.com' is salted with 'Kosher'", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T23:25:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "identityType": { - "Id": 843, - "Name": "identityType", - "UniqueName": "Person.CredentialAward.Identity.identityType", - "Description": "The identity type.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "salt": { - "Id": 844, - "Name": "salt", - "UniqueName": "Person.CredentialAward.Identity.salt", - "Description": "If the identityHash is hashed, this should contain the string used to salt the hash. If this value is not provided, it should be assumed that the hash was not salted.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1935, - "Name": "identifier", - "UniqueName": "Identity.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:22:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "InstanceOfRefCredential": { - "type": "object", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 792, - "Name": "identifier", - "UniqueName": "Credential.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "Should be able to have more than one ID, must be coupled with idType", - "CreationDate": null, - "ActivationDate": "2025-12-01T22:13:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 796, - "Name": "name", - "UniqueName": "Credential.name", - "Description": "Name of the credential.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:11:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "EmploymentLearningExperience": { - "type": "array", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 1132, - "Name": "identifier", - "UniqueName": "Person.EmploymentLearningExperience.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": "unique identifier for an employment class", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 1133, - "Name": "name", - "UniqueName": "Person.EmploymentLearningExperience.name", - "Description": "The descriptive name of a person's position.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "this can be position specific or \"current\" on the top level class?", - "CreationDate": null, - "ActivationDate": "2025-11-26T22:27:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "startDate": { - "Id": 1136, - "Name": "startDate", - "UniqueName": "Person.EmploymentLearningExperience.startDate", - "Description": "Date the validity or usefulness of the information in this resource begins.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "could have an overall start and end date related to the org. And separate ones for wage history.", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "endDate": { - "Id": 1137, - "Name": "endDate", - "UniqueName": "Person.EmploymentLearningExperience.endDate", - "Description": "Date some event or activity ends.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:28:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "RefPosition": { - "type": "object", - "required": [ - "name", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "name": { - "Id": 1102, - "Name": "name", - "UniqueName": "Position.name", - "Description": "The descriptive name of a person's position.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "this can be position specific or \"current\" on the top level class?", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1939, - "Name": "identifier", - "UniqueName": "Position.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:25:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "assertedByRefPerson": { - "type": "object", - "required": [ - - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - - } - }, - "RefProficiency": { - "type": "object", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 296, - "Name": "identifier", - "UniqueName": "Person.Proficiency.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:51:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 298, - "Name": "name", - "UniqueName": "Person.Proficiency.name", - "Description": null, - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T23:29:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - }, - "RefCourseLearningExperience": { - "type": "object", - "required": [ - "identifier", - "informationSourceId", - "informationSourceOrganization", - "name" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 556, - "Name": "identifier", - "UniqueName": "Person.CourseLearningExperience.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 1921, - "Name": "name", - "UniqueName": "CourseLearningExperience.name", - "Description": null, - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T17:17:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "RefCredentialAward": { - "type": "object", - "required": [ - "identifier", - "informationSourceId", - "informationSourceOrganization", - "name" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 833, - "Name": "identifier", - "UniqueName": "Person.CredentialAward.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:04:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 1919, - "Name": "name", - "UniqueName": "CredentialAward.name", - "Description": null, - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T17:12:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "RefEmploymentLearningExperience": { - "type": "object", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 1132, - "Name": "identifier", - "UniqueName": "Person.EmploymentLearningExperience.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": "unique identifier for an employment class", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 1133, - "Name": "name", - "UniqueName": "Person.EmploymentLearningExperience.name", - "Description": "The descriptive name of a person's position.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "this can be position specific or \"current\" on the top level class?", - "CreationDate": null, - "ActivationDate": "2025-11-26T22:27:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "Name": { - "type": "array", - "required": [ - "firstName", - "lastName", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "In the treatment of a person name by the Learner Information Framework (LIF) and associated technologies, may users of LIF always center the human story of a person's name, how important it is to them, it\u2019s cultural connectedness to people and land, how people traverse multiple ways of \u201cnaming\u201d and the impact of \u201cnaming\u201d on our stories, experiences and the opportunities it may connect (or disconnect) us to/from. Using and treating data on people's names can raise several equity issues due to the diversity of naming conventions across cultures and ethnicities. Some of these equity issues include:\n1. Many of the data standards from which LIF draws its normative data model, and as to user of LIF, these systems are designed with Western naming conventions in mind, which can marginalize individuals with non-Western names. This bias can lead to inaccuracies in data analysis and decision-making processes. For example, we made recommendations for the separation of \u201cname\u201d and \u201cname type\u201d as well as inclusion of multiple characters, unlimited character length, etc). \n2. The variety of ways the standards treat \u201cperson name\u201d shows limited interoperability between system-standards, which ultimately may lead to multiple records with different ways names are recorded, managed, and/or used. This Inaccurate or incomplete data due to mishandling of names can lead to biased analyses and decision-making, ultimately reinforcing existing disparities in society.\n3. Many of the standards, and the normative model, collapse \u201cname\u201d and \u201cname type\u201d into each other. Given the sensitivities and human implications for name changes, as well as the type of name (e.g., preferred, legal, given/gifted etc), we lean\u2019t into AACRAO report on student identity for recommendations on how learners/students prefer to record and include their names.\n4. Most of the standards systems encourage the standardization of names, which can overlook variations in spelling, pronunciation, and order of names across different cultures. This can result in the erasure of cultural identities and misrepresentation of individuals.\n5. Most of the standards did not include an option for people from indigenous communities to record their Nation Tribe, or their name type as belong to their nation tribe. We leaned into research from the BIA.gov and recommend adding this to the normative model to improve inclusivity and cultural responsiveness to the naming conventions of our first nations peoples. \n6. Collecting full names without proper consent or understanding of cultural sensitivities can infringe on individuals' privacy rights, especially in contexts where certain names may carry social or political implications. For example, having strict guardrails on when/how \u201clegal name\u201d vs. \u201cpreferred name\u201d is used and who has access to the \n\nFor LIF purposes, our recommendation is that IF used in normative model, only names which have been consented to including/use by LIF, be included, with flexibility for their design and formatting to allow for cultural differences. \n\n\u201cTitle\u201d \u201cSuffix\u201d and \u201cprefix\u201d components of a person\u2019s name are used to provide additional information about a person's name. Using and treating data on people's titles can raise several equity issues.\n1. One argument for the inclusion of titles in normative data models is they may provide contextual information about an individual's identity and social status, and when used correctly, may ensure that individuals are addressed and identified appropriately, respects their social and professional distinctions.\n2. Traditional titles and honorifics often assume binary gender categories and may not adequately reflect the diversity of gender or social identities, may not be universally understood or used in all cultures or communities; and standardized forms may not accommodate all cultural or social variations in naming practices. For example, \"Mr.\" for men and \"Mrs.\" for married women. These assumptions about gender roles or marital status based on titles may not align with individuals' cultural norms or preferences. This binary classification can exclude and do harm to individuals who do not identify within these categories, such as non-binary or gender non-conforming individuals.\n3. Name suffixes, such as \"Jr.\" or \"III,\" can sometimes reveal familial relationships or generational information. Collecting this data without consent or proper safeguards may infringe on individuals' privacy rights and expose them to risks like identity theft or targeted advertising.\n4. Name suffixes may intersect with other aspects of an individual's identity, such as race, ethnicity, or gender. Failing to consider these intersections can perpetuate systemic inequalities and hinder efforts to promote equity and social justice.\n5. Different cultures may have specific titles or honorifics that hold significance and should be respected in data collection processes. Failing to accommodate these cultural variations can lead to erasure and marginalization of certain communities.\n6. Further, some individuals may not use titles, prefixes, or suffixes at all in their names, or they may have unconventional naming customs that are not recognized by standardized systems.\n6. Inaccurate or incomplete data on titles and prefixes can lead to biased analyses and decision-making, especially in contexts such as healthcare or academic research where precise demographic information is crucial. \n7. Failing to accommodate these variations of the use of \u201ctitles, suffix, and/or prefix\u201d can marginalize certain groups and perpetuate cultural biases. \n\nFor LIF purposes, our recommendation is that if used in normative model, only titles, prefix and affix which have been consented to including/use, and which pertain to qualifications, credentials, work, learning, cultural significance and/or honorifics be included, with flexibility for their design and formatting to allow for cultural differences. Titles, prefix and suffix which pertain to social, generational, marital or gender status should not be included to not perpetuate inequalities and expose learner to harm.", - "x-mutable": false, - "x-queryable": false, - "properties": { - "firstName": { - "Id": 1284, - "Name": "firstName", - "UniqueName": "Person.Name.firstName", - "Description": "The first name of a person or individual, further defined by nameType", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "lastName": { - "Id": 1285, - "Name": "lastName", - "UniqueName": "Person.Name.lastName", - "Description": "The last name of a person or individual", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1937, - "Name": "identifier", - "UniqueName": "Name.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:23:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "Proficiency": { - "type": "array", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 296, - "Name": "identifier", - "UniqueName": "Person.Proficiency.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:51:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 298, - "Name": "name", - "UniqueName": "Person.Proficiency.name", - "Description": null, - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T23:29:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "description": { - "Id": 299, - "Name": "description", - "UniqueName": "Person.Proficiency.description", - "Description": null, - "UseConsiderations": "This description will be highly subjective and should be used in connection with information about who crafted the description. Note - the information about the origination of the description is available elsewhere in the model.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "RefCredentialAward": { - "type": "object", - "required": [ - "identifier", - "informationSourceId", - "informationSourceOrganization", - "name" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 833, - "Name": "identifier", - "UniqueName": "Person.CredentialAward.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:04:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 1919, - "Name": "name", - "UniqueName": "CredentialAward.name", - "Description": null, - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T17:12:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "Contact": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "Using or treating someone's contact information can have several equity implications, particularly concerning privacy, consent, and potential misuse.", - "x-mutable": false, - "x-queryable": false, - "properties": { - "websiteAddress": { - "Id": 1330, - "Name": "websiteAddress", - "UniqueName": "Common.Contact.websiteAddress", - "Description": "The Uniform Resource Locator (URL) for the unique address of a Web page.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "dateEffective": { - "Id": 1331, - "Name": "dateEffective", - "UniqueName": "Common.Contact.dateEffective", - "Description": "The effective date for which the contact is valid.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Ed-Fi v5", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "dateExpired": { - "Id": 1332, - "Name": "dateExpired", - "UniqueName": "Common.Contact.dateExpired", - "Description": "The expired date for which the contact is valid.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Ed-Fi v5", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1905, - "Name": "identifier", - "UniqueName": "Organization.Contact.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T18:22:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "Address": { - "type": "array", - "required": [ - "addressStreet", - "addressCity", - "addressState", - "addressPostalCode", - "countryCode", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "Using and treating data on someone's physical address, be it personal, home, work etc., can have significant equity implications, particularly concerning privacy, security, and socioeconomic disparities and especially for people from marginalized communities. \n\nLIF implementors need to be responsible in the ways we design and use data models to serve in the use and transformation of people\u2019s address data, requiring a holistic approach that acknowledges the historical injustices in the use of address data. \n\nIt is important we center the discussion of address in the history of how address data and information in the USA on \u201cwhere people live\u201d \u201creside\u201d \u201care from\u201d and \u201ctheir address status\u201d (e.g., nonresident, resident, people experiencing homeless) has been for centuries and still is used against people, especially indigenous communities (i.e., displacement, forced relocation), people from black and immigrant communities (e.g., redlining, economic disparities), homeless, and refugee communities. The treatment and use of this data has resulted in limiting people's access to safety and security, as well as learning, work and financial opportunities continuing systemic marginalization based on address and location data and information. \n\nConsiderations around \u201caddress\u201d for indigenous and first nations peoples:\n1. Throughout history, Indigenous and first nations peoples in the USA have faced forced relocation from their ancestral lands, often to reservations or urban areas. Using or treating data on their addresses can serve as a reminder of this history of displacement and the ongoing impacts on Indigenous communities' access to resources and services.\n2. Indigenous communities have voiced concerns about the collection and use of their address data by external entities without their consent or meaningful participation. Address data collection efforts must respect Indigenous principles of data sovereignty, self-determination, and privacy, and involve community engagement.\n3. Address data collected from Indigenous communities may be vulnerable to misuse or discriminatory practices, such as racial profiling by law enforcement or targeting by predatory vendors and service providers. Ensuring the ethical and responsible use of address data is essential to prevent further harm and uphold principles of equity and justice.\n\nConsiderations around \u201caddress\u201d for people experiencing homelessness:\n - Historically, people experiencing homelessness have been stigmatized and marginalized, facing discrimination in housing, employment, and access to services. Collecting data on their addresses can perpetuate this stigma and potentially expose them to further discrimination or harassment.\n- Homeless individuals may have legitimate concerns about the privacy and safety of their personal information, including their addresses. Collecting data on their addresses without adequate safeguards or assurances of confidentiality can further erode their trust in institutions and discourage them from seeking assistance or support services.\n- Someone who is experiencing homelessness should have the opportunity to demonstrate their skills in a manner that is accessible, without having to provide an address or other identifying information, and be able to benefit from LIF in order to help to improve their life circumstances.\n\nConsiderations around \u201caddress\u201d for people from black and immigrant communities:\n- Historically, Black communities have been subject to discriminatory housing practices, including redlining, which systematically denied access to mortgage loans and homeownership opportunities based on race. Collecting data on addresses within these communities may reflect the legacy of segregation and economic disenfranchisement, perpetuating disparities in wealth, housing quality, and access to resources.\n- Immigrant communities, particularly those from marginalized backgrounds, have faced discriminatory policies and practices that restrict their access to housing, employment, education, and healthcare. Collecting data on addresses within immigrant communities may expose individuals and families to heightened surveillance, immigration enforcement, and xenophobic attacks, contributing to feelings of insecurity and fear.\n- Black and immigrant communities are disproportionately targeted for surveillance, policing, and criminalization. Collecting data on addresses within these communities may facilitate racial profiling, discriminatory policing practices, and surveillance technologies, leading to harassment, violence, and incarceration.\n\nGeneral considerations and recommendations:\n- Considering the foundational premise of LIF is intended to serve people from marginalized and underrepresented communities, it is important to recognize that sharing a street address can be sensitive for some people, dignity, respect and compassion should be priority. \n- That address is optional, and not required for a learner to be able to benefit from LIF. \n- That the format for address adopts a generic international address format, i.e, not US centric to allow for multiple address formats.\n -That people can consent to the use and treatment of address in a manner that is best suited to them, and choosing to not include an address should not preclude a learner from being able to benefit from LIF. \n- If used for research purposes, an explanation about how address will be used, in an accessible manner, and informed manner.", - "x-mutable": false, - "x-queryable": false, - "properties": { - "addressType": { - "Id": 1306, - "Name": "addressType", - "UniqueName": "Common.Contact.Address.addressType", - "Description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "Yes", - "SourceModel": "CEDS", - "Notes": "Merged addressTypeLearner & Staff together as addressType.", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "addressStreet": { - "Id": 1307, - "Name": "addressStreet", - "UniqueName": "Common.Contact.Address.addressStreet", - "Description": "The street number and street name or post office box number of an address.", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "addressLine2": { - "Id": 1308, - "Name": "addressLine2", - "UniqueName": "Common.Contact.Address.addressLine2", - "Description": "The apartment, room, or suite number of an address.", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "MP: either decide to have a single address that includes unit, bldg number, contact, etc. or have an addressLine2 (etc.) to have a generic placeholder", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "addressCity": { - "Id": 1309, - "Name": "addressCity", - "UniqueName": "Common.Contact.Address.addressCity", - "Description": "The name of the city in which an address is located.", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "addressState": { - "Id": 1310, - "Name": "addressState", - "UniqueName": "Common.Contact.Address.addressState", - "Description": "The abbreviation for the state (within the United States) or outlying area in which an address is located.", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": 287, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false, - "enum": [ - "WestVirginia", - "Wyoming", - "Michigan", - "AmericanSamoa", - "Arkansas", - "Arizona", - "California", - "Colorado", - "Connecticut", - "Delaware", - "Florida", - "Georgia", - "Guam", - "Hawaii", - "Iowa", - "Idaho", - "Illinois", - "Indiana", - "ArmedForcesAfricaCanadaEuropeAndMideast", - "Alaska", - "Alabama", - "DistrictOfColumbia", - "FederatedStatesOfMicronesia", - "ArmedForcesAmerica", - "Maine", - "Minnesota", - "Missouri", - "NorthernMarianas", - "ArmedForcesPacific", - "Kansas", - "Kentucky", - "Louisiana", - "Massachusetts", - "MarshallIslands", - "Maryland", - "Mississippi", - "Montana", - "Nebraska", - "Nevada", - "Ohio", - "Oklahoma", - "Oregon", - "Pennsylvania", - "Palau", - "Tennessee", - "Texas", - "Utah", - "Virginia", - "Vermont", - "Washington", - "Wisconsin", - "NewYork", - "PuertoRico", - "RhodeIsland", - "SouthCarolina", - "SouthDakota", - "VirginIslands", - "NorthCarolina", - "NorthDakota", - "NewHampshire", - "NewJersey", - "NewMexico" - ] - }, - "addressPostalCode": { - "Id": 1311, - "Name": "addressPostalCode", - "UniqueName": "Common.Contact.Address.addressPostalCode", - "Description": "A number that identifies each postal delivery area in a country used as a portion of an address.", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "MP: Suggest the definition should be country generic.", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "addressCountyName": { - "Id": 1312, - "Name": "addressCountyName", - "UniqueName": "Common.Contact.Address.addressCountyName", - "Description": "The name of the county, parish, borough, or comparable unit (within a state) in which an address is located.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "countryCode": { - "Id": 1313, - "Name": "countryCode", - "UniqueName": "Common.Contact.Address.countryCode", - "Description": "The unique two character International Organization for Standardization (ISO) code for the country in which an address is located.", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "latitude": { - "Id": 1316, - "Name": "latitude", - "UniqueName": "Common.Contact.Address.latitude", - "Description": "The north or south angular distance from the equator that, when combined with longitude, reflects an estimation of where the address is physically situated.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "number", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "longitude": { - "Id": 1317, - "Name": "longitude", - "UniqueName": "Common.Contact.Address.longitude", - "Description": "The east or west angular distance from the prime meridian that, when combined with latitude, reflects an estimation of where the address is physically situated.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "number", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "formattedAddress": { - "Id": 1318, - "Name": "formattedAddress", - "UniqueName": "Common.Contact.Address.formattedAddress", - "Description": "Formatted address", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "HR Open", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "residenceCountry": { - "Id": 1319, - "Name": "residenceCountry", - "UniqueName": "Common.Contact.Address.residenceCountry", - "Description": "The country (or countries) where a person currently resides.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "Yes", - "SourceModel": "HR Open", - "Notes": "MP: probably not in a generic address class. Could possible derive if there is an effective date on the address.", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "dateEffective": { - "Id": 1320, - "Name": "dateEffective", - "UniqueName": "Common.Contact.Address.dateEffective", - "Description": "The effective date for which the address is valid. For physical addresses, the periods in which the person lived at that address.", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": "CM 3/11: Brought over from Person", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "dateExpired": { - "Id": 1321, - "Name": "dateExpired", - "UniqueName": "Common.Contact.Address.dateExpired", - "Description": "The expired date for which the address is valid. For physical addresses, the periods in which the person lived at that address.", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": "CM 3/11: Brought over from Person\n2024-08-09: Mary and Abhishek: We have created Contact entity at the root level in the Person workbook and added the inter-entity link between Organization and Contact, also the Contact in Person already has Address as sub-entity, so this field is marked as Ignore = Yes.", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1924, - "Name": "identifier", - "UniqueName": "Address.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:14:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "Email": { - "type": "array", - "required": [ - "emailAddress", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "emailAddress": { - "Id": 1288, - "Name": "emailAddress", - "UniqueName": "Common.Contact.Email.emailAddress", - "Description": "The numbers, letters, and symbols used to identify an electronic mail (Email) address of an individual or person.", - "UseConsiderations": "Only use if consent has been verified. Consider how the system will use multiple email addresses for connecting/matching records.\nConsider how we will accommodate in our model for special characters from other languages.\nConsider if we will need a means of verifying an email address.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "Yes", - "SourceModel": "CEDS-Edited", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "emailAddressType": { - "Id": 1289, - "Name": "emailAddressType", - "UniqueName": "Common.Contact.Email.emailAddressType", - "Description": "The type of electronic mail (e-mail) address listed for an individual or person.", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "Yes", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "primaryEmailAddressIndicator": { - "Id": 1335, - "Name": "primaryEmailAddressIndicator", - "UniqueName": "Common.Contact.Email.primaryEmailAddressIndicator", - "Description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Ed-Fi", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "startPeriod": { - "Id": 1336, - "Name": "startPeriod", - "UniqueName": "Common.Contact.Email.startPeriod", - "Description": "Single period between date/times.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "HR Open", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "endPeriod": { - "Id": 1337, - "Name": "endPeriod", - "UniqueName": "Common.Contact.Email.endPeriod", - "Description": "Single period between date/times.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "HR Open", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1925, - "Name": "identifier", - "UniqueName": "Email.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:14:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "Telephone": { - "type": "array", - "required": [ - "telephoneNumber", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "telephoneNumber": { - "Id": 1340, - "Name": "telephoneNumber", - "UniqueName": "Common.Contact.Telephone.telephoneNumber", - "Description": "The telephone number including the area code, and extension, if applicable.", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "Yes", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "telephoneNumberType": { - "Id": 1341, - "Name": "telephoneNumberType", - "UniqueName": "Common.Contact.Telephone.telephoneNumberType", - "Description": "The type of communication number listed for a person.", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "Yes", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "primaryNumber": { - "Id": 1342, - "Name": "primaryNumber", - "UniqueName": "Common.Contact.Telephone.primaryNumber", - "Description": "An indication that the telephone number should be used as the principal number for a person or organization.", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "orderOfPriority": { - "Id": 1343, - "Name": "orderOfPriority", - "UniqueName": "Common.Contact.Telephone.orderOfPriority", - "Description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", - "UseConsiderations": "Only used if consent is verified. Only use if priority list i generated by the individual or person", - "DataModelId": 1, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Ed-Fi", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "doNotPublishIndicator": { - "Id": 1344, - "Name": "doNotPublishIndicator", - "UniqueName": "Common.Contact.Telephone.doNotPublishIndicator", - "Description": "An indication that the telephone number should not be published. This may be a number that is confidential, private, or should not be shared.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Ed-Fi", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "textMessageCapabilityIndicator": { - "Id": 1345, - "Name": "textMessageCapabilityIndicator", - "UniqueName": "Common.Contact.Telephone.textMessageCapabilityIndicator", - "Description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Ed-Fi", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "dateEffective": { - "Id": 1346, - "Name": "dateEffective", - "UniqueName": "Common.Contact.Telephone.dateEffective", - "Description": "Single period between date/times.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "HR Open", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "dateExpired": { - "Id": 1347, - "Name": "dateExpired", - "UniqueName": "Common.Contact.Telephone.dateExpired", - "Description": "Single period between date/times.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "HR Open", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1926, - "Name": "identifier", - "UniqueName": "Telephone.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:15:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "Identifier": { - "type": "array", - "required": [ - "identifier", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 1290, - "Name": "identifier", - "UniqueName": "Common.Identifier.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS-Edited", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:14:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": true - }, - "identifierType": { - "Id": 1291, - "Name": "identifierType", - "UniqueName": "Common.Identifier.identifierType", - "Description": "The types of sources of identifiers used to uniquely identify the entity", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:14:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": true - }, - "identifierVerification": { - "Id": 1292, - "Name": "identifierVerification", - "UniqueName": "Common.Identifier.identifierVerification", - "Description": "The evidence by which a persons name, address, date of birth, etc. is confirmed.", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "Yes", - "SourceModel": "CEDS", - "Notes": "(ChrisM - 1/8/24) Does this element need a value set?", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - }, - "EmploymentPreferences": { - "type": "array", - "required": [ - "organizationNames", - "organizationTypes", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "organizationNames": { - "Id": 1875, - "Name": "organizationNames", - "UniqueName": "Person.EmploymentPreferences.organizationNames", - "Description": "The names of the preferred employment organizations.", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "Yes", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:36:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "organizationTypes": { - "Id": 1876, - "Name": "organizationTypes", - "UniqueName": "Person.employmentPreferences.organizationTypes", - "Description": "The preferred organization types.", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "Yes", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:37:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1945, - "Name": "identifier", - "UniqueName": "EmploymentPreferences.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:21:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "Narrative": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "name": { - "Id": 1862, - "Name": "name", - "UniqueName": "Narrative.name", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T20:54:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1943, - "Name": "identifier", - "UniqueName": "Narrative.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:19:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "Texts": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1944, - "Name": "identifier", - "UniqueName": "Texts.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:20:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "PositionPreferences": { - "type": "array", - "required": [ - "positionOfferingTypeCodes", - "positionScheduleTypeCodes", - "positionTitles", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "positionOfferingTypeCodes": { - "Id": 1864, - "Name": "positionOfferingTypeCodes", - "UniqueName": "Person.positionPreferences.positionOfferingTypeCodes", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "Yes", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T20:57:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "positionScheduleTypeCodes": { - "Id": 1865, - "Name": "positionScheduleTypeCodes", - "UniqueName": "Person.PositionPreferences.positionScheduleTypeCodes", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "Yes", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:23:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "positionTitles": { - "Id": 1866, - "Name": "positionTitles", - "UniqueName": "Person.PositionPreferences.positionTitles", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "Yes", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:24:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1946, - "Name": "identifier", - "UniqueName": "PositionPreferences.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:30:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "Relocation": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "willingToRelocateIndicator": { - "Id": 1868, - "Name": "willingToRelocateIndicator", - "UniqueName": "Person.PositionPreferences.Relocation.willingToRelocateIndicator", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:26:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "willingToTravelIndicator": { - "Id": 1869, - "Name": "willingToTravelIndicator", - "UniqueName": "willingToTravelIndicator", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:27:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1947, - "Name": "identifier", - "UniqueName": "Relocation.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:34:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "RemoteWork": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "remoteWorkIndicator": { - "Id": 1870, - "Name": "remoteWorkIndicator", - "UniqueName": "Person.PositionPreferences.RemoteWork.remoteWorkIndicator", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:28:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1948, - "Name": "identifier", - "UniqueName": "RemoteWork.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:35:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "Travel": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "percentage": { - "Id": 1871, - "Name": "percentage", - "UniqueName": "Person.PositionPreferences.Travel.percentage", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "number", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:29:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "willingToTravelIndicator": { - "Id": 1872, - "Name": "willingToTravelIndicator", - "UniqueName": "Person.PositionPreferences.Travel.willingToTravelIndicator", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "boolean", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T23:29:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1949, - "Name": "identifier", - "UniqueName": "Travel.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:35:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "offeredByRefRemunerationPackage": { - "type": "object", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1950, - "Name": "identifier", - "UniqueName": "RemunerationPackage.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:37:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "Interactions": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": true, - "x-queryable": false, - "properties": { - "channel": { - "Id": 1883, - "Name": "channel", - "UniqueName": "Person.Interactions.channel", - "Description": "The mechanism used for interaction between an individual and an organization", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "interactionId": { - "Id": 1884, - "Name": "interactionId", - "UniqueName": "Person.Interactions.interactionId", - "Description": "A unique identifier assigned to each interaction between an individual and an organization, whether through a system or a staff member.", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "channelIdentifier": { - "Id": 1885, - "Name": "channelIdentifier", - "UniqueName": "Person.Interactions.channelIdentifier", - "Description": "A unique identifier that specifies the particular channel through which an individual interacted with the organization or its system", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "interactionStart": { - "Id": 1886, - "Name": "interactionStart", - "UniqueName": "Person.Interactions.interactionStart", - "Description": "The specific date and time when the interaction between an individual and the organization or system was started", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "interactionEnd": { - "Id": 1887, - "Name": "interactionEnd", - "UniqueName": "Person.Interactions.interactionEnd", - "Description": "The specific date and time when the interaction between an individual and the organization or system was ended", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "interactionType": { - "Id": 1888, - "Name": "interactionType", - "UniqueName": "Person.Interactions.interactionType", - "Description": "The category of interaction, such as advisement, administrative, or other types, that occurred between the individual and the organization", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "summary": { - "Id": 1889, - "Name": "summary", - "UniqueName": "Person.Interactions.summary", - "Description": "A brief summary describing the interaction between the individual and the organization, including discussed topics and any advice or resolution provided", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "sentiment": { - "Id": 1890, - "Name": "sentiment", - "UniqueName": "Person.Interactions.sentiment", - "Description": "A rating that reflects the individual\u2019s emotional sentiment at the end of the interaction, such as happy, frustrated, angry, or other", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "severity": { - "Id": 1891, - "Name": "severity", - "UniqueName": "Person.Interactions.severity", - "Description": "A rating indicating the severity of the individual\u2019s situation or need, as assessed in the context of the specific interaction", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "followupRequired": { - "Id": 1892, - "Name": "followupRequired", - "UniqueName": "Person.Interactions.followupRequired", - "Description": "An indicator specifying whether a follow-up action is needed to further address or resolve the individual\u2019s concern or request", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "channelIdentifierType": { - "Id": 1893, - "Name": "channelIdentifierType", - "UniqueName": "Person.Interactions.channelIdentifierType", - "Description": "Specifies the type of channel identifier used, such as a person or service identifier, assigned by the educational institution", - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "StateU", - "Notes": "", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": true, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1951, - "Name": "identifier", - "UniqueName": "Interactions.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:38:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "Credential": { - "type": "array", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 792, - "Name": "identifier", - "UniqueName": "Credential.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "Should be able to have more than one ID, must be coupled with idType", - "CreationDate": null, - "ActivationDate": "2025-12-01T22:13:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 796, - "Name": "name", - "UniqueName": "Credential.name", - "Description": "Name of the credential.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:11:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "description": { - "Id": 797, - "Name": "description", - "UniqueName": "Credential.description", - "Description": "Description of the credential.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "effectiveDate": { - "Id": 799, - "Name": "effectiveDate", - "UniqueName": "Credential.effectiveDate", - "Description": "The effective date of the credential, if not immediately effective.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "expirationDate": { - "Id": 800, - "Name": "expirationDate", - "UniqueName": "Credential.expirationDate", - "Description": "The expiration date of the credential, after which the credential will no longer be valid regardless of the awardee.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Open Badges v2", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "creditsAvailable": { - "Id": 801, - "Name": "creditsAvailable", - "UniqueName": "Credential.creditsAvailable", - "Description": "Credit hours associated with this entity, or credit hours possible. For example 3.0.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "achievementType": { - "Id": 802, - "Name": "achievementType", - "UniqueName": "Credential.achievementType", - "Description": "Type of the Credential", - "UseConsiderations": "These mapping values are not mutually exclusive and the selection on an achievement type will reflect context and social location. Care is recommended when using this element to categorize or classify credentials. Extreme bias will be replicated in using this data element", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "Yes", - "SourceModel": "CLR v1", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "format": { - "Id": 803, - "Name": "format", - "UniqueName": "Credential.format", - "Description": "Digital Format of the Credential", - "UseConsiderations": "Missing data should not be penalized in useage. Assuming that all organizations will want to comply with this system will introduce a high level of bias into outcomes. A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "Yes", - "SourceModel": "new", - "Notes": "Open Badge version or \nother digital credential formats", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "schema": { - "Id": 804, - "Name": "schema", - "UniqueName": "Credential.schema", - "Description": "The data schema location", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "fieldOfStudy": { - "Id": 821, - "Name": "fieldOfStudy", - "UniqueName": "Credential.fieldOfStudy", - "Description": "Category, subject, area of study, discipline, or general branch of knowledge. Examples include Business, Education, Psychology, and Technology.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "Requirements": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1904, - "Name": "identifier", - "UniqueName": "Credential.Requirements.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T18:21:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "Criteria": { - "type": "array", - "required": [ - "uri", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "uri": { - "Id": 808, - "Name": "uri", - "UniqueName": "Credential.Requirements.Criteria.uri", - "Description": "The URI of a webpage that describes in a human-readable format the criteria for the credential.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "Open Badges v2", - "Notes": "in programs", - "CreationDate": null, - "ActivationDate": "2025-11-26T23:21:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "narrative": { - "Id": 809, - "Name": "narrative", - "UniqueName": "Credential.Requirements.Criteria.narrative", - "Description": "A narrative of what is needed to earn the credential.", - "UseConsiderations": "This element should not be separated from its context or bias and inaccuracy will result. An element must be added to indicate who is requiring or reporting on these requirements as they will vary based on reporting", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Open Badges v2", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1954, - "Name": "identifier", - "UniqueName": "Criteria.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T19:15:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "Image": { - "type": "array", - "required": [ - "identifier", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "imageType": { - "Id": 816, - "Name": "imageType", - "UniqueName": "Credential.Image.imageType", - "Description": "Type of Image, usually PNG or SVG", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Open Badges v2", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 817, - "Name": "identifier", - "UniqueName": "Credential.Image.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "Open Badges v2", - "Notes": "IRI or document representing an image of the achievement. This must be a PNG or SVG image", - "CreationDate": null, - "ActivationDate": "2025-11-26T23:20:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "caption": { - "Id": 818, - "Name": "caption", - "UniqueName": "image.caption", - "Description": "The caption for the image", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "Open Badges v2", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "id": { - "Id": 1745, - "Name": "id", - "UniqueName": "image.id", - "Description": null, - "UseConsiderations": null, - "DataModelId": 16, - "DataType": "string", - "ValueSetId": null, - "Required": null, - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "type": { - "Id": 1880, - "Name": "type", - "UniqueName": "Image.type", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": null, - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "StateU", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - }, - "CredentialAlignments": { - "type": "array", - "required": [ - "code", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "url": { - "Id": 825, - "Name": "url", - "UniqueName": "Credential.CredentialAlignments.url", - "Description": "URL linking to the official description of the alignment target, for example an individual standard within a learning framework.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 826, - "Name": "name", - "UniqueName": "Credential.CredentialAlignments.name", - "Description": "Name of the alignment.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "description": { - "Id": 827, - "Name": "description", - "UniqueName": "Credential.CredentialAlignments.description", - "Description": "Description of the alignment target.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "framework": { - "Id": 828, - "Name": "framework", - "UniqueName": "Credential.CredentialAlignments.framework", - "Description": "Name of the framework being aligned.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "code": { - "Id": 829, - "Name": "code", - "UniqueName": "Credential.CredentialAlignments.code", - "Description": "If applicable, a locally unique string identifier that identifies the alignment target within its framework and/or targetUrl.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T23:19:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "alignmentType": { - "Id": 830, - "Name": "alignmentType", - "UniqueName": "Credential.CredentialAlignments.alignmentType", - "Description": "Type of alignment, RSD, CredentialEngine, CASE, ASN, etc.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CLR v2 / Open Badges v3", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1928, - "Name": "identifier", - "UniqueName": "CredentialAlignments.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:17:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "Accreditation": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1918, - "Name": "identifier", - "UniqueName": "Accreditation.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T17:05:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "alignedRefProgram": { - "type": "object", - "required": [ - "name", - "identifier", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "name": { - "Id": 1624, - "Name": "name", - "UniqueName": "Program.name", - "Description": "The name of the program of instruction, training, services or benefits available through federal, state, or local agencies.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "Yes", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:20:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1627, - "Name": "identifier", - "UniqueName": "Program.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:49:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "Course": { - "type": "array", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 498, - "Name": "identifier", - "UniqueName": "Course.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:51:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 501, - "Name": "name", - "UniqueName": "Course.name", - "Description": "The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "courseBeginDate": { - "Id": 503, - "Name": "courseBeginDate", - "UniqueName": "Course.courseBeginDate", - "Description": "The year, month and day an instance of a course officially began. This is the start date for the specific instance that was attended by the learner. If no official start data, please note \"Not Applicable\".", - "UseConsiderations": "Use this element with care as many legitimate courses don't have official start dates particularly in online learning.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "courseEndDate": { - "Id": 504, - "Name": "courseEndDate", - "UniqueName": "Course.courseEndDate", - "Description": "The year, month and day an instance of a course ends. This is the end date for the specific instance that was attended by the learner. If no official start data, please note \"Not Applicable\".", - "UseConsiderations": "Use this element with care as many legitimate courses don't have official start dates particularly in online learning.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "courseCreditValue": { - "Id": 521, - "Name": "courseCreditValue", - "UniqueName": "Course.courseCreditValue", - "Description": "Number indicating the credit hours that may be earned in the course.", - "UseConsiderations": "Do not use without two elements to provide specifics on the standards used and who makes the determination. This element is likely to absorb a large amount of bias due to asymetrical power and organizational politics", - "DataModelId": 1, - "DataType": "number", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "Identifier": { - "type": "array", - "required": [ - "identifier", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 1290, - "Name": "identifier", - "UniqueName": "Common.Identifier.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS-Edited", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:14:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": true - }, - "identifierType": { - "Id": 1291, - "Name": "identifierType", - "UniqueName": "Common.Identifier.identifierType", - "Description": "The types of sources of identifiers used to uniquely identify the entity", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:14:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": true - }, - "identifierVerification": { - "Id": 1292, - "Name": "identifierVerification", - "UniqueName": "Common.Identifier.identifierVerification", - "Description": "The evidence by which a persons name, address, date of birth, etc. is confirmed.", - "UseConsiderations": "Only use if consent has been verified.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "Yes", - "SourceModel": "CEDS", - "Notes": "(ChrisM - 1/8/24) Does this element need a value set?", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - } - } - }, - "RemunerationPackage": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "basisCode": { - "Id": 1858, - "Name": "basisCode", - "UniqueName": "RemunerationPackage.basisCode", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T20:47:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1950, - "Name": "identifier", - "UniqueName": "RemunerationPackage.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:37:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "Ranges": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1952, - "Name": "identifier", - "UniqueName": "Ranges.indentifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:43:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "MinimumAmount": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "currency": { - "Id": 1860, - "Name": "currency", - "UniqueName": "MinimumAmount.currency", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T20:50:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "value": { - "Id": 1861, - "Name": "value", - "UniqueName": "RemunerationPackage.Ranges.MinimumAmount.value", - "Description": null, - "UseConsiderations": null, - "DataModelId": 17, - "DataType": "number", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-10-02T20:51:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1953, - "Name": "identifier", - "UniqueName": "MinimumAmount.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T15:59:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "StateU", - "Extension": true, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - } - } - } - } - }, - "Assessment": { - "type": "array", - "required": [ - "identifier", - "name", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "identifier": { - "Id": 2, - "Name": "identifier", - "UniqueName": "Assessment.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "Yes", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-02T03:13:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "name": { - "Id": 4, - "Name": "name", - "UniqueName": "Assessment.name", - "Description": "The title name or name of the assessment", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - }, - "Position": { - "type": "array", - "required": [ - "name", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "name": { - "Id": 1102, - "Name": "name", - "UniqueName": "Position.name", - "Description": "The descriptive name of a person's position.", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": "this can be position specific or \"current\" on the top level class?", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "description": { - "Id": 1138, - "Name": "description", - "UniqueName": "Position.description", - "Description": "Descripiton of position tasks, roles, and responsibilities", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "HR Open Standards", - "Notes": "naming conventions - could just be description and use a generic normative description", - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1939, - "Name": "identifier", - "UniqueName": "Position.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:25:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "OrganizationCode": { - "type": "array", - "required": [ - "organizationCodeValue", - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "organizationCodeValue": { - "Id": 1206, - "Name": "organizationCodeValue", - "UniqueName": "Organization.OrganizationCode.organizationCodeValue", - "Description": "The types of industry to which the organization belongs. The Industry identifiers could be referenced to a standard taxonomy (such as NAICS) or a custom taxonomy. NAICS (https://www.census.gov/naics/), SIC, (https://www.dnb.com/resources/sic-naics-industry-codes.html) or ISIC (https://unstats.un.org/unsd/publication/seriesm/seriesm_4rev4e.pdf)", - "UseConsiderations": "If NAICS is used instead of ISIC be aware that people with international employment experience are likely to be misclassified", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "HR Open", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1930, - "Name": "identifier", - "UniqueName": "OrganizationCode.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-12-01T22:18:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "OperationalStatus": { - "type": "array", - "required": [ - "informationSourceId", - "informationSourceOrganization", - "identifier" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1906, - "Name": "identifier", - "UniqueName": "Organization.OperationalStatus.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T18:23:00+00:00", - "DeprecationDate": null, - "Contributor": "MDRUser", - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - } - } - }, - "Program": { - "type": "array", - "required": [ - "name", - "identifier", - "informationSourceId", - "informationSourceOrganization" - ], - "use_recommendations": "", - "x-mutable": false, - "x-queryable": false, - "properties": { - "name": { - "Id": 1624, - "Name": "name", - "UniqueName": "Program.name", - "Description": "The name of the program of instruction, training, services or benefits available through federal, state, or local agencies.", - "UseConsiderations": "No change", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "Yes", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:20:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "identifier": { - "Id": 1627, - "Name": "identifier", - "UniqueName": "Program.identifier", - "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", - "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": "CEDS", - "Notes": null, - "CreationDate": null, - "ActivationDate": "2025-11-26T22:49:00+00:00", - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "specialization": { - "Id": 1658, - "Name": "specialization", - "UniqueName": "Program.specialization", - "Description": "Words or brief phrases describing the topicality of the entity; select subject terms from an existing enumeration of such terms.", - "UseConsiderations": "No change", - "DataModelId": 17, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": "CTDL", - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": null, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceId": { - "Id": 1898, - "Name": "informationSourceId", - "UniqueName": "Common.informationSourceId", - "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceOrganization": { - "Id": 1899, - "Name": "informationSourceOrganization", - "UniqueName": "Common.informationSourceOrganization", - "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "Yes", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - }, - "informationSourceSystem": { - "Id": 1900, - "Name": "informationSourceSystem", - "UniqueName": "Common.informationSourceSystem", - "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", - "UseConsiderations": null, - "DataModelId": 1, - "DataType": "string", - "ValueSetId": null, - "Required": "No", - "Array": "No", - "SourceModel": null, - "Notes": null, - "CreationDate": null, - "ActivationDate": null, - "DeprecationDate": null, - "Contributor": null, - "ContributorOrganization": "LIF", - "Extension": false, - "ExtensionNotes": null, - "Example": null, - "Common": true, - "x-mutable": false, - "x-queryable": false - } - } - } - } - } -} + "openapi": "3.0.0", + "info": { + "title": "Machine-Readable Schema for StateU LIF", + "version": "1.0", + "description": "OpenAPI Spec" + }, + "paths": {}, + "components": { + "schemas": { + "Person": { + "type": "array", + "required": [], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "CourseLearningExperience": { + "type": "array", + "required": [ + "identifier", + "informationSourceId", + "informationSourceOrganization", + "name" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 556, + "Name": "identifier", + "UniqueName": "Person.CourseLearningExperience.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "startDate": { + "Id": 561, + "Name": "startDate", + "UniqueName": "Person.CourseLearningExperience.startDate", + "Description": "The date on which the enrollment status began related to a student enrolled in an instance of a course.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "If present, this would take presidence over courseAddDate (unless using both)?", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "endDate": { + "Id": 562, + "Name": "endDate", + "UniqueName": "Person.CourseLearningExperience.endDate", + "Description": "The date on which the enrollment status ended related to a student enrolled in an instance of a course.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 1921, + "Name": "name", + "UniqueName": "CourseLearningExperience.name", + "Description": null, + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T17:17:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "RefCourse": { + "type": "object", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 498, + "Name": "identifier", + "UniqueName": "Course.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:51:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 501, + "Name": "name", + "UniqueName": "Course.name", + "Description": "The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + }, + "RefCredentialAward": { + "type": "object", + "required": [ + "identifier", + "informationSourceId", + "informationSourceOrganization", + "name" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 833, + "Name": "identifier", + "UniqueName": "Person.CredentialAward.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:04:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 1919, + "Name": "name", + "UniqueName": "CredentialAward.name", + "Description": null, + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T17:12:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "assertedByRefPerson": { + "type": "object", + "required": [], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": {} + }, + "RefCourseLearningExperience": { + "type": "object", + "required": [ + "identifier", + "informationSourceId", + "informationSourceOrganization", + "name" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 556, + "Name": "identifier", + "UniqueName": "Person.CourseLearningExperience.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 1921, + "Name": "name", + "UniqueName": "CourseLearningExperience.name", + "Description": null, + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T17:17:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "RefEmploymentLearningExperience": { + "type": "object", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 1132, + "Name": "identifier", + "UniqueName": "Person.EmploymentLearningExperience.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": "unique identifier for an employment class", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 1133, + "Name": "name", + "UniqueName": "Person.EmploymentLearningExperience.name", + "Description": "The descriptive name of a person's position.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "this can be position specific or \"current\" on the top level class?", + "CreationDate": null, + "ActivationDate": "2025-11-26T22:27:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + }, + "RefProficiency": { + "type": "object", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 296, + "Name": "identifier", + "UniqueName": "Person.Proficiency.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:51:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 298, + "Name": "name", + "UniqueName": "Person.Proficiency.name", + "Description": null, + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T23:29:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "CredentialAward": { + "type": "array", + "required": [ + "identifier", + "informationSourceId", + "informationSourceOrganization", + "name" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 833, + "Name": "identifier", + "UniqueName": "Person.CredentialAward.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:04:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "uri": { + "Id": 834, + "Name": "uri", + "UniqueName": "Person.CredentialAward.uri", + "Description": "A unique IRI for the issued credential award.", + "UseConsiderations": "Ensure that missing data is not used as a negative.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "expirationDate": { + "Id": 835, + "Name": "expirationDate", + "UniqueName": "Person.CredentialAward.expirationDate", + "Description": "The expiration date of the credential, after which the credential will no longer be valid for the awardee.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "awardIssueDate": { + "Id": 836, + "Name": "awardIssueDate", + "UniqueName": "Person.CredentialAward.awardIssueDate", + "Description": "Date the credential was asserted/awarded.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:26:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "credentialAwardee": { + "Id": 837, + "Name": "credentialAwardee", + "UniqueName": "Person.CredentialAward.credentialAwardee", + "Description": "The person (subject) about which claims are made and who owns and has been awarded the credential.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:26:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "result": { + "Id": 838, + "Name": "result", + "UniqueName": "Person.CredentialAward.result", + "Description": "The set of results being asserted.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "Yes", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "creditsEarned": { + "Id": 839, + "Name": "creditsEarned", + "UniqueName": "Person.CredentialAward.creditsEarned", + "Description": "The number of credits earned, generally in semester or quarter credit hours. This field correlates with the Achievement creditsAvailable field.", + "UseConsiderations": "Ensure that missing data is not used as a negative.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "proof": { + "Id": 845, + "Name": "proof", + "UniqueName": "Person.CredentialAward.proof", + "Description": null, + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "termsOfUse": { + "Id": 846, + "Name": "termsOfUse", + "UniqueName": "Person.CredentialAward.termsOfUse", + "Description": null, + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "selfAsserted": { + "Id": 857, + "Name": "selfAsserted", + "UniqueName": "Person.CredentialAward.selfAsserted", + "Description": "If True, the credential has been Self Asserted", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "awardStatus": { + "Id": 858, + "Name": "awardStatus", + "UniqueName": "Person.CredentialAward.awardStatus", + "Description": "The status of the awarded credential or achievement.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "revoked": { + "Id": 859, + "Name": "revoked", + "UniqueName": "Person.CredentialAward.revoked", + "Description": "Indicates if the assertion of the credential has been revoked, thus invalidating the award.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Open Badges v2", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "revocationReason": { + "Id": 860, + "Name": "revocationReason", + "UniqueName": "Person.CredentialAward.revocationReason", + "Description": "Published reason for revocation, if the credential award has been revoked", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Open Badges v2", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "narrative": { + "Id": 861, + "Name": "narrative", + "UniqueName": "Person.CredentialAward.narrative", + "Description": "A narrative describing the work that the awardee did to earn the credential award.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Open Badges v2", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "payload": { + "Id": 862, + "Name": "payload", + "UniqueName": "Person.CredentialAward.payload", + "Description": "Entire payload of the credential and credential award.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "signedPayload": { + "Id": 863, + "Name": "signedPayload", + "UniqueName": "Person.CredentialAward.signedPayload", + "Description": "Signed version of the entire payload of the credential and credential award.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "instanceOfCredential": { + "Id": 1873, + "Name": "instanceOfCredential", + "UniqueName": "Person.CredentialAward.instanceOfCredential", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": null, + "Array": null, + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:35:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "verificationType": { + "Id": 1874, + "Name": "verificationType", + "UniqueName": "Person.CredentialAward.verificationType", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:36:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 1919, + "Name": "name", + "UniqueName": "CredentialAward.name", + "Description": null, + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T17:12:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "Identity": { + "type": "array", + "required": [ + "identityHash", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "hashed": { + "Id": 841, + "Name": "hashed", + "UniqueName": "Person.CredentialAward.Identity.hashed", + "Description": "Whether or not the identityHash value is hashed.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "identityHash": { + "Id": 842, + "Name": "identityHash", + "UniqueName": "Person.CredentialAward.Identity.identityHash", + "Description": "A String consisting of an algorithm identifier, a $ separator, and a hash across an identifier and an optionally appended salt string. The only supported algorithms are MD5 [RFC1321] and SHA-256 [FIPS-180-4], identified by the strings 'md5' and 'sha256' respectively. Identifiers and salts MUST be encoded in UTF-8 prior to hashing, and the resulting hash MUST be expressed in hexadecimal using uppercase (A-F, 0-9) or lowercase character (a-f, 0-9) sets. For example: 'sha256$b5809d8a92f8858436d7e6b87c12ebc0ae1eac4baecc2c0b913aee2c922ef399' represents the result of calculating a SHA-256 hash on the string 'a@example.comKosher'. in which the email identifier 'a@example.com' is salted with 'Kosher'", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T23:25:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "identityType": { + "Id": 843, + "Name": "identityType", + "UniqueName": "Person.CredentialAward.Identity.identityType", + "Description": "The identity type.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "salt": { + "Id": 844, + "Name": "salt", + "UniqueName": "Person.CredentialAward.Identity.salt", + "Description": "If the identityHash is hashed, this should contain the string used to salt the hash. If this value is not provided, it should be assumed that the hash was not salted.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1935, + "Name": "identifier", + "UniqueName": "Identity.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:22:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "InstanceOfRefCredential": { + "type": "object", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 792, + "Name": "identifier", + "UniqueName": "Credential.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "Should be able to have more than one ID, must be coupled with idType", + "CreationDate": null, + "ActivationDate": "2025-12-01T22:13:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 796, + "Name": "name", + "UniqueName": "Credential.name", + "Description": "Name of the credential.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:11:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "EmploymentLearningExperience": { + "type": "array", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 1132, + "Name": "identifier", + "UniqueName": "Person.EmploymentLearningExperience.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": "unique identifier for an employment class", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 1133, + "Name": "name", + "UniqueName": "Person.EmploymentLearningExperience.name", + "Description": "The descriptive name of a person's position.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "this can be position specific or \"current\" on the top level class?", + "CreationDate": null, + "ActivationDate": "2025-11-26T22:27:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "startDate": { + "Id": 1136, + "Name": "startDate", + "UniqueName": "Person.EmploymentLearningExperience.startDate", + "Description": "Date the validity or usefulness of the information in this resource begins.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "could have an overall start and end date related to the org. And separate ones for wage history.", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "endDate": { + "Id": 1137, + "Name": "endDate", + "UniqueName": "Person.EmploymentLearningExperience.endDate", + "Description": "Date some event or activity ends.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:28:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "RefPosition": { + "type": "object", + "required": [ + "name", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "name": { + "Id": 1102, + "Name": "name", + "UniqueName": "Position.name", + "Description": "The descriptive name of a person's position.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "this can be position specific or \"current\" on the top level class?", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1939, + "Name": "identifier", + "UniqueName": "Position.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:25:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "assertedByRefPerson": { + "type": "object", + "required": [], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": {} + }, + "RefProficiency": { + "type": "object", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 296, + "Name": "identifier", + "UniqueName": "Person.Proficiency.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:51:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 298, + "Name": "name", + "UniqueName": "Person.Proficiency.name", + "Description": null, + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T23:29:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + }, + "RefCourseLearningExperience": { + "type": "object", + "required": [ + "identifier", + "informationSourceId", + "informationSourceOrganization", + "name" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 556, + "Name": "identifier", + "UniqueName": "Person.CourseLearningExperience.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 1921, + "Name": "name", + "UniqueName": "CourseLearningExperience.name", + "Description": null, + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T17:17:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "RefCredentialAward": { + "type": "object", + "required": [ + "identifier", + "informationSourceId", + "informationSourceOrganization", + "name" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 833, + "Name": "identifier", + "UniqueName": "Person.CredentialAward.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:04:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 1919, + "Name": "name", + "UniqueName": "CredentialAward.name", + "Description": null, + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T17:12:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "RefEmploymentLearningExperience": { + "type": "object", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 1132, + "Name": "identifier", + "UniqueName": "Person.EmploymentLearningExperience.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": "unique identifier for an employment class", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 1133, + "Name": "name", + "UniqueName": "Person.EmploymentLearningExperience.name", + "Description": "The descriptive name of a person's position.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "this can be position specific or \"current\" on the top level class?", + "CreationDate": null, + "ActivationDate": "2025-11-26T22:27:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "Name": { + "type": "array", + "required": [ + "firstName", + "lastName", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "In the treatment of a person name by the Learner Information Framework (LIF) and associated technologies, may users of LIF always center the human story of a person's name, how important it is to them, it\u2019s cultural connectedness to people and land, how people traverse multiple ways of \u201cnaming\u201d and the impact of \u201cnaming\u201d on our stories, experiences and the opportunities it may connect (or disconnect) us to/from. Using and treating data on people's names can raise several equity issues due to the diversity of naming conventions across cultures and ethnicities. Some of these equity issues include:\n1. Many of the data standards from which LIF draws its normative data model, and as to user of LIF, these systems are designed with Western naming conventions in mind, which can marginalize individuals with non-Western names. This bias can lead to inaccuracies in data analysis and decision-making processes. For example, we made recommendations for the separation of \u201cname\u201d and \u201cname type\u201d as well as inclusion of multiple characters, unlimited character length, etc). \n2. The variety of ways the standards treat \u201cperson name\u201d shows limited interoperability between system-standards, which ultimately may lead to multiple records with different ways names are recorded, managed, and/or used. This Inaccurate or incomplete data due to mishandling of names can lead to biased analyses and decision-making, ultimately reinforcing existing disparities in society.\n3. Many of the standards, and the normative model, collapse \u201cname\u201d and \u201cname type\u201d into each other. Given the sensitivities and human implications for name changes, as well as the type of name (e.g., preferred, legal, given/gifted etc), we lean\u2019t into AACRAO report on student identity for recommendations on how learners/students prefer to record and include their names.\n4. Most of the standards systems encourage the standardization of names, which can overlook variations in spelling, pronunciation, and order of names across different cultures. This can result in the erasure of cultural identities and misrepresentation of individuals.\n5. Most of the standards did not include an option for people from indigenous communities to record their Nation Tribe, or their name type as belong to their nation tribe. We leaned into research from the BIA.gov and recommend adding this to the normative model to improve inclusivity and cultural responsiveness to the naming conventions of our first nations peoples. \n6. Collecting full names without proper consent or understanding of cultural sensitivities can infringe on individuals' privacy rights, especially in contexts where certain names may carry social or political implications. For example, having strict guardrails on when/how \u201clegal name\u201d vs. \u201cpreferred name\u201d is used and who has access to the \n\nFor LIF purposes, our recommendation is that IF used in normative model, only names which have been consented to including/use by LIF, be included, with flexibility for their design and formatting to allow for cultural differences. \n\n\u201cTitle\u201d \u201cSuffix\u201d and \u201cprefix\u201d components of a person\u2019s name are used to provide additional information about a person's name. Using and treating data on people's titles can raise several equity issues.\n1. One argument for the inclusion of titles in normative data models is they may provide contextual information about an individual's identity and social status, and when used correctly, may ensure that individuals are addressed and identified appropriately, respects their social and professional distinctions.\n2. Traditional titles and honorifics often assume binary gender categories and may not adequately reflect the diversity of gender or social identities, may not be universally understood or used in all cultures or communities; and standardized forms may not accommodate all cultural or social variations in naming practices. For example, \"Mr.\" for men and \"Mrs.\" for married women. These assumptions about gender roles or marital status based on titles may not align with individuals' cultural norms or preferences. This binary classification can exclude and do harm to individuals who do not identify within these categories, such as non-binary or gender non-conforming individuals.\n3. Name suffixes, such as \"Jr.\" or \"III,\" can sometimes reveal familial relationships or generational information. Collecting this data without consent or proper safeguards may infringe on individuals' privacy rights and expose them to risks like identity theft or targeted advertising.\n4. Name suffixes may intersect with other aspects of an individual's identity, such as race, ethnicity, or gender. Failing to consider these intersections can perpetuate systemic inequalities and hinder efforts to promote equity and social justice.\n5. Different cultures may have specific titles or honorifics that hold significance and should be respected in data collection processes. Failing to accommodate these cultural variations can lead to erasure and marginalization of certain communities.\n6. Further, some individuals may not use titles, prefixes, or suffixes at all in their names, or they may have unconventional naming customs that are not recognized by standardized systems.\n6. Inaccurate or incomplete data on titles and prefixes can lead to biased analyses and decision-making, especially in contexts such as healthcare or academic research where precise demographic information is crucial. \n7. Failing to accommodate these variations of the use of \u201ctitles, suffix, and/or prefix\u201d can marginalize certain groups and perpetuate cultural biases. \n\nFor LIF purposes, our recommendation is that if used in normative model, only titles, prefix and affix which have been consented to including/use, and which pertain to qualifications, credentials, work, learning, cultural significance and/or honorifics be included, with flexibility for their design and formatting to allow for cultural differences. Titles, prefix and suffix which pertain to social, generational, marital or gender status should not be included to not perpetuate inequalities and expose learner to harm.", + "x-mutable": false, + "x-queryable": false, + "properties": { + "firstName": { + "Id": 1284, + "Name": "firstName", + "UniqueName": "Person.Name.firstName", + "Description": "The first name of a person or individual, further defined by nameType", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "lastName": { + "Id": 1285, + "Name": "lastName", + "UniqueName": "Person.Name.lastName", + "Description": "The last name of a person or individual", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1937, + "Name": "identifier", + "UniqueName": "Name.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:23:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "Proficiency": { + "type": "array", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 296, + "Name": "identifier", + "UniqueName": "Person.Proficiency.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:51:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 298, + "Name": "name", + "UniqueName": "Person.Proficiency.name", + "Description": null, + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T23:29:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "description": { + "Id": 299, + "Name": "description", + "UniqueName": "Person.Proficiency.description", + "Description": null, + "UseConsiderations": "This description will be highly subjective and should be used in connection with information about who crafted the description. Note - the information about the origination of the description is available elsewhere in the model.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "RefCredentialAward": { + "type": "object", + "required": [ + "identifier", + "informationSourceId", + "informationSourceOrganization", + "name" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 833, + "Name": "identifier", + "UniqueName": "Person.CredentialAward.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:04:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 1919, + "Name": "name", + "UniqueName": "CredentialAward.name", + "Description": null, + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T17:12:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "Contact": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier", + "Address" + ], + "use_recommendations": "Using or treating someone's contact information can have several equity implications, particularly concerning privacy, consent, and potential misuse.", + "x-mutable": false, + "x-queryable": false, + "properties": { + "websiteAddress": { + "Id": 1330, + "Name": "websiteAddress", + "UniqueName": "Common.Contact.websiteAddress", + "Description": "The Uniform Resource Locator (URL) for the unique address of a Web page.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "dateEffective": { + "Id": 1331, + "Name": "dateEffective", + "UniqueName": "Common.Contact.dateEffective", + "Description": "The effective date for which the contact is valid.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Ed-Fi v5", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "dateExpired": { + "Id": 1332, + "Name": "dateExpired", + "UniqueName": "Common.Contact.dateExpired", + "Description": "The expired date for which the contact is valid.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Ed-Fi v5", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1905, + "Name": "identifier", + "UniqueName": "Organization.Contact.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T18:22:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "Address": { + "type": "array", + "required": [ + "addressStreet", + "addressCity", + "addressState", + "addressPostalCode", + "countryCode", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "Using and treating data on someone's physical address, be it personal, home, work etc., can have significant equity implications, particularly concerning privacy, security, and socioeconomic disparities and especially for people from marginalized communities. \n\nLIF implementors need to be responsible in the ways we design and use data models to serve in the use and transformation of people\u2019s address data, requiring a holistic approach that acknowledges the historical injustices in the use of address data. \n\nIt is important we center the discussion of address in the history of how address data and information in the USA on \u201cwhere people live\u201d \u201creside\u201d \u201care from\u201d and \u201ctheir address status\u201d (e.g., nonresident, resident, people experiencing homeless) has been for centuries and still is used against people, especially indigenous communities (i.e., displacement, forced relocation), people from black and immigrant communities (e.g., redlining, economic disparities), homeless, and refugee communities. The treatment and use of this data has resulted in limiting people's access to safety and security, as well as learning, work and financial opportunities continuing systemic marginalization based on address and location data and information. \n\nConsiderations around \u201caddress\u201d for indigenous and first nations peoples:\n1. Throughout history, Indigenous and first nations peoples in the USA have faced forced relocation from their ancestral lands, often to reservations or urban areas. Using or treating data on their addresses can serve as a reminder of this history of displacement and the ongoing impacts on Indigenous communities' access to resources and services.\n2. Indigenous communities have voiced concerns about the collection and use of their address data by external entities without their consent or meaningful participation. Address data collection efforts must respect Indigenous principles of data sovereignty, self-determination, and privacy, and involve community engagement.\n3. Address data collected from Indigenous communities may be vulnerable to misuse or discriminatory practices, such as racial profiling by law enforcement or targeting by predatory vendors and service providers. Ensuring the ethical and responsible use of address data is essential to prevent further harm and uphold principles of equity and justice.\n\nConsiderations around \u201caddress\u201d for people experiencing homelessness:\n - Historically, people experiencing homelessness have been stigmatized and marginalized, facing discrimination in housing, employment, and access to services. Collecting data on their addresses can perpetuate this stigma and potentially expose them to further discrimination or harassment.\n- Homeless individuals may have legitimate concerns about the privacy and safety of their personal information, including their addresses. Collecting data on their addresses without adequate safeguards or assurances of confidentiality can further erode their trust in institutions and discourage them from seeking assistance or support services.\n- Someone who is experiencing homelessness should have the opportunity to demonstrate their skills in a manner that is accessible, without having to provide an address or other identifying information, and be able to benefit from LIF in order to help to improve their life circumstances.\n\nConsiderations around \u201caddress\u201d for people from black and immigrant communities:\n- Historically, Black communities have been subject to discriminatory housing practices, including redlining, which systematically denied access to mortgage loans and homeownership opportunities based on race. Collecting data on addresses within these communities may reflect the legacy of segregation and economic disenfranchisement, perpetuating disparities in wealth, housing quality, and access to resources.\n- Immigrant communities, particularly those from marginalized backgrounds, have faced discriminatory policies and practices that restrict their access to housing, employment, education, and healthcare. Collecting data on addresses within immigrant communities may expose individuals and families to heightened surveillance, immigration enforcement, and xenophobic attacks, contributing to feelings of insecurity and fear.\n- Black and immigrant communities are disproportionately targeted for surveillance, policing, and criminalization. Collecting data on addresses within these communities may facilitate racial profiling, discriminatory policing practices, and surveillance technologies, leading to harassment, violence, and incarceration.\n\nGeneral considerations and recommendations:\n- Considering the foundational premise of LIF is intended to serve people from marginalized and underrepresented communities, it is important to recognize that sharing a street address can be sensitive for some people, dignity, respect and compassion should be priority. \n- That address is optional, and not required for a learner to be able to benefit from LIF. \n- That the format for address adopts a generic international address format, i.e, not US centric to allow for multiple address formats.\n -That people can consent to the use and treatment of address in a manner that is best suited to them, and choosing to not include an address should not preclude a learner from being able to benefit from LIF. \n- If used for research purposes, an explanation about how address will be used, in an accessible manner, and informed manner.", + "x-mutable": false, + "x-queryable": false, + "properties": { + "addressType": { + "Id": 1306, + "Name": "addressType", + "UniqueName": "Common.Contact.Address.addressType", + "Description": "The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.)", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "Yes", + "SourceModel": "CEDS", + "Notes": "Merged addressTypeLearner & Staff together as addressType.", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "addressStreet": { + "Id": 1307, + "Name": "addressStreet", + "UniqueName": "Common.Contact.Address.addressStreet", + "Description": "The street number and street name or post office box number of an address.", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "addressLine2": { + "Id": 1308, + "Name": "addressLine2", + "UniqueName": "Common.Contact.Address.addressLine2", + "Description": "The apartment, room, or suite number of an address.", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "MP: either decide to have a single address that includes unit, bldg number, contact, etc. or have an addressLine2 (etc.) to have a generic placeholder", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "addressCity": { + "Id": 1309, + "Name": "addressCity", + "UniqueName": "Common.Contact.Address.addressCity", + "Description": "The name of the city in which an address is located.", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "addressState": { + "Id": 1310, + "Name": "addressState", + "UniqueName": "Common.Contact.Address.addressState", + "Description": "The abbreviation for the state (within the United States) or outlying area in which an address is located.", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": 287, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false, + "enum": [ + "AmericanSamoa", + "WestVirginia", + "Wyoming", + "Michigan", + "Arkansas", + "Arizona", + "California", + "Colorado", + "Connecticut", + "Delaware", + "Florida", + "Georgia", + "Guam", + "Hawaii", + "Iowa", + "Idaho", + "Illinois", + "Indiana", + "Alaska", + "Alabama", + "DistrictOfColumbia", + "ArmedForcesAmerica", + "Maine", + "Minnesota", + "Missouri", + "NorthernMarianas", + "ArmedForcesPacific", + "Kansas", + "Kentucky", + "Louisiana", + "MarshallIslands", + "Massachusetts", + "Maryland", + "Mississippi", + "Montana", + "Nebraska", + "Nevada", + "Ohio", + "Oklahoma", + "Oregon", + "Pennsylvania", + "Palau", + "Tennessee", + "Texas", + "Utah", + "Virginia", + "Vermont", + "Washington", + "Wisconsin", + "NewHampshire", + "SouthDakota", + "NorthDakota", + "NewJersey", + "RhodeIsland", + "VirginIslands", + "NewYork", + "SouthCarolina", + "NorthCarolina", + "PuertoRico", + "NewMexico", + "FederatedStatesOfMicronesia", + "ArmedForcesAfricaCanadaEuropeAndMideast" + ] + }, + "addressPostalCode": { + "Id": 1311, + "Name": "addressPostalCode", + "UniqueName": "Common.Contact.Address.addressPostalCode", + "Description": "A number that identifies each postal delivery area in a country used as a portion of an address.", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "MP: Suggest the definition should be country generic.", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "addressCountyName": { + "Id": 1312, + "Name": "addressCountyName", + "UniqueName": "Common.Contact.Address.addressCountyName", + "Description": "The name of the county, parish, borough, or comparable unit (within a state) in which an address is located.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "countryCode": { + "Id": 1313, + "Name": "countryCode", + "UniqueName": "Common.Contact.Address.countryCode", + "Description": "The unique two character International Organization for Standardization (ISO) code for the country in which an address is located.", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "latitude": { + "Id": 1316, + "Name": "latitude", + "UniqueName": "Common.Contact.Address.latitude", + "Description": "The north or south angular distance from the equator that, when combined with longitude, reflects an estimation of where the address is physically situated.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "number", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "longitude": { + "Id": 1317, + "Name": "longitude", + "UniqueName": "Common.Contact.Address.longitude", + "Description": "The east or west angular distance from the prime meridian that, when combined with latitude, reflects an estimation of where the address is physically situated.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "number", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "formattedAddress": { + "Id": 1318, + "Name": "formattedAddress", + "UniqueName": "Common.Contact.Address.formattedAddress", + "Description": "Formatted address", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "HR Open", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "residenceCountry": { + "Id": 1319, + "Name": "residenceCountry", + "UniqueName": "Common.Contact.Address.residenceCountry", + "Description": "The country (or countries) where a person currently resides.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "Yes", + "SourceModel": "HR Open", + "Notes": "MP: probably not in a generic address class. Could possible derive if there is an effective date on the address.", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "dateEffective": { + "Id": 1320, + "Name": "dateEffective", + "UniqueName": "Common.Contact.Address.dateEffective", + "Description": "The effective date for which the address is valid. For physical addresses, the periods in which the person lived at that address.", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": "CM 3/11: Brought over from Person", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "dateExpired": { + "Id": 1321, + "Name": "dateExpired", + "UniqueName": "Common.Contact.Address.dateExpired", + "Description": "The expired date for which the address is valid. For physical addresses, the periods in which the person lived at that address.", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": "CM 3/11: Brought over from Person\n2024-08-09: Mary and Abhishek: We have created Contact entity at the root level in the Person workbook and added the inter-entity link between Organization and Contact, also the Contact in Person already has Address as sub-entity, so this field is marked as Ignore = Yes.", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1924, + "Name": "identifier", + "UniqueName": "Address.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:14:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "Email": { + "type": "array", + "required": [ + "emailAddress", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "emailAddress": { + "Id": 1288, + "Name": "emailAddress", + "UniqueName": "Common.Contact.Email.emailAddress", + "Description": "The numbers, letters, and symbols used to identify an electronic mail (Email) address of an individual or person.", + "UseConsiderations": "Only use if consent has been verified. Consider how the system will use multiple email addresses for connecting/matching records.\nConsider how we will accommodate in our model for special characters from other languages.\nConsider if we will need a means of verifying an email address.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "Yes", + "SourceModel": "CEDS-Edited", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "emailAddressType": { + "Id": 1289, + "Name": "emailAddressType", + "UniqueName": "Common.Contact.Email.emailAddressType", + "Description": "The type of electronic mail (e-mail) address listed for an individual or person.", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "Yes", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "primaryEmailAddressIndicator": { + "Id": 1335, + "Name": "primaryEmailAddressIndicator", + "UniqueName": "Common.Contact.Email.primaryEmailAddressIndicator", + "Description": "An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Ed-Fi", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "startPeriod": { + "Id": 1336, + "Name": "startPeriod", + "UniqueName": "Common.Contact.Email.startPeriod", + "Description": "Single period between date/times.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "HR Open", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "endPeriod": { + "Id": 1337, + "Name": "endPeriod", + "UniqueName": "Common.Contact.Email.endPeriod", + "Description": "Single period between date/times.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "HR Open", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1925, + "Name": "identifier", + "UniqueName": "Email.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:14:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "Telephone": { + "type": "array", + "required": [ + "telephoneNumber", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "telephoneNumber": { + "Id": 1340, + "Name": "telephoneNumber", + "UniqueName": "Common.Contact.Telephone.telephoneNumber", + "Description": "The telephone number including the area code, and extension, if applicable.", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "Yes", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "telephoneNumberType": { + "Id": 1341, + "Name": "telephoneNumberType", + "UniqueName": "Common.Contact.Telephone.telephoneNumberType", + "Description": "The type of communication number listed for a person.", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "Yes", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "primaryNumber": { + "Id": 1342, + "Name": "primaryNumber", + "UniqueName": "Common.Contact.Telephone.primaryNumber", + "Description": "An indication that the telephone number should be used as the principal number for a person or organization.", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "orderOfPriority": { + "Id": 1343, + "Name": "orderOfPriority", + "UniqueName": "Common.Contact.Telephone.orderOfPriority", + "Description": "The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.", + "UseConsiderations": "Only used if consent is verified. Only use if priority list i generated by the individual or person", + "DataModelId": 1, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Ed-Fi", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "doNotPublishIndicator": { + "Id": 1344, + "Name": "doNotPublishIndicator", + "UniqueName": "Common.Contact.Telephone.doNotPublishIndicator", + "Description": "An indication that the telephone number should not be published. This may be a number that is confidential, private, or should not be shared.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Ed-Fi", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "textMessageCapabilityIndicator": { + "Id": 1345, + "Name": "textMessageCapabilityIndicator", + "UniqueName": "Common.Contact.Telephone.textMessageCapabilityIndicator", + "Description": "An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Ed-Fi", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "dateEffective": { + "Id": 1346, + "Name": "dateEffective", + "UniqueName": "Common.Contact.Telephone.dateEffective", + "Description": "Single period between date/times.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "HR Open", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "dateExpired": { + "Id": 1347, + "Name": "dateExpired", + "UniqueName": "Common.Contact.Telephone.dateExpired", + "Description": "Single period between date/times.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "HR Open", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1926, + "Name": "identifier", + "UniqueName": "Telephone.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:15:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "Identifier": { + "type": "array", + "required": [ + "identifier", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 1290, + "Name": "identifier", + "UniqueName": "Common.Identifier.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS-Edited", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:14:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": true + }, + "identifierType": { + "Id": 1291, + "Name": "identifierType", + "UniqueName": "Common.Identifier.identifierType", + "Description": "The types of sources of identifiers used to uniquely identify the entity", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:14:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": true + }, + "identifierVerification": { + "Id": 1292, + "Name": "identifierVerification", + "UniqueName": "Common.Identifier.identifierVerification", + "Description": "The evidence by which a persons name, address, date of birth, etc. is confirmed.", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "Yes", + "SourceModel": "CEDS", + "Notes": "(ChrisM - 1/8/24) Does this element need a value set?", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + }, + "EmploymentPreferences": { + "type": "array", + "required": [ + "organizationNames", + "organizationTypes", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "organizationNames": { + "Id": 1875, + "Name": "organizationNames", + "UniqueName": "Person.EmploymentPreferences.organizationNames", + "Description": "The names of the preferred employment organizations.", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "Yes", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:36:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "organizationTypes": { + "Id": 1876, + "Name": "organizationTypes", + "UniqueName": "Person.employmentPreferences.organizationTypes", + "Description": "The preferred organization types.", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "Yes", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:37:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1945, + "Name": "identifier", + "UniqueName": "EmploymentPreferences.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:21:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "Narrative": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "name": { + "Id": 1862, + "Name": "name", + "UniqueName": "Narrative.name", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T20:54:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1943, + "Name": "identifier", + "UniqueName": "Narrative.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:19:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "Texts": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1944, + "Name": "identifier", + "UniqueName": "Texts.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:20:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "PositionPreferences": { + "type": "array", + "required": [ + "positionOfferingTypeCodes", + "positionScheduleTypeCodes", + "positionTitles", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "positionOfferingTypeCodes": { + "Id": 1864, + "Name": "positionOfferingTypeCodes", + "UniqueName": "Person.positionPreferences.positionOfferingTypeCodes", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "Yes", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T20:57:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "positionScheduleTypeCodes": { + "Id": 1865, + "Name": "positionScheduleTypeCodes", + "UniqueName": "Person.PositionPreferences.positionScheduleTypeCodes", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "Yes", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:23:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "positionTitles": { + "Id": 1866, + "Name": "positionTitles", + "UniqueName": "Person.PositionPreferences.positionTitles", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "Yes", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:24:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1946, + "Name": "identifier", + "UniqueName": "PositionPreferences.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:30:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "Relocation": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "willingToRelocateIndicator": { + "Id": 1868, + "Name": "willingToRelocateIndicator", + "UniqueName": "Person.PositionPreferences.Relocation.willingToRelocateIndicator", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:26:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "willingToTravelIndicator": { + "Id": 1869, + "Name": "willingToTravelIndicator", + "UniqueName": "willingToTravelIndicator", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:27:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1947, + "Name": "identifier", + "UniqueName": "Relocation.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:34:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "RemoteWork": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "remoteWorkIndicator": { + "Id": 1870, + "Name": "remoteWorkIndicator", + "UniqueName": "Person.PositionPreferences.RemoteWork.remoteWorkIndicator", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:28:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1948, + "Name": "identifier", + "UniqueName": "RemoteWork.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:35:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "Travel": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "percentage": { + "Id": 1871, + "Name": "percentage", + "UniqueName": "Person.PositionPreferences.Travel.percentage", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "number", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:29:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "willingToTravelIndicator": { + "Id": 1872, + "Name": "willingToTravelIndicator", + "UniqueName": "Person.PositionPreferences.Travel.willingToTravelIndicator", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "boolean", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T23:29:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1949, + "Name": "identifier", + "UniqueName": "Travel.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:35:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "offeredByRefRemunerationPackage": { + "type": "object", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1950, + "Name": "identifier", + "UniqueName": "RemunerationPackage.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:37:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "Interactions": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": true, + "x-queryable": false, + "properties": { + "channel": { + "Id": 1883, + "Name": "channel", + "UniqueName": "Person.Interactions.channel", + "Description": "The mechanism used for interaction between an individual and an organization", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "interactionId": { + "Id": 1884, + "Name": "interactionId", + "UniqueName": "Person.Interactions.interactionId", + "Description": "A unique identifier assigned to each interaction between an individual and an organization, whether through a system or a staff member.", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "channelIdentifier": { + "Id": 1885, + "Name": "channelIdentifier", + "UniqueName": "Person.Interactions.channelIdentifier", + "Description": "A unique identifier that specifies the particular channel through which an individual interacted with the organization or its system", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "interactionStart": { + "Id": 1886, + "Name": "interactionStart", + "UniqueName": "Person.Interactions.interactionStart", + "Description": "The specific date and time when the interaction between an individual and the organization or system was started", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "interactionEnd": { + "Id": 1887, + "Name": "interactionEnd", + "UniqueName": "Person.Interactions.interactionEnd", + "Description": "The specific date and time when the interaction between an individual and the organization or system was ended", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "interactionType": { + "Id": 1888, + "Name": "interactionType", + "UniqueName": "Person.Interactions.interactionType", + "Description": "The category of interaction, such as advisement, administrative, or other types, that occurred between the individual and the organization", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "summary": { + "Id": 1889, + "Name": "summary", + "UniqueName": "Person.Interactions.summary", + "Description": "A brief summary describing the interaction between the individual and the organization, including discussed topics and any advice or resolution provided", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "sentiment": { + "Id": 1890, + "Name": "sentiment", + "UniqueName": "Person.Interactions.sentiment", + "Description": "A rating that reflects the individual\u2019s emotional sentiment at the end of the interaction, such as happy, frustrated, angry, or other", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "severity": { + "Id": 1891, + "Name": "severity", + "UniqueName": "Person.Interactions.severity", + "Description": "A rating indicating the severity of the individual\u2019s situation or need, as assessed in the context of the specific interaction", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "followupRequired": { + "Id": 1892, + "Name": "followupRequired", + "UniqueName": "Person.Interactions.followupRequired", + "Description": "An indicator specifying whether a follow-up action is needed to further address or resolve the individual\u2019s concern or request", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "channelIdentifierType": { + "Id": 1893, + "Name": "channelIdentifierType", + "UniqueName": "Person.Interactions.channelIdentifierType", + "Description": "Specifies the type of channel identifier used, such as a person or service identifier, assigned by the educational institution", + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "StateU", + "Notes": "", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": true, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1951, + "Name": "identifier", + "UniqueName": "Interactions.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:38:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "Credential": { + "type": "array", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 792, + "Name": "identifier", + "UniqueName": "Credential.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "Should be able to have more than one ID, must be coupled with idType", + "CreationDate": null, + "ActivationDate": "2025-12-01T22:13:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 796, + "Name": "name", + "UniqueName": "Credential.name", + "Description": "Name of the credential.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:11:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "description": { + "Id": 797, + "Name": "description", + "UniqueName": "Credential.description", + "Description": "Description of the credential.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "effectiveDate": { + "Id": 799, + "Name": "effectiveDate", + "UniqueName": "Credential.effectiveDate", + "Description": "The effective date of the credential, if not immediately effective.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "expirationDate": { + "Id": 800, + "Name": "expirationDate", + "UniqueName": "Credential.expirationDate", + "Description": "The expiration date of the credential, after which the credential will no longer be valid regardless of the awardee.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Open Badges v2", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "creditsAvailable": { + "Id": 801, + "Name": "creditsAvailable", + "UniqueName": "Credential.creditsAvailable", + "Description": "Credit hours associated with this entity, or credit hours possible. For example 3.0.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "achievementType": { + "Id": 802, + "Name": "achievementType", + "UniqueName": "Credential.achievementType", + "Description": "Type of the Credential", + "UseConsiderations": "These mapping values are not mutually exclusive and the selection on an achievement type will reflect context and social location. Care is recommended when using this element to categorize or classify credentials. Extreme bias will be replicated in using this data element", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "Yes", + "SourceModel": "CLR v1", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "format": { + "Id": 803, + "Name": "format", + "UniqueName": "Credential.format", + "Description": "Digital Format of the Credential", + "UseConsiderations": "Missing data should not be penalized in useage. Assuming that all organizations will want to comply with this system will introduce a high level of bias into outcomes. A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "Yes", + "SourceModel": "new", + "Notes": "Open Badge version or \nother digital credential formats", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "schema": { + "Id": 804, + "Name": "schema", + "UniqueName": "Credential.schema", + "Description": "The data schema location", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "fieldOfStudy": { + "Id": 821, + "Name": "fieldOfStudy", + "UniqueName": "Credential.fieldOfStudy", + "Description": "Category, subject, area of study, discipline, or general branch of knowledge. Examples include Business, Education, Psychology, and Technology.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "Requirements": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1904, + "Name": "identifier", + "UniqueName": "Credential.Requirements.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T18:21:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "Criteria": { + "type": "array", + "required": [ + "uri", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "uri": { + "Id": 808, + "Name": "uri", + "UniqueName": "Credential.Requirements.Criteria.uri", + "Description": "The URI of a webpage that describes in a human-readable format the criteria for the credential.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "Open Badges v2", + "Notes": "in programs", + "CreationDate": null, + "ActivationDate": "2025-11-26T23:21:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "narrative": { + "Id": 809, + "Name": "narrative", + "UniqueName": "Credential.Requirements.Criteria.narrative", + "Description": "A narrative of what is needed to earn the credential.", + "UseConsiderations": "This element should not be separated from its context or bias and inaccuracy will result. An element must be added to indicate who is requiring or reporting on these requirements as they will vary based on reporting", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Open Badges v2", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1954, + "Name": "identifier", + "UniqueName": "Criteria.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T19:15:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "Image": { + "type": "array", + "required": [ + "identifier", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "imageType": { + "Id": 816, + "Name": "imageType", + "UniqueName": "Credential.Image.imageType", + "Description": "Type of Image, usually PNG or SVG", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Open Badges v2", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 817, + "Name": "identifier", + "UniqueName": "Credential.Image.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "Open Badges v2", + "Notes": "IRI or document representing an image of the achievement. This must be a PNG or SVG image", + "CreationDate": null, + "ActivationDate": "2025-11-26T23:20:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "caption": { + "Id": 818, + "Name": "caption", + "UniqueName": "image.caption", + "Description": "The caption for the image", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "Open Badges v2", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "id": { + "Id": 1745, + "Name": "id", + "UniqueName": "image.id", + "Description": null, + "UseConsiderations": null, + "DataModelId": 16, + "DataType": "string", + "ValueSetId": null, + "Required": null, + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "type": { + "Id": 1880, + "Name": "type", + "UniqueName": "Image.type", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": null, + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "StateU", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + }, + "CredentialAlignments": { + "type": "array", + "required": [ + "code", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "url": { + "Id": 825, + "Name": "url", + "UniqueName": "Credential.CredentialAlignments.url", + "Description": "URL linking to the official description of the alignment target, for example an individual standard within a learning framework.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 826, + "Name": "name", + "UniqueName": "Credential.CredentialAlignments.name", + "Description": "Name of the alignment.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "description": { + "Id": 827, + "Name": "description", + "UniqueName": "Credential.CredentialAlignments.description", + "Description": "Description of the alignment target.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "framework": { + "Id": 828, + "Name": "framework", + "UniqueName": "Credential.CredentialAlignments.framework", + "Description": "Name of the framework being aligned.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "code": { + "Id": 829, + "Name": "code", + "UniqueName": "Credential.CredentialAlignments.code", + "Description": "If applicable, a locally unique string identifier that identifies the alignment target within its framework and/or targetUrl.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T23:19:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "alignmentType": { + "Id": 830, + "Name": "alignmentType", + "UniqueName": "Credential.CredentialAlignments.alignmentType", + "Description": "Type of alignment, RSD, CredentialEngine, CASE, ASN, etc.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CLR v2 / Open Badges v3", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1928, + "Name": "identifier", + "UniqueName": "CredentialAlignments.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:17:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "Accreditation": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1918, + "Name": "identifier", + "UniqueName": "Accreditation.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T17:05:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "alignedRefProgram": { + "type": "object", + "required": [ + "name", + "identifier", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "name": { + "Id": 1624, + "Name": "name", + "UniqueName": "Program.name", + "Description": "The name of the program of instruction, training, services or benefits available through federal, state, or local agencies.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "Yes", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:20:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1627, + "Name": "identifier", + "UniqueName": "Program.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:49:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "Course": { + "type": "array", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 498, + "Name": "identifier", + "UniqueName": "Course.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:51:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 501, + "Name": "name", + "UniqueName": "Course.name", + "Description": "The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "courseBeginDate": { + "Id": 503, + "Name": "courseBeginDate", + "UniqueName": "Course.courseBeginDate", + "Description": "The year, month and day an instance of a course officially began. This is the start date for the specific instance that was attended by the learner. If no official start data, please note \"Not Applicable\".", + "UseConsiderations": "Use this element with care as many legitimate courses don't have official start dates particularly in online learning.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "courseEndDate": { + "Id": 504, + "Name": "courseEndDate", + "UniqueName": "Course.courseEndDate", + "Description": "The year, month and day an instance of a course ends. This is the end date for the specific instance that was attended by the learner. If no official start data, please note \"Not Applicable\".", + "UseConsiderations": "Use this element with care as many legitimate courses don't have official start dates particularly in online learning.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "courseCreditValue": { + "Id": 521, + "Name": "courseCreditValue", + "UniqueName": "Course.courseCreditValue", + "Description": "Number indicating the credit hours that may be earned in the course.", + "UseConsiderations": "Do not use without two elements to provide specifics on the standards used and who makes the determination. This element is likely to absorb a large amount of bias due to asymetrical power and organizational politics", + "DataModelId": 1, + "DataType": "number", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "Identifier": { + "type": "array", + "required": [ + "identifier", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 1290, + "Name": "identifier", + "UniqueName": "Common.Identifier.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS-Edited", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:14:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": true + }, + "identifierType": { + "Id": 1291, + "Name": "identifierType", + "UniqueName": "Common.Identifier.identifierType", + "Description": "The types of sources of identifiers used to uniquely identify the entity", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:14:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": true + }, + "identifierVerification": { + "Id": 1292, + "Name": "identifierVerification", + "UniqueName": "Common.Identifier.identifierVerification", + "Description": "The evidence by which a persons name, address, date of birth, etc. is confirmed.", + "UseConsiderations": "Only use if consent has been verified.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "Yes", + "SourceModel": "CEDS", + "Notes": "(ChrisM - 1/8/24) Does this element need a value set?", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + } + } + }, + "RemunerationPackage": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "basisCode": { + "Id": 1858, + "Name": "basisCode", + "UniqueName": "RemunerationPackage.basisCode", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T20:47:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1950, + "Name": "identifier", + "UniqueName": "RemunerationPackage.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:37:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "Ranges": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1952, + "Name": "identifier", + "UniqueName": "Ranges.indentifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:43:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "MinimumAmount": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "currency": { + "Id": 1860, + "Name": "currency", + "UniqueName": "MinimumAmount.currency", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T20:50:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "value": { + "Id": 1861, + "Name": "value", + "UniqueName": "RemunerationPackage.Ranges.MinimumAmount.value", + "Description": null, + "UseConsiderations": null, + "DataModelId": 17, + "DataType": "number", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-10-02T20:51:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1953, + "Name": "identifier", + "UniqueName": "MinimumAmount.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T15:59:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "StateU", + "Extension": true, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + } + } + } + } + }, + "Assessment": { + "type": "array", + "required": [ + "identifier", + "name", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "identifier": { + "Id": 2, + "Name": "identifier", + "UniqueName": "Assessment.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "Yes", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-02T03:13:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "name": { + "Id": 4, + "Name": "name", + "UniqueName": "Assessment.name", + "Description": "The title name or name of the assessment", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + }, + "Position": { + "type": "array", + "required": [ + "name", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "name": { + "Id": 1102, + "Name": "name", + "UniqueName": "Position.name", + "Description": "The descriptive name of a person's position.", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": "this can be position specific or \"current\" on the top level class?", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "description": { + "Id": 1138, + "Name": "description", + "UniqueName": "Position.description", + "Description": "Descripiton of position tasks, roles, and responsibilities", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "HR Open Standards", + "Notes": "naming conventions - could just be description and use a generic normative description", + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1939, + "Name": "identifier", + "UniqueName": "Position.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:25:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "OrganizationCode": { + "type": "array", + "required": [ + "organizationCodeValue", + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "organizationCodeValue": { + "Id": 1206, + "Name": "organizationCodeValue", + "UniqueName": "Organization.OrganizationCode.organizationCodeValue", + "Description": "The types of industry to which the organization belongs. The Industry identifiers could be referenced to a standard taxonomy (such as NAICS) or a custom taxonomy. NAICS (https://www.census.gov/naics/), SIC, (https://www.dnb.com/resources/sic-naics-industry-codes.html) or ISIC (https://unstats.un.org/unsd/publication/seriesm/seriesm_4rev4e.pdf)", + "UseConsiderations": "If NAICS is used instead of ISIC be aware that people with international employment experience are likely to be misclassified", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "HR Open", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1930, + "Name": "identifier", + "UniqueName": "OrganizationCode.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-12-01T22:18:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "OperationalStatus": { + "type": "array", + "required": [ + "informationSourceId", + "informationSourceOrganization", + "identifier" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1906, + "Name": "identifier", + "UniqueName": "Organization.OperationalStatus.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T18:23:00+00:00", + "DeprecationDate": null, + "Contributor": "MDRUser", + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + } + } + }, + "Program": { + "type": "array", + "required": [ + "name", + "identifier", + "informationSourceId", + "informationSourceOrganization" + ], + "use_recommendations": "", + "x-mutable": false, + "x-queryable": false, + "properties": { + "name": { + "Id": 1624, + "Name": "name", + "UniqueName": "Program.name", + "Description": "The name of the program of instruction, training, services or benefits available through federal, state, or local agencies.", + "UseConsiderations": "No change", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "Yes", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:20:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "identifier": { + "Id": 1627, + "Name": "identifier", + "UniqueName": "Program.identifier", + "Description": "The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity.", + "UseConsiderations": "Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered.", + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": "CEDS", + "Notes": null, + "CreationDate": null, + "ActivationDate": "2025-11-26T22:49:00+00:00", + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "specialization": { + "Id": 1658, + "Name": "specialization", + "UniqueName": "Program.specialization", + "Description": "Words or brief phrases describing the topicality of the entity; select subject terms from an existing enumeration of such terms.", + "UseConsiderations": "No change", + "DataModelId": 17, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": "CTDL", + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": null, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceId": { + "Id": 1898, + "Name": "informationSourceId", + "UniqueName": "Common.informationSourceId", + "Description": "An identifier key that represents a combination of informationSourceOrganization and informationSourceSystem from which this entity data came. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be a human or machine-readable value.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceOrganization": { + "Id": 1899, + "Name": "informationSourceOrganization", + "UniqueName": "Common.informationSourceOrganization", + "Description": "The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization\u2019s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "Yes", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + }, + "informationSourceSystem": { + "Id": 1900, + "Name": "informationSourceSystem", + "UniqueName": "Common.informationSourceSystem", + "Description": "The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n", + "UseConsiderations": null, + "DataModelId": 1, + "DataType": "string", + "ValueSetId": null, + "Required": "No", + "Array": "No", + "SourceModel": null, + "Notes": null, + "CreationDate": null, + "ActivationDate": null, + "DeprecationDate": null, + "Contributor": null, + "ContributorOrganization": "LIF", + "Extension": false, + "ExtensionNotes": null, + "Example": null, + "Common": true, + "x-mutable": false, + "x-queryable": false + } + } + } + } + } +} \ No newline at end of file diff --git a/projects/lif_mdr_database/backup.sql b/projects/lif_mdr_database/backup.sql index 3226358..289673a 100644 --- a/projects/lif_mdr_database/backup.sql +++ b/projects/lif_mdr_database/backup.sql @@ -2,9 +2,9 @@ -- PostgreSQL database dump -- -\restrict zx3zIkeT4b37a7IAXsl16N94tUClHXnAXZaBrvz3JVKfqa3fXHJMM8SAcc6f62u +\restrict 7MEW5zDL7l2cER19fvhPy6b8zVmcU3Z5XgJELWLR5TVItgZYL0QJ8PdQpLRcV9M --- Dumped from database version 18.1 (Debian 18.1-1.pgdg13+2) +-- Dumped from database version 18.3 (Debian 18.3-1.pgdg13+1) -- Dumped by pg_dump version 18.1 (Homebrew) SET statement_timeout = 0; @@ -803,10 +803,8 @@ ALTER TABLE public."ValueSets" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTIT -- COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConsiderations", "DataModelId", "DataType", "ValueSetId", "Required", "Array", "SourceModel", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Extension", "ExtensionNotes", "Deleted", "Tags", "Example", "Common") FROM stdin; -1467 Generation Code or Suffix Person.Generation Code or Suffix An appendage, if any, used to denote a person's generation in his family (e.g., Jr., Sr., III). \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1328 informationSourceId Common.Contact.Address.informationSourceId The indentifier for the Information Source record associated with this entity \N 17 string \N Yes No LIF-Addition \N \N \N \N \N LIF f \N t \N \N \N 3 shortName Assessment.shortName An abbreviated title for an assessment. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -97 Assessment Revision Date Assessment.Assessment Revision Date The month, day, and year that the conceptual design for the assessment was most recently revised substantially \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1237 code OrgCode.code \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1830 TestUpdatedSourceAttribute TestUpdatedSourceAttribute This is a test of creating updated Source attribute consideration 25 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Unicon f \N t \N \N \N 69 achievementType achievement.achievementType The achievement is an assessment if the achievementType = Assessment \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -815,7 +813,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 72 description achievement.description A short description of the achievement. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 73 creator achievement.creator The person or organization that created the achievement definition. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 74 version achievement.version \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -75 name / description achievement.name / description The name and description of the achievement when the achievementType = competency \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 76 criteria achievement.criteria Criteria describing how to earn the achievement. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 77 fieldOfStudy achievement.fieldOfStudy Category, subject, area of study, discipline, or general branch of knowledge. Examples include Business, Education, Psychology, and Technology. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 78 resultType resultDescription.resultType The type of result this description represents. This is an extensible enumerated vocabulary. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -835,42 +832,22 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 90 Tag achievement.Tag One or more short, human-friendly, searchable, keywords that describe the type of achievement when achievementType = Assessment \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 91 description resultType.description Descriptions of each result type \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 92 Issuer achievementCredential.Issuer A description of the individual, entity, or organization that issued the credential. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -93 Assessment Identifier Assessment.Assessment Identifier A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity. This may be the publisher identifier. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -94 Assessment Short Name Assessment.Assessment Short Name An abbreviated title for an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -95 Assessment Title Assessment.Assessment Title The title name or name of the assessment \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -96 Assessment Provider Assessment.Assessment Provider Identifies the provider or publisher of the assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 180 feedback AssessmentTaken.feedback \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1844 TestAttribute4 TestAttribute4 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N -98 Assessment Type Assessment.Assessment Type The category of an assessment based on format and content. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -99 Assessment Objective Assessment.Assessment Objective This is the objective that the assessment is measuring \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -100 Goal Description Goal.Goal Description A statement that describes the desired outcomes. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -101 Goal Success Criteria Goal.Goal Success Criteria One or more statements that describes the criteria used by teachers and students to check for attainment of a goal. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -102 Assessment Academic Subject Assessment.Assessment Academic Subject The description of the academic content or subject area (e.g., arts, mathematics, reading, or a foreign language) being evaluated. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -103 Assessment Purpose Assessment.Assessment Purpose The reason for which an assessment is designed or delivered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -104 Assessment Level for Which Designed Assessment.Assessment Level for Which Designed The typical grade or combination of grade-levels, developmental leves, or age-levels for which an assessment is designed \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -105 Assessment Type Administered Assessment.Assessment Type Administered The type of assessment administered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -106 Assessment Score Metric Type Assessment.Assessment Score Metric Type The specific method used to report the performance and achievement of the assessment. This is the metric that is being used to derive the scores. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -107 Assessment Language Assessment Form.Assessment Language The language in which the assessment form is designed to be delivered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -108 Assessment Performance Level Identifier Assessment Performance Level.Assessment Performance Level Identifier A unique number or alphanumeric code assigned to an assessment performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -109 Assessment Performance Level Label Assessment Performance Level.Assessment Performance Level Label A label representing the performance level appropriate for use on a report. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -110 Assessment Performance Level Lower Cut Score Assessment Performance Level.Assessment Performance Level Lower Cut Score Lowest possible score for the performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -111 Assessment Performance Level Upper Cut Score Assessment Performance Level.Assessment Performance Level Upper Cut Score Highest possible score for the performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -112 Assessment Performance Level Descriptive Feedback Assessment Performance Level.Assessment Performance Level Descriptive Feedback A feedback message designed to be reported with the assessment performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -113 date issued Learning Assessment.date issued The date when the learning assessment was formally approved/issued. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +97 AssessmentRevisionDate Assessment.AssessmentRevisionDate The month, day, and year that the conceptual design for the assessment was most recently revised substantially \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +75 name/description achievement.name/description The name and description of the achievement when the achievementType = competency \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +94 AssessmentShortName Assessment.AssessmentShortName An abbreviated title for an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +95 AssessmentTitle Assessment.AssessmentTitle The title name or name of the assessment \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +96 AssessmentProvider Assessment.AssessmentProvider Identifies the provider or publisher of the assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +98 AssessmentType Assessment.AssessmentType The category of an assessment based on format and content. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +99 AssessmentObjective Assessment.AssessmentObjective This is the objective that the assessment is measuring \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +100 GoalDescription Goal.GoalDescription A statement that describes the desired outcomes. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +101 GoalSuccessCriteria Goal.GoalSuccessCriteria One or more statements that describes the criteria used by teachers and students to check for attainment of a goal. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +102 AssessmentAcademicSubject Assessment.AssessmentAcademicSubject The description of the academic content or subject area (e.g., arts, mathematics, reading, or a foreign language) being evaluated. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +103 AssessmentPurpose Assessment.AssessmentPurpose The reason for which an assessment is designed or delivered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 114 ContentStandard Assessment.ContentStandard An indication as to whether an assessment conforms to a standard (e.g., local standard, statewide standard, regional standard, association standard). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -115 Actual Start Date Time Assessment Participant Session.Actual Start Date Time Date and time the assessment actually began. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -116 Actual End Date Time Assessment Participant Session.Actual End Date Time Date and time the assessment actually ended. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 47 ownedBy Assessment.ownedBy \N No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -117 awardedBy Learning Assessment.awardedBy The awarding details of the learning assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -118 Score Value Assessment Result.Score Value A meaningful raw score, derived score, or statistical expression of the performance of a person on an assessment. The type of result is indicated by the Assessment Score Metric Type element. The results can be expressed as a number, percentile, range, level, etc. The score relates to all scored items or a sub test scoring one aspect of performance on the test. This value may or may not correspond to one or more Performance Levels. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -119 Score Type Assessment Result.Score Type Indicates the purpose for which this assessment score instance was recorded. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -120 Result DataType Assessment Result.Result DataType The data type of the assessment result score value. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -121 Completion Status AssessmentRegistration.Completion Status The completion and scoring status for an instance of a person taking an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -122 Reason Not Completing AssessmentRegistration.Reason Not Completing The primary reason a participant did not complete an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -123 Time Assessed Assessment Participation Session.Time Assessed The overall time a learner actually spent during the assessment session. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1121 endDate Position.Wage.endDate Date some event or activity ends. \N 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N -124 Delivery Device Details Assessment Participation Session.Delivery Device Details The details about the device or platform by with which the assessment was delivered to the learner. \N 4 \N \N \N \N \N About an instance of assessment \N \N \N \N LIF f \N f \N \N \N -125 Assessment Session Location Assessment Participation Session.Assessment Session Location The description of the place where an assessment is administered. \N 4 \N \N \N \N \N About an instance of assessment \N \N \N \N LIF f \N f \N \N \N 126 id Exam.id \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 127 name Exam.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 128 unitsContentOwner Exam.unitsContentOwner \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -880,7 +857,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 132 resultValuesGroups Exam.resultValuesGroups \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 133 AssessmentIdentifier Assessment.AssessmentIdentifier A unique number or alphanumeric code assigned to an assessment. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 134 AssessmentTitle Assessment.AssessmentTitle The title or name of the assessment. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -181 TestName, TestNameType TestsType.TestName, TestNameType Name identifying the test \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1238 name Organization.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1845 TestAttribute5 TestAttribute5 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N 1851 TestUpdatedAttribute11 TestUpdatedAttribute11 This is a test of creating updated attribute consideration 25 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Unicon f \N f \N 12345 \N @@ -889,6 +865,26 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 136 AssessmentCategory Assessment.AssessmentCategory The category of an assessment based on format and content. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 137 AcademicSubject Assessment.AcademicSubject The description of the content or subject area (e.g., arts, mathematics, reading, stenography, or a foreign language) of an assessment. \N 6 string \N \N \N \N Reference to AcademicSubjectDescriptor \N \N \N \N LIF f \N f \N \N \N 980 type Evidence.type The type of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +105 AssessmentTypeAdministered Assessment.AssessmentTypeAdministered The type of assessment administered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +106 AssessmentScoreMetricType Assessment.AssessmentScoreMetricType The specific method used to report the performance and achievement of the assessment. This is the metric that is being used to derive the scores. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +107 AssessmentLanguage AssessmentForm.AssessmentLanguage The language in which the assessment form is designed to be delivered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +108 AssessmentPerformanceLevelIdentifier AssessmentPerformanceLevel.AssessmentPerformanceLevelIdentifier A unique number or alphanumeric code assigned to an assessment performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +109 AssessmentPerformanceLevelLabel AssessmentPerformanceLevel.AssessmentPerformanceLevelLabel A label representing the performance level appropriate for use on a report. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +110 AssessmentPerformanceLevelLowerCutScore AssessmentPerformanceLevel.AssessmentPerformanceLevelLowerCutScore Lowest possible score for the performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +111 AssessmentPerformanceLevelUpperCutScore AssessmentPerformanceLevel.AssessmentPerformanceLevelUpperCutScore Highest possible score for the performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +112 AssessmentPerformanceLevelDescriptiveFeedback AssessmentPerformanceLevel.AssessmentPerformanceLevelDescriptiveFeedback A feedback message designed to be reported with the assessment performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +113 DateIssued LearningAssessment.DateIssued The date when the learning assessment was formally approved/issued. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +115 ActualStartDateTime AssessmentParticipantSession.ActualStartDateTime Date and time the assessment actually began. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +116 ActualEndDateTime AssessmentParticipantSession.ActualEndDateTime Date and time the assessment actually ended. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +117 awardedBy LearningAssessment.awardedBy The awarding details of the learning assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +119 ScoreType AssessmentResult.ScoreType Indicates the purpose for which this assessment score instance was recorded. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +120 ResultDataType AssessmentResult.ResultDataType The data type of the assessment result score value. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +121 CompletionStatus AssessmentRegistration.CompletionStatus The completion and scoring status for an instance of a person taking an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +122 ReasonNotCompleting AssessmentRegistration.ReasonNotCompleting The primary reason a participant did not complete an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +123 TimeAssessed AssessmentParticipationSession.TimeAssessed The overall time a learner actually spent during the assessment session. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +124 DeliveryDeviceDetails AssessmentParticipationSession.DeliveryDeviceDetails The details about the device or platform by with which the assessment was delivered to the learner. \N 4 \N \N \N \N \N About an instance of assessment \N \N \N \N LIF f \N f \N \N \N +125 AssessmentSessionLocation AssessmentParticipationSession.AssessmentSessionLocation The description of the place where an assessment is administered. \N 4 \N \N \N \N \N About an instance of assessment \N \N \N \N LIF f \N f \N \N \N +181 TestName-TestNameType TestsType.TestName-TestNameType Name identifying the test \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 139 AssessmentScore Assessment.AssessmentScore Definition of the scores to be expected from this assessment. \N 6 string \N \N \N \N Describes more about the scores than a controlled set-- min, max, etc, not sure how to represent type \N \N \N \N LIF f \N f \N \N \N 5 provider Assessment.provider Identifies the provider or publisher of the assessment. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 7 type Assessment.type The category of an assessment based on format and content. No change 1 string \N No No \N There are no proposed vocabularies \N \N \N \N LIF f \N f \N \N \N @@ -911,7 +907,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 190 audienceLevelType AssessmentProfile.audienceLevelType Type of level indicating a point in a progression through an educational or training context, for which the resource is intended; \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 191 inLanguage AssessmentProfile.inLanguage \N \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 192 subjectWebpage AssessmentProfile.subjectWebpage Webpage that describes this entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -193 ceterms:assessmentDeliveryType AssessmentProfile.ceterms:assessmentDeliveryType Delivery type for the assessment for the credential. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 194 LifeCycleStatusType AssessmentProfile.LifeCycleStatusType Type of state of the resource in terms of its stage in a life cycle; select from an enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 195 approvedBy AssessmentProfile.approvedBy Organization that pronounces favorable judgment for this assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 196 assessmentMethodDescription AssessmentProfile.assessmentMethodDescription Description of the methods used to conduct assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -932,10 +927,10 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1846 TestAttribute6 TestAttribute6 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N 1847 TestAttribute7 TestAttribute7 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N 1848 TestAttribute8 TestAttribute8 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N -346 Competency Definition License Competency.Competency Definition License The full text or URL reference to a legal document giving official permission to do something with the competency definition statement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1849 TestAttribute9 TestAttribute9 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N 1240 type Organization.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 35 approvedBy Assessment.approvedBy Organization that pronounces favorable judgment for this assessment. No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +193 ceterms-assessmentDeliveryType AssessmentProfile.ceterms-assessmentDeliveryType Delivery type for the assessment for the credential. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 36 methodDescription Assessment.methodDescription Description of the methods used to conduct assessment. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 1841 TestAttribute TestAttribute This is a test of creating a new partner attribute consideration 18 enum 347 No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N 245 version CompetencyFramework.Competency.version \N No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N @@ -951,72 +946,59 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 306 agencyURI IdentifierType.agencyURI The URI that identifies where the identification scheme is located. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 307 name SpecifiedCompetency.name Competency name. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 308 date DateType.date Date representation according ISO 8601 standard. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -309 A minimum level of proficiency for a competency associated with a position, role, course, or other item. requiredProficiencyLevel.A minimum level of proficiency for a competency associated with a position, role, course, or other item. A minimum level of proficiency for a competency associated with a position, role, course, or other item. \N 2 \N \N \N \N \N Synthetic \N \N \N \N LIF f \N f \N \N \N 44 industryType Assessment.industryType Type of industry; select from an existing enumeration of such types such as the SIC, NAICS, and ISIC classifications. No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N 310 desiredProficiencyLevel PositionCompetencyType.desiredProficiencyLevel DefinitionText>An optimum or ideal level of proficiency for a competency with respect to an associated position, role, course, or other item. The proficiency level is expressed as a score, a point scale, or a mark among range of values. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -311 A rating or score representing the difficulty of the particular competency to acquire. proficiencyAcquistionDifficulty.A rating or score representing the difficulty of the particular competency to acquire. A rating or score representing the difficulty of the particular competency to acquire. \N 2 \N \N \N \N \N Synthetic \N \N \N \N LIF f \N f \N \N \N -312 Competency Framework Identifier URI Competency.Competency Framework Identifier URI An unambiguous reference to the competency framework using a network-resolvable URI. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -313 Competency Framework Title Competency.Competency Framework Title The name of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -314 Competency Framework Description Competency.Competency Framework Description A textual description of the scope and contents of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -315 Competency Framework Subject Competency.Competency Framework Subject The topic or academic subject of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -316 Competency Framework Creator Competency.Competency Framework Creator The person or organization chiefly responsible for the intellectual content of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 390 dateValidUntil CompetencyFramework.dateValidUntil End date of validity of this competency framework. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -317 Competency Framework Publisher Competency.Competency Framework Publisher The entity responsible for making the competency framework available. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -318 Competency Framework Publication Status Competency.Competency Framework Publication Status The publication status of the competency framework is "Published". \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -319 Competency Framework Publication Date Competency.Competency Framework Publication Date The date on which this content was first published. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -320 Competency Framework Jurisdiction Competency.Competency Framework Jurisdiction A legal, quasi-legal, organizational or institutional domain of the entity mandating the use of the statement--e.g., California. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -321 Competency Framework Valid Start Date Competency.Competency Framework Valid Start Date The year, month and day the competency framework was adopted by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -322 Competency Framework Valid End Date Competency.Competency Framework Valid End Date The year, month and day the competency framework was deprecated/replaced by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -323 Competency Framework Version Competency.Competency Framework Version Defines the revision of the competency framework as a version number or date. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -324 Competency Framework Language Competency.Competency Framework Language The default language of the text used for the content in the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -325 Competency Framework License Competency.Competency Framework License A legal document giving official permission to do something with the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -326 Competency Framework Rights Competency.Competency Framework Rights The information about rights held in and over the resource. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -327 Competency Definition Sequence Competency.Competency Definition Sequence A set of one or more alphanumeric characters and/or symbols denoting the positioning of the statement being described in a sequential listing of statements. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 328 lastChangeDateTime CFDocument.lastChangeDateTime A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601]. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 329 subjectURI CFDocument.subjectURI A set of Link URIs denoting the set of subjects for the document as designated by the promulgating agency. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 981 id Credential.id \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +311 ARatingOrScoreRepresentingTheDifficultyOfTheParticularCompetencyToAcquire. proficiencyAcquistionDifficulty.ARatingOrScoreRepresentingTheDifficultyOfTheParticularCompetencyToAcquire. A rating or score representing the difficulty of the particular competency to acquire. \N 2 \N \N \N \N \N Synthetic \N \N \N \N LIF f \N f \N \N \N +312 CompetencyFrameworkIdentifierURI Competency.CompetencyFrameworkIdentifierURI An unambiguous reference to the competency framework using a network-resolvable URI. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +313 CompetencyFrameworkTitle Competency.CompetencyFrameworkTitle The name of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +314 CompetencyFrameworkDescription Competency.CompetencyFrameworkDescription A textual description of the scope and contents of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +315 CompetencyFrameworkSubject Competency.CompetencyFrameworkSubject The topic or academic subject of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +316 CompetencyFrameworkCreator Competency.CompetencyFrameworkCreator The person or organization chiefly responsible for the intellectual content of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +317 CompetencyFrameworkPublisher Competency.CompetencyFrameworkPublisher The entity responsible for making the competency framework available. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +318 CompetencyFrameworkPublicationStatus Competency.CompetencyFrameworkPublicationStatus The publication status of the competency framework is "Published". \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +319 CompetencyFrameworkPublicationDate Competency.CompetencyFrameworkPublicationDate The date on which this content was first published. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +320 CompetencyFrameworkJurisdiction Competency.CompetencyFrameworkJurisdiction A legal, quasi-legal, organizational or institutional domain of the entity mandating the use of the statement--e.g., California. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +321 CompetencyFrameworkValidStartDate Competency.CompetencyFrameworkValidStartDate The year, month and day the competency framework was adopted by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +322 CompetencyFrameworkValidEndDate Competency.CompetencyFrameworkValidEndDate The year, month and day the competency framework was deprecated/replaced by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +323 CompetencyFrameworkVersion Competency.CompetencyFrameworkVersion Defines the revision of the competency framework as a version number or date. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +324 CompetencyFrameworkLanguage Competency.CompetencyFrameworkLanguage The default language of the text used for the content in the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +325 CompetencyFrameworkLicense Competency.CompetencyFrameworkLicense A legal document giving official permission to do something with the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +326 CompetencyFrameworkRights Competency.CompetencyFrameworkRights The information about rights held in and over the resource. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +327 CompetencyDefinitionSequence Competency.CompetencyDefinitionSequence A set of one or more alphanumeric characters and/or symbols denoting the positioning of the statement being described in a sequential listing of statements. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 330 officialSourceURL CFDocument.officialSourceURL The URL link to the formal citation of the original achievement standards document created for humans. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -331 Competency Definition URI Competency.Competency Definition URI A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the competency definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -332 Competency Definition Code Competency.Competency Definition Code A human-referenceable code designated by the publisher to identify the item in the hierarchy of competency definitions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -333 Competency Definition Statement Competency.Competency Definition Statement The text of the statement. The textual content that either describes a specific competency or describes a less granular group of competencies within the taxonomy of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -334 Competency Definition Node Name Competency.Competency Definition Node Name The name or label displayed on the node when this competency definition is used in learning. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 335 abbreviatedStatement Competency.abbreviatedStatement An abbreviated version of the Full Statement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -336 Competency Definition Rights Holder Competency.Competency Definition Rights Holder The person or organization owning or managing rights over the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -337 Competency Definition Type URL Competency.Competency Definition Type URL The class of statement in the structure of statements in the Competency Framework according to a controlled vocabulary, specified as a URI referencing a controlled vocabulary. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -338 Competency Definition Education Level Competency.Competency Definition Education Level The education level, grade level or primary instructional level at which a Competency Definition is intended. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -339 Competency Definition Typical Age Range Minimum Competency.Competency Definition Typical Age Range Minimum The typical minimum age at which a person learns the defined competency. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -340 Competency Definition Typical Age Range Maximum Competency.Competency Definition Typical Age Range Maximum The typical maximum age at which a person learns the defined competency. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -341 Competency Definition Language Competency.Competency Definition Language The default language of the text used for the content in the competency definition statement. \N 4 \N 39 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -342 Competency Definition Concept Keyword Competency.Competency Definition Concept Keyword The significant topicality of the competency definition using free-text keywords and phrases. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -343 Competency Definition Version Competency.Competency Definition Version A label assigned by the publisher indicating the version of the competency framework statement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 344 hasProgressionLevel Competency.hasProgressionLevel Reference to a specific point in a progression model. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -345 Competency Definition Current Version Indicator Competency.Competency Definition Current Version Indicator Indicates that this is the most current version of the Competency Definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 67 deliveryDeviceDetails Person.AssessmentLearningExperience.deliveryDeviceDetails The details about the device or platform by with which the assessment was delivered to the learner. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -347 Competency Definition Node Accessibility Profile Competency.Competency Definition Node Accessibility Profile When the Competency Definition is used as a node in a learning map, this element supports alternative pathways based on a learner's accessibility profile. The type selected indicates which accessibility profile the node is designed to address. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -348 Competency Definition Testability Type Competency.Competency Definition Testability Type Indicates if the competency described in the Competency Definition Statement can be tested using one or more assessment items. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 389 dateValidFrom CompetencyFramework.dateValidFrom Beginning date of validity of this competency framework. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1241 state Organization.state \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -349 Competency Definition Text Complexity Maximum Value Competency.Competency Definition Text Complexity Maximum Value The maximum value in the range of text complexity applicable to a language competency definition using the scaling system defined by Text Complexity System, e.g. Lexile(tm). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -350 Competency Definition Text Complexity Minimum Value Competency.Competency Definition Text Complexity Minimum Value The minimum value in the range of text complexity applicable to a language competency definition using the scaling system defined by Text Complexity System, e.g. Lexile(tm). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -351 Competency Definition Text Complexity System Competency.Competency Definition Text Complexity System The scaling system used to specify the text complexity of a competency item. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -352 Competency Definition Valid End Date Competency.Competency Definition Valid End Date The year, month and day the competency definition was deprecated/replaced by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -353 Competency Definition Valid Start Date Competency.Competency Definition Valid Start Date The year, month and day the competency definition was adopted by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 354 altCodedNotation Competency.altCodedNotation An alphanumeric notation or ID code identifying this competency in common use among end-users. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -355 ceterms:environmentalHazardType Competency.ceterms:environmentalHazardType Type of condition in the physical work performance environment that entails risk exposures requiring mitigating processes; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 356 requiredProficiencyLevel PositionCompetencyType.requiredProficiencyLevel A minimum level of proficiency for a competency associated with a position, role, course, or other item. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 357 desiredProficiencyLevel PositionCompetencyType.desiredProficiencyLevel DefinitionText>An optimum or ideal level of proficiency for a competency with respect to an associated position, role, course, or other item. The proficiency level is expressed as a score, a point scale, or a mark among range of values. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 358 proficiencyAcquistionDifficulty PositionCompetencyType.proficiencyAcquistionDifficulty A rating or score representing the difficulty of the particular competency to acquire. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -977 evidence accreditation Evidence.evidence accreditation The accreditation of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -359 Competency Association Identifier URI Competency.Competency Association Identifier URI A URI that establishes uniqueness of an association between a competency definition and another competency item or other objects such as learning resources. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -360 Competency Association Type Competency.Competency Association Type Defines the nature of the association between a Competency Definition and an associated data object such as a Learning Resource, an Assessment Item, or even another Competency Definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -361 Competency Association Connection Citation Competency.Competency Association Connection Citation Any citation appropriate to evidence the connection between nodes. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -362 Competency Association Destination Node Name Competency.Competency Association Destination Node Name Name of the destination node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -363 Competency Association Destination Node URI Competency.Competency Association Destination Node URI URI of the destination node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -364 Competency Association Origin Node Name Competency.Competency Association Origin Node Name Name of the origin node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -365 Competency Association Origin Node URI Competency.Competency Association Origin Node URI URI of the origin node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -366 Competency Association Weight Competency.Competency Association Weight Indicates the relative significance this connection has for the destination node in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -367 ceterms:physicalCapabilityType Competency.ceterms:physicalCapabilityType Type of physical activity required or expected in performance; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -368 ceterms:sensoryCapabilityType Competency.ceterms:sensoryCapabilityType Type of required or expected sensory capability; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +332 CompetencyDefinitionCode Competency.CompetencyDefinitionCode A human-referenceable code designated by the publisher to identify the item in the hierarchy of competency definitions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +334 CompetencyDefinitionNodeName Competency.CompetencyDefinitionNodeName The name or label displayed on the node when this competency definition is used in learning. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +336 CompetencyDefinitionRightsHolder Competency.CompetencyDefinitionRightsHolder The person or organization owning or managing rights over the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +337 CompetencyDefinitionTypeURL Competency.CompetencyDefinitionTypeURL The class of statement in the structure of statements in the Competency Framework according to a controlled vocabulary, specified as a URI referencing a controlled vocabulary. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +977 evidenceAccreditation Evidence.evidenceAccreditation The accreditation of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +338 CompetencyDefinitionEducationLevel Competency.CompetencyDefinitionEducationLevel The education level, grade level or primary instructional level at which a Competency Definition is intended. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +339 CompetencyDefinitionTypicalAgeRangeMinimum Competency.CompetencyDefinitionTypicalAgeRangeMinimum The typical minimum age at which a person learns the defined competency. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +341 CompetencyDefinitionLanguage Competency.CompetencyDefinitionLanguage The default language of the text used for the content in the competency definition statement. \N 4 \N 39 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +342 CompetencyDefinitionConceptKeyword Competency.CompetencyDefinitionConceptKeyword The significant topicality of the competency definition using free-text keywords and phrases. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +343 CompetencyDefinitionVersion Competency.CompetencyDefinitionVersion A label assigned by the publisher indicating the version of the competency framework statement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +345 CompetencyDefinitionCurrentVersionIndicator Competency.CompetencyDefinitionCurrentVersionIndicator Indicates that this is the most current version of the Competency Definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +347 CompetencyDefinitionNodeAccessibilityProfile Competency.CompetencyDefinitionNodeAccessibilityProfile When the Competency Definition is used as a node in a learning map, this element supports alternative pathways based on a learner's accessibility profile. The type selected indicates which accessibility profile the node is designed to address. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +348 CompetencyDefinitionTestabilityType Competency.CompetencyDefinitionTestabilityType Indicates if the competency described in the Competency Definition Statement can be tested using one or more assessment items. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +349 CompetencyDefinitionTextComplexityMaximumValue Competency.CompetencyDefinitionTextComplexityMaximumValue The maximum value in the range of text complexity applicable to a language competency definition using the scaling system defined by Text Complexity System, e.g. Lexile(tm). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +350 CompetencyDefinitionTextComplexityMinimumValue Competency.CompetencyDefinitionTextComplexityMinimumValue The minimum value in the range of text complexity applicable to a language competency definition using the scaling system defined by Text Complexity System, e.g. Lexile(tm). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +351 CompetencyDefinitionTextComplexitySystem Competency.CompetencyDefinitionTextComplexitySystem The scaling system used to specify the text complexity of a competency item. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +352 CompetencyDefinitionValidEndDate Competency.CompetencyDefinitionValidEndDate The year, month and day the competency definition was deprecated/replaced by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +353 CompetencyDefinitionValidStartDate Competency.CompetencyDefinitionValidStartDate The year, month and day the competency definition was adopted by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +340 CompetencyDefinitionTypicalAgRangeMaximum Competency.CompetencyDefinitionTypicalAgRangeMaximum The typical maximum age at which a person learns the defined competency. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +355 ceterms-environmentalHazardType Competency.ceterms-environmentalHazardType Type of condition in the physical work performance environment that entails risk exposures requiring mitigating processes; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 369 description LoRepository.description \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 370 name LoRepository.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 371 description Lo.description \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1024,23 +1006,19 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 373 description ObjectiveBank.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 374 name ObjectiveBank.name \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 375 source ObjectiveBank.source \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -376 language (session) ObjectiveBank.language (session) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 377 license ObjectiveBank.license \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 378 description Obective.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 379 name Objective.name \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -380 language (session) Objective.language (session) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 381 assessment Objective.assessment \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 382 source CompetencyFramework.source The original competency framework which this resource is based on or derived from. \N 10 \N \N \N \N \N 6.1 \N \N \N \N LIF f \N f \N \N \N 383 name CompetencyFramework.name The name or title of this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 384 description CompetencyFramework.description A short description of this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -385 ceasn:localSubject and \nceterms:instructionalProgramType CompetencyFramework.ceasn:localSubject and \nceterms:instructionalProgramType The text string denoting the subject of the competency framework or competency as designated by the promulgating agency.\nType of instructional program; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 386 author CompetencyFramework.author A person or organization chiefly responsible for the intellectual or artistic content of this competency framework or competency. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 387 publisher CompetencyFramework.publisher An agent responsible for making this resource available. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 388 publicationStatusType CompetencyFramework.publicationStatusType The publication status of the of this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 391 inLanguage CompetencyFramework.inLanguage The primary language used in or by this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 392 license CompetencyFramework.license A legal document giving official permission to do something with this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 393 rights CompetencyFramework.rights Information about rights held in and over this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -394 ceasn:listID Competency.ceasn:listID An alphanumeric string indicating the relative position of a resource in an ordered list of resources such as "A", "B", or "a", "b", or "I", "II", or "1", "2". \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 395 conceptTerm Competency.conceptTerm A term drawn from a controlled vocabulary used by the promulgating agency to refine and differentiate individual resources contextually. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 396 codedNotation Competency.codedNotation An alphanumeric notation or ID code as defined by the promulgating body to identify this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 397 competencyText Competency.competencyText The text of the competency. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1052,12 +1030,20 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 403 hasProgressionLevel Competency.hasProgressionLevel Reference to a specific point in a progression model. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 404 complexityLevel Competency.complexityLevel The expected performance level of a learner or professional as defined by a competency. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 982 name Credential.name \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +380 language(session) Objective.language(session) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +360 CompetencyAssociationType Competency.CompetencyAssociationType Defines the nature of the association between a Competency Definition and an associated data object such as a Learning Resource, an Assessment Item, or even another Competency Definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +361 CompetencyAssociationConnectionCitation Competency.CompetencyAssociationConnectionCitation Any citation appropriate to evidence the connection between nodes. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +362 CompetencyAssociationDestinationNodeName Competency.CompetencyAssociationDestinationNodeName Name of the destination node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +363 CompetencyAssociationDestinationNodeURI Competency.CompetencyAssociationDestinationNodeURI URI of the destination node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +364 CompetencyAssociationOriginNodeName Competency.CompetencyAssociationOriginNodeName Name of the origin node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +365 CompetencyAssociationOriginNodeURI Competency.CompetencyAssociationOriginNodeURI URI of the origin node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +366 CompetencyAssociationWeight Competency.CompetencyAssociationWeight Indicates the relative significance this connection has for the destination node in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +367 ceterms-physicalCapabilityType Competency.ceterms-physicalCapabilityType Type of physical activity required or expected in performance; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +368 ceterms-sensoryCapabilityType Competency.ceterms-sensoryCapabilityType Type of required or expected sensory capability; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +394 ceasn-listID Competency.ceasn-listID An alphanumeric string indicating the relative position of a resource in an ordered list of resources such as "A", "B", or "a", "b", or "I", "II", or "1", "2". \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +385 ceasn-localSubjectAndceterms-instructionalProgramType CompetencyFramework.ceasn-localSubjectAndceterms-instructionalProgramType The text string denoting the subject of the competency framework or competency as designated by the promulgating agency.\nType of instructional program; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 405 altCodedNotation Competency.altCodedNotation An alphanumeric notation or ID code identifying this competency in common use among end-users. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -406 ceterms:environmentalHazardType Competency.ceterms:environmentalHazardType Type of condition in the physical work performance environment that entails risk exposures requiring mitigating processes; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 407 performanceLevelType Competency.performanceLevelType Type of required or expected human performance level; \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -408 ceasn:alignTo Competency.ceasn:alignTo An alignment is an assertion of some degree of equivalency between the subject and the object of the assertion. \N 10 \N \N \N \N \N 6.5 \N \N \N \N LIF f \N f \N \N \N -409 ceterms:physicalCapabilityType Competency.ceterms:physicalCapabilityType Type of physical activity required or expected in performance; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -410 ceterms:sensoryCapabilityType Competency.ceterms:sensoryCapabilityType Type of required or expected sensory capability; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 411 uri CFDocument.uri An unambiguous reference to the CFDocument using a network-resolvable URI. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 412 title CFDocument.title The title of the CFDocument. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 413 description CFDocument.description A human readable description of the CFDocument. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1092,8 +1078,10 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 441 destinationNodeURI CFAssociation.destinationNodeURI The resolvable URI for the destination node object. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 442 originNodeURI CFAssociation.originNodeURI The resolvable URI for the origin node object. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 443 name DefinedTermSet.name The name of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +408 ceasn-alignTo Competency.ceasn-alignTo An alignment is an assertion of some degree of equivalency between the subject and the object of the assertion. \N 10 \N \N \N \N \N 6.5 \N \N \N \N LIF f \N f \N \N \N +409 ceterms-physicalCapabilityType Competency.ceterms-physicalCapabilityType Type of physical activity required or expected in performance; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +410 ceterms-sensoryCapabilityType Competency.ceterms-sensoryCapabilityType Type of required or expected sensory capability; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 444 description DefinedTermSet.description A description of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -445 educationalAlignment; OR\nabout DefinedTermSet.educationalAlignment; OR\nabout An alignment to an established educational framework.\n\nThe subject matter of the content. \N 11 \N \N \N \N \N 6.18 \N \N \N \N LIF f \N f \N \N \N 446 creator DefinedTermSet.creator The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 447 publisher DefinedTermSet.publisher The publisher of the creative work. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 448 publication DefinedTermSet.publication A publication event associated with the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1104,10 +1092,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 453 inLanguage DefinedTermSet.inLanguage The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 454 license DefinedTermSet.license A license document that applies to this content, typically indicated by URL. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 455 about CreativeWork.about The subject matter of the content. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N -147 title Learning Assessment Specification.title The title of the learning assessment specification. One value per language is permitted. \N 7 \N \N Yes Yes \N \N \N \N \N \N LIF f \N f \N \N \N -456 identifier\n\ntermCode CreativeWork + DefinedTerm.identifier\n\ntermCode The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc.\n\nA code that identifies this DefinedTerm within a DefinedTermSet. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N -457 description CreativeWork + DefinedTerm.description A description of the item. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N -458 name CreativeWork + DefinedTerm.name The name of the item. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N 459 copyrightHolder DefinedTermSet.copyrightHolder The party holding the legal copyright to the CreativeWork. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 460 educationalLevel CreativeWork.educationalLevel The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N 461 typicalAgeRange CreativeWork.typicalAgeRange The typical expected age range, e.g. '7-9', '11-'. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N @@ -1124,36 +1108,25 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 472 targetUrl AlignmentObject.targetUrl The URL of a node in an established educational framework. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 39 creditUnitTypeDescription Assessment.creditUnitTypeDescription Detailed description of credit unit type. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 41 ctid Assessment.ctid Globally unique Credential Transparency Identifier (CTID) by which the creator, owner or provider of a resource recognizes it in transactions with the external environment (e.g., in verifiable claims involving the resource). No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -146 alternativeName Learning Assessment Specification.alternativeName The alternative name of the learning assessment specification \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -148 assessedBy Learning Assessment Specification.assessedBy The competent body that awarded the grade. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -149 lastModificationDate Learning Assessment Specification.lastModificationDate The date when the learning assessment specification was last modified \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -150 type Learning Assessment Specification.type The type of learning assessment. It should be provided using the EDC Controlled List of Assessments Types \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -151 desccription Learning Assessment Specification.desccription A free text description of the learning assessment \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N 712 CourseSubjectAbbreviation Student.AcademicRecord.AcademicSession.Course.CourseSubjectAbbreviation The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -152 proves Learning Assessment Specification.proves The learning achievement (and related learning outcomes) this assessment is designed to test \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -154 gradingScheme Learning Assessment Specification.gradingScheme A set of criteria that measures varying levels of achievement \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -978 evidence statement Evidence.evidence statement The statement of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 983 title Credential.title \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +147 title LearningAssessmentSpecification.title The title of the learning assessment specification. One value per language is permitted. \N 7 \N \N Yes Yes \N \N \N \N \N \N LIF f \N f \N \N \N +457 description CreativeWork+DefinedTerm.description A description of the item. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +458 name CreativeWork+DefinedTerm.name The name of the item. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +146 alternativeName LearningAssessmentSpecification.alternativeName The alternative name of the learning assessment specification \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +148 assessedBy LearningAssessmentSpecification.assessedBy The competent body that awarded the grade. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +149 lastModificationDate LearningAssessmentSpecification.lastModificationDate The date when the learning assessment specification was last modified \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +150 type LearningAssessmentSpecification.type The type of learning assessment. It should be provided using the EDC Controlled List of Assessments Types \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +151 desccription LearningAssessmentSpecification.desccription A free text description of the learning assessment \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +152 proves LearningAssessmentSpecification.proves The learning achievement (and related learning outcomes) this assessment is designed to test \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +154 gradingScheme LearningAssessmentSpecification.gradingScheme A set of criteria that measures varying levels of achievement \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +978 evidenceStatement Evidence.evidenceStatement The statement of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 713 CourseLevel Student.AcademicRecord.AcademicSession.Course.CourseLevel The level of credit associated with the credit hours earned for the course.The level of work demonstrated by successful completion of the academic course being described \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -155 language Learning Assessment Specification.language The language of instruction. It should be provided using the Language Named Authority List \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -156 category Learning Assessment Specification.category The category of the learning assessment specification as a string. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N 1059 type Evidence.type There is no controlled vocab for evidence type \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -157 generalisationOf Learning Assessment Specification.generalisationOf A learning assessment specification (e.g., a standard) of which this specification is a generalisation. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -158 homeage Learning Assessment Specification.homeage The homepage of the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -159 mode Learning Assessment Specification.mode The mode of learning and or assessment (i.e., online, blended, presential, work based). It should be provided using the EDC Controlled List of Modes Of Learning and Assessment. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -160 moreInformation Learning Assessment Specification.moreInformation An additional free text note about the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -161 otherDocuments Learning Assessment Specification.otherDocuments A public web document containing additional documentation about the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -162 specialisationOf Learning Assessment Specification.specialisationOf A learning assessment specification (e.g., a standard) of which this specification is a specialisation. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -163 status Learning Assessment Specification.status The publication status of the learning assessment specification. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -164 identifier Grading Scheme.identifier An identifier of the grading scheme \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -168 date issued Learning Assessment.date issued The date when the learning assessment was formally approved/issued. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -165 label Result Category.label The label of the histogram score or score range. Should correspond to the grading scheme which has been used, e.g., 'C', or '20-30' \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N -171 location Learning Assessment.location The location where the learning assessment was completed \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 211 subject CompetencyFramework.subject The topic or academic subject of the competency framework. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 48 scoringMethodDescription Assessment.scoringMethodDescription \N No change 1 string \N No No \N Useful but aligned to CEDS definitions? \N \N \N \N LIF f \N f \N \N \N 49 scoringMethodExample Assessment.scoringMethodExample \N No change 1 string \N No No \N Useful but aligned to CEDS definitions? \N \N \N \N LIF f \N f \N \N \N 50 contentStandard Assessment.contentStandard An indication as to whether an assessment conforms to a standard (e.g., local standard, statewide standard, regional standard, association standard) Missing data should not be penalized in useage. Assuming that all organizations will want to comply with this system will introduce a high level of bias into outcomes 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -169 awardedBy Learning Assessment.awardedBy The awarding details of the learning assessment. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N 738 CourseAcademicGradeStatusCode Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeStatusCode Special enrollment or completion status of this course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 52 isPartOfSubtest Assessment.isPartOfSubtest A link to a subtest of which this subtest is part No change 1 string \N No No \N Added to allow linking to nested levels of subtests \N \N \N \N LIF f \N f \N \N \N 29 label Assessment.AssessmentPerformanceLevel.label A label representing the performance level appropriate for use on a report. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1169,9 +1142,20 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 587 institution EducationAttendanceType.institution The institution to which the person attended. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 588 currentlyAttendingIndicator EducationAttendanceType.currentlyAttendingIndicator Indicator that the person is still attending. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 589 goodStandingIndicator EducationAttendanceType.goodStandingIndicator Indicator that the person is currently in good standing according to the rules of the educational institution. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -972 issuance date European Digital Credential.issuance date Defines the date and time, when the European Digital Credential becomes valid. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -979 evidence target Evidence.evidence target The target of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -590 AchievementType = Course Achievement.AchievementType = Course A Course is a course of study that, typically, has a shared curriculum although it may be taught to different students by different teachers. It is likely that several classes of a single course may be taught in a term. For example, a school runs Grade 9 English in the spring term. There are four classes, each with a different 30 students, taught by 4 different teachers. However the curriculum for each of those four classes is the same – the course curriculum. \N 3 \N \N \N \N \N Not applicable to a course? \N \N \N \N LIF f \N f \N \N \N +156 category LearningAssessmentSpecification.category The category of the learning assessment specification as a string. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +157 generalisationOf LearningAssessmentSpecification.generalisationOf A learning assessment specification (e.g., a standard) of which this specification is a generalisation. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +158 homeage LearningAssessmentSpecification.homeage The homepage of the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +160 moreInformation LearningAssessmentSpecification.moreInformation An additional free text note about the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +161 otherDocuments LearningAssessmentSpecification.otherDocuments A public web document containing additional documentation about the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +162 specialisationOf LearningAssessmentSpecification.specialisationOf A learning assessment specification (e.g., a standard) of which this specification is a specialisation. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +163 status LearningAssessmentSpecification.status The publication status of the learning assessment specification. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +164 identifier GradingScheme.identifier An identifier of the grading scheme \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +168 dateIssued LearningAssessment.dateIssued The date when the learning assessment was formally approved/issued. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +165 label ResultCategory.label The label of the histogram score or score range. Should correspond to the grading scheme which has been used, e.g., 'C', or '20-30' \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N +171 location LearningAssessment.location The location where the learning assessment was completed \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +169 awardedBy LearningAssessment.awardedBy The awarding details of the learning assessment. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N +972 issuanceDate EuropeanDigitalCredential.issuanceDate Defines the date and time, when the European Digital Credential becomes valid. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +979 evidenceTarget Evidence.evidenceTarget The target of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 591 humanCode Achievement.humanCode The assigned course code (Subject + Catalog #) \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 592 name Achievement.name The title of the course. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 593 description Achievement.description \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1183,38 +1167,31 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 599 level Achievement.level Grade(s) for which the class is attended. The permitted vocabulary should be defined as part of the adoption and deployment process. See the Implementation Guide [OR-IG, 20] for more details on how to define/use such a vocabulary. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 600 level achievement.level \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 601 name Profile.name Name of the organization. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -602 Target Framework Alignment.Target Framework \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 603 LetterGrade ResultsType.LetterGrade The result is a letter grade \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 604 otherIdentifier achievement.otherIdentifier Use otherIdentifier for the course section ID. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 605 Profile Issuer.Profile \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -606 Course Identifier Course.Course Identifier The actual code that identifies the organization of subject matter and related learning experiences provided for the instruction of students. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 274 proficiencyStatement CompetencyFramework.Competency.ProficiencyDefinition.ProficiencyLevel.proficiencyStatement The statement corresponding to the proficiency level. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 214 publisher CompetencyFramework.publisher The entity responsible for making the competency framework available. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 949 completionRequirements Program.completionRequirements \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 950 url Program.url \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 951 duration Program.duration \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 952 audience Program.audience \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -607 Course Title Course.Course Title The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -608 Course Description Course.Course Description A description of the course content and/or goals. Reference may be made to state or national content standards. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -609 Course Begin Date Course.Course Begin Date The year, month and day an instance of a course officially began. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -610 Course End Date Course.Course End Date The year, month and day an instance of a course ends. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 704 CourseGPAApplicabilityCode Student.AcademicRecord.AcademicSession.Course.CourseGPAApplicabilityCode An indicator of whether or not this course being described is included in the computation of the student's Grade Point Average, and if so, if it weighted differently from regular courses. \N 9 \N 94 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -611 Course Section Time Required for Completion Course Section.Course Section Time Required for Completion The actual or estimated number of clock minutes required for course completion. This number is especially important for career and technical education course and may represent (in minutes) the clock hour requirement of the course, the number of minutes (or clock hours) of class time per week, times the number of equivalent weeks the class typically meets. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -612 Course Academic Grade Scale Code Course Section.Course Academic Grade Scale Code The grading scale used by an academic educational institution for an academic course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -613 Course Aligned with Standards Course Section.Course Aligned with Standards An indication whether a course is aligned with the established standards of a curriculum framework. \N 4 \N 73 \N \N \N any standard in particular? \N \N \N \N LIF f \N f \N \N \N -614 Course Code System Course.Course Code System A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -615 Course Subject Abbreviation Course.Course Subject Abbreviation The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier number. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -616 Credit Value Course.Credit Value The amount of credit available to the student who successfully meets the objectives of the course or learning opportunity based on the units defined by Credit Unit Type. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -617 Related Competency Definitions Course.Related Competency Definitions An indication of the competency definition(s) addressed in the Course Section. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -618 Student Identifier Enrollment.Student Identifier A unique number or alphanumeric code assigned to a student by a school, school system, a state, or other agency or entity. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -619 Course Add Date Course Section -> Enrollment.Course Add Date The date an individual was added to an academic course at a school. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -620 Course Section Enrollment Status Start Date Course Section -> Enrollment.Course Section Enrollment Status Start Date The date on which the enrollment status began related to a student enrolled in an instance of a course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 984 description Credential.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -621 Course Section Enrollment Status End Date Course Section -> Enrollment.Course Section Enrollment Status End Date The date on which the enrollment status ended related to a student enrolled in an instance of a course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -622 Course Drop Date Course Section -> Enrollment.Course Drop Date The date on which the individual drops or withdraws from the course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -623 Course Academic Grade Course Section -> Enrollment.Course Academic Grade The final grade awarded for participation in the course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -624 Course Quality Points Earned Enrollment.Course Quality Points Earned The numerical value assigned to a letter grade to provide a basis of quantitative determination of an average. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -625 Course Override School Course Section -> Enrollment.Course Override School The school where the credit was earned if different from the institution reporting. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +602 TargetFramework Alignment.TargetFramework \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +606 CourseIdentifier Course.CourseIdentifier The actual code that identifies the organization of subject matter and related learning experiences provided for the instruction of students. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +607 CourseTitle Course.CourseTitle The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +608 CourseDescription Course.CourseDescription A description of the course content and/or goals. Reference may be made to state or national content standards. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +609 CourseBeginDate Course.CourseBeginDate The year, month and day an instance of a course officially began. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +610 CourseEndDate Course.CourseEndDate The year, month and day an instance of a course ends. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +614 CourseCodeSystem Course.CourseCodeSystem A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +615 CourseSubjectAbbreviation Course.CourseSubjectAbbreviation The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier number. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +616 CreditValue Course.CreditValue The amount of credit available to the student who successfully meets the objectives of the course or learning opportunity based on the units defined by Credit Unit Type. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +617 RelatedCompetencyDefinitions Course.RelatedCompetencyDefinitions An indication of the competency definition(s) addressed in the Course Section. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +618 StudentIdentifier Enrollment.StudentIdentifier A unique number or alphanumeric code assigned to a student by a school, school system, a state, or other agency or entity. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +611 CourseSectionTimeRequiredForCompletion CourseSection.CourseSectionTimeRequiredForCompletion The actual or estimated number of clock minutes required for course completion. This number is especially important for career and technical education course and may represent (in minutes) the clock hour requirement of the course, the number of minutes (or clock hours) of class time per week, times the number of equivalent weeks the class typically meets. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +612 CourseAcademicGradeScaleCode CourseSection.CourseAcademicGradeScaleCode The grading scale used by an academic educational institution for an academic course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +613 CourseAlignedWithStandards CourseSection.CourseAlignedWithStandards An indication whether a course is aligned with the established standards of a curriculum framework. \N 4 \N 73 \N \N \N any standard in particular? \N \N \N \N LIF f \N f \N \N \N 626 courseCode StudentCourseRecord.courseCode \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 627 program StudentCourseRecord.StudentCourseUsage.program \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 628 courseTitle StudentCourseRecord.courseTitle \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1262,8 +1239,11 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 681 learningObjectives Course.learningObjectives \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 682 displayName Ontology.displayName \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 683 level CourseEntry.Course.level \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -684 displayName or displayLabel Subject.displayName or displayLabel \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 685 description CourseEntry.Course.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +622 CourseDropDate CourseSection->Enrollment.CourseDropDate The date on which the individual drops or withdraws from the course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +625 CourseOverrideSchool CourseSection->Enrollment.CourseOverrideSchool The school where the credit was earned if different from the institution reporting. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +624 CourseQualityPointsEarned Enrollment.CourseQualityPointsEarned The numerical value assigned to a letter grade to provide a basis of quantitative determination of an average. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +684 displayNameOrDisplayLabel Subject.displayNameOrDisplayLabel \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 686 sponsors.displayName CourseEntry.Course.sponsors.displayName \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 687 levels CourseEntry.Course.levels \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 688 creditAmounts Course.creditAmounts \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1271,7 +1251,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 690 genusType CourseEntry.genusType \N \N 8 \N \N \N \N \N type indicates registration vs transfer course \N \N \N \N LIF f \N f \N \N \N 691 genusType Course.genusType \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 692 genusType Activity.genusType \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -693 sponsors (of type) Course.sponsors (of type) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 694 type Activity.type \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 695 startDate CourseRegistration.startDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 696 endDate CourseRegistration.endDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1284,9 +1263,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 703 code CourseEntry.Course.code \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 705 CourseTitle Student.AcademicRecord.AcademicSession.Course.CourseTitle The name or title of the course taken by a student at an academic institution. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 706 CourseDescription CourseInventoryInformation.CourseDescription The text description describing the content of the course, as carried in the sending institution’s course catalog. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -707 Course Begin Date Course.Course Begin Date The official begin date for this course \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -708 Course End Date Course.Course End Date The official end date for this course \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -709 CourseAcademicGradeScale Code Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeScale Code The grading scale used by an academic educational institution for an academic course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 710 Choice Student.AcademicRecord.AcademicSession.Course.Choice Each option has it's own definition as documented in Voc 4-PESCCourseCode \N 9 \N \N \N \N \N There is no root element to name. The choice exists between CourseRepeatCode and CourseQualityPointsEarned \N \N \N \N LIF f \N f \N \N \N 711 CourseCreditLevel Student.AcademicRecord.AcademicSession.Course.CourseCreditLevel The level of credit associated with the credit hours earned for the course. \N 9 \N \N \N \N \N Usually the same as CourseLevel; differs when the student uses the credit at a level different from the CourseLevel. For\nexample, when the student uses an UpperDivision course (CourseLevel) for Graduate credit (CourseCreditLevel).\nAlso, not a good match to CEDS CourseLevelCharacteristic. \N \N \N \N LIF f \N f \N \N \N 664 CourseLevelCharacteristic Course.CourseLevelCharacteristic The type of specific program or designation with which the course is associated (e.g., AP, IB, Dual Credit, CTE). \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1309,6 +1285,8 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 730 CourseAcademicGrade Student.AcademicRecord.AcademicSession.Course.CourseAcademicGrade The final grade awarded for participation in the course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 731 CourseQualityPointsEarned Student.AcademicRecord.AcademicSession.Course.CourseQualityPointsEarned The numerical value assigned to a letter grade to provide a basis of quantitative determination of an average. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 732 CourseOverrideSchool Student.AcademicRecord.AcademicSession.Course.CourseOverrideSchool The school where the credit was earned if diffrerent from the Academic Session School. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +708 CourseEndDate Course.CourseEndDate The official end date for this course \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +709 CourseAcademicGradeScaleCode Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeScaleCode The grading scale used by an academic educational institution for an academic course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 733 CourseRepeatCode Student.AcademicRecord.AcademicSession.Course.CourseRepeatCode Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student’s academic grade average. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 734 CourseSectionNumber Student.AcademicRecord.AcademicSession.Course.CourseSectionNumber The number assigned to differentiate among distinct occurrences of courses that have the same course abbreviation and number but are considered to be different courses. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 735 CouirseSubjectAbbreviation Student.AcademicRecord.AcademicSession.Course.CouirseSubjectAbbreviation The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1321,9 +1299,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 743 expirationDate Course.expirationDate Date beyond which the resource is no longer offered or available. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 744 estimatedDuration Course.estimatedDuration Estimated time it will take to complete a course. [=>DurationProfile] \N 10 \N \N \N \N \N Would need to convert from DurationProfile.ExactDuration to minutes \N \N \N \N LIF f \N f \N \N \N 745 audienceLevelType Course.audienceLevelType Type of level indicating a point in a progression through an educational or training context. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -746 ceterms:creditLevelType Course.ValueProfile.ceterms:creditLevelType Credit Level Type \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -747 creditUnitType and value Course.ValueProfile.creditUnitType and value A description of value awarded for, required by, or otherwise related to the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -748 assessmentMethodDescription, assessmentMethodType Course.assessmentMethodDescription, assessmentMethodType Description of the methods used to conduct assessment.\nType of method used to conduct an assessment; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 749 creditUnitTypeDescription Course.creditUnitTypeDescription Detailed description of credit unit type. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1837 TestSecondNewSourceAttributeForValueSet TestSecondNewSourceAttributeForValueSet This is a test of creating a new Source attribute consideration 25 enum 338 No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Unicon f \N f \N \N \N 750 learningMethodType\nlearningMethodDescription Course.learningMethodType\nlearningMethodDescription - Types of methods used to conduct the learning opportunity; select from an existing enumeration of such types.\n- Description of the learning methods for a resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1347,7 +1322,8 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 768 subjectWebpage Course.subjectWebpage The webpage that describes this entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 769 targetAssessment Course.targetAssessment Assessment that provides direct, indirect, formative or summative evaluation or estimation of the nature, ability, or quality for an entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 770 targetLearningResource Course.targetLearningResource Learning object or resource that is used as part of an learning activity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -973 owner European Digital Credential.owner The person (subject) about which claims are made and who owns the credential. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +973 owner EuropeanDigitalCredential.owner The person (subject) about which claims are made and who owns the credential. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +746 ceterms-creditLevelType Course.ValueProfile.ceterms-creditLevelType Credit Level Type \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 771 courseCode\n&/or\nidentifier Course.courseCode\n&/or\nidentifier The identifier for the Course used by the course provider (e.g. CS101 or 6.001).\n\nThe identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 772 name Course.name The name of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 773 description Course.description A description of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1406,22 +1382,17 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1840 MDRTest2 MDRTest2 This is a test of creating a new Source attribute consideration 25 enum 343 No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Unicon f \N f \N \N \N 1218 ctidStatus Common.Accreditation.ctidStatus A ctid status, which provide details about whether it is missing at will or not applicable. \N 1 string 36 No No \N \N \N \N \N \N LIF f \N t \N \N \N 292 accessibility CompetencyFramework.Competency.accessibility \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N -974 proof European Digital Credential.proof The proof of the european digital credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -975 terms of use European Digital Credential.terms of use The terms of use of european digital credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 474 identifier Person.Consent.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes No LIF \N \N \N \N \N LIF f \N f \N \N \N 271 competencyId CompetencyFramework.Competency.ProficiencyDefinition.ProficiencyLevel.competencyId The identifier of the competency for which the levels are being defined. No change 1 string \N Yes Yes \N \N \N 2025-11-26 23:19:00+00 \N \N LIF f \N t \N \N \N 485 code Common.LegalCode.code The code for the law or justification for processing the data or withdrawing consent (e.g., consent, legitimate interest). \N 1 string \N Yes No \N \N \N 2025-11-26 23:23:00+00 \N \N LIF f \N f \N \N \N 493 auditLog Person.Consent.AuditHistory.auditLog Narrative description of what took place during the consent audit, including the consent-related activities and changes. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 509 learningStandard Course.learningStandard Learning standard(s) to be taught by the course. \N 1 string \N No Yes Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N 512 courseSubjectAbbreviation Course.courseSubjectAbbreviation The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier number. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +975 termsOfUse EuropeanDigitalCredential.termsOfUse The terms of use of european digital credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 513 courseApplicableEducationLevel Course.courseApplicableEducationLevel The education level, grade level or primary instructional level at which a course is intended. Do not use without two elements to provide specifics on the standards used and who makes the determination. This element is likely to absorb a large amount of bias due to asymetrical power and organizational politics 1 string 52 No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N 507 resultType Course.resultType \N \N 1 string \N No No IMSGlobal/CLR \N \N \N \N \N LIF f \N f \N \N \N 514 courseCertificationDescription Course.courseCertificationDescription A description of the certification or recognition associated with this course (ex. Networking, CAD, etc.). No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N -864 id CertificationType and/or EducationDegreeType.id A unique identifier to the certificate as defined by the issuing authority and/or Identifier for the degree. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -865 name CertificationType and/or EducationDegreeType.name The common name of the certificate and/or Name for the degree. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 866 descriptions CertificationType.descriptions Assumed Definition: the descriptions. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -867 CertificationType.status and/or EducationDegreeType.degreeGrantedStatus CertificationType and/or EducationDegreeType.CertificationType.status and/or EducationDegreeType.degreeGrantedStatus The status of the certificate. While this is an open string, common status include active, expired, pending, suspended and/or Current education degree granted status. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -868 CertificationType.firstIssued and/or EducationDegreeType.date CertificationType and/or EducationDegreeType.CertificationType.firstIssued and/or EducationDegreeType.date The original issue date of the certificate. Often this is useful when the certificates need to be renewed often, and it is important to know how long the certificate has been held. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 869 type CertificationType.type The type of the certificate. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 870 issuingAuthority CertificationType.issuingAuthority The organization that issued the certificate. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 871 id Achievement.id Unique IRI for the Achievement. If the ID is a URL it must be the location of an Achievement document. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1454,11 +1425,12 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 897 fieldOfStudy Achievement.fieldOfStudy Category, subject, area of study, discipline, or general branch of knowledge. Examples include Business, Education, Psychology, and Technology. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 898 Level Achievement.Level Text that describes the level of achievement apart from how the achievement was performed or demonstrated. Examples would include 'Level 1', 'Level 2', 'Level 3', or 'Bachelors', 'Masters', 'Doctoral'. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 899 targetUrl Alignment.targetUrl The URL of a node in an established educational framework. When the alignment is to a CASE framework and the CASE Service support the CASE JSON-LD binding, the URL should be the 'uri' of the node document, otherwise the URL should be the CASE Service endpoint URL that returns the node JSON. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +865 name CertificationTypeAnd/orEducationDegreeType.name The common name of the certificate and/or Name for the degree. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +868 CertificationType.firstIssuedAnd/orEducationDegreeType.date CertificationTypeAnd/orEducationDegreeType.CertificationType.firstIssuedAnd/orEducationDegreeType.date The original issue date of the certificate. Often this is useful when the certificates need to be renewed often, and it is important to know how long the certificate has been held. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 900 alignmentType Alignment.alignmentType Type of alignment, RSD, CredentialEngine, \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 901 humanCode AchievementCredential.humanCode Achievement is also extensible \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 902 expirationDate AchievementCredential.expirationDate If the credential has some notion of expiry, this indicates a timestamp when a credential should no longer be considered valid. After this time, the credential should be considered expired. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 491 expiration Person.Consent.expiration Period for which consent is valid before it needs to be renewed or refreshed. \N 1 string \N No No LIF \N \N \N \N \N LIF f \N f \N \N \N -903 awardedDate (or issuanceDate) AchievementCredential.awardedDate (or issuanceDate) Timestamp of when the credential was awarded. issuanceDate is used to determine the most recent version of a Credential in conjunction with issuer and id. Consequently, the only way to update a Credental is to update the issuanceDate, losing the date when the Credential was originally awarded. awardedDate is meant to keep this original date. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 904 identifier AchievementSubject.identifier Other identifiers for the recipient of the achievement. Either id or at least one identifier MUST be supplied. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 905 result AchievementSubject.result The set of results being asserted. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 906 proof AchievementCredential.proof If present, one or more embedded cryptographic proofs that can be used to detect tampering and verify the authorship of the credential. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1466,63 +1438,37 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 908 description Evidence.description A longer description of the evidence. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 909 id Evidence.id The URL of a webpage presenting evidence of achievement or the evidence encoded as a Data URI. The schema of the webpage is undefined. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 910 type Evidence.type The value of the type property MUST be an unordered set. One of the items MUST be the IRI 'Evidence'. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -911 Credential Definition Identifier System Credential.Credential Definition Identifier System A coding scheme that is used for identification and record-keeping purposes by a credentialing organization to refer to an achievement. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -912 Credential Definition Identifier Credential.Credential Definition Identifier A globally unique identifier by which the creator/owner/provider of a credential recognizes the achievement in transactions with the external environment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -913 Credential Definition Alternate Name Credential.Credential Definition Alternate Name An alias for the credential, which may include acronyms, alphanumeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -914 Credential Definition Title Credential.Credential Definition Title The title assigned to the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -915 Credential Definition Description Credential.Credential Definition Description A description of the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -916 Credential Definition Status Type Credential.Credential Definition Status Type The status of the credential offered by a credentialing organization. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -917 Credential Definition Date Effective Credential.Credential Definition Date Effective Effective date of the content of a credential definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -918 Credential Definition Category Type Credential.Credential Definition Category Type A category for defining a competency or qualification, achievement, personal or organizational quality, experience, attribute, or aspect of an identity typically used to indicate suitability. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -919 Credential Definition Assessment Method Type Credential.Credential Definition Assessment Method Type The method used to conduct the assessment being referenced. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -920 Credential Definition Criteria Credential.Credential Definition Criteria The criteria for competency-based completion of the achievement/award. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -921 Credential Definition Criteria URL Credential.Credential Definition Criteria URL The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -922 Credential Definition Estimated Duration Credential.Credential Definition Estimated Duration The estimated amount of time in minutes it will take to earn the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -923 Credential Definition Minimum Duration Credential.Credential Definition Minimum Duration The minimum amount of time in minutes it will take to earn the described credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -924 Credential Definition Maximum Duration Credential.Credential Definition Maximum Duration The maximum amount of time in minutes it will take to earn the described credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -925 Credential Definition Minimum Age Credential.Credential Definition Minimum Age The minimum allowed age in years at which a person is eligible for the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -976 embedded evidence Evidence.embedded evidence The embeded evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -926 Credential Definition NAICS Industry Type Credential.Credential Definition NAICS Industry Type The North American Industry Classification System (NAICS) class identifier for an industry associated with the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -927 Credential Image URL Credential.Credential Image URL The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -928 Credential Definition Keywords Credential.Credential Definition Keywords Keywords or key phrases describing aspects of a credential considered useful for its discovery. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 929 subject Credential.subject Words or brief phrases describing the topicality of the entity; select subject terms from an existing enumeration of such terms. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -930 CTDL Audience Level Type Credential.CTDL Audience Level Type Type of level indicating a point in a progression through an educational or training context, for which the credential is intended; select from an existing enumeration of such types. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -931 Classification of Instructional Program Code Credential.Classification of Instructional Program Code A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -932 Competency Definition URL Credential.Competency Definition URL A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the competency definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -933 O*NET-SOC Occupation Type Credential.O*NET-SOC Occupation Type The O*NET-SOC taxonomy defines the set of occupations across the world of work based on the Standard Occupational Classification. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -934 expiration date European Digital Credential.expiration date The date when the credential expires. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -935 issuance date European Digital Credential.issuance date Defines the date and time, when the European Digital Credential becomes valid. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -936 owner European Digital Credential.owner The person (subject) about which claims are made and who owns the credential. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -937 proof European Digital Credential.proof The proof of the european digital credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -938 terms of use European Digital Credential.terms of use The terms of use of european digital credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -939 evidence accreditation Evidence.evidence accreditation The accreditation of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -940 evidence statement Evidence.evidence statement The statement of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -941 evidence target Evidence.evidence target The target of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +911 CredentialDefinitionIdentifierSystem Credential.CredentialDefinitionIdentifierSystem A coding scheme that is used for identification and record-keeping purposes by a credentialing organization to refer to an achievement. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +912 CredentialDefinitionIdentifier Credential.CredentialDefinitionIdentifier A globally unique identifier by which the creator/owner/provider of a credential recognizes the achievement in transactions with the external environment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +913 CredentialDefinitionAlternateName Credential.CredentialDefinitionAlternateName An alias for the credential, which may include acronyms, alphanumeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +914 CredentialDefinitionTitle Credential.CredentialDefinitionTitle The title assigned to the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +915 CredentialDefinitionDescription Credential.CredentialDefinitionDescription A description of the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +916 CredentialDefinitionStatusType Credential.CredentialDefinitionStatusType The status of the credential offered by a credentialing organization. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +917 CredentialDefinitionDateEffective Credential.CredentialDefinitionDateEffective Effective date of the content of a credential definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +918 CredentialDefinitionCategoryType Credential.CredentialDefinitionCategoryType A category for defining a competency or qualification, achievement, personal or organizational quality, experience, attribute, or aspect of an identity typically used to indicate suitability. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +919 CredentialDefinitionAssessmentMethodType Credential.CredentialDefinitionAssessmentMethodType The method used to conduct the assessment being referenced. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +920 CredentialDefinitionCriteria Credential.CredentialDefinitionCriteria The criteria for competency-based completion of the achievement/award. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +921 CredentialDefinitionCriteriaURL Credential.CredentialDefinitionCriteriaURL The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +922 CredentialDefinitionEstimatedDuration Credential.CredentialDefinitionEstimatedDuration The estimated amount of time in minutes it will take to earn the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +923 CredentialDefinitionMinimumDuration Credential.CredentialDefinitionMinimumDuration The minimum amount of time in minutes it will take to earn the described credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +924 CredentialDefinitionMaximumDuration Credential.CredentialDefinitionMaximumDuration The maximum amount of time in minutes it will take to earn the described credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +925 CredentialDefinitionMinimumAge Credential.CredentialDefinitionMinimumAge The minimum allowed age in years at which a person is eligible for the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +976 embeddedEvidence Evidence.embeddedEvidence The embeded evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +926 CredentialDefinitionNAICSIndustryType Credential.CredentialDefinitionNAICSIndustryType The North American Industry Classification System (NAICS) class identifier for an industry associated with the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +927 CredentialImageURL Credential.CredentialImageURL The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +928 CredentialDefinitionKeywords Credential.CredentialDefinitionKeywords Keywords or key phrases describing aspects of a credential considered useful for its discovery. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +930 CTDLAudienceLevelType Credential.CTDLAudienceLevelType Type of level indicating a point in a progression through an educational or training context, for which the credential is intended; select from an existing enumeration of such types. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +931 ClassificationOfInstructionalProgramCode Credential.ClassificationOfInstructionalProgramCode A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 942 type Evidence.type The type of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 943 id LearningResult.id \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 944 name Program.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 945 name LearningResult.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 946 description LearningResult.description \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -947 state Learning Result.state \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 948 learningObjective Program.learningObjective \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 954 awardDate/effectiveDate StudentCredentialRecord.awardDate/effectiveDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 955 studentId StudentCredentialRecord.studentId \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 956 supportingPrograms StudentCredentialRecord.supportingPrograms \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -957 credentialSchema European Digital Credential.credentialSchema The schema of the european digital credential \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -958 identifier European Digital Credential.identifier An alternative identifier of the European Digital Credential for Learning typically assigned to the credential by the issuing organisation. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -959 title Display Parameter.title The title of the European Digital Credential. One value per language is permitted. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -960 description Display Parameter.description A free text description of the European Digital Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -961 credentialStatus European Digital Credential.credentialStatus The status of the european digital credential \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -962 validFrom European Digital Credential.validFrom The earliest date when the information associated with the credential subject property became valid. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -963 methodOfAssessment Learning Assessment.methodOfAssessment Method of assessment supervision and ID verification. It should be provided using the EDC Controlled List of Methods Of Supervision And Verification. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -964 influencedBy Learning Achievement Specification.influencedBy Activities that a person can perform to acquire the expected learning outcomes. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -965 homepage Learning Achievement Specification.homepage The homepage of the learning achievement specification \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -966 volumeOfLearning Learning Achievement Specification.volumeOfLearning The estimated number of hours the learner is expected to spend engaged in learning to earn the award. This would include the notional number of hours in, in group work, in practicals, as well as hours engaged in self-motivated study. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -967 maximumDuration Learning Achievement Specification.maximumDuration The maximum duration (in months) that a person may use to complete the learning opportunity for which this learning achievement specification is designed. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -968 education subject Learning Achievement Specification.education subject An associated field of education from a different semantic framework than the ISCED classification. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -969 educationalLevel Learning Achievement Specification.educationalLevel An associated level of education within a semantic framework describing education levels. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -970 validWith Learning Entitlement Specification.validWith The organisation which acknowledges the entitlement (i.e., the organisation offering the learning opportunity, membership or employment opportunity). \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -971 expiration date European Digital Credential.expiration date The date when the credential expires. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 985 learningObjective Program.learningObjective \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 986 genusType Credential.genusType \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 987 completionRequirements Program.completionRequirements \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1534,6 +1480,31 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 993 AcademicAwardTitle AcademicAwardTitleType.AcademicAwardTitle The descriptive title for the academic award. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 994 AcademicCompletionIndicator AcademicCompletionIndicatorType.AcademicCompletionIndicator An indication that the degree-seeking student completed all of the requirements for his or her academic program. Not used for Non-Degree programs. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 995 AcademicAwardDate Student.AcademicRecord.AcademicAward.AcademicAwardDate The date on which the academic award was conferred. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1467 GenerationCodeOrSuffix Person.GenerationCodeOrSuffix An appendage, if any, used to denote a person's generation in his family (e.g., Jr., Sr., III). \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +933 O*NET-SOCOccupationType Credential.O*NET-SOCOccupationType The O*NET-SOC taxonomy defines the set of occupations across the world of work based on the Standard Occupational Classification. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +934 expirationDate EuropeanDigitalCredential.expirationDate The date when the credential expires. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +936 owner EuropeanDigitalCredential.owner The person (subject) about which claims are made and who owns the credential. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +937 proof EuropeanDigitalCredential.proof The proof of the european digital credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +938 termsOfUse EuropeanDigitalCredential.termsOfUse The terms of use of european digital credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +939 evidenceAccreditation Evidence.evidenceAccreditation The accreditation of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +940 evidenceStatement Evidence.evidenceStatement The statement of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +941 evidenceTarget Evidence.evidenceTarget The target of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +947 state LearningResult.state \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +957 credentialSchema EuropeanDigitalCredential.credentialSchema The schema of the european digital credential \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +959 title DisplayParameter.title The title of the European Digital Credential. One value per language is permitted. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +960 description DisplayParameter.description A free text description of the European Digital Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +961 credentialStatus EuropeanDigitalCredential.credentialStatus The status of the european digital credential \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +971 expirationDate EuropeanDigitalCredential.expirationDate The date when the credential expires. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +935 issuanceDate EuropeanDigitalCredential.issuanceDate Defines the date and time, when the European Digital Credential becomes valid. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +962 validFrom EuropeanDigitalCredential.validFrom The earliest date when the information associated with the credential subject property became valid. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +968 educationSubject LearningAchievementSpecification.educationSubject An associated field of education from a different semantic framework than the ISCED classification. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +969 educationalLevel LearningAchievementSpecification.educationalLevel An associated level of education within a semantic framework describing education levels. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +965 homepage LearningAchievementSpecification.homepage The homepage of the learning achievement specification \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +964 influencedBy LearningAchievementSpecification.influencedBy Activities that a person can perform to acquire the expected learning outcomes. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +967 maximumDuration LearningAchievementSpecification.maximumDuration The maximum duration (in months) that a person may use to complete the learning opportunity for which this learning achievement specification is designed. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +966 volumeOfLearning LearningAchievementSpecification.volumeOfLearning The estimated number of hours the learner is expected to spend engaged in learning to earn the award. This would include the notional number of hours in, in group work, in practicals, as well as hours engaged in self-motivated study. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +963 methodOfAssessment LearningAssessment.methodOfAssessment Method of assessment supervision and ID verification. It should be provided using the EDC Controlled List of Methods Of Supervision And Verification. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +970 validWith LearningEntitlementSpecification.validWith The organisation which acknowledges the entitlement (i.e., the organisation offering the learning opportunity, membership or employment opportunity). \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 996 AcademicAwardLevel AcademicAwardLevelType.AcademicAwardLevel The level of the degree, certificate, or award granted for the successful completion of requirements of an academic program. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 997 LearningOutcomeSkillCode LearningOutcomeQualificationAssessment.LearningOutcomeSkillCode Learning Outcome Skill based on DQP intellectual skills. Learning Outcome Skill based on DQP intellectual. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 998 FrameworkSourceReference AlternateOutcomeFrameworkType.FrameworkSourceReference URL of the alternative framework that has the outcome taxnomies URI of alternative framework. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1542,22 +1513,18 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1001 ProgramCIPCode ProgramCIPCodeType.ProgramCIPCode Code indicating a discipline or field of study assigned by the Classification of Instructional Programs by the US Department of Education’s National Center for Education Statistics. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1002 FrameworkOutcomeValue LearningOutcomeDescriptionType.FrameworkOutcomeValue A container to hold the alternative framework taxonomies that map to the learning outcome Definition of alternative outcome taxonomy \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1003 ONET EmploymentType/OrganizationEntityType.ONET O*NET code for position (O*NET codes defined by Department of Labor) \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1004 ceterms:credentialId Credential.ceterms:credentialId Globally unique identifier by which the creator, owner or provider of a credential recognizes that credential in transactions with the external environment (e.g., in verifiable claims involving the credential). \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1005 alternateName Credential.alternateName Alias for the entity including acronyms, alphanumeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1006 name Credential.name Name or title of the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1007 description Credential.description Statement, characterization or account of the entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1008 credentialStatusType Credential.credentialStatusType Type of official status of the credential; select from an enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1009 dateEffective Credential.dateEffective Effective date of the content of a credential, assessment or learning opportunity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1010 Expiration Date Credential.Expiration Date Date beyond which the resource is no longer offered or available. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1011 @type Credential.@type Type of credential \N 10 \N \N \N \N \N 5.1 \N \N \N \N LIF f \N f \N \N \N 1012 requires Credential.requires Requirement or set of requirements for this credential, learning opportunity, or assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1013 assessmentMethodType Credential.assessmentMethodType Type of method used to conduct an assessment; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1014 Requires ->targetCompetency ConditionProfile.Requires ->targetCompetency A competency relevant to the condition being described. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1015 subjectWebpage Credential.subjectWebpage Webpage that describes this entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1016 estimatedDuration Credential.estimatedDuration Estimated time it will take to complete a credential, learning opportunity or assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1017 minimumDuration DurationProfile.minimumDuration Minimum amount of time it will take to complete the activity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1018 maximumDuration DurationProfile.maximumDuration Maximum amount of time it will take to complete the activity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1019 Requires ->minimumAge ConditionProfile.Requires ->minimumAge Minimum allowed age at which a person is eligible for the credential. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1020 naics Credential.naics North American Industry Classification System (NAICS) code of an organization or business person. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1021 image Credential.image Image, icon or logo that represents the entity including registered trade or service marks. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1022 keyword Credential.keyword Keyword or key phrase describing relevant aspects of an entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1566,12 +1533,14 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1025 instructionalProgramType Credential.instructionalProgramType Type of instructional program; select from an existing enumeration of such types. For U.S. credentials, best practice is to use a framework such as the CIP (Classification of Instructional Programs). Other credentials may use any framework of the class CTDL InstructionalProgramClassification. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1204 relationshipType Organization.relationshipType The nature of one organization’s relationship to another. Ensure your models and systems can ingest the ad-hoc relationship statuses outside the systems embedded in the current mapping schema 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1026 occupationType Credential.occupationType Type of occupation; select from an existing enumeration of such types. For U.S. credentials, best practice is to identify an occupation using a framework such as the O*NET. Other credentials may use any framework of the class ceterms:OccupationClassification, such as the EU's ESCO, ISCO-08, and SOC 2010. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1027 BadgeClass Open Badges 2.0.BadgeClass \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1028 id BadgeClass.id Unique IRI for the BadgeClass. Most platforms to date can only handle HTTP-based IRIs. Issuers using signed assertions are encouraged to publish BadgeClasses using HTTP IRIs but may instead use ephemeral BadgeClasses that use an id in another scheme such as urn:uuid. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1029 name BadgeClass.name The name of the achievement. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1030 description BadgeClass.description A short description of the achievement. May be the same as name if no description is available. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1031 achievementType BadgeClass.achievementType Type of the Achievement or Credential \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1032 Criteria BadgeClass.Criteria Criteria object describing how to earn the achievement. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1014 Requires->targetCompetency ConditionProfile.Requires->targetCompetency A competency relevant to the condition being described. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1010 ExpirationDate Credential.ExpirationDate Date beyond which the resource is no longer offered or available. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1027 BadgeClass OpenBadges2.0.BadgeClass \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1033 id Criteria.id \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1034 narrative Criteria.narrative \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1035 Image BadgeClass.Image Object \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1673,7 +1642,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 827 description Credential.CredentialAlignments.description Description of the alignment target. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N 828 framework Credential.CredentialAlignments.framework Name of the framework being aligned. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N 796 name Credential.name Name of the credential. No change 1 string \N Yes No CEDS \N \N 2025-12-01 22:11:00+00 \N \N LIF f \N f \N \N \N -166 lowerPercentage Shortened Grading.lowerPercentage The percentage of students of the same course who got a lower grade. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N 795 abbreviation Credential.abbreviation Abbreviated name of the credential. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 797 description Credential.description Description of the credential. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 793 uri Credential.uri A URI, a string of characters used to identify the Credential. No change 1 string \N No No Open Badges v2 \N \N \N \N \N LIF f \N f \N \N \N @@ -1743,12 +1711,10 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1100 contractLengthStatus Position.contractLengthStatus A status filed, which provide details about whether it is missing at will or not applicable. \N 1 string 358 No No \N \N \N \N \N \N LIF f \N f \N \N \N 1082 primaryPayMethod Position.primaryPayMethod An indication of the primary pay method of the position. For example, salary, hourly, commission only, contract, stipend, piecework, tips, or other. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 1093 incomeSourceCategory Person.EmploymentLearningExperience.IncomeSources.incomeSourceCategory The name of the category of any income source. The assignment of eligibility of a person into income source categories should not be used as a proxy for eligiblity for these nor as a proxy for any other social or economic category. 1 string \N No No CEDS Or have a vocabulary for income sources. \N \N \N \N LIF f \N f \N \N \N -1194 naics Person or Organization.naics \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1195 roleName Role.roleName \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1196 startDate Role.startDate \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1197 endDate Role.endDate \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1242 EducationOrganizationIdentificationSystem EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem The school system, state, or agency assigning the identification code. \N 6 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -167 higherPercentage Shortened Grading.higherPercentage The percentage of students of the same course who got a higher grade. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N 1285 lastName Person.Name.lastName The last name of a person or individual Only use if consent has been verified. 1 string \N Yes No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1875 organizationNames Person.EmploymentPreferences.organizationNames The names of the preferred employment organizations. \N 17 string \N Yes Yes \N \N \N 2025-10-02 23:36:00+00 \N MDRUser StateU t \N f \N \N \N 1078 industryCodeType Position.IndustryCode.industryCodeType The type of the Industry Code - NAICS, SIC, or ISIC. \N 1 string \N No No \N Could be a list, specific to the job, not the organization. Should handle non-NAICS industries \N 2025-11-26 22:43:00+00 \N \N LIF f \N f \N \N \N @@ -1772,7 +1738,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1142 contractType Person.EmploymentLearningExperience.contractType The type of employment contract used by an institution. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1145 militaryStatus Person.MilitaryLearningExperience.militaryStatus An indication that the person is on Active Duty, in the National Guard, or in the Reserve components of the United States military services. \N 1 string \N No No CEDS CM 2/20 Propose move to Person->Relationship Contacts?\nMG 7/12 - Changed definition to be about the person instead of their parent or guardian. Adding a field for parent/guardian can be reconsidered later. \N \N \N \N LIF f \N f \N \N \N 1671 participationStatus Person.ProgramLearningExperience.participationStatus The current status of the student's program participation \N 1 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1225 1. EntityType:id\n2. OrganizationType:taxId\n3. OrganizationType:legalId OrganizationType.1. EntityType:id\n2. OrganizationType:taxId\n3. OrganizationType:legalId 1. A unique identifier which cannot be expressed as enumeration.\n2. A government assigned identifier to distinguish organization. This typically is a country-level tax code. For example, Federal Employer Identification Number (FEIN) in the USA.\n3. An identifier of the organization for legal purposes. This could be a company, state, or other kind of identifier. For example, Data Universal Numbering System, abbreviated as DUNS. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1226 name EntityType.name Free text description for that entity. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1227 tradeName EmploymentEstablishmentType.tradeName Trade name of the establishment or doing-business as (DBA). \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1228 description OrganizationType.description A description or quick summary of the organization. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1804,20 +1769,17 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1261 Organization OrganizationType.Organization Non-person entity such as Organization, Institution, Agency or Business. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1262 OrganizationName OrganizationNameType.OrganizationName Name of Non-person entity such as Organization, Institution, Agency or Business. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1263 Accreditation AccreditationType.Accreditation To provide information about the accreditation that has been awarded to the sending school. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1264 FEIN, DUNS, IPEDSID, ISICV4, LEI, NCESIS, OPEID CredentialOrganization\nQACredentialOrganization.FEIN, DUNS, IPEDSID, ISICV4, LEI, NCESIS, OPEID There are concrete properties in CTDL for the references identifiers \N 10 \N \N \N \N \N 2.4 \N \N \N \N LIF f \N f \N \N \N 1265 image CredentialOrganization\nQACredentialOrganization.image Image, icon or logo that represents the entity including registered trade or service marks. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1266 name CredentialOrganization\nQACredentialOrganization.name Name or title of the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1267 alternateName CredentialOrganization\nQACredentialOrganization.alternateName Alias for the entity including acronyms, alphanumeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1268 description CredentialOrganization\nQACredentialOrganization.description A description of the item. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1269 agentType CredentialOrganization\nQACredentialOrganization.agentType Type of organization such as educational institution, credentialing organization or quality assurance body \N 10 \N \N \N \N \N 2.6 \N \N \N \N LIF f \N f \N \N \N -1270 AccreditedBy, ApprovedBy, recognizedBy, regulatedBy CredentialOrganization\nQACredentialOrganization.AccreditedBy, ApprovedBy, recognizedBy, regulatedBy Quality assurance relationships where an external org accredits/approves, etc the target organization \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1271 naics CredentialOrganization\nQACredentialOrganization.naics North American Industry Classification System (NAICS) code of an organization or business person. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1272 LifeCycleStatusType CredentialOrganization\nQACredentialOrganization.LifeCycleStatusType Type of state of the resource in terms of its stage in a life cycle; select from an enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1273 AccreditedBy CredentialOrganization\nQACredentialOrganization.AccreditedBy Quality assurance relationships where an external org accredits/approves, etc the target organization \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1274 accreditedBy CredentialOrganization\nQACredentialOrganization.accreditedBy Quality assurance organization that provides official authorization to, or approval of, a credential, organization, assessment, or learning opportunity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1275 accredits QACredentialOrganization.accredits Credential, assessment, organization, or learning opportunity for which this organization provides official authorization or approval based on prescribed standards or criteria. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1276 accreditedIn CredentialOrganization\nQACredentialOrganization.accreditedIn Region or political jurisdiction such as a state, province or locale in which the credential, learning opportunity or assessment is accredited. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1277 image or logo Organization.image or logo An image of the item. This can be a URL or a fully described ImageObject.\nor\nAn associated logo. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1278 name Organization.name The name of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1279 alternateName Organization.alternateName An alias for the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1280 description Organization.description A description of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1830,6 +1792,8 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1660 targetLearningResource Program.targetLearningResource Learning object or resource that is used as part of an learning activity. No change 1 string \N No Yes CTDL URI To an learning resource in the credential registry \N \N \N \N LIF f \N f \N \N \N 1744 description OpenBadgeCredential.description \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N 1745 id image.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1277 imageOrLogo Organization.imageOrLogo An image of the item. This can be a URL or a fully described ImageObject.\nor\nAn associated logo. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1264 FEIN-DUNS-IPEDSID-ISICV4-LEI-NCESIS-OPEID CredentialOrganizationQACredentialOrganization.FEIN-DUNS-IPEDSID-ISICV4-LEI-NCESIS-OPEID There are concrete properties in CTDL for the references identifiers \N 10 \N \N \N \N \N 2.4 \N \N \N \N LIF f \N f \N \N \N 1219 ctdlOrganizationType Common.Accreditation.ctdlOrganizationType The type of credentialing organization or entity as defined by the Credential Transparency Description Language. Missing data should not be penalized in useage. Assuming that all organizations will want to comply with this system will introduce a high level of bias into outcomes. A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1223 accreditedIn Common.Accreditation.accreditedIn Region or political jurisdiction such as a state, province or locale in which the credential, learning opportunity or assessment is accredited. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. Missing data should not be penalized in useage. Assuming that all organizations will want to comply with this system will introduce a high level of bias into outcomes. A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N 1855 accreditationExpirationDate Credential.Accreditation.accreditationExpirationDate \N \N 1 string \N \N \N \N \N \N 2025-09-30 00:33:00+00 \N UX LIF f \N t \N \N \N @@ -1890,6 +1854,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1365 informationSourceId Person.SexAndGender.informationSourceId The indentifier for the Information Source record associated with this entity \N 1 string \N Yes No LIF-Addition \N \N \N \N \N LIF f \N t \N \N \N 1402 informationSourceId Person.RelationshipContacts.informationSourceId The indentifier for the Information Source record associated with this entity None 1 string \N Yes No LIF-Addition \N \N \N \N \N LIF f \N t \N \N \N 1389 informationSourceId Person.Demographics.informationSourceId The indentifier for the Information Source record associated with this entity \N 1 string \N Yes No LIF-Addition \N \N \N \N \N LIF f \N t \N \N \N +93 AssessmentIdentifier Assessment.AssessmentIdentifier A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity. This may be the publisher identifier. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1622 normalTimeCompletion Program.normalTimeCompletion The amount of time necessary for a person to complete all requirements for a degree or certificate according to the institution's catalog. This is typically 4 years (8 semesters or trimesters, or 12 quarters, excluding summer terms) for a bachelor's degree in a standard term-based institution; 2 years (4 semesters or trimesters, or 6 quarters, excluding summer terms) for an associate's degree in a standard term-based institution; and the various scheduled times for certificate programs. No change 1 string \N No No CEDS Not sure if this should be part of Credit or Unit? \N \N \N \N LIF f \N f \N \N \N 1626 subjectWebpage Program.subjectWebpage The webpage that describes this entity. Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N 1628 programIdentifierSystem Program.programIdentifierSystem System of the supporting program. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1922,9 +1887,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1630 programDurationType Program.programDurationType The type of hours (credit or contact) by which the normal length of a program of study is measured. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1632 workBasedLearningOpportunityType Program.workBasedLearningOpportunityType The type of work-based learning opportunity a student participated in. No change 1 string \N No Yes CEDS This seems like a type of program \N \N \N \N LIF f \N f \N \N \N 1633 postSecondaryProgramLevel Program.postSecondaryProgramLevel The level describing the concentration of study for a postsecondary program. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N -1436 PersonLegalInclusion: race\nPersonBaseType:ethnicity PersonLegalInclusion/PersonBaseType.PersonLegalInclusion: race\nPersonBaseType:ethnicity race (v4.3) : The identified race(s) of the person. A race is defined as a group of people sharing the same culture, history, language, etc./The ethnicity (or ethnicities) of a person. Ethnicity is an ethnic group or a social group that shares a common and distinctive culture, religion, and/or language.\nrace (v4.4): "The identified race(s) of the person. A country may define which of these terms (race, nationality, ethnicity) will be used and how they are defined. One or more properties may be used by a country. A predefined country list allows a person to specify their race.", \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1437 PersonLegalInclusion: race\nPersonBaseType:ethnicity PersonLegalInclusion\n/PersonBaseType.PersonLegalInclusion: race\nPersonBaseType:ethnicity race: The identified race(s) of the person. A race is defined as a group of people sharing the same culture, history, language, etc./The ethnicity (or ethnicities) of a person. Ethnicity is an ethnic group or a social group that shares a common and distinctive culture, religion, and/or language. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1438 PersonBaseType:ethnicity PersonLegalInclusion/PersonBaseType.PersonBaseType:ethnicity ethnicity: The ethnicity (or ethnicities) of a person. A country may define which of these terms (race, nationality, ethnicity) be used and how they are defined. One or more properties may be used by a country. A predefined country list allows a person to specify their ethnicity. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1437 PersonLegalInclusion-racePersonBaseType-ethnicity PersonLegalInclusion/PersonBaseType.PersonLegalInclusion-racePersonBaseType-ethnicity_2 race: The identified race(s) of the person. A race is defined as a group of people sharing the same culture, history, language, etc./The ethnicity (or ethnicities) of a person. Ethnicity is an ethnic group or a social group that shares a common and distinctive culture, religion, and/or language. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N t \N \N \N 1439 iscedEducationLevelCode EducationDegreeType.iscedEducationLevelCode ISCED: International Standard Classification of Education - is the standard classification of the education level of this attendance. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1440 citizenship PersonBaseType.citizenship The citizenships that a person holds. This is a legal citizenship in a country (as opposed to nationality which may or may not be a country). \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1441 primaryLanguage PersonReferenceType.primaryLanguage This list is based on Internet Engineering Task Force (IETF) RFC 4646 and RFC 4647 for language tags. This tag system is extensible to region, dialect, and private designations. The IANA Language Subtag Registry is a source of the tag values. See http://www.iana.org/assignments/language-subtag-registry \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1946,10 +1909,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1457 postalCode Address.postalCode The postal code. For example, 94043. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1458 addressCountry Address.addressCountry The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1459 telephone Profile.telephone Primary phone number for the individual or organization. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1462 Electronic Mail Address Person.Electronic Mail Address The numbers, letters, and symbols used to identify an electronic mail (e-mail) user within the network to which the person or organization belongs. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1480 Telephone Number Person.Telephone Number The telephone number including the area code, and extension, if applicable. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1481 Telephone Number Type Person.Telephone Number Type The type of communication number listed for a person. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1482 Primary Telephone Number Indicator Person.Primary Telephone Number Indicator An indication that the telephone number should be used as the principal number for a person or organization. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1483 birthDate PersonBioDemographics.birthDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1484 firstName PersonName.firstName \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1485 lastName PersonName.lastName \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1957,7 +1916,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1487 Identifier PersonIdentifier.Identifier \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1488 type PersonIdentifier.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1489 middleName PersonName.middleName \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1490 nameSuffix, nameTitle PersonName.nameSuffix, nameTitle \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1491 namePrefix PersonName.namePrefix \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1749 id OpenBadgeCredential.credentialSubject.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N 1492 PostalAddress.StreetAddressLine1\nPostalAddress.StreetAddressLine2\nPostalAddress.StreetAddressLine3 Address.PostalAddress.StreetAddressLine1\nPostalAddress.StreetAddressLine2\nPostalAddress.StreetAddressLine3 \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1975,10 +1933,12 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1504 Address Contact.Address \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1505 type PersonRelation.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1506 learningObjective Proficiency.learningObjective \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1460 First Name Person.First Name The full legal first name given to a person at birth, baptism, or through legal change. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1461 Last or Surname Person.Last or Surname The full legal last name borne in common by members of a family. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1463 Person Identifier Person.Person Identifier A unique number or alphanumeric code assigned to a person by a school, school system, a state, or other agency or entity. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1472 Address City Person.Address City The name of the city in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1480 TelephoneNumber Person.TelephoneNumber The telephone number including the area code, and extension, if applicable. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1481 TelephoneNumberType Person.TelephoneNumberType The type of communication number listed for a person. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1482 PrimaryTelephoneNumberIndicator Person.PrimaryTelephoneNumberIndicator An indication that the telephone number should be used as the principal number for a person or organization. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1460 FirstName Person.FirstName The full legal first name given to a person at birth, baptism, or through legal change. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1461 LastOrSurname Person.LastOrSurname The full legal last name borne in common by members of a family. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1490 nameSuffix-nameTitle PersonName.nameSuffix-nameTitle \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1511 ElectronicMailAddress ElectronicMail.ElectronicMailAddress The electronic mail (e-mail) address listed for an individual or organization. \N 6 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1537 OrderOfPriority Telephone.OrderOfPriority The order of priority assigned to telephone numbers to define which number to attempt first, second, etc. \N 6 number \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1508 FirstName Name.FirstName A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2014,21 +1974,19 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1574 birthDate Person.birthDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1575 givenName Person.givenName Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property. \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1576 surname Person.surname Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property. \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1577 defined through tagging of attributes Ontology.defined through tagging of attributes not explicit in spec \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1578 institutionalIdentifier Person.institutionalIdentifier \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1579 middleNames Person.middleNames list of middle names \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1580 generationQualifier\nqualificationSuffix Person.generationQualifier\nqualificationSuffix \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1581 salutation Person.salutation \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1582 type Address.type \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1583 (formatted) address Address.(formatted) address complete address text \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1584 (extended through Type definition) Address.(extended through Type definition) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1585 startDate Relevancy.startDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1583 (formatted)Address Address.(formatted)Address complete address text \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1472 AddressCity Person.AddressCity The name of the city in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1577 definedThroughTaggingOfAttributes Ontology.definedThroughTaggingOfAttributes not explicit in spec \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1586 endDate Relevancy.endDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1587 Contact Contact.Contact \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1545 DateEnteredUS BirthData.DateEnteredUS For students born outside of the U.S., the date the student entered the U.S. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1588 core:FirstName PersonType/ Name.core:FirstName The first name of the person, usually given at birth, baptism, or during, another ceremony, or through legal change. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1560 dateOfBirth Person.dateOfBirth The date of birth of the person \N 7 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1553 StudentMigrantEducationProgramAssociation Extends GeneralStudentProgramAssociation.StudentMigrantEducationProgramAssociation This association represents the migrant education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation with added elements particular to migrant education programs. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1546 Visa Citizenship.Visa An indicator of a non-US citizen's Visa type. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1547 Sex {Multiple}.Sex A person's gender. (Different designations by context, e.g. BirthSex: Persons gender at birth; StudentEdOrgAssoc: The student's gender as last reported to the education organization.) \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1548 Race StudentEducationOrganizationAssociation.Race The general racial category which most clearly reflects the individual's recognition of his or her community or with which the individual most identifies as last reported to the education organization. The data model allows for multiple entries so that each individual can specify all appropriate races. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2056,6 +2014,8 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1614 description ContactPoint.description A description of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1615 knowsLanguage Person.knowsLanguage Of a Person, and less typically of an Organization, to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1635 alternateName Program.alternateName Alias for the entity including acronyms, alpha-numeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +104 AssessmentLevelForWhichDesigned Assessment.AssessmentLevelForWhichDesigned The typical grade or combination of grade-levels, developmental leves, or age-levels for which an assessment is designed \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1588 core-FirstName PersonType/Name.core-FirstName The first name of the person, usually given at birth, baptism, or during, another ceremony, or through legal change. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1636 approvedBy Program.approvedBy Organization that pronounces favorable judgment for this program. Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No No CTDL URI to an organization record in the credential registry \N \N \N \N LIF f \N f \N \N \N 6 revisionDate Assessment.revisionDate The month, day, and year that the conceptual design for the assessment was most recently revised substantially No change 1 string \N No No \N in the absense of this, would effective date be used? \N \N \N \N LIF f \N f \N \N \N 1672 CreditsAvailable achievement.CreditsAvailable When Achievement Type = Degree, then the credits available are the possible credits one could earn in their program/degree. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2064,26 +2024,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1675 tag achievement.tag One or more short, human-friendly, searchable, keywords that describe the type of achievement, when achievementType = Course \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1676 Endorsement achievement.Endorsement \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1590 PersonIdentifiersType Core.PersonIdentifiersType A logical grouping of components related to person identification information. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1591 core:MiddleName PersonType/ Name.core:MiddleName A secondary name of the person, usually given at birth, baptism, or during another naming ceremony or through legal change.\nNOTE: allows multiple values \N 9 array \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1592 core:NameSuffix PersonType/ Name.core:NameSuffix The expression of an individual's generation within a family. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1677 Classification of Instructional Program Code Program of Study.Classification of Instructional Program Code A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1678 Classification of Instructional Program Use Program of Study.Classification of Instructional Program Use An indicator of whether the CIP Code is referencing an enrollment program or an award program. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1679 Classification of Instructional Program Version Program of Study.Classification of Instructional Program Version The version of CIP being reported. \N 4 \N 328 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1680 Credits Required Program of Study.Credits Required The total number of credits required for a student to graduate from the school of enrollment or complete a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1681 Distance Education Program Enrollment Indicator Program of Study.Distance Education Program Enrollment Indicator An individual's enrollment in a program for which all the required coursework for program completion is able to be completed via distance education courses. Distance education is education that uses one or more technologies to deliver instruction to individuals who are separated from the instructor and to support regular and substantive interaction between the individuals and the instructor synchronously or asynchronously. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1682 Normal Length of Time for Completion Program of Study.Normal Length of Time for Completion The amount of time necessary for a person to complete all requirements for a degree or certificate according to the institution's catalog. This is typically 4 years (8 semesters or trimesters, or 12 quarters, excluding summer terms) for a bachelor's degree in a standard term-based institution; 2 years (4 semesters or trimesters, or 6 quarters, excluding summer terms) for an associate's degree in a standard term-based institution; and the various scheduled times for certificate programs. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1683 Normal Length of Time for Completion Units Program of Study.Normal Length of Time for Completion Units The unit of measurement for length of time for completion. \N 4 \N 39 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1684 Program Name Program of Study.Program Name The name of the program of instruction, training, services or benefits available through federal, state, or local agencies. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1685 Program Identifier Program of Study.Program Identifier A unique number or alphanumeric code assigned to a program by a school, school system, a state, or other agency or entity. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1686 Program Length Hours Program of Study.Program Length Hours The normal length in credit/contact hours of a person's program as published in the institution's catalogue, website, or other official documents. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1687 Program Length Hours Type Program of Study.Program Length Hours Type The type of hours (credit or contact) by which the normal length of a program of study is measured. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1688 Program Sponsor Type Program of Study.Program Sponsor Type A type of organization providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N 4 \N 332 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1689 Work-based Learning Opportunity Type Program of Study.Work-based Learning Opportunity Type The type of work-based learning opportunity a student participated in. \N 4 \N 41 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1690 Postsecondary Program Level Program of Study.Postsecondary Program Level The level describing the concentration of study for a postsecondary program. \N 4 \N 331 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1691 Program Participation Start Date Program Participation.Program Participation Start Date The year, month and day on which the person began to participate in a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1692 Program Participation Exit Date Program Participation.Program Participation Exit Date The year, month and day on which the person ceased to participate in a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1693 Program Participation Participation Status Program Participation.Program Participation Participation Status The current status of the student's program participation \N 4 \N 333 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1694 Exit Reason Program Participation.Exit Reason The documented or assumed reason a student is no longer being served by a special program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1695 requirement Program.requirement \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1696 duration.type Program.duration.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1697 description Program.description \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2093,6 +2033,24 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1701 adminOrgs Program.adminOrgs \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1702 effectiveDates ProgramOffering.effectiveDates \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1703 atpTypeKeys ProgramOfferingEnabler.atpTypeKeys \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1677 ClassificationOfInstructionalProgramCode ProgramOfStudy.ClassificationOfInstructionalProgramCode A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1678 ClassificationOfInstructionalProgramUse ProgramOfStudy.ClassificationOfInstructionalProgramUse An indicator of whether the CIP Code is referencing an enrollment program or an award program. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1679 ClassificationOfInstructionalProgramVersion ProgramOfStudy.ClassificationOfInstructionalProgramVersion The version of CIP being reported. \N 4 \N 328 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1680 CreditsRequired ProgramOfStudyCreditsRequired The total number of credits required for a student to graduate from the school of enrollment or complete a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1682 NormalLengthOfTimeForCompletion ProgramOfStudy.NormalLengthOfTimeForCompletion The amount of time necessary for a person to complete all requirements for a degree or certificate according to the institution's catalog. This is typically 4 years (8 semesters or trimesters, or 12 quarters, excluding summer terms) for a bachelor's degree in a standard term-based institution; 2 years (4 semesters or trimesters, or 6 quarters, excluding summer terms) for an associate's degree in a standard term-based institution; and the various scheduled times for certificate programs. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1683 NormalLengthOfTimeForCompletionUnits ProgramOfStudy.NormalLengthOfTimeForCompletionUnits The unit of measurement for length of time for completion. \N 4 \N 39 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1684 ProgramName ProgramOfStudy.ProgramName The name of the program of instruction, training, services or benefits available through federal, state, or local agencies. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1685 ProgramIdentifier ProgramOfStudy.ProgramIdentifier A unique number or alphanumeric code assigned to a program by a school, school system, a state, or other agency or entity. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1686 ProgramLengthHours ProgramOfStudy.ProgramLengthHours The normal length in credit/contact hours of a person's program as published in the institution's catalogue, website, or other official documents. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1687 ProgramLengthHoursType ProgramOfStudy.ProgramLengthHoursType The type of hours (credit or contact) by which the normal length of a program of study is measured. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1688 ProgramSponsorType ProgramOfStudy.ProgramSponsorType A type of organization providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N 4 \N 332 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1689 Work-basedLearningOpportunityType ProgramOfStudy.Work-basedLearningOpportunityType The type of work-based learning opportunity a student participated in. \N 4 \N 41 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1690 PostsecondaryProgramLevel ProgramOfStudy.PostsecondaryProgramLevel The level describing the concentration of study for a postsecondary program. \N 4 \N 331 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1691 ProgramParticipationStartDate ProgramParticipation.ProgramParticipationStartDate The year, month and day on which the person began to participate in a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1692 ProgramParticipationExitDate ProgramParticipation.ProgramParticipationExitDate The year, month and day on which the person ceased to participate in a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1693 ProgramParticipationParticipationStatus ProgramParticipation.ProgramParticipationParticipationStatus The current status of the student's program participation \N 4 \N 333 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1694 ExitReason ProgramParticipation.ExitReason The documented or assumed reason a student is no longer being served by a special program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1592 core-NameSuffix PersonType/Name.core-NameSuffix The expression of an individual's generation within a family. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1704 duration.type Program.duration.type \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1705 name Program.name \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1706 description Program.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2105,15 +2063,8 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1713 AcademicProgramCodeGroup AcademicProgramCodeGroup.AcademicProgramCodeGroup A group of program codes. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1714 CreditHoursRequired CreditHoursRequiredType.CreditHoursRequired The total value of credit hours that are required for the award or diploma for which the student is pursuing. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1715 AcademicProgramType AcademicProgramType.AcademicProgramType Indicates whether the academic program is a major, minor, area of concentration or specialization. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1716 instructionalProgramType Learning Program.instructionalProgramType Type of instructional program; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1717 creditValue QuantitativeValue.creditValue The value of the property value node. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1718 deliveryType Learning Program.deliveryType - Type of means by which a learning program is delivered to credential seekers and by which they interact; select from an existing enumeration of such types.\n- Detailed description of the delivery type of an assessment or learning opportunity. \N 10 \N \N \N \N \N 7.2 \N \N \N \N LIF f \N f \N \N \N 1719 estimatedDuration DurationProfile.estimatedDuration Estimated time it will take to complete a credential, learning opportunity or assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1720 name Learning Program.name Name or title of the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1721 codedNotation Learning Program.codedNotation Set of alphanumeric symbols that uniquely identifies an item and supports its discovery and use. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1722 ceterms:creditValue ValueProfile.ceterms:creditValue A credit-related value. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1723 ceterms:creditUnitType ValueProfile.ceterms:creditUnitType The type of credit associated with the credit awarded or required. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1724 ceterms:learningMethodType->WorkBased Learning Program.ceterms:learningMethodType->WorkBased Provides real-world work experiences that may be paid or unpaid and provided in group or individual formats normally outside the classroom. \N 10 \N \N \N \N \N 7.7 \N \N \N \N LIF f \N f \N \N \N 1725 accreditedBy Course.accreditedBy Quality assurance organization that provides official authorization to, or approval of, a credential, organization, assessment, or learning opportunity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1726 alternateName Course.alternateName Alias for the entity including acronyms, alpha-numeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1727 approvedBy Course.approvedBy Organization that pronounces favorable judgment for this assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2133,6 +2084,13 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 834 uri Person.CredentialAward.uri A unique IRI for the issued credential award. Ensure that missing data is not used as a negative. 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N 1117 startDate Position.Membership.startDate Date the validity or usefulness of the information in this resource begins. \N 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N 1642 availableAt Program.availableAt Physical location where the program can be pursued. [=>Place] Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +170 GradeStatus LearningAssessment.GradeStatus The status of the grade, which can be i) pass, ii) fail or iii) other. It should be provided using a controlled vocabulary. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1721 codedNotation LearningProgram.codedNotation Set of alphanumeric symbols that uniquely identifies an item and supports its discovery and use. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1718 deliveryType LearningProgram.deliveryType - Type of means by which a learning program is delivered to credential seekers and by which they interact; select from an existing enumeration of such types.\n- Detailed description of the delivery type of an assessment or learning opportunity. \N 10 \N \N \N \N \N 7.2 \N \N \N \N LIF f \N f \N \N \N +1716 instructionalProgramType LearningProgram.instructionalProgramType Type of instructional program; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1720 name LearningProgram.name Name or title of the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1722 ceterms-creditValue ValueProfile.ceterms-creditValue A credit-related value. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1723 ceterms-creditUnitType ValueProfile.ceterms-creditUnitType The type of credit associated with the credit awarded or required. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1643 availableOnlineAt Program.availableOnlineAt Online location where the program can be pursued. Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N 1644 codedNotation Program.codedNotation Set of alphanumeric symbols that uniquely identifies an item and supports its discovery and use. No change 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N 1647 creditValue Program.creditValue A credit-related value. [=>ValueProfile] Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N @@ -2177,6 +2135,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 575 institution Person.CourseLearningExperience.institution The institution to which the person attended. \N 1 string \N No No HR Open Standards Should already have this context based on source of the data? \N \N \N \N LIF f \N f \N \N \N 577 currentlyAttendingIndicator Person.CourseLearningExperience.currentlyAttendingIndicator Indicator that the person is still attending. \N 1 string \N No No HR Open Standards Couldn't this be derived? It could have been collected while attending and not recollected after the status may have changed? \N \N \N \N LIF f \N f \N \N \N 1616 instructionalProgramCode Program.instructionalProgramCode A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions. No change 1 string \N No Yes CEDS \N \N 2025-11-26 22:19:00+00 \N \N LIF f \N f \N \N \N +118 ScoreValue AssessmentResult.ScoreValue A meaningful raw score, derived score, or statistical expression of the performance of a person on an assessment. The type of result is indicated by the Assessment Score Metric Type element. The results can be expressed as a number, percentile, range, level, etc. The score relates to all scored items or a sub test scoring one aspect of performance on the test. This value may or may not correspond to one or more Performance Levels. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 477 status Person.Consent.status Indicates whether consent has been given, withdrawn, or is pending. Use in tandem with aditional elements described in description change. 1 string \N No No LIF Other categories for consent are included in non-required fields. This includes time/date, purpose for which the consent is obtained, categories for types of data that will be collected, entities with whom the data will be shared, the method used to obtain, language of consent, channels, compliance, and other. Reference should be made to these other non-required fields and these fields should be used when possible. \N 2025-11-26 22:41:00+00 \N \N LIF f \N f \N \N \N 808 uri Credential.Requirements.Criteria.uri The URI of a webpage that describes in a human-readable format the criteria for the credential. No change 1 string \N Yes No Open Badges v2 in programs \N 2025-11-26 23:21:00+00 \N \N LIF f \N f \N \N \N 498 identifier Course.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes No CEDS \N \N 2025-11-26 22:51:00+00 \N \N LIF f \N f \N \N \N @@ -2199,6 +2158,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1762 identityType OpenBadgeCredential.credentialSubject.identifier.identityType \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N 1094 incomeSourceDescription Person.EmploymentLearningExperience.IncomeSources.incomeSourceDescription A description of the income source category. For example, for salaryforTeachingAssignmentOnly the description might be "Indicator to determine whether the teacher's base salary includes pay for teaching assignments alone." For titleITargetedAssistanceStaff the description might be "An indication that a staff member is targeted assistance (TAS) program staff funded by Title I, Part A, Section 1115 of ESEA as amended." For migrantEducationProgramPersonnel the description might be "An indication that a staff member's salary is paid by the Title I, Part C Migrant Education Program (MEP) of ESEA as amended". For staffCompensationHealthBenefits the description might be "Contributions made by the school district, municipal, state, federal and other government agencies for the teacher's or early learning provider's health insurance, prorated to the specific school or local provider agency indicated on the record, not including contributions made by the teacher or early learning provider.". For staffCompensationRetirementBenefits the description might be "Contributions made by the school district, municipal, state, federal and other government agencies for the teacher's or early learning provider’s health insurance, prorated to the specific school or local provider agency indicated on the record, not including contributions made by the teacher or early learning provider.". For staffCompensationOtherBenefits the description might be "All other benefits paid by the school district, municipal, state, federal, and other government agencies for the teacher or early learning provider, prorated to the specific school or local provider agency indicated on the record, not including retirement and health insurance benefits or contributions made by the teacher or early learning provider.". The assignment of eligibility of a person into income source categories should not be used as a proxy for eligiblity for these nor as a proxy for any other social or economic category. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 281 competencyAssociationOriginName CompetencyFramework.Association.competencyAssociationOriginName \N No change 1 string \N No No CEDS \N \N 2025-11-26 22:12:00+00 \N \N LIF f \N f \N \N \N +155 language LearningAssessmentSpecification.language The language of instruction. It should be provided using the Language Named Authority List \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N 1113 name Position.Membership.name The name of the association of which the person is a member. \N 1 string \N Yes No CEDS Membership name will be: Association.OrganizationId -> Organization.Id -> Name \N 2025-12-01 22:13:00+00 \N \N LIF f \N f \N \N \N 833 identifier Person.CredentialAward.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes No CLR v2 / Open Badges v3 \N \N 2025-12-01 22:04:00+00 \N \N LIF f \N f \N \N \N 2 identifier Assessment.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes Yes \N \N \N 2025-12-02 03:13:00+00 \N \N LIF f \N f \N \N \N @@ -2277,19 +2237,18 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 654 CourseIdentificationCode CourseIdentificationCode.CourseIdentificationCode A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a "/". For example, consider the following SCED code- subject = 20 Math course = 272 Geometry level = G General credits = 1.00 course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 656 CourseTitle Course.CourseTitle The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts). \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 665 CourseCode Course.CourseCode A unique alphanumeric code assigned to a course. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1464 Person Identification System Person.Person Identification System A coding scheme that is used for identification of a person. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1465 Personal Information Verification Person.Personal Information Verification The evidence by which a persons name, address, date of birth, etc. is confirmed. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1466 Middle Name Person.Middle Name A full legal middle name given to a person at birth, baptism, or through legal change. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1468 Personal Title or Prefix Person.Personal Title or Prefix An appellation, if any, used to denote rank, placement, or status (e.g., Mr., Ms., Reverend, Sister, Dr., Colonel). \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1469 Address Type for Learner or Family Person.Address Type for Learner or Family The type of address listed for a learner or a parent, guardian, family member or related person. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1470 Address Street Number and Name Person.Address Street Number and Name The street number and street name or post office box number of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1471 Address Apartment Room or Suite Number Person.Address Apartment Room or Suite Number The apartment, room, or suite number of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1473 State Abbreviation Person.State Abbreviation The abbreviation for the state (within the United States) or outlying area in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1474 Address Postal Code Person.Address Postal Code A number that identifies each postal delivery area in the United States used as a portion of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1475 Address County Name Person.Address County Name The name of the county, parish, borough, or comparable unit (within a state) in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1476 Country Code Person.Country Code The unique two character International Organization for Standardization (ISO) code for the country in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1477 Proof of Residency Type Person.Proof of Residency Type An accepted form of proof of residency in the district/county/other locality. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1519 PersonalTitlePrefix Name.PersonalTitlePrefix A prefix used to denote the title, degree, position, or seniority of the individual. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1465 PersonalInformationVerification Person.PersonalInformationVerification The evidence by which a persons name, address, date of birth, etc. is confirmed. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1466 MiddleName Person.MiddleName A full legal middle name given to a person at birth, baptism, or through legal change. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1468 PersonalTitleOrPrefix Person.PersonalTitleOrPrefix An appellation, if any, used to denote rank, placement, or status (e.g., Mr., Ms., Reverend, Sister, Dr., Colonel). \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1469 AddressTypeForLearnerOrFamily Person.AddressTypeForLearnerOrFamily The type of address listed for a learner or a parent, guardian, family member or related person. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1470 AddressStreetNumberAndName Person.AddressStreetNumberAndName The street number and street name or post office box number of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1471 AddressApartmentRoomOrSuiteNumber Person.AddressApartmentRoomOrSuiteNumber The apartment, room, or suite number of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1473 StateAbbreviation Person.StateAbbreviation The abbreviation for the state (within the United States) or outlying area in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1474 AddressPostalCode Person.AddressPostalCode A number that identifies each postal delivery area in the United States used as a portion of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1475 AddressCountyName Person.AddressCountyName The name of the county, parish, borough, or comparable unit (within a state) in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1476 CountryCode Person.CountryCode The unique two character International Organization for Standardization (ISO) code for the country in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1477 ProofOfResidencyType Person.ProofOfResidencyType An accepted form of proof of residency in the district/county/other locality. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1521 StreetNumberName Address.StreetNumberName The street number and street name or post office box number of an address. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1522 ApartmentRoomSuiteNumber Address.ApartmentRoomSuiteNumber The apartment, room, or suite number of an address. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1523 City Address.City The name of the city in which an address is located. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2303,8 +2262,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1535 TelephoneNumber Telephone.TelephoneNumber The telephone number including the area code, and extension, if applicable. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1540 BirthCity BirthData.BirthCity The city the student was born in. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1544 BirthInternationalProvince BirthData.BirthInternationalProvince For students born outside of the U.S., the Province or jurisdiction in which an individual is born. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1589 core:LastName PersonType/ Name.core:LastName The last name or surname by which a person is legally known. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1593 NamePrefix PersonType/ Name.NamePrefix An honorific, title or credential that follows the name. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 231 Competency CompetencyFramework.Competency \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N 272 order CompetencyFramework.Competency.ProficiencyDefinition.ProficiencyLevel.order The order of the proficiency levels where a higher order number equates to a better performance. No change 1 number \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 289 alignsToUri CompetencyFramework.Competency.CompetencyAlignments.alignsToUri \N \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2329,7 +2286,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 666 CreditType Credits.CreditType The type of credits or units of value awarded for the completion of a course. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 667 AssessmentReportingMethod AssessmentScore.AssessmentReportingMethod This descriptor defines the method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or a numerical grade. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 668 EducationalEnvironment Section.EducationalEnvironment The setting in which a child receives education and related services. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -669 InteractivityStyle Learning Resource.InteractivityStyle The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed. \N 6 string \N \N \N \N TBD - Ed-Fi EdOrg? \N \N \N \N LIF f \N f \N \N \N +1593 NamePrefix PersonType/Name.NamePrefix An honorific, title or credential that follows the name. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 282 competencyAssociationOriginUri CompetencyFramework.Association.competencyAssociationOriginUri \N No change 1 string \N No No CEDS \N \N 2025-11-26 22:12:00+00 \N \N LIF f \N f \N \N \N 283 competencyAssociationWeight CompetencyFramework.Association.competencyAssociationWeight \N \N 1 number \N No Yes CEDS \N \N 2025-11-26 22:12:00+00 \N \N LIF f \N f \N \N \N 298 name Person.Proficiency.name \N No change 1 string \N Yes No \N \N \N 2025-11-26 23:29:00+00 \N \N LIF f \N f \N \N \N @@ -2346,9 +2303,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 812 maximumDuration Credential.Requirements.maximumDuration Maximum duration of time allowed in order to earn the credential. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1558 Language Language.Language This descriptor defines the language(s) that are spoken or written. It is strongly recommended that entries use only ISO 639-2 language codes: for CodeValue, use the 3 character code; for ShortDescription and Description use the full language name. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1559 LanguageUse Language.LanguageUse The category denoting how a language is used. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -145 identifier Learning Assessment Specification.identifier An identifier of the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -153 methodOfAssessmentSupervisionAndIDVerification Learning Assessment.methodOfAssessmentSupervisionAndIDVerification Method of assessment supervision and ID verification. It should be provided using the EDC Controlled List of Methods Of Supervision And Verification. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -170 grade status Learning Assessment.grade status The status of the grade, which can be i) pass, ii) fail or iii) other. It should be provided using a controlled vocabulary. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 210 description CompetencyFramework.description A textual description of the scope and contents of the competency framework. Great care should be taken to understand that competency frameworks are not value neutral frameworks and an assessment should be taken as to what values are being prioritized in each competency framework before adoption 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 60 scoreValue Person.AssessmentLearningExperience.scoreValue A meaningful raw score, derived score, or statistical expression of the performance of a person on an assessment. The type of result is indicated by the Assessment Score Metric Type element. The results can be expressed as a number, percentile, range, level, etc. The score relates to all scored items or a sub test scoring one aspect of performance on the test. This value may or may not correspond to one or more Performance Levels. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. Great care should be made to ensure that missing data should not be penalized in useage. Assuming that all organizations will want to comply with this system will introduce a high level of bias into outcomes 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 486 source Common.LegalCode.source The source for where the legal code. For example, General Data Protection Regulation (GDPR) - European Union (https://gdpr.eu/), California Consumer Privacy Act (CPPA) - (https://oag.ca.gov/privacy/ccpa), Health Insurance Portability and Accountability Act (HIPPA) (https://www.hhs.gov/hipaa/index.html), Canadian Personal Information Protection and Electronic Documents Act (PIPEDA) https://www.priv.gc.ca/en/privacy-topics/privacy-laws-in-canada/the-personal-information-protection-and-electronic-documents-act-pipeda/, Children's Online Privacy Protection Act (COPPA), https://www.ftc.gov/legal-library/browse/rules/childrens-online-privacy-protection-rule-coppa, Human Research Ethics Codes (https://www.hhs.gov/ohrp/index.html) \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2357,6 +2311,9 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 579 narrativeExplanationGrade Person.CourseLearningExperience.narrativeExplanationGrade The narrative of the grade awarded to an individual in an academic course in those cases where a course does not receive a letter or numeric grade included in the grading scale of the Course Academic Grade Qualifier. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1832 testNewLIFAttribute testNewLIFAttribute This is a test of creating a new LIF attribute consideration 1 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz LIF f \N f \N \N \N 219 validStartDateStatus CompetencyFramework.validStartDateStatus A valid start date status, which provide details about whether it is missing at will or not applicable. \N 1 string 353 No No \N \N \N \N \N \N LIF f \N f \N \N \N +145 identifier LearningAchievementSpecification.identifier An identifier of the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +153 methodOfAssessmentSupervisionAndIDVerification LearningAssessment.methodOfAssessmentSupervisionAndIDVerification Method of assessment supervision and ID verification. It should be provided using the EDC Controlled List of Methods Of Supervision And Verification. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +669 InteractivityStyle LearningResource.InteractivityStyle The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed. \N 6 string \N \N \N \N TBD - Ed-Fi EdOrg? \N \N \N \N LIF f \N f \N \N \N 508 courseStandardAlignment Course.courseStandardAlignment An indication whether a course is aligned with the established standards of a curriculum framework. Use only in tandem with an element designed to be more specific about what curriculum framework is being references. 1 boolean \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 555 type Person.CourseLearningExperience.type \N \N 1 string \N No No \N \N \N 2025-11-26 22:25:00+00 \N \N LIF f \N f \N \N \N 511 courseLevelCharacteristic Course.courseLevelCharacteristic An indication of the general nature and difficulty of instruction provided throughout a course. Do not use without two elements to provide specifics on the standards used and who makes the determination. This element is likely to absorb a large amount of bias due to asymetrical power and organizational politics 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N @@ -2475,6 +2432,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 280 competencyAssociationDestinationUri CompetencyFramework.Association.competencyAssociationDestinationUri \N No change 1 string \N No No CEDS \N \N 2025-11-26 22:12:00+00 \N \N LIF f \N f \N \N \N 277 competencyAssociationType CompetencyFramework.Association.competencyAssociationType \N No change 1 string \N No No CEDS \N \N 2025-11-26 22:12:00+00 \N \N LIF f \N f \N \N \N 290 alignsToText CompetencyFramework.Competency.CompetencyAlignments.alignsToText \N \N 1 string \N No No \N Required if no alignsToUri \N 2025-11-26 22:13:00+00 \N \N LIF f \N f \N \N \N +346 CompetencyDefinitionLicense Competency.CompetencyDefinitionLicense The full text or URL reference to a legal document giving official permission to do something with the competency definition statement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1108 employedAfterExit Person.EmploymentLearningExperience.employedAfterExit An individual who is a paid employee or works in his or her own business, profession, or farm, as reported through the State Unemployment Insurance Wage Report, FEDES, or WRIS, after exiting secondary, postsecondary, or adult education or workforce programs. Additional usage notes for this field from CEDs: Individual-level data obtained by matching records with wage records, FEDES, or WRIS. The State Education Agency defines the time period for this collection around an exit period and a corresponding period for employment and earnings data to be obtained. The option set includes "Yes" for employment found via one of the resources listed in the source element. These sources will provide information about most of the types of jobs that students or former students will become employed in but not all. For that reason when a record is "not found" or "not matched" their employment status is "unknown" for the targeted time base. (https://ceds.ed.gov/element/000988) If you have a verification method for determining whether or not the learner was employed after exit, then the LIF model may be extended with additional fields to indcate how this was determined (self reported or otherwise). 1 boolean \N No No CEDS outcome data? \N \N \N \N LIF f \N f \N \N \N 284 competencyAlignments CompetencyFramework.Competency.competencyAlignments \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N 1214 accreditationStatus Common.Accreditation.accreditationStatus An indication of the accreditation status of a higher education institution. This can be any international value. Some potential example for this property could be : Regionally, Programmatic accreditation, Nationally accredited, Faith, Career related, Not accredited, Unknown. Until the data team updates the normative value set, this element should be used with great caution. It contains a high degree of bias towards generating results and outcomes that will reflect priviledge and marginalization baked into current US accreditation schemes. Recommendation for normative value set from WAC - Current normative set does not provide enough information for the data user or the engineering team to be able to map data or use the LIF results 1 string \N No No CEDS \N \N \N \N \N LIF f \N t \N \N \N @@ -2665,6 +2623,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 212 creator CompetencyFramework.creator The person or organization chiefly responsible for the intellectual content of the competency framework. The claim of creation should be assessed and validated prior to use. The origins of competency frameworks are often more complex than captured and this introduces critical bias and inaccuracy into outcomes. 1 string \N No No CEDS \N \N 2025-11-26 22:15:00+00 \N \N LIF f \N f \N \N \N 215 publicationStatus CompetencyFramework.publicationStatus The publication status of the competency framework is "Published". No change 1 string 360 No No CEDS \N \N 2025-11-26 22:16:00+00 \N \N LIF f \N f \N \N \N 1203 organizationType Organization.organizationType The type of educational organization or entity. Ensure your models and systems can ingest the ad-hoc organization types from organizations that reside outside the systems embedded in the current mapping schema 1 string \N No Yes CEDS \N \N 2025-11-26 22:09:00+00 \N \N LIF f \N f \N \N \N +1464 PersonIdentificationSystem Person.PersonIdentificationSystem A coding scheme that is used for identification of a person. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 837 credentialAwardee Person.CredentialAward.credentialAwardee The person (subject) about which claims are made and who owns and has been awarded the credential. No change 1 string \N No No \N \N \N 2025-11-26 22:26:00+00 \N \N LIF f \N f \N \N \N 482 lifEntities Person.Consent.lifEntities List of entities for which this consent pertains. \N 1 string 45 No Yes LIF \N \N 2025-11-26 22:41:00+00 \N \N LIF f \N f \N \N \N 481 typesOfData Person.Consent.typesOfData Categories or types of data that will be collected, processed, or shared. These types of data may include information related to competencies, employment skills and achievements, educational achievements, and other metadata. Reach out to legal counsel and extend the LIF Model as necessary. 1 string \N No Yes LIF PW: This may not be needed, as this entity will be directly associated with the portion(s) of the information model instance to which it applies\nCM: 3/21: \N 2025-11-26 22:41:00+00 \N \N LIF f \N f \N \N \N @@ -2717,6 +2676,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1624 name Program.name The name of the program of instruction, training, services or benefits available through federal, state, or local agencies. No change 1 string \N Yes Yes CEDS \N \N 2025-11-26 22:20:00+00 \N \N LIF f \N f \N \N \N 1922 name MilitaryLearningExperience.name \N \N 1 string \N Yes No \N \N \N 2025-12-01 17:17:00+00 \N MDRUser LIF f \N f \N \N \N 1923 name ProgramLearningExperience.name \N \N 1 string \N Yes No \N \N \N 2025-12-01 17:18:00+00 \N MDRUser LIF f \N f \N \N \N +331 CompetencyDefinitionURI Competency.CompetencyDefinitionURI A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the competency definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 792 identifier Credential.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes No CEDS Should be able to have more than one ID, must be coupled with idType \N 2025-12-01 22:13:00+00 \N \N LIF f \N f \N \N \N 1943 identifier Narrative.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 17 string \N Yes No \N \N \N 2025-12-02 15:19:00+00 \N MDRUser StateU t \N f \N \N \N 1947 identifier Relocation.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 17 string \N Yes No \N \N \N 2025-12-02 15:34:00+00 \N MDRUser StateU t \N f \N \N \N @@ -2754,6 +2714,46 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1899 informationSourceOrganization Common.informationSourceOrganization The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization’s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n \N 1 string \N Yes No \N \N \N \N \N \N LIF f \N f \N \N t 1900 informationSourceSystem Common.informationSourceSystem The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N t 1938 identifier SexAndGender.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes No \N \N \N 2025-12-01 22:24:00+00 \N MDRUser LIF f \N f \N \N \N +333 CompetencyDefinitionStatement Competency.CompetencyDefinitionStatement The text of the statement. The textual content that either describes a specific competency or describes a less granular group of competencies within the taxonomy of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +376 language(session) ObjectiveBank.language(session) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +445 educationalAlignment;ORabout DefinedTermSet.educationalAlignment;ORabout An alignment to an established educational framework.\n\nThe subject matter of the content. \N 11 \N \N \N \N \N 6.18 \N \N \N \N LIF f \N f \N \N \N +359 CompetencyAssociationIdentifierURI Competency.CompetencyAssociationIdentifierURI A URI that establishes uniqueness of an association between a competency definition and another competency item or other objects such as learning resources. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +159 mode LearningAssessmentSpecification.mode The mode of learning and or assessment (i.e., online, blended, presential, work based). It should be provided using the EDC Controlled List of Modes Of Learning and Assessment. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +623 CourseAcademicGrade CourseSection->Enrollment.CourseAcademicGrade The final grade awarded for participation in the course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +619 CourseAddDate CourseSection->Enrollment.CourseAddDate The date an individual was added to an academic course at a school. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +621 CourseSectionEnrollmentStatusEndDate CourseSection->Enrollment.CourseSectionEnrollmentStatusEndDate The date on which the enrollment status ended related to a student enrolled in an instance of a course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +620 CourseSectionEnrollmentStatusStartDate CourseSection->Enrollment.CourseSectionEnrollmentStatusStartDate The date on which the enrollment status began related to a student enrolled in an instance of a course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +590 AchievementType=Course Achievement.AchievementType=Course A Course is a course of study that, typically, has a shared curriculum although it may be taught to different students by different teachers. It is likely that several classes of a single course may be taught in a term. For example, a school runs Grade 9 English in the spring term. There are four classes, each with a different 30 students, taught by 4 different teachers. However the curriculum for each of those four classes is the same – the course curriculum. \N 3 \N \N \N \N \N Not applicable to a course? \N \N \N \N LIF f \N f \N \N \N +693 sponsors(OfType) Course.sponsors(OfType) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +707 CourseBeginDate Course.CourseBeginDate The official begin date for this course \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +747 creditUnitTypeAndValue Course.ValueProfile.creditUnitTypeAndValue A description of value awarded for, required by, or otherwise related to the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +974 proof EuropeanDigitalCredential.proof The proof of the european digital credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +864 id CertificationTypeAnd/orEducationDegreeType.id A unique identifier to the certificate as defined by the issuing authority and/or Identifier for the degree. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +867 CertificationType.statusAnd/orEducationDegreeType.degreeGrantedStatus CertificationTypeAnd/orEducationDegreeType.CertificationType.statusAnd/orEducationDegreeType.degreeGrantedStatus The status of the certificate. While this is an open string, common status include active, expired, pending, suspended and/or Current education degree granted status. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +903 awardedDate(orIssuanceDate) AchievementCredential.awardedDate(orIssuanceDate) Timestamp of when the credential was awarded. issuanceDate is used to determine the most recent version of a Credential in conjunction with issuer and id. Consequently, the only way to update a Credental is to update the issuanceDate, losing the date when the Credential was originally awarded. awardedDate is meant to keep this original date. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +932 CompetencyDefinitionURL Credential.CompetencyDefinitionURL A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the competency definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +958 identifier EuropeanDigitalCredential.identifier An alternative identifier of the European Digital Credential for Learning typically assigned to the credential by the issuing organisation. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1584 (extendedThroughTypeDefinition) Address.(extendedThroughTypeDefinition) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1019 Requires->minimumAge ConditionProfile.Requires->minimumAge Minimum allowed age at which a person is eligible for the credential. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +456 identifierTermCode CreativeWork+DefinedTerm.identifieridentifierTermCode The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc.\n\nA code that identifies this DefinedTerm within a DefinedTermSet. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +1553 StudentMigrantEducationProgramAssociation ExtendsGeneralStudentProgramAssociation.StudentMigrantEducationProgramAssociation This association represents the migrant education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation with added elements particular to migrant education programs. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +166 lowerPercentage ShortenedGrading.lowerPercentage The percentage of students of the same course who got a lower grade. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N +1194 naics PersonOrOrganization.naics \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +167 higherPercentage ShortenedGrading.higherPercentage The percentage of students of the same course who got a higher grade. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N +1270 AccreditedBy-ApprovedBy-RecognizedBy-RegulatedBy CredentialOrganizationQACredentialOrganization.AccreditedBy-ApprovedBy-RecognizedBy-RegulatedBy Quality assurance relationships where an external org accredits/approves, etc the target organization \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1724 ceterms-learningMethodType->WorkBased LearningProgram.ceterms-learningMethodType->WorkBased Provides real-world work experiences that may be paid or unpaid and provided in group or individual formats normally outside the classroom. \N 10 \N \N \N \N \N 7.7 \N \N \N \N LIF f \N f \N \N \N +1436 PersonLegalInclusion-racePersonBaseType-ethnicity PersonLegalInclusion/PersonBaseType.PersonLegalInclusion-racePersonBaseType-ethnicity race (v4.3) : The identified race(s) of the person. A race is defined as a group of people sharing the same culture, history, language, etc./The ethnicity (or ethnicities) of a person. Ethnicity is an ethnic group or a social group that shares a common and distinctive culture, religion, and/or language.\nrace (v4.4): "The identified race(s) of the person. A country may define which of these terms (race, nationality, ethnicity) will be used and how they are defined. One or more properties may be used by a country. A predefined country list allows a person to specify their race.", \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1462 ElectronicMailAddress Person.ElectronicMailAddress The numbers, letters, and symbols used to identify an electronic mail (e-mail) user within the network to which the person or organization belongs. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1463 PersonIdentifier Person.PersonIdentifier A unique number or alphanumeric code assigned to a person by a school, school system, a state, or other agency or entity. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1681 DistanceEducationProgramEnrollmentIndicator ProgramOfStudy.DistanceEducationProgramEnrollmentIndicator An individual's enrollment in a program for which all the required coursework for program completion is able to be completed via distance education courses. Distance education is education that uses one or more technologies to deliver instruction to individuals who are separated from the instructor and to support regular and substantive interaction between the individuals and the instructor synchronously or asynchronously. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +309 AMinimumLevelOfProficiencyForACompetencyAssociatedWithAPosition-Role-Course-OrOtherItem. requiredProficiencyLevel.AMinimumLevelOfProficiencyForACompetencyAssociatedWithAPosition-Role-Course-OrOtherItem. A minimum level of proficiency for a competency associated with a position, role, course, or other item. \N 2 \N \N \N \N \N Synthetic \N \N \N \N LIF f \N f \N \N \N +748 assessmentMethodDescription-assessmentMethodType Course.assessmentMethodDescription-assessmentMethodType Description of the methods used to conduct assessment.\nType of method used to conduct an assessment; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +406 ceterms-environmentalHazardType Competency.ceterms-environmentalHazardType Type of condition in the physical work performance environment that entails risk exposures requiring mitigating processes; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1004 ceterms-credentialId Credential.ceterms-credentialId Globally unique identifier by which the creator, owner or provider of a credential recognizes that credential in transactions with the external environment (e.g., in verifiable claims involving the credential). \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1438 PersonBaseType-ethnicity PersonLegalInclusion/PersonBaseType.PersonBaseType-ethnicity ethnicity: The ethnicity (or ethnicities) of a person. A country may define which of these terms (race, nationality, ethnicity) be used and how they are defined. One or more properties may be used by a country. A predefined country list allows a person to specify their ethnicity. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1589 core-LastName PersonType/Name.core-LastName The last name or surname by which a person is legally known. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1225 1.EntityType-id2.OrganizationType-taxId3.OrganizationType-legalId OrganizationType.1.EntityType-id2.OrganizationType-taxId3.OrganizationType-legalId 1. A unique identifier which cannot be expressed as enumeration.\n2. A government assigned identifier to distinguish organization. This typically is a country-level tax code. For example, Federal Employer Identification Number (FEIN) in the USA.\n3. An identifier of the organization for legal purposes. This could be a company, state, or other kind of identifier. For example, Data Universal Numbering System, abbreviated as DUNS. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1591 core-MiddleName PersonType/Name.core-MiddleName A secondary name of the person, usually given at birth, baptism, or during another naming ceremony or through legal change.\nNOTE: allows multiple values \N 9 array \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N \. @@ -2821,23 +2821,12 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 11 resultType resultType \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N 12 Assessment Assessment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 13 Goal Goal \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -14 Assessment Form Assessment Form \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -15 Assessment Performance Level Assessment Performance Level \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -16 Learning Assessment Learning Assessment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -17 Assessment Participant Session Assessment Participant Session \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -18 Assessment Result Assessment Result \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 19 AssessmentRegistration AssessmentRegistration \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -20 Assessment Participation Session Assessment Participation Session \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 21 Exam Exam \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 22 Revision Revision \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 23 Taxonomy Taxonomy \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 24 Assessment Assessment \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 25 StudentAssement StudentAssement \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N -26 Learning Assessment Specification Learning Assessment Specification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -27 Learning Assessment Learning Assessment \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -28 Grading Scheme Grading Scheme \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -29 Result Category Result Category \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -30 Shortened Grading Shortened Grading \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N 31 Assessment Assessment \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 32 Item Item \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 33 Ontology Ontology \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N @@ -2870,7 +2859,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 68 CFAssociation CFAssociation \N \N \N \N \N 14 \N \N \N \N \N LIF f \N f \N \N 69 DefinedTermSet DefinedTermSet \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 70 CreativeWork CreativeWork \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N -71 CreativeWork + DefinedTerm CreativeWork + DefinedTerm \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 72 AlignmentObject AlignmentObject \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 2 AssessmentPerformanceLevel Assessment.AssessmentPerformanceLevel \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N 3 AssessmentLearningExperience Person.AssessmentLearningExperience \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N @@ -2884,9 +2872,7 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 88 ResultsType ResultsType \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N 89 Issuer Issuer \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N 90 Course Course \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -91 Course Section Course Section \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 92 Enrollment Enrollment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -93 Course Section -> Enrollment Course Section -> Enrollment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 94 StudentCourseRecord StudentCourseRecord \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 95 StudentCourseRecord.StudentCourseUsage StudentCourseRecord.StudentCourseUsage \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 96 StudentCourseRecord.Course StudentCourseRecord.Course \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N @@ -2897,8 +2883,19 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 101 Session Session \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 102 Credits Credits \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 103 AssessmentScore AssessmentScore \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +15 AssessmentPerformanceLevel AssessmentPerformanceLevel \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +16 LearningAssessment LearningAssessment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +18 AssessmentResult AssessmentResult \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +20 AssessmentParticipationSession AssessmentParticipationSession \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +26 LearningAssessmentSpecification LearningAssessmentSpecification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +27 LearningAssessment LearningAssessment \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +28 GradingScheme GradingScheme \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +29 ResultCategory ResultCategory \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +30 ShortenedGrading ShortenedGrading \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +71 CreativeWork+DefinedTerm CreativeWork+DefinedTerm \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +91 CourseSection CourseSection \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +93 CourseSection->Enrollment CourseSection->Enrollment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 104 Section Section \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N -105 Learning Resource Learning Resource \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 106 CourseTranscript CourseTranscript \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 107 CourseCatalog CourseCatalog \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 108 CourseEntry.Course CourseEntry.Course \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N @@ -2922,7 +2919,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 126 PropertyValue PropertyValue \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 127 Offer Offer \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 128 ItemList ItemList \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N -137 CertificationType and/or EducationDegreeType CertificationType and/or EducationDegreeType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N 138 CertificationType CertificationType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N 139 Achievement Achievement \N \N \N \N \N 12 \N \N \N \N \N LIF f \N f \N \N 140 Alignment Alignment \N \N \N \N \N 12 \N \N \N \N \N LIF f \N f \N \N @@ -2933,16 +2929,10 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 145 AchievementCredential AchievementCredential \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N 146 Evidence Evidence \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N 147 Credential Credential \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -148 European Digital Credential European Digital Credential \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 149 Evidence Evidence \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 150 LearningResult LearningResult \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 151 Program Program \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N -152 Learning Result Learning Result \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 153 StudentCredentialRecord StudentCredentialRecord \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N -154 European Digital Credential European Digital Credential \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -155 Display Parameter Display Parameter \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -156 Learning Achievement Specification Learning Achievement Specification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -157 Learning Entitlement Specification Learning Entitlement Specification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N 129 Credential Credential \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N 134 CredentialAward Person.CredentialAward \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N 158 Evidence Evidence \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N @@ -2962,7 +2952,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 172 Credential Credential \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N 173 ConditionProfile ConditionProfile \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N 174 DurationProfile DurationProfile \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N -175 Open Badges 2.0 Open Badges 2.0 \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N 176 BadgeClass BadgeClass \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N 177 Criteria Criteria \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N 178 Image Image \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N @@ -2979,6 +2968,13 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 198 Employment Employment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 199 JobAppointment JobAppointment \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 200 Appointment Appointment \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +148 EuropeanDigitalCredential EuropeanDigitalCredential \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +154 EuropeanDigitalCredential EuropeanDigitalCredential \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +155 DisplayParameter DisplayParameter \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +156 LearningAchievementSpecification LearningAchievementSpecification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +157 LearningEntitlementSpecification LearningEntitlementSpecification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +175 OpenBadges2.0 OpenBadges2.0 \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N +152 LearningResult Learning Result \N \N \N \N \N 5 \N \N \N \N \N LIF f \N t \N \N 201 Position Position \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 202 JobAppointments JobAppointments \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 203 EmploymentType EmploymentType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N @@ -2988,7 +2984,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 207 EmploymentBeginDateType EmploymentBeginDateType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 208 EmploymentEndDateType EmploymentEndDateType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 209 Occupation Occupation \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N -210 Person or Organization Person or Organization \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 211 Role Role \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 216 OrganizationType OrganizationType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N 217 EntityType EntityType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N @@ -3047,7 +3042,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 282 {Multiple} {Multiple} \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 283 Contact Contact \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 284 StudentHomelessProgramAssociation StudentHomelessProgramAssociation \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N -285 Extends GeneralStudentProgramAssociation Extends GeneralStudentProgramAssociation \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 286 StudentContactAssociation StudentContactAssociation \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 287 Language Language \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 288 Person Person \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N @@ -3059,15 +3053,14 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 294 Address Address \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 295 Relevancy Relevancy \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 296 Contact Contact \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N -297 PersonType/ Name PersonType/ Name \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 298 Core Core \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 299 Person Person \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 300 Person\nor\nContactPoint Person\nor\nContactPoint \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +285 ExtendsGeneralStudentProgramAssociation ExtendsGeneralStudentProgramAssociation \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +297 PersonType/Name PersonType/Name \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 301 ContactPoint ContactPoint \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 302 PostalAddress PostalAddress \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 303 Place Place \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N -306 Program of Study Program of Study \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -307 Program Participation Program Participation \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 308 Acceditation Acceditation \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 309 ProgramOffering ProgramOffering \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 310 ProgramOfferingEnabler ProgramOfferingEnabler \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N @@ -3080,7 +3073,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 315 AcademicProgramCodeGroup AcademicProgramCodeGroup \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 316 CreditHoursRequiredType CreditHoursRequiredType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 317 AcademicProgramType AcademicProgramType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N -318 Learning Program Learning Program \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N 319 QuantitativeValue QuantitativeValue \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N 320 Educational\nOccupational\nProgram Educational\nOccupational\nProgram \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 1 Assessment Assessment \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N @@ -3127,6 +3119,8 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 305 ProgramLearningExperience Person.ProgramLearningExperience \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N 238 Identifier Common.Identifier \N \N No Yes \N 1 CM 2/20: Unclear if/how this fits in to the entity? Propose omitting \N \N \N \N LIF f \N f \N \N 249 RelationshipContacts Person.RelationshipContacts \N \N No Yes \N 1 CM 2/20: Relationship likely needs to be made more general, with addition of relationshipType and effectiveDates (similar to name and address)? \N \N \N \N LIF f \N f \N \N +307 ProgramParticipation ProgramParticipation \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +318 LearningProgram LearningProgram \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N 340 TestNewSourceEntity TestNewSourceEntity Test of creating a new Source Schema Entity Test considerations No Yes \N 25 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Unicon f \N f \N \N 341 TestChildSourceEntity TestChildSourceEntity Test of creating a child Source Schema Entity Test considerations No Yes \N 25 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Unicon f \N f \N \N 345 TestPartnerChildEntity TestPartnerChildEntity Test of creating a partner LIF extension Entity Test considerations No Yes \N 18 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Org2 t \N f \N \N @@ -3187,6 +3181,12 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 338 StateUChildExtEntity StateUChildExtEntity An entity added as an example of an entity that is a child of the other example entity. \N No Yes LIF-Addition 17 \N \N \N \N \N StateU t \N f \N \N 78 Grade Course.Grade \N \N No Yes \N 1 \N \N \N \N \N LIF f \N t \N \N 371 Identifier StateU.Common.Identifier \N \N No Yes \N 17 \N \N 2025-10-06 16:08:00+00 \N MDRUser StateU t \N t \N \N +14 AssessmentForm AssessmentForm \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +17 AssessmentParticipantSession AssessmentParticipantSession \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +105 LearningResource LearningResource \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +137 CertificationTypeAnd/orEducationDegreeType CertificationTypeAnd/orEducationDegreeType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +210 PersonOrOrganization PersonOrOrganization \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +306 ProgramOfStudy ProgramOfStudy \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N \. @@ -4142,7 +4142,6 @@ COPY public."EntityAttributeAssociation" ("Id", "EntityId", "AttributeId", "Note 931 151 944 \N \N \N \N \N LIF f \N 932 150 945 \N \N \N \N \N LIF f \N 933 150 946 \N \N \N \N \N LIF f \N -934 152 947 \N \N \N \N \N LIF f \N 935 151 948 \N \N \N \N \N LIF f \N 936 151 949 \N \N \N \N \N LIF f \N 937 151 950 \N \N \N \N \N LIF f \N @@ -4444,7 +4443,6 @@ COPY public."EntityAttributeAssociation" ("Id", "EntityId", "AttributeId", "Note 1409 257 1434 \N \N \N \N \N LIF f \N 1410 251 1435 \N \N \N \N \N LIF f \N 1411 258 1436 \N \N \N \N \N LIF f \N -1412 259 1437 \N \N \N \N \N LIF f \N 1413 258 1438 \N \N \N \N \N LIF f \N 1414 260 1439 \N \N \N \N \N LIF f \N 1415 251 1440 \N \N \N \N \N LIF f \N @@ -5589,6 +5587,8 @@ COPY public."EntityAttributeAssociation" ("Id", "EntityId", "AttributeId", "Note 2219 363 1899 \N 2025-12-02 19:13:00+00 2025-12-02 19:13:00+00 \N \N StateU f 17 2221 364 1898 \N 2025-12-02 19:14:00+00 2025-12-02 19:14:00+00 \N \N StateU f 17 2224 131 1954 \N 2025-12-02 19:15:00+00 2025-12-02 19:15:00+00 \N MDRUser StateU f 17 +934 150 947 \N \N \N \N \N LIF f \N +1412 259 1435 \N \N \N \N \N LIF f \N \. @@ -12513,29 +12513,27 @@ COPY public."ValueSetValueMapping" ("Id", "SourceValueId", "TargetValueId", "Des -- COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderations", "Value", "ValueName", "OriginalValueId", "Source", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Extension", "ExtensionNotes", "Deleted", "DataModelId") FROM stdin; -2979 284 Absentee-Shawnee Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Absentee-ShawneeTribeOfIndiansOfOklahoma Absentee-Shawnee Tribe of Indians of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -2995 284 Arctic Village (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Arctic Village Arctic Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3659 290 Tenth grade is the extent of formal instruction a person has received. \N TenthGrade Tenth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3931 310 Hughes Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hughes Village Hughes Village \N \N \N \N \N \N \N LIF f \N f 4 -3932 310 Huslia Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Huslia Village Huslia Village \N \N \N \N \N \N \N LIF f \N f 4 -3933 310 Hydaburg Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hydaburg Cooperative Association Hydaburg Cooperative Association \N \N \N \N \N \N \N LIF f \N f 4 -3934 310 Igiugig Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Igiugig Village Igiugig Village \N \N \N \N \N \N \N LIF f \N f 4 -3941 310 Iqugmiut Traditional Council (previously listed as Iqurmuit Traditional Council) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iqugmiut Traditional Council Iqugmiut Traditional Council \N \N \N \N \N \N \N LIF f \N f 4 +179 15 \N \N 3 ThirdGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +180 15 \N \N 4 FourthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +181 15 \N \N 5 FifthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +182 15 \N \N 6 SixthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +183 15 \N \N 7 SeventhGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +184 15 \N \N 8 EighthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +185 15 \N \N 9 NinthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +186 15 \N \N 10 TenthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 4424 313 Oklahoma \N Oklahoma Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 4425 313 Oregon \N Oregon Oregon \N \N \N \N \N \N \N LIF f \N f 4 -3006 284 Big Pine Paiute Tribe of the Owens Valley (previously listed as Big Pine Band of Owens Valley Paiute Shoshone Indians of the Big Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Pine Paiute Tribe Of the Owens Valley Big Pine Paiute Tribe of the Owens Valley \N CEDS \N \N \N \N \N LIF f \N f 1 -3929 310 Houlton Band of Maliseet Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Houlton Band Of Maliseet Indians Houlton Band of Maliseet Indians \N \N \N \N \N \N \N LIF f \N f 4 +187 15 \N \N 11 EleventhGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +188 15 \N \N 12 TwelfthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 4753 336 This is a test of creating a value for a value set consideration a A \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 4754 336 This is a test of creating a value for a value set consideration B B \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 4755 337 This is a test of creating values at the same time as the value set. \N 1 One \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N t 25 4756 337 This is a test of creating a value for a value set consideration B B \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 -4772 347 This is a test of creating values at the same time as the value set. \N TEST2 Test Two \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 -4773 347 This is a test of creating values at the same time as the value set. \N TEST1 Test One \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 -4774 349 This is a test of creating values at the same time as the value set. \N TEST3 Test Three \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 -3937 310 Inupiat Community of the Arctic Slope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Inupiat Community Of the Arctic Slope Inupiat Community of the Arctic Slope \N \N \N \N \N \N \N LIF f \N f 4 -3938 310 Ione Band of Miwok Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ione Band Of Miwok Indians Of California Ione Band of Miwok Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3939 310 Iowa Tribe of Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iowa Tribe Of Kansas and Nebraska Iowa Tribe of Kansas and Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -3940 310 Iowa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iowa Tribe Of Oklahoma Iowa Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +2805 273 The Organization Identifier is a School-assigned number. \N School School-assignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +2182 123 128-bit number used to identify information in computer systems. \N UUID UniversallyUniqueIdentifier \N \N \N \N \N \N \N LIF f \N t 1 +218 17 \N \N 144 LetterGrade/mark \N CEDS \N \N \N \N \N LIF f \N f 4 +201 16 Regular assessment based on grade-level achievement standards with accommodations is specified as a type of assessment administered. \N REGASSWACC RegularAssessmentsBasedOnGrade-levelAchievementStandardsWithAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +202 16 Alternate assessment based on grade-level achievement standards is specified as a type of assessment administered. \N ALTASSGRADELVL AlternateAssessmentsBasedOnGrade-levelAchievementStandards \N CEDS \N \N \N \N \N LIF f \N f 4 880 37 \N \N FormatOf FormatOf \N \N \N \N \N \N \N LIF f \N f 4 881 37 \N \N IsPartOf IsPartOf \N \N \N \N \N \N \N LIF f \N f 4 882 37 \N \N IsPrerequisiteTo IsPrerequisiteTo \N \N \N \N \N \N \N LIF f \N f 4 @@ -12547,8 +12545,6 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 888 37 \N \N Referenced Referenced \N \N \N \N \N \N \N LIF f \N f 4 4757 336 This is a test of creating a value for a value set consideration A A \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 4758 336 This is a test of creating a value for a value set consideration B B \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 -4775 349 This is a test of creating values at the same time as the value set. \N TEST4 Test Four \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 -198 15 \N \N PT Professional or technical credential \N CEDS \N \N \N \N \N LIF f \N f 4 889 37 \N \N Assesses Assesses \N \N \N \N \N \N \N LIF f \N f 4 890 37 \N \N Teaches Teaches \N \N \N \N \N \N \N LIF f \N f 4 891 37 \N \N Requires Requires \N \N \N \N \N \N \N LIF f \N f 4 @@ -12556,32 +12552,38 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 893 37 \N \N ReadingLevel ReadingLevel \N \N \N \N \N \N \N LIF f \N f 4 894 37 \N \N EducationalSubject EducationalSubject \N \N \N \N \N \N \N LIF f \N f 4 895 37 \N \N EducationLevel EducationLevel \N \N \N \N \N \N \N LIF f \N f 4 +4772 347 This is a test of creating values at the same time as the value set. \N TEST2 TestTwo \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 +4773 347 This is a test of creating values at the same time as the value set. \N TEST1 TestOne \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 +4774 349 This is a test of creating values at the same time as the value set. \N TEST3 TestThree \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 +3939 310 Iowa Tribe of Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IowaTribeOfKansasAndNebraska IowaTribeOfKansasAndNebraska \N \N \N \N \N \N \N LIF f \N f 4 +3940 310 Iowa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IowaTribeOfOklahoma IowaTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4775 349 This is a test of creating values at the same time as the value set. \N TEST4 TestFour \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 +2995 284 Arctic Village (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ArcticVillage ArcticVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3659 290 Tenth grade is the extent of formal instruction a person has received. \N TenthGrade TenthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3931 310 Hughes Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HughesVillage HughesVillage \N \N \N \N \N \N \N LIF f \N f 4 +3932 310 Huslia Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HusliaVillage HusliaVillage \N \N \N \N \N \N \N LIF f \N f 4 +3933 310 Hydaburg Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HydaburgCooperativeAssociation HydaburgCooperativeAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3934 310 Igiugig Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IgiugigVillage IgiugigVillage \N \N \N \N \N \N \N LIF f \N f 4 +3941 310 Iqugmiut Traditional Council (previously listed as Iqurmuit Traditional Council) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IqugmiutTraditionalCouncil IqugmiutTraditionalCouncil \N \N \N \N \N \N \N LIF f \N f 4 +198 15 \N \N PT ProfessionalOrTechnicalCredential \N CEDS \N \N \N \N \N LIF f \N f 4 896 37 \N \N Precedes Precedes \N \N \N \N \N \N \N LIF f \N f 4 4759 338 This is a test of creating a value for a value set consideration A A \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 4760 338 This is a test of creating a value for a value set consideration B B \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 897 37 \N \N Follows Follows \N \N \N \N \N \N \N LIF f \N f 4 898 37 \N \N IsConcurrentTo IsConcurrentTo \N \N \N \N \N \N \N LIF f \N f 4 -140 13 The related School Identifier uses a School-assigned number. \N School School-assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 -141 13 The related School Identifier uses the College Board/ACT program code set of PK-grade 12 institutions. \N ACT College Board/ACT program code set of PK-grade 12 institutions \N CEDS \N \N \N \N \N LIF f \N f 4 -142 13 The related School Identifier uses a Local Education Agency assigned number. \N LEA Local Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 -143 13 The related School Identifier uses the State Education Agency assigned number. \N SEA State Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 -144 13 The related School Identifier uses the National Center for Education Statistics assigned number. \N NCES National Center for Education Statistics assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 -145 13 The related School Identifier uses the federal identification number. \N Federal Federal identification number \N CEDS \N \N \N \N \N LIF f \N f 4 -146 13 The related School Identifier uses the Dun and Bradstreet number. \N DUNS Dun and Bradstreet number \N CEDS \N \N \N \N \N LIF f \N f 4 -147 13 The related School Identifier uses another federally assigned number. \N OtherFederal Other federally assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 -148 13 The related School Identifier uses a State University System assigned number. \N StateUniversitySystem State University System assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 +145 13 The related School Identifier uses the federal identification number. \N Federal FederalIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +147 13 The related School Identifier uses another federally assigned number. \N OtherFederal OtherFederallyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +148 13 The related School Identifier uses a State University System assigned number. \N StateUniversitySystem StateUniversitySystemAssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +153 14 College Readiness is specified as the reason for which an assessment is designed or delivered. \N 73055 CollegeReadiness \N CEDS \N \N \N \N \N LIF f \N f 4 +154 14 Course credit is specified as the reason for which an assessment is designed or delivered. \N 63 CourseCredit \N CEDS \N \N \N \N \N LIF f \N f 4 +2963 283 The related Person Identifier uses the person's Personal identification number. \N PersonalIdentificationNumber PersonalIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +155 14 Course requirement is specified as the reason for which an assessment is designed or delivered. \N 64 CourseRequirement \N CEDS \N \N \N \N \N LIF f \N f 4 149 13 The related School Identifier uses an identification system not yet categorized in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 4 -150 13 The related School Identifier uses the System for Award Management (SAM) Unique Entity Identifier (UEI). \N SAM System for Award Management Unique Entity Identifier \N CEDS \N \N \N \N \N LIF f \N f 4 +157 14 Federal accountability is specified as the reason for which an assessment is designed or delivered. \N 3459 FederalAccountability \N CEDS \N \N \N \N \N LIF f \N f 4 151 14 Admission is specified as the reason for which an assessment is designed or delivered. \N 50 Admission \N CEDS \N \N \N \N \N LIF f \N f 4 -152 14 Assessment of student's progress is specified as the reason for which an assessment is designed or delivered. \N 51 Assessment of student's progress \N CEDS \N \N \N \N \N LIF f \N f 4 -153 14 College Readiness is specified as the reason for which an assessment is designed or delivered. \N 73055 College Readiness \N CEDS \N \N \N \N \N LIF f \N f 4 -154 14 Course credit is specified as the reason for which an assessment is designed or delivered. \N 63 Course credit \N CEDS \N \N \N \N \N LIF f \N f 4 -155 14 Course requirement is specified as the reason for which an assessment is designed or delivered. \N 64 Course requirement \N CEDS \N \N \N \N \N LIF f \N f 4 +159 14 Instructional decision is specified as the reason for which an assessment is designed or delivered. \N 55 InstructionalDecision \N CEDS \N \N \N \N \N LIF f \N f 4 156 14 Diagnosis is specified as the reason for which an assessment is designed or delivered. \N 73069 Diagnosis \N CEDS \N \N \N \N \N LIF f \N f 4 -157 14 Federal accountability is specified as the reason for which an assessment is designed or delivered. \N 3459 Federal accountability \N CEDS \N \N \N \N \N LIF f \N f 4 -158 14 Inform local or state policy is specified as the reason for which an assessment is designed or delivered. \N 73068 Inform local or state policy \N CEDS \N \N \N \N \N LIF f \N f 4 -159 14 Instructional decision is specified as the reason for which an assessment is designed or delivered. \N 55 Instructional decision \N CEDS \N \N \N \N \N LIF f \N f 4 -160 14 Local accountability is specified as the reason for which an assessment is designed or delivered. \N 3457 Local accountability \N CEDS \N \N \N \N \N LIF f \N f 4 +160 14 Local accountability is specified as the reason for which an assessment is designed or delivered. \N 3457 LocalAccountability \N CEDS \N \N \N \N \N LIF f \N f 4 899 37 \N \N exactMatchOf exactMatchOf \N \N \N \N \N \N \N LIF f \N f 4 900 37 \N \N exemplar exemplar \N \N \N \N \N \N \N LIF f \N f 4 901 37 \N \N isChildOf isChildOf \N \N \N \N \N \N \N LIF f \N f 4 @@ -12597,91 +12599,92 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 925 38 \N \N 819 819 \N \N \N \N \N \N \N LIF f \N f 4 926 38 \N \N 803 803 \N \N \N \N \N \N \N LIF f \N f 4 927 38 \N \N 1049 1049 \N \N \N \N \N \N \N LIF f \N f 4 -161 14 Local graduation requirement is specified as the reason for which an assessment is designed or delivered. \N 2404 Local graduation requirement \N CEDS \N \N \N \N \N LIF f \N f 4 -162 14 Obtain a state- or industry-recognized certificate or license is specified as the reason for which an assessment is designed or delivered. \N 73042 Obtain a state- or industry-recognized certificate or license \N CEDS \N \N \N \N \N LIF f \N f 4 -163 14 Obtain postsecondary credit for the course is specified as the reason for which an assessment is designed or delivered. \N 73043 Obtain postsecondary credit for the course \N CEDS \N \N \N \N \N LIF f \N f 4 -164 14 Program eligibility is specified as the reason for which an assessment is designed or delivered. \N 73067 Program eligibility \N CEDS \N \N \N \N \N LIF f \N f 4 -165 14 Program evaluation is specified as the reason for which an assessment is designed or delivered. \N 57 Program evaluation \N CEDS \N \N \N \N \N LIF f \N f 4 -166 14 Program placement is specified as the reason for which an assessment is designed or delivered. \N 58 Program placement \N CEDS \N \N \N \N \N LIF f \N f 4 -167 14 Promotion to or retention in a grade or program is specified as the reason for which an assessment is designed or delivered. \N 62 Promotion to or retention in a grade or program \N CEDS \N \N \N \N \N LIF f \N f 4 +161 14 Local graduation requirement is specified as the reason for which an assessment is designed or delivered. \N 2404 LocalGraduationRequirement \N CEDS \N \N \N \N \N LIF f \N f 4 +164 14 Program eligibility is specified as the reason for which an assessment is designed or delivered. \N 73067 ProgramEligibility \N CEDS \N \N \N \N \N LIF f \N f 4 +165 14 Program evaluation is specified as the reason for which an assessment is designed or delivered. \N 57 ProgramEvaluation \N CEDS \N \N \N \N \N LIF f \N f 4 168 14 Screening is specified as the reason for which an assessment is designed or delivered. \N 61 Screening \N CEDS \N \N \N \N \N LIF f \N f 4 -169 14 State accountability is specified as the reason for which an assessment is designed or delivered. \N 3458 State accountability \N CEDS \N \N \N \N \N LIF f \N f 4 170 14 Other is specified as the reason for which an assessment is designed or delivered. \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N f 4 -171 14 State graduation requirement is specified as the reason for which an assessment is designed or delivered. \N 54 State graduation requirement \N CEDS \N \N \N \N \N LIF f \N f 4 +166 14 Program placement is specified as the reason for which an assessment is designed or delivered. \N 58 ProgramPlacement \N CEDS \N \N \N \N \N LIF f \N f 4 +140 13 The related School Identifier uses a School-assigned number. \N School School-AssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +142 13 The related School Identifier uses a Local Education Agency assigned number. \N LEA LocalEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +143 13 The related School Identifier uses the State Education Agency assigned number. \N SEA StateEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +169 14 State accountability is specified as the reason for which an assessment is designed or delivered. \N 3458 StateAccountability \N CEDS \N \N \N \N \N LIF f \N f 4 +158 14 Inform local or state policy is specified as the reason for which an assessment is designed or delivered. \N 73068 InformLocalOrStatePolicy \N CEDS \N \N \N \N \N LIF f \N f 4 +1561 52 \N \N 6 SixthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3657 290 Eighth grade is the extent of formal instruction a person has received. \N EighthGrade EighthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +45 3 \N No 8 EighthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +346 32 Fourth grade is the extent of formal instruction a person has received. \N 793 FourthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +347 32 Fifth grade is the extent of formal instruction a person has received. \N 794 FifthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +348 32 Sixth grade is the extent of formal instruction a person has received. \N 795 SixthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +150 13 The related School Identifier uses the System for Award Management (SAM) Unique Entity Identifier (UEI). \N SAM SystemForAwardManagementUniqueEntityIdentifier \N CEDS \N \N \N \N \N LIF f \N f 4 +163 14 Obtain postsecondary credit for the course is specified as the reason for which an assessment is designed or delivered. \N 73043 ObtainPostsecondaryCreditForTheCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +144 13 The related School Identifier uses the National Center for Education Statistics assigned number. \N NCES NationalCenterForEducationStatisticsAssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +4261 310 Skull Valley Band of Goshute Indians of Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkullValleyBandOfGoshuteIndiansOfUtah SkullValleyBandOfGoshuteIndiansOfUtah \N \N \N \N \N \N \N LIF f \N f 4 172 15 \N \N IT Infant/toddler \N CEDS \N \N \N \N \N LIF f \N f 4 173 15 \N \N PR Preschool \N CEDS \N \N \N \N \N LIF f \N f 4 174 15 \N \N PK Prekindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 -175 15 \N \N TK Transitional Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 176 15 \N \N KG Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 -177 15 \N \N 1 First grade \N CEDS \N \N \N \N \N LIF f \N f 4 -178 15 \N \N 2 Second grade \N CEDS \N \N \N \N \N LIF f \N f 4 -179 15 \N \N 3 Third grade \N CEDS \N \N \N \N \N LIF f \N f 4 -180 15 \N \N 4 Fourth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -181 15 \N \N 5 Fifth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -182 15 \N \N 6 Sixth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -183 15 \N \N 7 Seventh grade \N CEDS \N \N \N \N \N LIF f \N f 4 -184 15 \N \N 8 Eighth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -185 15 \N \N 9 Ninth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -186 15 \N \N 10 Tenth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -187 15 \N \N 11 Eleventh grade \N CEDS \N \N \N \N \N LIF f \N f 4 -188 15 \N \N 12 Twelfth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -189 15 \N \N 13 Grade 13 \N CEDS \N \N \N \N \N LIF f \N f 4 -190 15 \N \N AS Associate's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -191 15 \N \N BA Bachelor's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -192 15 \N \N PB Post-baccalaureate certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -193 15 \N \N MD Master's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -194 15 \N \N PM Post-master's certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -195 15 \N \N DO Doctoral degree \N CEDS \N \N \N \N \N LIF f \N f 4 -196 15 \N \N PD Post-doctoral certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -197 15 \N \N AE Adult Education \N CEDS \N \N \N \N \N LIF f \N f 4 +3772 309 The related Person Identifier uses the person's Personal identification number. \N PersonalIdentificationNumber PersonalIdentificationNumber \N \N \N \N \N \N \N LIF f \N f 4 +3773 309 The related Person Identifier uses the person's Federal identification number. \N FederalIdentificationNumber FederalIdentificationNumber \N \N \N \N \N \N \N LIF f \N f 4 +3774 309 The related Person Identifier uses the person's driver's license number. \N Driver'sLicenseNumber Driver'sLicenseNumber \N \N \N \N \N \N \N LIF f \N f 4 +3775 309 The related Person Identifier uses the person's Medicaid number. \N MedicaidNumber MedicaidNumber \N \N \N \N \N \N \N LIF f \N f 4 +226 17 \N \N 503 ProficiencyLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +3778 309 The related Person Identifier uses the person's school-assigned number. \N School-assignedNumber School-assignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +232 17 \N \N 506 StandardAgeScore \N CEDS \N \N \N \N \N LIF f \N f 4 +229 17 \N \N 505 RatioIQ's \N CEDS \N \N \N \N \N LIF f \N f 4 +217 17 \N \N 3475 InternationalBaccalaureateScore \N CEDS \N \N \N \N \N LIF f \N f 4 +3776 309 The related Person Identifier uses the person's health record number. \N HealthRecordNumber HealthRecordNumber \N \N \N \N \N \N \N LIF f \N f 4 +225 17 \N \N 502 PercentileRank \N CEDS \N \N \N \N \N LIF f \N f 4 +236 17 \N \N 3480 WorkplaceReadinessScore \N CEDS \N \N \N \N \N LIF f \N f 4 +221 17 \N \N 498 NormalizedStandardScore \N CEDS \N \N \N \N \N LIF f \N f 4 +3771 309 The related Person Identifier uses the person's US government Visa number. \N USGovernmentVisaNumber USGovernmentVisaNumber \N \N \N \N \N \N \N LIF f \N f 4 +2810 273 The Organization Identifier is the organization's Federal identification number. \N FEIN FederalEmployerIdentificationNumber \N \N \N \N \N \N \N LIF f \N f 4 +213 17 \N \N 492 CollegeBoardExaminationScores \N CEDS \N \N \N \N \N LIF f \N f 4 199 15 \N \N OT Other \N CEDS \N \N \N \N \N LIF f \N f 4 -200 16 Regular assessment based on grade-level achievement standards without accommodations is specified as a type of assessment administered. \N REGASSWOACC Regular assessments based on grade-level achievement standards without accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -201 16 Regular assessment based on grade-level achievement standards with accommodations is specified as a type of assessment administered. \N REGASSWACC Regular assessments based on grade-level achievement standards with accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -202 16 Alternate assessment based on grade-level achievement standards is specified as a type of assessment administered. \N ALTASSGRADELVL Alternate assessments based on grade-level achievement standards \N CEDS \N \N \N \N \N LIF f \N f 4 -203 16 Alternate assessment based on modified achievement standards is specified as a type of assessment administered. \N ALTASSMODACH Alternate assessments based on modified achievement standards \N CEDS \N \N \N \N \N LIF f \N f 4 -204 16 Alternate assessment based on alternate achievement standards is specified as a type of assessment administered. \N ALTASSALTACH Alternate assessments based on alternate achievement standards \N CEDS \N \N \N \N \N LIF f \N f 4 -205 16 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithoutAccommodations Assessment based on age level standards without accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -206 16 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithAccommodations Assessment based on age level standards with accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -207 16 Assessment based on standards below age level without accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithoutAccommodations Assessment based on standards below age level without accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -208 16 Assessment based on standards below age level with accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithAccommodations Assessment based on standards below age level with accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -209 17 \N \N 512 Achievement/proficiency level \N CEDS \N \N \N \N \N LIF f \N f 4 -210 17 \N \N 494 ACT score \N CEDS \N \N \N \N \N LIF f \N f 4 -211 17 \N \N 490 Age score \N CEDS \N \N \N \N \N LIF f \N f 4 -212 17 \N \N 491 C-scaled scores \N CEDS \N \N \N \N \N LIF f \N f 4 -213 17 \N \N 492 College Board examination scores \N CEDS \N \N \N \N \N LIF f \N f 4 -214 17 \N \N 493 Grade equivalent or grade-level indicator \N CEDS \N \N \N \N \N LIF f \N f 4 -215 17 \N \N 3473 Graduation score \N CEDS \N \N \N \N \N LIF f \N f 4 +177 15 \N \N 1 FirstGrade \N CEDS \N \N \N \N \N LIF f \N f 4 216 17 \N \N 3474 Growth/value-added/indexing \N CEDS \N \N \N \N \N LIF f \N f 4 -217 17 \N \N 3475 International Baccalaureate score \N CEDS \N \N \N \N \N LIF f \N f 4 -218 17 \N \N 144 Letter grade/mark \N CEDS \N \N \N \N \N LIF f \N f 4 -219 17 \N \N 513 Mastery level \N CEDS \N \N \N \N \N LIF f \N f 4 -220 17 \N \N 497 Normal curve equivalent \N CEDS \N \N \N \N \N LIF f \N f 4 -221 17 \N \N 498 Normalized standard score \N CEDS \N \N \N \N \N LIF f \N f 4 -222 17 \N \N 499 Number score \N CEDS \N \N \N \N \N LIF f \N f 4 223 17 \N \N 500 Pass-fail \N CEDS \N \N \N \N \N LIF f \N f 4 224 17 \N \N 3476 Percentile \N CEDS \N \N \N \N \N LIF f \N f 4 -225 17 \N \N 502 Percentile rank \N CEDS \N \N \N \N \N LIF f \N f 4 -226 17 \N \N 503 Proficiency level \N CEDS \N \N \N \N \N LIF f \N f 4 -227 17 \N \N 3477 Promotion score \N CEDS \N \N \N \N \N LIF f \N f 4 228 17 \N \N 504 Ranking \N CEDS \N \N \N \N \N LIF f \N f 4 -229 17 \N \N 505 Ratio IQ's \N CEDS \N \N \N \N \N LIF f \N f 4 -230 17 \N \N 3478 Raw score \N CEDS \N \N \N \N \N LIF f \N f 4 -231 17 \N \N 3479 Scale score \N CEDS \N \N \N \N \N LIF f \N f 4 -232 17 \N \N 506 Standard age score \N CEDS \N \N \N \N \N LIF f \N f 4 -233 17 \N \N 508 Stanine score \N CEDS \N \N \N \N \N LIF f \N f 4 -234 17 \N \N 509 Sten score \N CEDS \N \N \N \N \N LIF f \N f 4 235 17 \N \N 510 T-score \N CEDS \N \N \N \N \N LIF f \N f 4 -236 17 \N \N 3480 Workplace readiness score \N CEDS \N \N \N \N \N LIF f \N f 4 237 17 \N \N 511 Z-score \N CEDS \N \N \N \N \N LIF f \N f 4 -238 17 \N \N 3481 SAT Score \N CEDS \N \N \N \N \N LIF f \N f 4 +178 15 \N \N 2 SecondGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +190 15 \N \N AS Associate'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +191 15 \N \N BA Bachelor'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +193 15 \N \N MD Master'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +195 15 \N \N DO DoctoralDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +210 17 \N \N 494 ACTScore \N CEDS \N \N \N \N \N LIF f \N f 4 +211 17 \N \N 490 AgeScore \N CEDS \N \N \N \N \N LIF f \N f 4 +212 17 \N \N 491 C-scaledScores \N CEDS \N \N \N \N \N LIF f \N f 4 +215 17 \N \N 3473 GraduationScore \N CEDS \N \N \N \N \N LIF f \N f 4 +222 17 \N \N 499 NumberScore \N CEDS \N \N \N \N \N LIF f \N f 4 +227 17 \N \N 3477 PromotionScore \N CEDS \N \N \N \N \N LIF f \N f 4 +230 17 \N \N 3478 RawScore \N CEDS \N \N \N \N \N LIF f \N f 4 +231 17 \N \N 3479 ScaleScore \N CEDS \N \N \N \N \N LIF f \N f 4 +233 17 \N \N 508 StanineScore \N CEDS \N \N \N \N \N LIF f \N f 4 +234 17 \N \N 509 StenScore \N CEDS \N \N \N \N \N LIF f \N f 4 +189 15 \N \N 13 Grade13 \N CEDS \N \N \N \N \N LIF f \N f 4 +192 15 \N \N PB Post-baccalaureateCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 +194 15 \N \N PM Post-master'sCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 +196 15 \N \N PD Post-doctoralCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 +171 14 State graduation requirement is specified as the reason for which an assessment is designed or delivered. \N 54 StateGraduationRequirement \N CEDS \N \N \N \N \N LIF f \N f 4 +175 15 \N \N TK TransitionalKindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 +197 15 \N \N AE AdultEducation \N CEDS \N \N \N \N \N LIF f \N f 4 +203 16 Alternate assessment based on modified achievement standards is specified as a type of assessment administered. \N ALTASSMODACH AlternateAssessmentsBasedOnModifiedAchievementStandards \N CEDS \N \N \N \N \N LIF f \N f 4 +204 16 Alternate assessment based on alternate achievement standards is specified as a type of assessment administered. \N ALTASSALTACH AlternateAssessmentsBasedOnAlternateAchievementStandards \N CEDS \N \N \N \N \N LIF f \N f 4 +205 16 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithoutAccommodations AssessmentBasedOnAgeLevelStandardsWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +209 17 \N \N 512 Achievement/proficiencyLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +219 17 \N \N 513 MasteryLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +220 17 \N \N 497 NormalCurveEquivalent \N CEDS \N \N \N \N \N LIF f \N f 4 +206 16 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithAccommodations AssessmentBasedOnAgeLevelStandardsWithAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +207 16 Assessment based on standards below age level without accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithoutAccommodations AssessmentBasedOnStandardsBelowAgeLevelWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +3779 309 The related Person Identifier uses the person's district-assigned number. \N District-assignedNumber District-assignedNumber \N \N \N \N \N \N \N LIF f \N f 4 239 17 \N \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N f 4 -240 18 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning Blended Learning \N CEDS \N \N \N \N \N LIF f \N f 4 +2964 283 The related Person Identifier uses the person's Federal identification number. \N FederalIdentificationNumber FederalIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 241 18 Course is taught via live or taped broadcast over open air, closed circuit, or cable television systems. \N Broadcast Broadcast \N CEDS \N \N \N \N \N LIF f \N f 4 242 18 Course is taught via hard or electronic copy or other media (CD, DVD, video cassette) and student works at own pace usually without an instructor present, but generally under supervision of LEA. Includes “packet” programs. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N f 4 -243 18 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege Early College \N CEDS \N \N \N \N \N LIF f \N f 4 -244 18 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace Face to Face \N CEDS \N \N \N \N \N LIF f \N f 4 -245 18 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N f 4 -246 18 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo Interactive Audio/Video \N CEDS \N \N \N \N \N LIF f \N f 4 +3042 284 Chilkat Indian Village (Klukwan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChilkatIndianVillage ChilkatIndianVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +9 1 The related School Identifier uses a State University System assigned number. \N StateUniversitySystem StateUniversitySystemAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 247 18 Course is taught through a website, web application, or app on an internet connected device. \N Online Online \N CEDS \N \N \N \N \N LIF f \N f 4 248 19 A positive or negative whole number or zero such as -2, 4, 4567. \N Integer Integer \N CEDS \N \N \N \N \N LIF f \N f 4 249 19 A representation of a real number using the base ten and decimal notation, such as 201.4, -3.89, or 0.0006 \N Decimal Decimal \N CEDS \N \N \N \N \N LIF f \N f 4 @@ -12697,32 +12700,29 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 259 20 Reset is specified as the completion and scoring status for an instance of a person taking an assessment. \N Reset Reset \N CEDS \N \N \N \N \N LIF f \N f 4 260 20 Scored is specified as the completion and scoring status for an instance of a person taking an assessment. \N Scored Scored \N CEDS \N \N \N \N \N LIF f \N f 4 261 20 Submitted is specified as the completion and scoring status for an instance of a person taking an assessment. \N Submitted Submitted \N CEDS \N \N \N \N \N LIF f \N f 4 -262 21 Parents opt out is specified as the primary reason a participant did not complete an assessment. \N ParentsOptOut Parents opt out \N CEDS \N \N \N \N \N LIF f \N f 4 -263 21 Absent during is specified as the primary reason a participant did not complete an assessment. \N Absent Absent during \N CEDS \N \N \N \N \N LIF f \N f 4 -264 21 Did not participate for other reason is specified as the primary reason a participant did not complete an assessment. \N Other Did not participate for other reason \N CEDS \N \N \N \N \N LIF f \N f 4 -265 21 Student participated in an out of level test is specified as the primary reason a participant did not complete an assessment. (may not be in accordance with accountability measures for summative assessments) \N OutOfLevelTest Participated in an out of level test \N CEDS \N \N \N \N \N LIF f \N f 4 -266 21 No valid score is specified as the primary reason a participant did not complete an assessment. \N NoValidScore No valid score \N CEDS \N \N \N \N \N LIF f \N f 4 -2898 277 North Carolina \N NC North Carolina \N \N \N \N \N \N \N LIF f \N f 4 -267 21 Medical emergency is specified as the primary reason a participant did not complete an assessment. \N Medical Medical emergency \N CEDS \N \N \N \N \N LIF f \N f 4 +349 32 Seventh grade is the extent of formal instruction a person has received. \N 796 SeventhGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +350 32 Eighth grade is the extent of formal instruction a person has received. \N 798 EighthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 268 21 Moved is specified as the primary reason a participant did not complete an assessment. \N Moved Moved \N CEDS \N \N \N \N \N LIF f \N f 4 -269 21 Person left program - unable to locate is specified as the primary reason a participant did not complete an assessment. \N LeftProgram Person left program - unable to locate \N CEDS \N \N \N \N \N LIF f \N f 4 270 23 \N \N pass pass \N ELM \N \N \N \N \N LIF f \N f 7 271 23 \N \N fail fail \N ELM \N \N \N \N \N LIF f \N f 7 272 23 \N \N other other \N ELM \N \N \N \N \N LIF f \N f 7 -273 25 Intended for those attending secondary (high-school) level programs. \N audLevel:SecondaryLevel Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 10 -274 25 Intended for those who have completed secondary level school programs or equivalent. \N audLevel:PostSecondaryLevel Post Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 10 -275 25 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel:AssociatesDegreeLevel Associates Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -276 25 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel:BachelorsDegreeLevel Bachelors Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -277 25 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel:MastersDegreeLevel Masters Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -278 25 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel:DoctoralDegreeLevel Doctoral Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -279 25 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel:ProfessionalLevel Professional Level \N CTDL \N \N \N \N \N LIF f \N f 10 -280 26 Delivery includes significant levels of both in person and online. \N deliveryType:BlendedDelivery Blended Delivery \N CTDL \N \N \N \N \N LIF f \N f 10 -281 26 Delivery is only face-to-face. \N deliveryType:InPerson In Person \N CTDL \N \N \N \N \N LIF f \N f 10 -282 26 Delivery is only via the Internet. \N deliveryType:OnlineOnly Online Only \N CTDL \N \N \N \N \N LIF f \N f 10 -283 26 Delivery is not tied to a specific site. \N deliveryType:VariableSite Variable Site \N CTDL \N \N \N \N \N LIF f \N f 10 -284 27 Work or product created or produced by the person being assessed. \N assessMethod:Artifact Artifact \N CTDL \N \N \N \N \N LIF f \N f 10 -285 27 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod:Exam Exam \N CTDL \N \N \N \N \N LIF f \N f 10 -286 27 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod:Performance Performance \N CTDL \N \N \N \N \N LIF f \N f 10 +351 32 Ninth grade is the extent of formal instruction a person has received. \N 799 NinthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +238 17 \N \N 3481 SATScore \N CEDS \N \N \N \N \N LIF f \N f 4 +243 18 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege EarlyCollege \N CEDS \N \N \N \N \N LIF f \N f 4 +274 25 Intended for those who have completed secondary level school programs or equivalent. \N audLevel-PostSecondaryLevel PostSecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +276 25 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel-BachelorsDegreeLevel BachelorsDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +277 25 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel-MastersDegreeLevel MastersDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +245 18 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N f 4 +246 18 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo InteractiveAudio/Video \N CEDS \N \N \N \N \N LIF f \N f 4 +262 21 Parents opt out is specified as the primary reason a participant did not complete an assessment. \N ParentsOptOut ParentsOptOut \N CEDS \N \N \N \N \N LIF f \N f 4 +263 21 Absent during is specified as the primary reason a participant did not complete an assessment. \N Absent AbsentDuring \N CEDS \N \N \N \N \N LIF f \N f 4 +2898 277 North Carolina \N NC NorthCarolina \N \N \N \N \N \N \N LIF f \N f 4 +267 21 Medical emergency is specified as the primary reason a participant did not complete an assessment. \N Medical MedicalEmergency \N CEDS \N \N \N \N \N LIF f \N f 4 +244 18 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace FaceToFace \N CEDS \N \N \N \N \N LIF f \N f 4 +352 32 Tenth grade is the extent of formal instruction a person has received. \N 800 TenthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +4461 315 Seventh grade is the extent of formal instruction a person has received. \N SeventhGrade SeventhGrade \N \N \N \N \N \N \N LIF f \N f 4 +4462 315 Eighth grade is the extent of formal instruction a person has received. \N EighthGrade EighthGrade \N \N \N \N \N \N \N LIF f \N f 4 +4463 315 Ninth grade is the extent of formal instruction a person has received. \N NinthGrade NinthGrade \N \N \N \N \N \N \N LIF f \N f 4 928 38 \N \N 1047 1047 \N \N \N \N \N \N \N LIF f \N f 4 929 38 \N \N 1048 1048 \N \N \N \N \N \N \N LIF f \N f 4 930 38 \N \N 1050 1050 \N \N \N \N \N \N \N LIF f \N f 4 @@ -12801,6 +12801,13 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1004 39 \N \N bra bra \N \N \N \N \N \N \N LIF f \N f 4 1005 39 \N \N bre bre \N \N \N \N \N \N \N LIF f \N f 4 1006 39 \N \N btk btk \N \N \N \N \N \N \N LIF f \N f 4 +279 25 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel-ProfessionalLevel ProfessionalLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +280 26 Delivery includes significant levels of both in person and online. \N deliveryType-BlendedDelivery BlendedDelivery \N CTDL \N \N \N \N \N LIF f \N f 10 +281 26 Delivery is only face-to-face. \N deliveryType-InPerson InPerson \N CTDL \N \N \N \N \N LIF f \N f 10 +282 26 Delivery is only via the Internet. \N deliveryType-OnlineOnly OnlineOnly \N CTDL \N \N \N \N \N LIF f \N f 10 +283 26 Delivery is not tied to a specific site. \N deliveryType-VariableSite VariableSite \N CTDL \N \N \N \N \N LIF f \N f 10 +284 27 Work or product created or produced by the person being assessed. \N assessMethod-Artifact Artifact \N CTDL \N \N \N \N \N LIF f \N f 10 +285 27 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod-Exam Exam \N CTDL \N \N \N \N \N LIF f \N f 10 1007 39 \N \N bua bua \N \N \N \N \N \N \N LIF f \N f 4 1008 39 \N \N bug bug \N \N \N \N \N \N \N LIF f \N f 4 1009 39 \N \N bul bul \N \N \N \N \N \N \N LIF f \N f 4 @@ -12955,7 +12962,6 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1156 39 \N \N kam kam \N \N \N \N \N \N \N LIF f \N f 4 1157 39 \N \N kan kan \N \N \N \N \N \N \N LIF f \N f 4 1158 39 \N \N kar kar \N \N \N \N \N \N \N LIF f \N f 4 -2899 277 North Dakota \N ND North Dakota \N \N \N \N \N \N \N LIF f \N f 4 1159 39 \N \N kas kas \N \N \N \N \N \N \N LIF f \N f 4 1160 39 \N \N kau kau \N \N \N \N \N \N \N LIF f \N f 4 1161 39 \N \N kaw kaw \N \N \N \N \N \N \N LIF f \N f 4 @@ -13133,7 +13139,6 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1328 39 \N \N slo slo \N \N \N \N \N \N \N LIF f \N f 4 1329 39 \N \N slv slv \N \N \N \N \N \N \N LIF f \N f 4 2900 277 Nebraska \N NE Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -2901 277 New Hampshire \N NH New Hampshire \N \N \N \N \N \N \N LIF f \N f 4 1330 39 \N \N sma sma \N \N \N \N \N \N \N LIF f \N f 4 1331 39 \N \N sme sme \N \N \N \N \N \N \N LIF f \N f 4 1332 39 \N \N smi smi \N \N \N \N \N \N \N LIF f \N f 4 @@ -13216,7 +13221,7 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1409 39 \N \N wel wel \N \N \N \N \N \N \N LIF f \N f 4 1410 39 \N \N wen wen \N \N \N \N \N \N \N LIF f \N f 4 1411 39 \N \N wln wln \N \N \N \N \N \N \N LIF f \N f 4 -2089 106 \N \N Private Study Private Study \N \N \N \N \N \N \N LIF f \N f 9 +2901 277 New Hampshire \N NH NewHampshire \N \N \N \N \N \N \N LIF f \N f 4 2090 106 \N \N Residency Residency \N \N \N \N \N \N \N LIF f \N f 9 2091 106 \N \N SelfPaced SelfPaced \N \N \N \N \N \N \N LIF f \N f 9 2092 106 \N \N Seminar Seminar \N \N \N \N \N \N \N LIF f \N f 9 @@ -13256,8 +13261,7 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2038 100 \N \N TechnicalPreparatory TechnicalPreparatory \N \N \N \N \N \N \N LIF f \N f 9 2039 100 \N \N UpperDivision UpperDivision \N \N \N \N \N \N \N LIF f \N f 9 2040 100 \N \N Vocational Vocational \N \N \N \N \N \N \N LIF f \N f 9 -2041 100 \N \N Dual Grad/Upper Dual Grad/Upper \N \N \N \N \N \N \N LIF f \N f 9 -2042 100 \N \N Dual HS/Undergrad Dual HS/Undergrad \N \N \N \N \N \N \N LIF f \N f 9 +2042 100 \N \N DualHS/Undergrad DualHS/Undergrad \N \N \N \N \N \N \N LIF f \N f 9 2043 102 \N \N CarnegieUnits CarnegieUnits \N \N \N \N \N \N \N LIF f \N f 9 2044 102 \N \N ClockHours ClockHours \N \N \N \N \N \N \N LIF f \N f 9 2045 102 \N \N ContinuingEducationUnits ContinuingEducationUnits \N \N \N \N \N \N \N LIF f \N f 9 @@ -13349,7 +13353,6 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2318 133 Measurable or observable knowledge, skill, or ability necessary to successful performance of a person. This is an exact match of Competency in [CTDL-ASN-TERMS]. \N Competency Competency \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2319 133 Represents a co-curricular activity. \N CoCurricular CoCurricular \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 4426 313 Pennsylvania \N Pennsylvania Pennsylvania \N \N \N \N \N \N \N LIF f \N f 4 -4427 313 Puerto Rico \N Puerto Rico Puerto Rico \N \N \N \N \N \N \N LIF f \N f 4 871 37 \N \N Prerequisite Prerequisite \N \N \N \N \N \N \N LIF f \N f 4 872 37 \N \N ConformsTo ConformsTo \N \N \N \N \N \N \N LIF f \N f 4 873 37 \N \N Defines Defines \N \N \N \N \N \N \N LIF f \N f 4 @@ -13377,12 +13380,10 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2333 133 Set of learning opportunities that leads to an outcome, usually a credential like a degree or certificate. This is an exact match of LearningProgram in [CTDL-TERMS]. \N LearningProgram LearningProgram \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2334 133 Doctoral degree conferred upon completion of a program providing the knowledge and skills for the recognition, credential, or license required for professional practice. Equivalent to an award at UNESCO ISCED 2011, Level 8. This is an exact match of ProfessionalDoctorate in [CTDL-TERMS]. \N ProfessionalDoctorate ProfessionalDoctorate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 4428 313 Palau \N Palau Palau \N \N \N \N \N \N \N LIF f \N f 4 -4429 313 Rhode Island \N Rhode Island Rhode Island \N \N \N \N \N \N \N LIF f \N f 4 -4858 351 \N \N Byn Blin; Bilin \N \N \N \N \N \N \N LIF f \N f 1 +4429 313 Rhode Island \N RhodeIsland RhodeIsland \N \N \N \N \N \N \N LIF f \N f 4 4859 351 \N \N Cad Caddo \N \N \N \N \N \N \N LIF f \N f 1 -4860 351 \N \N Cai Central American Indian languages \N \N \N \N \N \N \N LIF f \N f 1 -4861 351 \N \N Car Galibi Carib \N \N \N \N \N \N \N LIF f \N f 1 -4862 351 \N \N Cat Catalan; Valencian \N \N \N \N \N \N \N LIF f \N f 1 +1845 77 CEDS \N InternationalBaccalaureate InternationalBaccalaureate \N International Baccalaureate is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +4860 351 \N \N Cai CentralAmericanIndianLanguages \N \N \N \N \N \N \N LIF f \N f 1 4863 351 \N \N Chg Chagatai \N \N \N \N \N \N \N LIF f \N f 1 4864 351 \N \N Chi Chinese \N \N \N \N \N \N \N LIF f \N f 1 4865 351 \N \N Chk Chuukese \N \N \N \N \N \N \N LIF f \N f 1 @@ -13390,35 +13391,36 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4771 346 This is a test of creating values at the same time as the value set. \N MATH Mathematics \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 25 4770 346 This is a test of creating a value for a value set consideration B B \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 4866 351 \N \N Chm Mari \N \N \N \N \N \N \N LIF f \N f 1 -4867 351 \N \N Chn Chin languages \N \N \N \N \N \N \N LIF f \N f 1 +4861 351 \N \N Car GalibiCarib \N \N \N \N \N \N \N LIF f \N f 1 4868 351 \N \N Cho Choctaw \N \N \N \N \N \N \N LIF f \N f 1 -4869 351 \N \N Chp Chipewyan; Dene Suline \N \N \N \N \N \N \N LIF f \N f 1 +4869 351 \N \N Chp Chipewyan;DeneSuline \N \N \N \N \N \N \N LIF f \N f 1 4870 351 \N \N Chr Cherokee \N \N \N \N \N \N \N LIF f \N f 1 -4871 351 \N \N Chu Church Slavic; Old Slavonic \N \N \N \N \N \N \N LIF f \N f 1 -3021 284 California Valley Miwok Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N California Valley Miwok TribeCalifornia California Valley Miwok Tribe, California \N CEDS \N \N \N \N \N LIF f \N f 1 +4464 315 Tenth grade is the extent of formal instruction a person has received. \N TenthGrade TenthGrade \N \N \N \N \N \N \N LIF f \N f 4 4872 351 \N \N Chv Chuvash \N \N \N \N \N \N \N LIF f \N f 1 -3026 284 Cedarville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cedarville RancheriaCalifornia Cedarville Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 4873 351 \N \N Chy Cheyenne \N \N \N \N \N \N \N LIF f \N f 1 -4874 351 \N \N Cmc Chamic languages \N \N \N \N \N \N \N LIF f \N f 1 -1845 77 CEDS \N InternationalBaccalaureate International Baccalaureate \N International Baccalaureate is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -3034 284 Cheyenne and Arapaho Tribes, Oklahoma (previously listed as Cheyenne-Arapaho Tribes of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheyenne and Arapaho TribesOklahoma Cheyenne and Arapaho Tribes, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3026 284 Cedarville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CedarvilleRancheria-California CedarvilleRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4867 351 \N \N Chn ChinLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4874 351 \N \N Cmc ChamicLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4858 351 \N \N Byn Blin;Bilin \N \N \N \N \N \N \N LIF f \N f 1 +4862 351 \N \N Cat Catalan;Valencian \N \N \N \N \N \N \N LIF f \N f 1 +4203 310 Qawalangin Tribe of Unalaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QawalanginTribeOfUnalaska QawalanginTribeOfUnalaska \N \N \N \N \N \N \N LIF f \N f 4 4875 351 \N \N Cop Coptic \N \N \N \N \N \N \N LIF f \N f 1 4876 351 \N \N Cor Cornish \N \N \N \N \N \N \N LIF f \N f 1 -3049 284 Citizen Potawatomi Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Citizen Potawatomi NationOklahoma Citizen Potawatomi Nation, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +273 25 Intended for those attending secondary (high-school) level programs. \N audLevel-SecondaryLevel SecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 10 4877 351 \N \N Cos Corsican \N \N \N \N \N \N \N LIF f \N f 1 -4878 351 \N \N Cpe Creoles and pidgins, English based \N \N \N \N \N \N \N LIF f \N f 1 -4879 351 \N \N Cpf Creoles and pidgins, French based \N \N \N \N \N \N \N LIF f \N f 1 -4880 351 \N \N Cpp Creoles and pidgins, Portuguese based \N \N \N \N \N \N \N LIF f \N f 1 -4881 351 \N \N Cre Creoles and pidgins, mixed \N \N \N \N \N \N \N LIF f \N f 1 -4882 351 \N \N Crh Crimean Tatar; Crimean Turkish \N \N \N \N \N \N \N LIF f \N f 1 -4883 351 \N \N Crp Creoles and pidgins \N \N \N \N \N \N \N LIF f \N f 1 +932 38 \N \N 1051 AdultEducation \N \N \N \N \N \N \N LIF f \N f 4 +4885 351 \N \N Cus CushiticLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4882 351 \N \N Crh CrimeanTatar;CrimeanTurkish \N \N \N \N \N \N \N LIF f \N f 1 +4897 351 \N \N Dra DravidianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4898 351 \N \N Dsb LowerSorbian \N \N \N \N \N \N \N LIF f \N f 1 +4892 351 \N \N Den Slave(Athapascan) \N \N \N \N \N \N \N LIF f \N f 1 4884 351 \N \N Csb Kashubian \N \N \N \N \N \N \N LIF f \N f 1 -4885 351 \N \N Cus Cushitic languages \N \N \N \N \N \N \N LIF f \N f 1 +4890 351 \N \N Day LandDayakLanguages \N \N \N \N \N \N \N LIF f \N f 1 4886 351 \N \N Cze Czech \N \N \N \N \N \N \N LIF f \N f 1 4887 351 \N \N Dak Dakota \N \N \N \N \N \N \N LIF f \N f 1 4888 351 \N \N Dan Danish \N \N \N \N \N \N \N LIF f \N f 1 4889 351 \N \N Dar Dargwa \N \N \N \N \N \N \N LIF f \N f 1 -4890 351 \N \N Day Land Dayak languages \N \N \N \N \N \N \N LIF f \N f 1 +933 38 \N \N 1054 Undergraduate--LowerDivision\nUndergraduate--UpperDivision \N \N \N \N \N \N \N LIF f \N f 4 909 38 \N \N 805 Pre-Kindergarten \N \N \N \N \N \N \N LIF f \N f 4 910 38 \N \N 790 Kindergarten \N \N \N \N \N \N \N LIF f \N f 4 911 38 \N \N 791 1 \N \N \N \N \N \N \N LIF f \N f 4 @@ -13434,27 +13436,19 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 921 38 \N \N 1809 11 \N \N \N \N \N \N \N LIF f \N f 4 922 38 \N \N 1044 12 \N \N \N \N \N \N \N LIF f \N f 4 4891 351 \N \N Del Delaware \N \N \N \N \N \N \N LIF f \N f 1 -4892 351 \N \N Den Slave (Athapascan) \N \N \N \N \N \N \N LIF f \N f 1 +4925 351 \N \N Frr NorthernFrisian \N \N \N \N \N \N \N LIF f \N f 1 4893 351 \N \N Dgr Dogrib \N \N \N \N \N \N \N LIF f \N f 1 4894 351 \N \N Din Dinka \N \N \N \N \N \N \N LIF f \N f 1 -4895 351 \N \N Div Dhivehi; Maldivian \N \N \N \N \N \N \N LIF f \N f 1 +4926 351 \N \N Frs EasternFrisian \N \N \N \N \N \N \N LIF f \N f 1 4896 351 \N \N Doi Dogri \N \N \N \N \N \N \N LIF f \N f 1 -4897 351 \N \N Dra Dravidian languages \N \N \N \N \N \N \N LIF f \N f 1 -4898 351 \N \N Dsb Lower Sorbian \N \N \N \N \N \N \N LIF f \N f 1 4899 351 \N \N Dua Duala \N \N \N \N \N \N \N LIF f \N f 1 -932 38 \N \N 1051 Adult Education \N \N \N \N \N \N \N LIF f \N f 4 -933 38 \N \N 1054 Undergraduate--LowerDivision\nUndergraduate--Upper Division \N \N \N \N \N \N \N LIF f \N f 4 -934 38 \N \N 1055 Graduate Level \N \N \N \N \N \N \N LIF f \N f 4 -4900 351 \N \N Dum Dutch, Middle (ca. 1050–1350) \N \N \N \N \N \N \N LIF f \N f 1 -4901 351 \N \N Dut Dutch; Flemish \N \N \N \N \N \N \N LIF f \N f 1 +4905 351 \N \N Egy Egyptian(Ancient) \N \N \N \N \N \N \N LIF f \N f 1 4902 351 \N \N Dyu Dyula \N \N \N \N \N \N \N LIF f \N f 1 4903 351 \N \N Dzo Dzongkha \N \N \N \N \N \N \N LIF f \N f 1 4904 351 \N \N Efi Efik \N \N \N \N \N \N \N LIF f \N f 1 -4905 351 \N \N Egy Egyptian (Ancient) \N \N \N \N \N \N \N LIF f \N f 1 4906 351 \N \N Eka Ekajuk \N \N \N \N \N \N \N LIF f \N f 1 4907 351 \N \N Elx Elamite \N \N \N \N \N \N \N LIF f \N f 1 4908 351 \N \N Eng English \N \N \N \N \N \N \N LIF f \N f 1 -4909 351 \N \N Enm English, Middle (1100–1500) \N \N \N \N \N \N \N LIF f \N f 1 4910 351 \N \N Epo Esperanto \N \N \N \N \N \N \N LIF f \N f 1 4911 351 \N \N Est Estonian \N \N \N \N \N \N \N LIF f \N f 1 4912 351 \N \N Ewe Ewe \N \N \N \N \N \N \N LIF f \N f 1 @@ -13463,83 +13457,79 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4915 351 \N \N Fao Faroese \N \N \N \N \N \N \N LIF f \N f 1 4916 351 \N \N Fat Fanti \N \N \N \N \N \N \N LIF f \N f 1 4917 351 \N \N Fij Fijian \N \N \N \N \N \N \N LIF f \N f 1 -4918 351 \N \N Fil Filipino; Pilipino \N \N \N \N \N \N \N LIF f \N f 1 4919 351 \N \N Fin Finnish \N \N \N \N \N \N \N LIF f \N f 1 -4920 351 \N \N Fiu Finno-Ugric languages \N \N \N \N \N \N \N LIF f \N f 1 4921 351 \N \N Fon Fon \N \N \N \N \N \N \N LIF f \N f 1 4922 351 \N \N Fre French \N \N \N \N \N \N \N LIF f \N f 1 -4923 351 \N \N Frm French, Middle (ca. 1400–1600) \N \N \N \N \N \N \N LIF f \N f 1 -4924 351 \N \N Fro French, Old (842–ca. 1400) \N \N \N \N \N \N \N LIF f \N f 1 -4925 351 \N \N Frr Northern Frisian \N \N \N \N \N \N \N LIF f \N f 1 -4926 351 \N \N Frs Eastern Frisian \N \N \N \N \N \N \N LIF f \N f 1 -3055 284 Comanche Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Comanche NationOklahoma Comanche Nation, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -4927 351 \N \N Fry Western Frisian \N \N \N \N \N \N \N LIF f \N f 1 -4928 351 \N \N Ful Fulah; Pulaar; Pular \N \N \N \N \N \N \N LIF f \N f 1 +4895 351 \N \N Div Dhivehi;Maldivian \N \N \N \N \N \N \N LIF f \N f 1 +4901 351 \N \N Dut Dutch;Flemish \N \N \N \N \N \N \N LIF f \N f 1 +4918 351 \N \N Fil Filipino;Pilipino \N \N \N \N \N \N \N LIF f \N f 1 4929 351 \N \N Fur Friulian \N \N \N \N \N \N \N LIF f \N f 1 -3075 284 Delaware Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Delaware NationOklahoma Delaware Nation, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4928 351 \N \N Ful Fulah;Pulaar;Pular \N \N \N \N \N \N \N LIF f \N f 1 4930 351 \N \N Gaa Ga \N \N \N \N \N \N \N LIF f \N f 1 4931 351 \N \N Gay Gayo \N \N \N \N \N \N \N LIF f \N f 1 4932 351 \N \N Gba Gbaya \N \N \N \N \N \N \N LIF f \N f 1 -4933 351 \N \N Gem Germanic languages \N \N \N \N \N \N \N LIF f \N f 1 4441 313 Wyoming \N Wyoming Wyoming \N \N \N \N \N \N \N LIF f \N f 4 750 33 \N \N sco Scots \N CEDS \N \N \N \N \N LIF f \N t 1 -3086 284 Elk Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Elk Valley RancheriaCalifornia Elk Valley Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 +3049 284 Citizen Potawatomi Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CitizenPotawatomiNation-Oklahoma CitizenPotawatomiNation-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4878 351 \N \N Cpe CreolesAndPidgins-EnglishBased \N \N \N \N \N \N \N LIF f \N f 1 +4879 351 \N \N Cpf CreolesAndPidgins-FrenchBased \N \N \N \N \N \N \N LIF f \N f 1 +4880 351 \N \N Cpp CreolesAndPidgins-PortugueseBased \N \N \N \N \N \N \N LIF f \N f 1 +4881 351 \N \N Cre CreolesAndPidgins-Mixed \N \N \N \N \N \N \N LIF f \N f 1 +4900 351 \N \N Dum Dutch-Middle(ca.1050–1350) \N \N \N \N \N \N \N LIF f \N f 1 +4909 351 \N \N Enm English-Middle(ca.1100–1500) \N \N \N \N \N \N \N LIF f \N f 1 +4923 351 \N \N Frm French-Middle(ca.1400–1600) \N \N \N \N \N \N \N LIF f \N f 1 +4924 351 \N \N Fro French-Old(842–ca.1400) \N \N \N \N \N \N \N LIF f \N f 1 +3055 284 Comanche Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ComancheNation-Oklahoma ComancheNation-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3075 284 Delaware Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DelawareNation-Oklahoma DelawareNation-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +934 38 \N \N 1055 GraduateLevel \N \N \N \N \N \N \N LIF f \N f 4 +275 25 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel-AssociatesDegreeLevel AssociatesDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 4934 351 \N \N Geo Georgian \N \N \N \N \N \N \N LIF f \N f 1 4935 351 \N \N Ger German \N \N \N \N \N \N \N LIF f \N f 1 -3094 284 Forest County Potawatomi Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Forest County Potawatomi CommunityWisconsin Forest County Potawatomi Community, Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +278 25 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel-DoctoralDegreeLevel DoctoralDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 4936 351 \N \N Gez Geʿez \N \N \N \N \N \N \N LIF f \N f 1 4937 351 \N \N Gil Gilbertese \N \N \N \N \N \N \N LIF f \N f 1 -4938 351 \N \N Gla Gaelic; Scottish Gaelic \N \N \N \N \N \N \N LIF f \N f 1 -3110 284 Hannahville Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hannahville Indian CommunityMichigan Hannahville Indian Community, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3109 284 Habematolel Pomo of Upper Lake, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Habematolel Pomo Of Upper LakeCalifornia Habematolel Pomo of Upper Lake, California \N CEDS \N \N \N \N \N LIF f \N f 1 +3639 270 Fax number is the type of communication number listed for a person. \N FaxNumber FaxNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4961 351 \N \N Him HimachaliLanguages \N \N \N \N \N \N \N LIF f \N f 1 4939 351 \N \N Gle Irish \N \N \N \N \N \N \N LIF f \N f 1 4940 351 \N \N Glg Galician \N \N \N \N \N \N \N LIF f \N f 1 4941 351 \N \N Glv Manx \N \N \N \N \N \N \N LIF f \N f 1 -4942 351 \N \N Gmh German, Middle High \N \N \N \N \N \N \N LIF f \N f 1 -4943 351 \N \N Goh German, Old High \N \N \N \N \N \N \N LIF f \N f 1 +4951 351 \N \N Gsw Alemannic;SwissGerman \N \N \N \N \N \N \N LIF f \N f 1 +4082 310 Native Village of Nunam Iqua (previously listed as Native Village of Sheldon's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNunamIqua NativeVillageOfNunamIqua \N \N \N \N \N \N \N LIF f \N f 4 4944 351 \N \N Gon Gondi \N \N \N \N \N \N \N LIF f \N f 1 4945 351 \N \N Gor Gorontalo \N \N \N \N \N \N \N LIF f \N f 1 4946 351 \N \N Got Gothic \N \N \N \N \N \N \N LIF f \N f 1 4947 351 \N \N Grb Grebo \N \N \N \N \N \N \N LIF f \N f 1 -4948 351 \N \N Grc Greek, Ancient (to 1453) \N \N \N \N \N \N \N LIF f \N f 1 -4949 351 \N \N Gre Greek, Modern (1453–) \N \N \N \N \N \N \N LIF f \N f 1 +5002 351 \N \N Kaw Kawi(Austronesian) \N \N \N \N \N \N \N LIF f \N f 1 +3637 270 Work phone number is the type of communication number listed for a person. \N WorkPhoneNumber WorkPhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 4950 351 \N \N Grn Guarani \N \N \N \N \N \N \N LIF f \N f 1 -4951 351 \N \N Gsw Alemannic; Swiss German \N \N \N \N \N \N \N LIF f \N f 1 4952 351 \N \N Guj Gujarati \N \N \N \N \N \N \N LIF f \N f 1 4953 351 \N \N Gwi Gwichʼin \N \N \N \N \N \N \N LIF f \N f 1 4954 351 \N \N Hai Haida \N \N \N \N \N \N \N LIF f \N f 1 -4955 351 \N \N Hat Haitian; Haitian Creole \N \N \N \N \N \N \N LIF f \N f 1 +4949 351 \N \N Gre Greek-Modern1453–) \N \N \N \N \N \N \N LIF f \N f 1 4956 351 \N \N Hau Hausa \N \N \N \N \N \N \N LIF f \N f 1 4957 351 \N \N Haw Hawaiian \N \N \N \N \N \N \N LIF f \N f 1 4958 351 \N \N Heb Hebrew \N \N \N \N \N \N \N LIF f \N f 1 4959 351 \N \N Her Herero \N \N \N \N \N \N \N LIF f \N f 1 4960 351 \N \N Hil Hiligaynon \N \N \N \N \N \N \N LIF f \N f 1 -4961 351 \N \N Him Himachali languages \N \N \N \N \N \N \N LIF f \N f 1 +4967 351 \N \N Hsb UpperSorbian \N \N \N \N \N \N \N LIF f \N f 1 4962 351 \N \N Hin Hindi \N \N \N \N \N \N \N LIF f \N f 1 4963 351 \N \N Hit Hittite \N \N \N \N \N \N \N LIF f \N f 1 4964 351 \N \N Hmn Hmong \N \N \N \N \N \N \N LIF f \N f 1 -4965 351 \N \N Hmo Hiri Motu \N \N \N \N \N \N \N LIF f \N f 1 +4979 351 \N \N Ina Interlingua(InternationalAuxiliaryLanguageAssociation) \N \N \N \N \N \N \N LIF f \N f 1 4966 351 \N \N Hrv Croatian \N \N \N \N \N \N \N LIF f \N f 1 -4967 351 \N \N Hsb Upper Sorbian \N \N \N \N \N \N \N LIF f \N f 1 +4938 351 \N \N Gla Gaelic;ScottishGaelic \N \N \N \N \N \N \N LIF f \N f 1 4968 351 \N \N Hun Hungarian \N \N \N \N \N \N \N LIF f \N f 1 4969 351 \N \N Hup Hupa \N \N \N \N \N \N \N LIF f \N f 1 4970 351 \N \N Iba Iban \N \N \N \N \N \N \N LIF f \N f 1 4971 351 \N \N Ibo Igbo \N \N \N \N \N \N \N LIF f \N f 1 4972 351 \N \N Ice Icelandic \N \N \N \N \N \N \N LIF f \N f 1 4973 351 \N \N Ido Ido \N \N \N \N \N \N \N LIF f \N f 1 -4974 351 \N \N Iii Sichuan Yi; Nuosu \N \N \N \N \N \N \N LIF f \N f 1 -4975 351 \N \N Ijo Ijo languages \N \N \N \N \N \N \N LIF f \N f 1 -4976 351 \N \N Iku Inuktitut; Inuit \N \N \N \N \N \N \N LIF f \N f 1 -4977 351 \N \N Ile Interlingue; Occidental \N \N \N \N \N \N \N LIF f \N f 1 +4965 351 \N \N Hmo HiriMotu \N \N \N \N \N \N \N LIF f \N f 1 +4974 351 \N \N Iii SichuanYi;Nuosu \N \N \N \N \N \N \N LIF f \N f 1 4978 351 \N \N Ilo Iloko \N \N \N \N \N \N \N LIF f \N f 1 -4979 351 \N \N Ina Interlingua (International Auxiliary Language Association) \N \N \N \N \N \N \N LIF f \N f 1 -4980 351 \N \N Inc Indic languages \N \N \N \N \N \N \N LIF f \N f 1 4981 351 \N \N Ind Indonesian \N \N \N \N \N \N \N LIF f \N f 1 -4982 351 \N \N Ine Indo-European languages \N \N \N \N \N \N \N LIF f \N f 1 4983 351 \N \N Inh Ingush \N \N \N \N \N \N \N LIF f \N f 1 4984 351 \N \N Ipk Inupiaq \N \N \N \N \N \N \N LIF f \N f 1 -4985 351 \N \N Ira Iranian languages \N \N \N \N \N \N \N LIF f \N f 1 -4986 351 \N \N Iro Iroquoian languages \N \N \N \N \N \N \N LIF f \N f 1 4987 351 \N \N Ita Italian \N \N \N \N \N \N \N LIF f \N f 1 4988 351 \N \N Jav Javanese \N \N \N \N \N \N \N LIF f \N f 1 4989 351 \N \N Jbo Lojban \N \N \N \N \N \N \N LIF f \N f 1 @@ -13548,28 +13538,31 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4992 351 \N \N Jrb Judeo-Arabic \N \N \N \N \N \N \N LIF f \N f 1 4993 351 \N \N Kaa Kara-Kalpak \N \N \N \N \N \N \N LIF f \N f 1 4994 351 \N \N Kab Kabyle \N \N \N \N \N \N \N LIF f \N f 1 -4995 351 \N \N Kac Kachin; Jingpho \N \N \N \N \N \N \N LIF f \N f 1 -4996 351 \N \N Kal Kalaallisut; Greenlandic \N \N \N \N \N \N \N LIF f \N f 1 -3117 284 Hoopa Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoopa Valley TribeCalifornia Hoopa Valley Tribe, California \N CEDS \N \N \N \N \N LIF f \N f 1 4997 351 \N \N Kam Kamba \N \N \N \N \N \N \N LIF f \N f 1 4998 351 \N \N Kan Kannada \N \N \N \N \N \N \N LIF f \N f 1 -4999 351 \N \N Kar Karen languages \N \N \N \N \N \N \N LIF f \N f 1 5000 351 \N \N Kas Kashmiri \N \N \N \N \N \N \N LIF f \N f 1 -3138 284 Jicarilla Apache Nation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jicarilla Apache NationNew Mexico Jicarilla Apache Nation, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 5001 351 \N \N Kau Kanuri \N \N \N \N \N \N \N LIF f \N f 1 -5002 351 \N \N Kaw Kawi (Austronesian) \N \N \N \N \N \N \N LIF f \N f 1 751 33 \N \N sel Selkup \N CEDS \N \N \N \N \N LIF f \N t 1 -3146 284 Kaw Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaw NationOklahoma Kaw Nation, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3149 284 Keweenaw Bay Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Keweenaw Bay Indian CommunityMichigan Keweenaw Bay Indian Community, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3110 284 Hannahville Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HannahvilleIndianCommunity-Michigan HannahvilleIndianCommunity-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3109 284 Habematolel Pomo of Upper Lake, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HabematolelPomoOfUpperLake-California HabematolelPomoOfUpperLake-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4942 351 \N \N Gmh German-MiddleHigh \N \N \N \N \N \N \N LIF f \N f 1 +4943 351 \N \N Goh German-OldHigh \N \N \N \N \N \N \N LIF f \N f 1 +4948 351 \N \N Grc Greek-Ancient(to1453) \N \N \N \N \N \N \N LIF f \N f 1 +3117 284 Hoopa Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoopaValleyTribe-California HoopaValleyTribe-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4976 351 \N \N Iku Inuktitut;Inuit \N \N \N \N \N \N \N LIF f \N f 1 +4977 351 \N \N Ile Interlingue;Occidental \N \N \N \N \N \N \N LIF f \N f 1 +4995 351 \N \N Kac Kachin;Jingpho \N \N \N \N \N \N \N LIF f \N f 1 +4996 351 \N \N Kal Kalaallisut;Greenlandic \N \N \N \N \N \N \N LIF f \N f 1 +286 27 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod-Performance Performance \N CTDL \N \N \N \N \N LIF f \N f 10 +3141 284 Kaktovik Village (aka Barter Island) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaktovikVillage KaktovikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 5003 351 \N \N Kaz Kazakh \N \N \N \N \N \N \N LIF f \N f 1 -5004 351 \N \N Kbd Kabardian; Adyghe \N \N \N \N \N \N \N LIF f \N f 1 +2965 283 The related Person Identifier uses the person's driver's license number. \N Driver'sLicenseNumber Driver'sLicenseNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5005 351 \N \N Kha Khasi \N \N \N \N \N \N \N LIF f \N f 1 -5006 351 \N \N Khi Khoisan languages \N \N \N \N \N \N \N LIF f \N f 1 -5007 351 \N \N Khm Khmer; Cambodian \N \N \N \N \N \N \N LIF f \N f 1 -5008 351 \N \N Kho Khotanese; Sakan \N \N \N \N \N \N \N LIF f \N f 1 -5009 351 \N \N Kik Kikuyu; Gikuyu \N \N \N \N \N \N \N LIF f \N f 1 +5028 351 \N \N Lah Lahnda;WesternPunjabi \N \N \N \N \N \N \N LIF f \N f 1 +2966 283 The related Person Identifier uses the person's Medicaid number. \N MedicaidNumber MedicaidNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2969 283 The related Person Identifier uses the person's school-assigned number. \N School-assignedNumber School-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5010 351 \N \N Kin Kinyarwanda \N \N \N \N \N \N \N LIF f \N f 1 -5011 351 \N \N Kir Kirghiz; Kyrgyz \N \N \N \N \N \N \N LIF f \N f 1 +2970 283 The related Person Identifier uses the person's district-assigned number. \N District-assignedNumber District-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5012 351 \N \N Kmb Kimbundu \N \N \N \N \N \N \N LIF f \N f 1 5013 351 \N \N Kok Konkani \N \N \N \N \N \N \N LIF f \N f 1 5014 351 \N \N Kom Komi \N \N \N \N \N \N \N LIF f \N f 1 @@ -13579,31 +13572,25 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 5018 351 \N \N Kpe Kpelle \N \N \N \N \N \N \N LIF f \N f 1 5019 351 \N \N Krc Karachay-Balkar \N \N \N \N \N \N \N LIF f \N f 1 5020 351 \N \N Krl Karelian \N \N \N \N \N \N \N LIF f \N f 1 -5021 351 \N \N Kro Kru languages \N \N \N \N \N \N \N LIF f \N f 1 +2971 283 The related Person Identifier uses the person's state-assigned number. \N State-assignedNumber State-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5022 351 \N \N Kru Kurukh \N \N \N \N \N \N \N LIF f \N f 1 -5023 351 \N \N Kua Kuanyama; Kwanyama \N \N \N \N \N \N \N LIF f \N f 1 +2967 283 The related Person Identifier uses the person's health record number. \N HealthRecordNumber HealthRecordNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5024 351 \N \N Kum Kumyk \N \N \N \N \N \N \N LIF f \N f 1 5025 351 \N \N Kur Kurdish \N \N \N \N \N \N \N LIF f \N f 1 5026 351 \N \N Kut Kutenai \N \N \N \N \N \N \N LIF f \N f 1 -5027 351 \N \N Lad Ladino; Judaeo-Spanish \N \N \N \N \N \N \N LIF f \N f 1 -5028 351 \N \N Lah Lahnda; Western Punjabi \N \N \N \N \N \N \N LIF f \N f 1 5029 351 \N \N Lam Lamba \N \N \N \N \N \N \N LIF f \N f 1 5030 351 \N \N Lao Lao \N \N \N \N \N \N \N LIF f \N f 1 5031 351 \N \N Lat Latin \N \N \N \N \N \N \N LIF f \N f 1 5032 351 \N \N Lav Latvian \N \N \N \N \N \N \N LIF f \N f 1 5033 351 \N \N Lez Lezghian \N \N \N \N \N \N \N LIF f \N f 1 -5034 351 \N \N Lim Limburgan; Limburger; Limburgish \N \N \N \N \N \N \N LIF f \N f 1 5035 351 \N \N Lin Lingala \N \N \N \N \N \N \N LIF f \N f 1 5036 351 \N \N Lit Lithuanian \N \N \N \N \N \N \N LIF f \N f 1 -5037 351 \N \N Lol Mongo languages \N \N \N \N \N \N \N LIF f \N f 1 5038 351 \N \N Loz Lozi \N \N \N \N \N \N \N LIF f \N f 1 -5039 351 \N \N Ltz Luxembourgish; Letzeburgesch \N \N \N \N \N \N \N LIF f \N f 1 5040 351 \N \N Lua Luba-Lulua \N \N \N \N \N \N \N LIF f \N f 1 5041 351 \N \N Lub Luba-Katanga \N \N \N \N \N \N \N LIF f \N f 1 -5042 351 \N \N Lug Ganda; Luganda \N \N \N \N \N \N \N LIF f \N f 1 5043 351 \N \N Lui Luiseno \N \N \N \N \N \N \N LIF f \N f 1 5044 351 \N \N Lun Lunda \N \N \N \N \N \N \N LIF f \N f 1 -5045 351 \N \N Luo Luo (Kenya and Tanzania) \N \N \N \N \N \N \N LIF f \N f 1 +5006 351 \N \N Khi KhoisanLanguages \N \N \N \N \N \N \N LIF f \N f 1 5046 351 \N \N Lus Lushai \N \N \N \N \N \N \N LIF f \N f 1 5047 351 \N \N Mac Macedonian \N \N \N \N \N \N \N LIF f \N f 1 5048 351 \N \N Mad Madurese \N \N \N \N \N \N \N LIF f \N f 1 @@ -13612,169 +13599,134 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 5051 351 \N \N Mai Maithili \N \N \N \N \N \N \N LIF f \N f 1 5052 351 \N \N Mak Makasar \N \N \N \N \N \N \N LIF f \N f 1 5053 351 \N \N Mal Malayalam \N \N \N \N \N \N \N LIF f \N f 1 -5054 351 \N \N Man Mandingo; Manding languages \N \N \N \N \N \N \N LIF f \N f 1 -5055 351 \N \N Mao Maori; Māori \N \N \N \N \N \N \N LIF f \N f 1 -5056 351 \N \N Map Austronesian languages \N \N \N \N \N \N \N LIF f \N f 1 5057 351 \N \N Mar Marathi \N \N \N \N \N \N \N LIF f \N f 1 -5058 351 \N \N Mas Masai; Maa \N \N \N \N \N \N \N LIF f \N f 1 5059 351 \N \N May Malay \N \N \N \N \N \N \N LIF f \N f 1 5060 351 \N \N Mdf Moksha \N \N \N \N \N \N \N LIF f \N f 1 -5061 351 \N \N Mdr Mandarin; Mandari \N \N \N \N \N \N \N LIF f \N f 1 5062 351 \N \N Men Mende \N \N \N \N \N \N \N LIF f \N f 1 -5063 351 \N \N Mga Irish, Middle (900–1200) \N \N \N \N \N \N \N LIF f \N f 1 -5064 351 \N \N Mic Mi'kmaq; Micmac \N \N \N \N \N \N \N LIF f \N f 1 5065 351 \N \N Min Minangkabau \N \N \N \N \N \N \N LIF f \N f 1 -5066 351 \N \N Mis Uncoded languages \N \N \N \N \N \N \N LIF f \N f 1 -5067 351 \N \N Mkh Mon-Khmer languages \N \N \N \N \N \N \N LIF f \N f 1 5068 351 \N \N Mlg Malagasy \N \N \N \N \N \N \N LIF f \N f 1 5069 351 \N \N Mlt Maltese \N \N \N \N \N \N \N LIF f \N f 1 5070 351 \N \N Mnc Manchu \N \N \N \N \N \N \N LIF f \N f 1 -5071 351 \N \N Mni Manipuri; Meitei \N \N \N \N \N \N \N LIF f \N f 1 -5072 351 \N \N Mno Manobo languages \N \N \N \N \N \N \N LIF f \N f 1 5073 351 \N \N Moh Mohawk \N \N \N \N \N \N \N LIF f \N f 1 5074 351 \N \N Mon Mongolian \N \N \N \N \N \N \N LIF f \N f 1 5075 351 \N \N Mos Mossi \N \N \N \N \N \N \N LIF f \N f 1 -5076 351 \N \N Mul Multiple languages \N \N \N \N \N \N \N LIF f \N f 1 -3198 284 Metlakatla Indian Community, Annette Island Reserve is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Metlakatla Indian CommunityAnnette Island Reserve Metlakatla Indian Community, Annette Island Reserve \N CEDS \N \N \N \N \N LIF f \N f 1 -3202 284 Minnesota Chippewa Tribe, Minnesota (Six component reservations: Bois Forte Band (Nett Lake); Fond du Lac Band; Grand Portage Band; Leech Lake Band; Mille Lacs Band; White Earth Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Minnesota Chippewa TribeMinnesota Minnesota Chippewa Tribe, Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -5077 351 \N \N Mun Munda languages \N \N \N \N \N \N \N LIF f \N f 1 -5078 351 \N \N Mus Muscogee; Creek \N \N \N \N \N \N \N LIF f \N f 1 +5021 351 \N \N Kro KruLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5037 351 \N \N Lol MongoLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5063 351 \N \N Mga Irish-Middle(900–1200) \N \N \N \N \N \N \N LIF f \N f 1 +3198 284 Metlakatla Indian Community, Annette Island Reserve is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MetlakatlaIndianCommunity-AnnetteIslandReserve MetlakatlaIndianCommunity-AnnetteIslandReserve \N CEDS \N \N \N \N \N LIF f \N f 1 +3202 284 Minnesota Chippewa Tribe, Minnesota (Six component reservations: Bois Forte Band (Nett Lake); Fond du Lac Band; Grand Portage Band; Leech Lake Band; Mille Lacs Band; White Earth Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MinnesotaChippewaTribe-Minnesota MinnesotaChippewaTribe-Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +5045 351 \N \N Luo Luo(KenyaAndTanzania) \N \N \N \N \N \N \N LIF f \N f 1 +5004 351 \N \N Kbd Kabardian;Adyghe \N \N \N \N \N \N \N LIF f \N f 1 +5007 351 \N \N Khm Khmer;Cambodian \N \N \N \N \N \N \N LIF f \N f 1 +5008 351 \N \N Kho Khotanese;Sakan \N \N \N \N \N \N \N LIF f \N f 1 +5009 351 \N \N Kik Kikuyu;Gikuyu \N \N \N \N \N \N \N LIF f \N f 1 +5011 351 \N \N Kir Kirghiz;Kyrgyz \N \N \N \N \N \N \N LIF f \N f 1 +5023 351 \N \N Kua Kuanyama;Kwanyama \N \N \N \N \N \N \N LIF f \N f 1 +5027 351 \N \N Lad Ladino;Judaeo-Spanish \N \N \N \N \N \N \N LIF f \N f 1 +5034 351 \N \N Lim Limburgan;Limburger;Limburgish \N \N \N \N \N \N \N LIF f \N f 1 5079 351 \N \N Mwl Mirandese \N \N \N \N \N \N \N LIF f \N f 1 5080 351 \N \N Mwr Marwari \N \N \N \N \N \N \N LIF f \N f 1 -3799 310 Alturas Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alturas Indian RancheriaCalifornia Alturas Indian Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -5081 351 \N \N Myn Mayan languages \N \N \N \N \N \N \N LIF f \N f 1 +2146 119 Learning through work that leads to a credential that is recognized by a relevant authority and is deliberately structured and supported to provide a progression of learning experiences. \N learnMethod-Apprenticeship Apprenticeship \N CTDL \N \N \N \N \N LIF f \N f 10 +2972 283 The related Person Identifier uses the person's institution-assigned number. \N Institution-assignedNumber Institution-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5082 351 \N \N Myv Erzya \N \N \N \N \N \N \N LIF f \N f 1 -5083 351 \N \N Nah Nahuatl languages \N \N \N \N \N \N \N LIF f \N f 1 -3810 310 Bay Mills Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bay Mills Indian CommunityMichigan Bay Mills Indian Community, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -5084 351 \N \N Nai North American Indian languages \N \N \N \N \N \N \N LIF f \N f 1 -3814 310 Big Lagoon Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Lagoon RancheriaCalifornia Big Lagoon Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 +5081 351 \N \N Myn MayanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +3569 286 Mother's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mother'sAddress Mother'sAddress \N CEDS \N \N \N \N \N LIF f \N t 1 +5117 351 \N \N Ota Turkish-Old(1500) \N \N \N \N \N \N \N LIF f \N f 1 5085 351 \N \N Nap Neapolitan \N \N \N \N \N \N \N LIF f \N f 1 -3821 310 Blue Lake Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Blue Lake RancheriaCalifornia Blue Lake Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 +5087 351 \N \N Nav Navajo;Navaho \N \N \N \N \N \N \N LIF f \N f 1 5086 351 \N \N Nau Nauru \N \N \N \N \N \N \N LIF f \N f 1 -5087 351 \N \N Nav Navajo; Navaho \N \N \N \N \N \N \N LIF f \N f 1 -5088 351 \N \N Nbl Ndebele, South \N \N \N \N \N \N \N LIF f \N f 1 -5089 351 \N \N Nde Ndebele, North \N \N \N \N \N \N \N LIF f \N f 1 +3570 286 Guardian's address is specified as the type of address listed for a learner or a parent, guardian, family member or related \N Guardian'sAddress Guardian'sAddress \N CEDS \N \N \N \N \N LIF f \N t 1 +3971 310 Kokhanok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KokhanokVillage KokhanokVillage \N \N \N \N \N \N \N LIF f \N f 4 +5092 351 \N \N Nep Nepali;Gorkhali \N \N \N \N \N \N \N LIF f \N f 1 5090 351 \N \N Ndo Ndonga \N \N \N \N \N \N \N LIF f \N f 1 -5091 351 \N \N Nds Low German; Low Saxon \N \N \N \N \N \N \N LIF f \N f 1 -5092 351 \N \N Nep Nepali; Gorkhali \N \N \N \N \N \N \N LIF f \N f 1 -5093 351 \N \N New Newari; Nepal Bhasa \N \N \N \N \N \N \N LIF f \N f 1 +3572 286 Employer's address is specified as the address type for a staff member. \N Employer'sAddress Employer'sAddress \N CEDS \N \N \N \N \N LIF f \N t 1 +3573 286 Employment address is specified as the address type for a staff member. \N EmploymentAddress EmploymentAddress \N CEDS \N \N \N \N \N LIF f \N t 1 5094 351 \N \N Nia Nias \N \N \N \N \N \N \N LIF f \N f 1 -5095 351 \N \N Nic Niger–Congo languages \N \N \N \N \N \N \N LIF f \N f 1 5096 351 \N \N Niu Niuean \N \N \N \N \N \N \N LIF f \N f 1 -5097 351 \N \N Nno Norwegian Nynorsk \N \N \N \N \N \N \N LIF f \N f 1 -5098 351 \N \N Nob Norwegian Bokmål \N \N \N \N \N \N \N LIF f \N f 1 +5091 351 \N \N Nds LowGerman;LowSaxon \N \N \N \N \N \N \N LIF f \N f 1 5099 351 \N \N Nog Nogai \N \N \N \N \N \N \N LIF f \N f 1 5100 351 \N \N Non Norn \N \N \N \N \N \N \N LIF f \N f 1 5101 351 \N \N Nor Norwegian \N \N \N \N \N \N \N LIF f \N f 1 5102 351 \N \N Nqo N’Ko \N \N \N \N \N \N \N LIF f \N f 1 -5103 351 \N \N Nso Pedi; Sepedi; Northern Sotho \N \N \N \N \N \N \N LIF f \N f 1 -5104 351 \N \N Nub Nubian languages \N \N \N \N \N \N \N LIF f \N f 1 -5105 351 \N \N Nwc Classical Newari; Old Newari; Classical Nepal Bhasa \N \N \N \N \N \N \N LIF f \N f 1 -5106 351 \N \N Nya Chichewa; Chewa; Nyanja \N \N \N \N \N \N \N LIF f \N f 1 +5098 351 \N \N Nob NorwegianBokmål \N \N \N \N \N \N \N LIF f \N f 1 +3835 310 Cedarville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CedarvilleRancheriaCalifornia CedarvilleRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +5097 351 \N \N Nno NorwegianNynorsk \N \N \N \N \N \N \N LIF f \N f 1 +5103 351 \N \N Nso Pedi;Sepedi;NorthernSotho \N \N \N \N \N \N \N LIF f \N f 1 5107 351 \N \N Nym Nyamwezi \N \N \N \N \N \N \N LIF f \N f 1 5108 351 \N \N Nyn Nyankole \N \N \N \N \N \N \N LIF f \N f 1 5109 351 \N \N Nyo Nyoro \N \N \N \N \N \N \N LIF f \N f 1 5110 351 \N \N Nzi Nzima \N \N \N \N \N \N \N LIF f \N f 1 -5111 351 \N \N Oci Occitan; Provençal \N \N \N \N \N \N \N LIF f \N f 1 -5112 351 \N \N Oji Ojibwa; Ojibwe \N \N \N \N \N \N \N LIF f \N f 1 -5113 351 \N \N Ori Oriya; Odia \N \N \N \N \N \N \N LIF f \N f 1 +3571 286 Other home address is specified as the address type for a staff member. \N OtherHomeAddress OtherHomeAddress \N CEDS \N \N \N \N \N LIF f \N t 1 +2973 283 The related Person Identifier uses the person's other federally assigned number. \N OtherFederallyAssignedNumber OtherFederallyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5114 351 \N \N Orm Oromo \N \N \N \N \N \N \N LIF f \N f 1 5115 351 \N \N Osa Osage \N \N \N \N \N \N \N LIF f \N f 1 -5116 351 \N \N Oss Ossetian; Ossete \N \N \N \N \N \N \N LIF f \N f 1 -5117 351 \N \N Ota Turkish, Old (1500) \N \N \N \N \N \N \N LIF f \N f 1 -5118 351 \N \N Oto Otomian languages \N \N \N \N \N \N \N LIF f \N f 1 -5119 351 \N \N Paa Papuan languages \N \N \N \N \N \N \N LIF f \N f 1 5120 351 \N \N Pag Pangasinan \N \N \N \N \N \N \N LIF f \N f 1 -5121 351 \N \N Pal Pahlavi; Middle Persian \N \N \N \N \N \N \N LIF f \N f 1 -5122 351 \N \N Pam Pampanga; Kapampangan \N \N \N \N \N \N \N LIF f \N f 1 -5123 351 \N \N Pan Punjabi; Panjabi \N \N \N \N \N \N \N LIF f \N f 1 5124 351 \N \N Pap Papiamento \N \N \N \N \N \N \N LIF f \N f 1 5125 351 \N \N Pau Palauan \N \N \N \N \N \N \N LIF f \N f 1 -5126 351 \N \N Peo Persian, Old (ca.600–400 B.C.) \N \N \N \N \N \N \N LIF f \N f 1 5127 351 \N \N Per Persian \N \N \N \N \N \N \N LIF f \N f 1 -5128 351 \N \N Phi Philippine languages \N \N \N \N \N \N \N LIF f \N f 1 5129 351 \N \N Phn Phoenician \N \N \N \N \N \N \N LIF f \N f 1 5130 351 \N \N Pli Pali \N \N \N \N \N \N \N LIF f \N f 1 5131 351 \N \N Pol Polish \N \N \N \N \N \N \N LIF f \N f 1 5132 351 \N \N Pon Pohnpeian \N \N \N \N \N \N \N LIF f \N f 1 5133 351 \N \N Por Portuguese \N \N \N \N \N \N \N LIF f \N f 1 -5134 351 \N \N Pra Prakrit languages \N \N \N \N \N \N \N LIF f \N f 1 -5135 351 \N \N Pro Provincial Latin; Old Provençal \N \N \N \N \N \N \N LIF f \N f 1 -5136 351 \N \N Pus Pashto; Pushto \N \N \N \N \N \N \N LIF f \N f 1 5137 351 \N \N Que Quechua \N \N \N \N \N \N \N LIF f \N f 1 5138 351 \N \N Raj Rajasthani \N \N \N \N \N \N \N LIF f \N f 1 5139 351 \N \N Rap Rapanui \N \N \N \N \N \N \N LIF f \N f 1 -5140 351 \N \N Rar Rarotongan; Cook Islands Maori \N \N \N \N \N \N \N LIF f \N f 1 -3830 310 California Valley Miwok Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N California Valley Miwok TribeCalifornia California Valley Miwok Tribe, California \N \N \N \N \N \N \N LIF f \N f 4 -5141 351 \N \N Roa Romance languages \N \N \N \N \N \N \N LIF f \N f 1 -3835 310 Cedarville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cedarville RancheriaCalifornia Cedarville Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 +5106 351 \N \N Nya Chichewa;Chewa;Nyanja \N \N \N \N \N \N \N LIF f \N f 1 5142 351 \N \N Roh Romansh \N \N \N \N \N \N \N LIF f \N f 1 5143 351 \N \N Rom Romany \N \N \N \N \N \N \N LIF f \N f 1 1846 77 CEDS \N K12 K12 \N K12 is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -752 33 \N \N sem Semitic languages \N CEDS \N \N \N \N \N LIF f \N t 1 -3843 310 Cheyenne and Arapaho Tribes, Oklahoma (previously listed as Cheyenne-Arapaho Tribes of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheyenne and Arapaho TribesOklahoma Cheyenne and Arapaho Tribes, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -5144 351 \N \N Rum Romanian; Moldavian \N \N \N \N \N \N \N LIF f \N f 1 +3810 310 Bay Mills Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BayMillsIndianCommunity-Michigan BayMillsIndianCommunity-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3814 310 Big Lagoon Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigLagoonRancheria-California BigLagoonRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3821 310 Blue Lake Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BlueLakeRancheria-California BlueLakeRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +5088 351 \N \N Nbl Ndebele-South \N \N \N \N \N \N \N LIF f \N f 1 +5089 351 \N \N Nde Ndebele-North \N \N \N \N \N \N \N LIF f \N f 1 +3830 310 California Valley Miwok Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CaliforniaValleyMiwokTribe-California CaliforniaValleyMiwokTribe-California \N \N \N \N \N \N \N LIF f \N f 4 +5111 351 \N \N Oci Occitan;Provençal \N \N \N \N \N \N \N LIF f \N f 1 +5112 351 \N \N Oji Ojibwa;Ojibwe \N \N \N \N \N \N \N LIF f \N f 1 +5113 351 \N \N Ori Oriya;Odia \N \N \N \N \N \N \N LIF f \N f 1 +3047 284 Chuloonawick Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChuloonawickNativeVillage ChuloonawickNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 5145 351 \N \N Run Rundi \N \N \N \N \N \N \N LIF f \N f 1 -3858 310 Citizen Potawatomi Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Citizen Potawatomi NationOklahoma Citizen Potawatomi Nation, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -5146 351 \N \N Rup Aromanian; Arumanian; Macedo-Romanian \N \N \N \N \N \N \N LIF f \N f 1 +2148 119 Provides interactive educational experiences which demonstrate concepts in a way that promotes critical thinking, overcoming challenges within prescribed rule sets, problem solving, and in some cases, teamwork and/or competition. \N learnMethod-Gaming Gaming \N CTDL \N \N \N \N \N LIF f \N f 10 +3024 284 Catawba Indian Nation (aka Catawba Tribe of South Carolina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CatawbaIndianNation CatawbaIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 5147 351 \N \N Rus Russian \N \N \N \N \N \N \N LIF f \N f 1 -3005 284 Big Lagoon Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Lagoon RancheriaCalifornia Big Lagoon Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 +4350 310 Winnemucca Indian Colony of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WinnemuccaIndianColonyOfNevada WinnemuccaIndianColonyOfNevada \N \N \N \N \N \N \N LIF f \N f 4 5148 351 \N \N Sad Sandawe \N \N \N \N \N \N \N LIF f \N f 1 -3012 284 Blue Lake Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Blue Lake RancheriaCalifornia Blue Lake Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3884 310 Delaware Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Delaware NationOklahoma Delaware Nation, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +2150 120 Delivery is only face-to-face. \N deliveryType-InPerson InPerson \N CTDL \N \N \N \N \N LIF f \N f 10 5149 351 \N \N Sag Sango \N \N \N \N \N \N \N LIF f \N f 1 -5150 351 \N \N Sah Yakut; Sakha \N \N \N \N \N \N \N LIF f \N f 1 -5151 351 \N \N Sai South American Indian languages \N \N \N \N \N \N \N LIF f \N f 1 -5152 351 \N \N Sal Salishan languages \N \N \N \N \N \N \N LIF f \N f 1 -5153 351 \N \N Sam Samaritan Aramaic \N \N \N \N \N \N \N LIF f \N f 1 +2152 120 Delivery is not tied to a specific site. \N deliveryType-VariableSite VariableSite \N CTDL \N \N \N \N \N LIF f \N f 10 +5153 351 \N \N Sam SamaritanAramaic \N \N \N \N \N \N \N LIF f \N f 1 +2184 123 A persistent identifier or handle used to uniquely identify objects, standardized by the ISO. \N DOI DigitalDocumentIdentifier \N \N \N \N \N \N \N LIF f \N t 1 5154 351 \N \N San Sanskrit \N \N \N \N \N \N \N LIF f \N f 1 5155 351 \N \N Sas Sasak \N \N \N \N \N \N \N LIF f \N f 1 5156 351 \N \N Sat Santali \N \N \N \N \N \N \N LIF f \N f 1 5157 351 \N \N Scn Sicilian \N \N \N \N \N \N \N LIF f \N f 1 5158 351 \N \N Sco Scots \N \N \N \N \N \N \N LIF f \N f 1 5159 351 \N \N Sel Selkup \N \N \N \N \N \N \N LIF f \N f 1 -5160 351 \N \N Sem Semitic languages \N \N \N \N \N \N \N LIF f \N f 1 -5161 351 \N \N Sga Old Irish; Gaelic, Old \N \N \N \N \N \N \N LIF f \N f 1 -5162 351 \N \N Sgn Sign languages \N \N \N \N \N \N \N LIF f \N f 1 +3037 284 Chickahominy Indian Tribe—Eastern Division is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickahominyIndianTribeEasternDivision ChickahominyIndianTribe—EasternDivision \N CEDS \N \N \N \N \N LIF f \N f 1 +3261 284 Native Village of Mary's Igloo is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMary'sIgloo NativeVillageOfMary'sIgloo \N CEDS \N \N \N \N \N LIF f \N f 1 5163 351 \N \N Shn Shan \N \N \N \N \N \N \N LIF f \N f 1 5164 351 \N \N Sid Sidamo \N \N \N \N \N \N \N LIF f \N f 1 -5165 351 \N \N Sin Sinhala; Sinhalese \N \N \N \N \N \N \N LIF f \N f 1 -5166 351 \N \N Sio Siouan languages \N \N \N \N \N \N \N LIF f \N f 1 -5167 351 \N \N Sit Sino-Tibetan languages \N \N \N \N \N \N \N LIF f \N f 1 -5168 351 \N \N Sla Slavic languages \N \N \N \N \N \N \N LIF f \N f 1 +2151 120 Delivery is only via the Internet. \N deliveryType-OnlineOnly OnlineOnly \N CTDL \N \N \N \N \N LIF f \N f 10 5169 351 \N \N Slo Slovak \N \N \N \N \N \N \N LIF f \N f 1 5170 351 \N \N Slv Slovenian \N \N \N \N \N \N \N LIF f \N f 1 -5171 351 \N \N Sma Southern Sami \N \N \N \N \N \N \N LIF f \N f 1 -5172 351 \N \N Sme Northern Sami \N \N \N \N \N \N \N LIF f \N f 1 -5173 351 \N \N Smi Sami languages \N \N \N \N \N \N \N LIF f \N f 1 -5174 351 \N \N Smj Lule Sami \N \N \N \N \N \N \N LIF f \N f 1 -5175 351 \N \N Smn Inari Sami \N \N \N \N \N \N \N LIF f \N f 1 5176 351 \N \N Smo Samoan \N \N \N \N \N \N \N LIF f \N f 1 -5177 351 \N \N Sms Skolt Sami \N \N \N \N \N \N \N LIF f \N f 1 5178 351 \N \N Sna Shona \N \N \N \N \N \N \N LIF f \N f 1 5179 351 \N \N Snd Sindhi \N \N \N \N \N \N \N LIF f \N f 1 5180 351 \N \N Snk Soninke \N \N \N \N \N \N \N LIF f \N f 1 -5181 351 \N \N Sog Sogdian languages \N \N \N \N \N \N \N LIF f \N f 1 5182 351 \N \N Som Somali \N \N \N \N \N \N \N LIF f \N f 1 -5183 351 \N \N Son Songhai languages \N \N \N \N \N \N \N LIF f \N f 1 -5184 351 \N \N Sot Sotho, Southern \N \N \N \N \N \N \N LIF f \N f 1 -5185 351 \N \N Spa Spanish; Castilian \N \N \N \N \N \N \N LIF f \N f 1 +2153 121 Resource is active, current, ongoing, offered, operational, or available. \N lifeCycle-Active Active \N CTDL \N \N \N \N \N LIF f \N f 10 5186 351 \N \N Srd Sardinian \N \N \N \N \N \N \N LIF f \N f 1 -5187 351 \N \N Srn Sranan Tongo \N \N \N \N \N \N \N LIF f \N f 1 5188 351 \N \N Srp Serbian \N \N \N \N \N \N \N LIF f \N f 1 5189 351 \N \N Srr Serer \N \N \N \N \N \N \N LIF f \N f 1 -5190 351 \N \N Ssa Nilo-Saharan languages \N \N \N \N \N \N \N LIF f \N f 1 5191 351 \N \N Ssw Swati \N \N \N \N \N \N \N LIF f \N f 1 5192 351 \N \N Suk Sukuma \N \N \N \N \N \N \N LIF f \N f 1 5193 351 \N \N Sun Sundanese \N \N \N \N \N \N \N LIF f \N f 1 5194 351 \N \N Sus Susu \N \N \N \N \N \N \N LIF f \N f 1 5195 351 \N \N Sux Sumerian \N \N \N \N \N \N \N LIF f \N f 1 -5196 351 \N \N Swa Swahili; Kiswahili \N \N \N \N \N \N \N LIF f \N f 1 5197 351 \N \N Swe Swedish \N \N \N \N \N \N \N LIF f \N f 1 -5198 351 \N \N Syc Classical Syriac \N \N \N \N \N \N \N LIF f \N f 1 5199 351 \N \N Syr Syriac \N \N \N \N \N \N \N LIF f \N f 1 5200 351 \N \N Tah Tahitian \N \N \N \N \N \N \N LIF f \N f 1 -5201 351 \N \N Tai Tai languages \N \N \N \N \N \N \N LIF f \N f 1 5202 351 \N \N Tam Tamil \N \N \N \N \N \N \N LIF f \N f 1 5203 351 \N \N Tat Tatar \N \N \N \N \N \N \N LIF f \N f 1 5204 351 \N \N Tel Telugu \N \N \N \N \N \N \N LIF f \N f 1 @@ -13793,6 +13745,15 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1423 39 \N \N zgh zgh \N \N \N \N \N \N \N LIF f \N f 4 1424 39 \N \N zha zha \N \N \N \N \N \N \N LIF f \N f 4 1425 39 \N \N znd znd \N \N \N \N \N \N \N LIF f \N f 4 +2154 121 Resource is permanently no longer active, current, ongoing, offered, operational, or available. \N lifeCycle-Ceased Ceased \N CTDL \N \N \N \N \N LIF f \N f 10 +2155 121 Resource is in the process of becoming no longer active, current, ongoing, offered, operational, or available. \N lifeCycle-Ceasing Ceasing \N CTDL \N \N \N \N \N LIF f \N f 10 +2156 121 Resource is under development and may or may not become active, current, ongoing, offered, operational, or available. \N lifeCycle-Developing Developing \N CTDL \N \N \N \N \N LIF f \N f 10 +5146 351 \N \N Rup Aromanian;Arumanian;Macedo-Romanian \N \N \N \N \N \N \N LIF f \N f 1 +5144 351 \N \N Rum Romanian;Moldavian \N \N \N \N \N \N \N LIF f \N f 1 +5150 351 \N \N Sah Yakut;Sakha \N \N \N \N \N \N \N LIF f \N f 1 +5165 351 \N \N Sin Sinhala;Sinhalese \N \N \N \N \N \N \N LIF f \N f 1 +5185 351 \N \N Spa Spanish;Castilian \N \N \N \N \N \N \N LIF f \N f 1 +5196 351 \N \N Swa Swahili;Kiswahili \N \N \N \N \N \N \N LIF f \N f 1 1426 39 \N \N zul zul \N \N \N \N \N \N \N LIF f \N f 4 1427 39 \N \N zun zun \N \N \N \N \N \N \N LIF f \N f 4 1428 39 \N \N zxx zxx \N \N \N \N \N \N \N LIF f \N f 4 @@ -13815,13 +13776,11 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2336 133 Credential awarded upon demonstration through apprenticeship of the highest level of skills and performance in industry trades and professions. This is an exact match of MasterCertificate in [CTDL-TERMS]. \N MasterCertificate MasterCertificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2337 133 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent. Equivalent to an award at UNESCO ISCED 2011, Level 7. This is an exact match of MasterDegree in [CTDL-TERMS]. \N MasterDegree MasterDegree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2338 133 Credential that addresses a subset of field-specific knowledge, skills, or competencies; often developmental with relationships to other micro-credentials and field credentials. This is an exact match of MicroCredential in [CTDL-TERMS]. \N MicroCredential MicroCredential \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -3942 310 Ivanof Bay Tribe (previously listed as Ivanoff Bay Tribe and Ivanoff Bay Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ivanof Bay Tribe Ivanof Bay Tribe \N \N \N \N \N \N \N LIF f \N f 4 -2902 277 New Jersey \N NJ New Jersey \N \N \N \N \N \N \N LIF f \N f 4 -1438 42 \N \N complexityLevel (handled as a property on Statementnot a vocabulary concept) complexityLevel (handled as a property on Statement, not a vocabulary concept) \N \N \N \N \N \N \N LIF f \N f 10 -1542 51 Completion of requirement, but no units of value awarded is specified as the general nature and difficulty of instruction provided throughout a course. \N CompletionOfRequirementButNoUnitsOfValueAwarded Completion of requirement, but no units of value awarded \N CEDS \N \N \N \N \N LIF f \N t 1 -3895 310 Elk Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Elk Valley RancheriaCalifornia Elk Valley Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3908 310 Fort McDowell Yavapai Nation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort McDowell Yavapai NationArizona Fort McDowell Yavapai Nation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -1561 52 \N \N 6 Sixth grade \N CEDS \N \N \N \N \N LIF f \N f 1 +5220 351 \N \N Ton Tonga(TongaIslands) \N \N \N \N \N \N \N LIF f \N f 1 +2157 121 Resource is temporarily not active, current, ongoing, offered, operational, or available. \N lifeCycle-Suspended Suspended \N CTDL \N \N \N \N \N LIF f \N f 10 +4016 310 Monacan Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MonacanIndianNation MonacanIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +2375 139 A credential awarded by a government agency that constitutes legal authority to do a specific job and/or utilize a specific item, system or infrastructure and are typically earned through some combination of degree or certificate attainment, certifications, assessments, work experience, and/or fees, and are time-limited and must be renewed periodically. \N ceterms-License License \N CTDL \N \N \N \N \N LIF f \N f 10 +2902 277 New Jersey \N NJ NewJersey \N \N \N \N \N \N \N LIF f \N f 4 5206 351 \N \N Ter Tereno \N \N \N \N \N \N \N LIF f \N f 1 5207 351 \N \N Tet Tetum \N \N \N \N \N \N \N LIF f \N f 1 5208 351 \N \N Tgk Tajik \N \N \N \N \N \N \N LIF f \N f 1 @@ -13832,19 +13791,19 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 5213 351 \N \N Tir Tigre \N \N \N \N \N \N \N LIF f \N f 1 5214 351 \N \N Tiv Tiv \N \N \N \N \N \N \N LIF f \N f 1 5215 351 \N \N Tkl Tokelau \N \N \N \N \N \N \N LIF f \N f 1 -5216 351 \N \N Tlh Klingon; tlhIngan-Hol \N \N \N \N \N \N \N LIF f \N f 1 +5093 351 \N \N New Newari;NepalBhasa \N \N \N \N \N \N \N LIF f \N f 1 5217 351 \N \N Tli Tlingit \N \N \N \N \N \N \N LIF f \N f 1 5218 351 \N \N Tmh Tamasheq \N \N \N \N \N \N \N LIF f \N f 1 -5219 351 \N \N Tog Tonga (Nyasa) \N \N \N \N \N \N \N LIF f \N f 1 -5220 351 \N \N Ton Tonga (Tonga Islands) \N \N \N \N \N \N \N LIF f \N f 1 +754 33 \N \N sgn SignLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2158 121 Arrangement by which an educational institution provides its current students with the opportunity to complete their course of study when the program, institution or location offering access closes. \N lifeCycle-TeachOut TeachOut \N CTDL \N \N \N \N \N LIF f \N f 10 2339 133 Doctoral degree conferred for advanced work beyond the master level, including the preparation and defense of a thesis or dissertation based on original research, or the planning and execution of an original project demonstrating substantial artistic or scholarly achievement. Equivalent to an award at UNESCO ISCED 2011, Level 8. This is an exact match of ResearchDoctorate in [CTDL-TERMS]. \N ResearchDoctorate ResearchDoctorate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2340 133 Diploma awarded by secondary education institutions for successful completion of a secondary school program of study. Equivalent to an award at UNESCO ISCED 2011 Levels 2 or 3. This is an exact match of SecondarySchoolDiploma in [CTDL-TERMS]. \N SecondarySchoolDiploma SecondarySchoolDiploma \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2342 134 The learner has successfully completed the achievement. This is the default status if no status result is included. \N Completed Completed \N \N \N \N \N \N \N LIF f \N f 3 2343 134 The learner is enrolled in the activity described by the achievement. \N Enrolled Enrolled \N \N \N \N \N \N \N LIF f \N f 3 2344 134 The learner has unsuccessfully completed the achievement. \N Failed Failed \N \N \N \N \N \N \N LIF f \N f 3 2345 134 The learner has started progress in the activity described by the achievement. \N InProgress InProgress \N \N \N \N \N \N \N LIF f \N f 3 -753 33 \N \N sga Irish, Old (to 900) \N CEDS \N \N \N \N \N LIF f \N t 1 -754 33 \N \N sgn Sign Languages \N CEDS \N \N \N \N \N LIF f \N t 1 +5219 351 \N \N Tog Tonga(Nyasa) \N \N \N \N \N \N \N LIF f \N f 1 +5216 351 \N \N Tlh Klingon;tlhIngan-Hol \N \N \N \N \N \N \N LIF f \N f 1 2346 134 The learner has completed the activity described by the achievement, but successful completion has not been awarded, typically for administrative reasons. \N OnHold OnHold \N \N \N \N \N \N \N LIF f \N f 3 2347 134 The learner has completed the activity described by the achievement, but the completed result has not yet been confirmed. \N Provisional Provisional \N \N \N \N \N \N \N LIF f \N f 3 2348 134 The learner withdrew from the activity described by the achievement before completion. \N Withdrew Withdrew \N \N \N \N \N \N \N LIF f \N f 3 @@ -13856,34 +13815,30 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2365 138 \N \N ARK ARK \N \N \N \N \N \N \N LIF f \N f 4 2366 138 \N \N DOI DOI \N \N \N \N \N \N \N LIF f \N f 4 2367 138 \N \N INFO INFO \N \N \N \N \N \N \N LIF f \N f 4 -3015 284 Burns Paiute Tribe (previously listed as Burns Paiute Tribe of the Burns Paiute Indian Colony of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Burns Paiute Tribe Burns Paiute Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 1470 45 \N \N AssessmentSubtest AssessmentSubtest \N \N \N \N \N \N \N LIF f \N f 1 1471 45 \N \N Death Death \N \N \N \N \N \N \N LIF f \N f 1 1472 45 \N \N Alignment Alignment \N \N \N \N \N \N \N LIF f \N f 1 1475 45 \N \N Course Course \N \N \N \N \N \N \N LIF f \N f 1 -4430 313 South Carolina \N South Carolina South Carolina \N \N \N \N \N \N \N LIF f \N f 4 -3014 284 Buena Vista Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Buena Vista Rancheria Of Me-Wuk Indians Of California Buena Vista Rancheria of Me-Wuk Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3018 284 Caddo Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Caddo Nation Of Oklahoma Caddo Nation of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3028 284 Chalkyitsik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChalkyitsikVillage ChalkyitsikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +1558 52 \N \N 3 ThirdGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1556 52 \N \N 1 FirstGrade \N CEDS \N \N \N \N \N LIF f \N f 1 1476 45 \N \N Telephone Telephone \N \N \N \N \N \N \N LIF f \N f 1 1477 45 \N \N Person Person \N \N \N \N \N \N \N LIF f \N f 1 -1558 52 \N \N 3 Third grade \N CEDS \N \N \N \N \N LIF f \N f 1 1551 52 \N \N IT Infant/toddler \N CEDS \N \N \N \N \N LIF f \N f 1 1552 52 \N \N PR Preschool \N CEDS \N \N \N \N \N LIF f \N f 1 1553 52 \N \N PK Prekindergarten \N CEDS \N \N \N \N \N LIF f \N f 1 -1554 52 \N \N TK Transitional Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 1 1555 52 \N \N KG Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 1 -1556 52 \N \N 1 First grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1557 52 \N \N 2 Second grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1559 52 \N \N 4 Fourth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -5221 351 \N \N Tpi Tok Pisin \N \N \N \N \N \N \N LIF f \N f 1 +5126 351 \N \N Peo Persian-Old(ca.600–400B.C.) \N \N \N \N \N \N \N LIF f \N f 1 +2147 119 Format in which people progress as a group. \N learnMethod-CohortBased CohortBased \N CTDL \N \N \N \N \N LIF f \N f 10 +3942 310 Ivanof Bay Tribe (previously listed as Ivanoff Bay Tribe and Ivanoff Bay Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IvanofBayTribe IvanofBayTribe \N \N \N \N \N \N \N LIF f \N f 4 5222 351 \N \N Tsi Tsimshian \N \N \N \N \N \N \N LIF f \N f 1 5223 351 \N \N Tsn Tswana \N \N \N \N \N \N \N LIF f \N f 1 5224 351 \N \N Tso Tsonga \N \N \N \N \N \N \N LIF f \N f 1 5225 351 \N \N Tuk Turkmen \N \N \N \N \N \N \N LIF f \N f 1 5226 351 \N \N Tum Tumbuka \N \N \N \N \N \N \N LIF f \N f 1 -5227 351 \N \N Tup Tupi languages \N \N \N \N \N \N \N LIF f \N f 1 +5105 351 \N \N Nwc ClassicalNewari;OldNewari;ClassicalNepalBhasa \N \N \N \N \N \N \N LIF f \N f 1 5228 351 \N \N Tur Turkish \N \N \N \N \N \N \N LIF f \N f 1 -5229 351 \N \N Tut Austronesian; “various” \N \N \N \N \N \N \N LIF f \N f 1 +3025 284 Cayuga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CayugaNation CayugaNation \N CEDS \N \N \N \N \N LIF f \N f 1 5230 351 \N \N Tvl Tuvalu \N \N \N \N \N \N \N LIF f \N f 1 1473 45 \N \N Evidence Evidence \N \N \N \N \N \N \N LIF f \N f 1 1474 45 \N \N Email Email \N \N \N \N \N \N \N LIF f \N f 1 @@ -13894,350 +13849,327 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1478 45 \N \N Contribution Contribution \N \N \N \N \N \N \N LIF f \N f 1 1479 45 \N \N ProgramLearningExperience ProgramLearningExperience \N \N \N \N \N \N \N LIF f \N f 1 1480 45 \N \N Competency Competency \N \N \N \N \N \N \N LIF f \N f 1 -1560 52 \N \N 5 Fifth grade \N CEDS \N \N \N \N \N LIF f \N f 1 +1554 52 \N \N TK TransitionalKindergarten \N CEDS \N \N \N \N \N LIF f \N f 1 5231 351 \N \N Twi Twi \N \N \N \N \N \N \N LIF f \N f 1 5232 351 \N \N Tyv Tuvan \N \N \N \N \N \N \N LIF f \N f 1 5233 351 \N \N Udm Udmurt \N \N \N \N \N \N \N LIF f \N f 1 5234 351 \N \N Uga Ugaritic \N \N \N \N \N \N \N LIF f \N f 1 -5235 351 \N \N Uig Uighur; Uyghur \N \N \N \N \N \N \N LIF f \N f 1 +5221 351 \N \N Tpi TokPisin \N \N \N \N \N \N \N LIF f \N f 1 5236 351 \N \N Ukr Ukrainian \N \N \N \N \N \N \N LIF f \N f 1 5237 351 \N \N Umb Umbundu \N \N \N \N \N \N \N LIF f \N f 1 5238 351 \N \N Und Undetermined \N \N \N \N \N \N \N LIF f \N f 1 5239 351 \N \N Urd Urdu \N \N \N \N \N \N \N LIF f \N f 1 1778 70 The result conveys the status of the achievement. \N Status Status \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -3037 284 Chickahominy Indian Tribe—Eastern Division is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickahominy Indian TribeEastern Division Chickahominy Indian Tribe—Eastern Division \N CEDS \N \N \N \N \N LIF f \N f 1 5240 351 \N \N Uzb Uzbek \N \N \N \N \N \N \N LIF f \N f 1 -3024 284 Catawba Indian Nation (aka Catawba Tribe of South Carolina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Catawba Indian Nation Catawba Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3025 284 Cayuga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cayuga Nation Cayuga Nation \N CEDS \N \N \N \N \N LIF f \N f 1 5241 351 \N \N Vai Vai \N \N \N \N \N \N \N LIF f \N f 1 -3028 284 Chalkyitsik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chalkyitsik Village Chalkyitsik Village \N CEDS \N \N \N \N \N LIF f \N f 1 755 33 \N \N shn Shan \N CEDS \N \N \N \N \N LIF f \N t 1 -3029 284 Cheesh-Na Tribe (previously listed as Native Village of Chistochina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheesh-Na Tribe Cheesh-Na Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 +1557 52 \N \N 2 SecondGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1559 52 \N \N 4 FourthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1560 52 \N \N 5 FifthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +371 32 First-professional degree is the extent of formal instruction a person has received. \N 1053 First-professionalDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +372 32 Post-professional degree is the extent of formal instruction a person has received. \N 1056 Post-professionalDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +373 32 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N 73082 Doctor’sDegree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N t 1 +5229 351 \N \N Tut Austronesian;“various” \N \N \N \N \N \N \N LIF f \N f 1 +5235 351 \N \N Uig Uighur;Uyghur \N \N \N \N \N \N \N LIF f \N f 1 5242 351 \N \N Ven Venda \N \N \N \N \N \N \N LIF f \N f 1 5243 351 \N \N Vie Vietnamese \N \N \N \N \N \N \N LIF f \N f 1 -3032 284 Cherokee Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cherokee Nation Cherokee Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3033 284 Chevak Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chevak Native Village Chevak Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 +3033 284 Chevak Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChevakNativeVillage ChevakNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 5244 351 \N \N Vol Volapük \N \N \N \N \N \N \N LIF f \N f 1 5245 351 \N \N Vot Votic \N \N \N \N \N \N \N LIF f \N f 1 -3036 284 Chickahominy Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickahominy Indian Tribe Chickahominy Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3038 284 Chickaloon Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickaloon Native Village Chickaloon Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3040 284 Chignik Bay Tribal Council (previously listed as Native Village of Chignik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chignik Bay Tribal Council Chignik Bay Tribal Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3023 284 Capitan Grande Band of Diegueno Mission Indians of California (Barona Group of Capitan Grande Band of Mission Indians of the Barona Reservation, California; Viejas (Baron Long) Group of Capitan Grande Band of Mission Indians of the Viejas Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Capitan Grande Band Of Diegueno Mission Indians Of California Capitan Grande Band of Diegueno Mission Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3027 284 Central Council of the Tlingit & Haida Indian Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Central Council Of the Tlingit & Haida Indian Tribes Central Council of the Tlingit & Haida Indian Tribes \N CEDS \N \N \N \N \N LIF f \N f 1 -3039 284 Chicken Ranch Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chicken Ranch Rancheria Of Me-Wuk Indians Of California Chicken Ranch Rancheria of Me-Wuk Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -5246 351 \N \N Wak Wakashan languages \N \N \N \N \N \N \N LIF f \N f 1 -5247 351 \N \N Wal Wolaitta; Wolaytta \N \N \N \N \N \N \N LIF f \N f 1 -1830 76 \N \N DO Doctoral degree \N CEDS \N \N \N \N \N LIF f \N f 4 -5248 351 \N \N War Waray; Samar-Leyte \N \N \N \N \N \N \N LIF f \N f 1 +3032 284 Cherokee Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CherokeeNation CherokeeNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3038 284 Chickaloon Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickaloonNativeVillage ChickaloonNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +1830 76 \N \N DO DoctoralDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +375 32 Doctor’s degree-other is the extent of formal instruction a person has received. \N 73084 Doctor’sDegree-other \N CEDS \N \N \N \N \N LIF f \N t 1 +3029 284 Cheesh-Na Tribe (previously listed as Native Village of Chistochina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheesh-NaTribe Cheesh-NaTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3036 284 Chickahominy Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickahominyIndianTribe ChickahominyIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +4117 310 Nenana Native Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NenanaNativeAssociation NenanaNativeAssociation \N \N \N \N \N \N \N LIF f \N f 4 5249 351 \N \N Was Washo \N \N \N \N \N \N \N LIF f \N f 1 5250 351 \N \N Wel Welsh \N \N \N \N \N \N \N LIF f \N f 1 -5251 351 \N \N Wen Sorbian, Upper & Lower \N \N \N \N \N \N \N LIF f \N f 1 +376 32 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N 73085 Doctor’sDegree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N t 1 5252 351 \N \N Wln Walloon \N \N \N \N \N \N \N LIF f \N f 1 5253 351 \N \N Wol Wolof \N \N \N \N \N \N \N LIF f \N f 1 -5254 351 \N \N Xal Kalmyk; Oirat \N \N \N \N \N \N \N LIF f \N f 1 5255 351 \N \N Xho Xhosa \N \N \N \N \N \N \N LIF f \N f 1 5256 351 \N \N Yao Yao \N \N \N \N \N \N \N LIF f \N f 1 5257 351 \N \N Yap Yapese \N \N \N \N \N \N \N LIF f \N f 1 5258 351 \N \N Yid Yiddish \N \N \N \N \N \N \N LIF f \N f 1 5259 351 \N \N Yor Yoruba \N \N \N \N \N \N \N LIF f \N f 1 -5260 351 \N \N Ypk Yupik languages \N \N \N \N \N \N \N LIF f \N f 1 +313 30 The origin of the association is required by the destination of the association to support its function, delivery, or coherence. \N IsRequiredBy IsRequiredBy \N CEDS \N \N \N \N \N LIF f \N t 1 5261 351 \N \N Zap Zapotec \N \N \N \N \N \N \N LIF f \N f 1 -5262 351 \N \N Zbl Blissymbols; Bliss \N \N \N \N \N \N \N LIF f \N f 1 +4143 310 Onondaga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OnondagaNation OnondagaNation \N \N \N \N \N \N \N LIF f \N f 4 5263 351 \N \N Zen Zenaga \N \N \N \N \N \N \N LIF f \N f 1 -5264 351 \N \N Zgh Standard Moroccan Tamazight \N \N \N \N \N \N \N LIF f \N f 1 -5265 351 \N \N Zha Zhuang; Chuang \N \N \N \N \N \N \N LIF f \N f 1 -5266 351 \N \N Znd Zande languages \N \N \N \N \N \N \N LIF f \N f 1 +3041 284 Chignik Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChignikLakeVillage ChignikLakeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +1847 77 CEDS \N LowerDivision LowerDivision \N Lower division is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 5267 351 \N \N Zul Zulu \N \N \N \N \N \N \N LIF f \N f 1 5268 351 \N \N Zun Zuni \N \N \N \N \N \N \N LIF f \N f 1 -5269 351 \N \N Zxx No linguistic content; Not applicable \N \N \N \N \N \N \N LIF f \N f 1 -5270 351 \N \N Zza Zaza; Dimli; Kirmanjki \N \N \N \N \N \N \N LIF f \N f 1 -1831 76 \N \N PD Post-doctoral certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -3041 284 Chignik Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chignik Lake Village Chignik Lake Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3042 284 Chilkat Indian Village (Klukwan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chilkat Indian Village Chilkat Indian Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3043 284 Chilkoot Indian Association (Haines) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chilkoot Indian Association Chilkoot Indian Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3044 284 Chinik Eskimo Community (Golovin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chinik Eskimo Community Chinik Eskimo Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3664 290 High school equivalency (e.g. GED) is the extent of formal instruction a person has received. \N HighSchoolEquivalency High school equivalency (e.g. GED) \N CEDS \N \N \N \N \N LIF f \N f 1 -3047 284 Chuloonawick Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chuloonawick Native Village Chuloonawick Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -1847 77 CEDS \N LowerDivision Lower division \N Lower division is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -3048 284 Circle Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Circle Native Community Circle Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -5271 352 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -3052 284 Coeur D'Alene Tribe (previously listed as Coeur D'Alene Tribe of the Coeur D'Alene Reservation, Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coeur D'Alene Tribe Coeur D'Alene Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3077 284 Douglas Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Douglas Indian Association Douglas Indian Association \N CEDS \N \N \N \N \N LIF f \N f 1 -1832 76 \N \N AE Adult Education \N CEDS \N \N \N \N \N LIF f \N f 4 -5272 352 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -5273 353 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5274 353 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -3046 284 Chitimacha Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chitimacha Tribe Of Louisiana Chitimacha Tribe of Louisiana \N CEDS \N \N \N \N \N LIF f \N f 1 -3050 284 Cloverdale Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cloverdale Rancheria Of Pomo Indians Of California Cloverdale Rancheria of Pomo Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3051 284 Cocopah Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cocopah Tribe Of Arizona Cocopah Tribe of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3053 284 Cold Springs Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cold Springs Rancheria Of Mono Indians Of California Cold Springs Rancheria of Mono Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -5275 354 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5276 354 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -5277 355 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5278 355 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -5279 356 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5280 356 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -5281 357 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5282 357 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -5283 358 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5284 358 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -1767 70 The result is a grade point average. \N GradePointAverage Grade Point Average \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1768 70 The result is a letter grade. \N LetterGrade Letter Grade \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +314 30 The competency at the origin of the association may be taught by the resource or method at the destination of the association. \N IsTaughtBy IsTaughtBy \N CEDS \N \N \N \N \N LIF f \N t 1 +3664 290 High school equivalency (e.g. GED) is the extent of formal instruction a person has received. \N HighSchoolEquivalency HighSchoolEquivalency(e.g.GED) \N CEDS \N \N \N \N \N LIF f \N f 1 +3040 284 Chignik Bay Tribal Council (previously listed as Native Village of Chignik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChignikBayTribalCouncil ChignikBayTribalCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +5264 351 \N \N Zgh StandardMoroccanTamazight \N \N \N \N \N \N \N LIF f \N f 1 +374 32 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N 73083 Doctor’sDegree-professionalPractice \N CEDS \N \N \N \N \N LIF f \N t 1 +4486 315 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N Doctor’sDegree-professionalPractice Doctor’sDegree-professionalPractice \N \N \N \N \N \N \N LIF f \N f 4 +4484 315 Post-professional degree is the extent of formal instruction a person has received. \N Post-professionalDegree Post-professionalDegree \N \N \N \N \N \N \N LIF f \N f 4 +4485 315 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N Doctor’sDegree-research/scholarship Doctor’sDegree-research/scholarship \N \N \N \N \N \N \N LIF f \N f 4 +1831 76 \N \N PD Post-doctoralCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 +5246 351 \N \N Wak WakashanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5260 351 \N \N Ypk YupikLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5247 351 \N \N Wal Wolaitta;Wolaytta \N \N \N \N \N \N \N LIF f \N f 1 +5248 351 \N \N War Waray;Samar-Leyte \N \N \N \N \N \N \N LIF f \N f 1 +5254 351 \N \N Xal Kalmyk;Oirat \N \N \N \N \N \N \N LIF f \N f 1 +4614 67 Part B eligibility not determined \N 2230 PartBEligibilityNotDetermined \N CEDS \N \N \N \N \N LIF f \N t 1 +3048 284 Circle Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CircleNativeCommunity CircleNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +4165 310 Penobscot Nation (previously listed as Penobscot Tribe of Maine) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PenobscotNation PenobscotNation \N \N \N \N \N \N \N LIF f \N f 4 +4141 310 Oneida Indian Nation (previously listed as Oneida Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OneidaIndianNation OneidaIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +4055 310 Native Village of Hooper Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfHooperBay NativeVillageOfHooperBay \N \N \N \N \N \N \N LIF f \N f 4 +4487 315 Doctor’s degree-other is the extent of formal instruction a person has received. \N Doctor’sDegree-other Doctor’sDegree-other \N \N \N \N \N \N \N LIF f \N f 4 +3680 290 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N Doctor’sDegree-research/Scholarship Doctor’sDegree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N f 1 +1774 70 The result is from a rubric criterion. \N RubricCriterion RubricCriterion \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1775 70 The result is a rubric criterion level. \N RubricCriterionLevel RubricCriterionLevel \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +3471 284 Sycuan Band of the Kumeyaay Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SycuanBandOfTheKumeyaayNation SycuanBandOfTheKumeyaayNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3681 290 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N Doctor’sDegree-professionalPractice Doctor’sDegree-professionalPractice \N CEDS \N \N \N \N \N LIF f \N f 1 +3052 284 Coeur D'Alene Tribe (previously listed as Coeur D'Alene Tribe of the Coeur D'Alene Reservation, Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoeurD'AleneTribe CoeurD'AleneTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +5271 352 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +1768 70 The result is a letter grade. \N LetterGrade LetterGrade \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +3224 284 Native Village of Buckland is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBuckland NativeVillageOfBuckland \N CEDS \N \N \N \N \N LIF f \N f 1 +5273 353 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 1769 70 The result is a percent score. \N Percent Percent \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1770 70 The result is a performance level. \N PerformanceLevel Performance Level \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1771 70 The result is a predicted score. \N PredictedScore Predicted Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1772 70 The result is a raw score. \N RawScore Raw Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +4053 310 Native Village of Goodnews Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGoodnewsBay NativeVillageOfGoodnewsBay \N \N \N \N \N \N \N LIF f \N f 4 +5272 352 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 1773 70 A generic result. \N Result Result \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1774 70 The result is from a rubric criterion. \N RubricCriterion Rubric Criterion \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1775 70 The result is a rubric criterion level. \N RubricCriterionLevel Rubric Criterion Level \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1776 70 The result represents a rubric score with both a name and a numeric value. \N RubricScore Rubric Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1777 70 The result is a scaled score. \N ScaledScore Scaled Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +5274 353 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +3077 284 Douglas Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DouglasIndianAssociation DouglasIndianAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 5285 359 \N \N IT IT \N \N \N \N \N \N \N LIF f \N f 1 5286 359 \N \N PR PR \N \N \N \N \N \N \N LIF f \N f 1 5287 359 \N \N PK PK \N \N \N \N \N \N \N LIF f \N f 1 5288 359 \N \N TK TK \N \N \N \N \N \N \N LIF f \N f 1 5289 359 \N \N KG KG \N \N \N \N \N \N \N LIF f \N f 1 -1779 72 The course being described is included in the computation of the student’s Grade Point Average (GPA). \N Applicable Applicable in GPA \N CEDS \N \N \N \N \N LIF f \N f 4 -1780 72 The course being described is not included in the computation of the student’s Grade Point Average (GPA). \N NotApplicable Not Applicable in GPA \N CEDS \N \N \N \N \N LIF f \N f 4 -1781 72 The course being described is weighted in the computation of the student’s Grade Point Average (GPA) \N Weighted Weighted in GPA \N CEDS \N \N \N \N \N LIF f \N f 4 1782 73 \N \N Yes Yes \N CEDS \N \N \N \N \N LIF f \N f 4 1783 73 \N \N No No \N CEDS \N \N \N \N \N LIF f \N f 4 -1784 74 The related Course Code is based on the intermediate agency defined course code system. \N Intermediate Intermediate agency course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1785 74 The related Course Code is based on the LEA defined course code system. \N LEA LEA course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1786 74 The related Course Code is based on the NCES Pilot Standard National Course Classification System for Secondary Education Codes. \N NCES NCES Pilot Standard National Course Classification System for Secondary Education Codes \N CEDS \N \N \N \N \N LIF f \N f 4 +3682 290 Doctor’s degree-other is the extent of formal instruction a person has received. \N Doctor’sDegree-other Doctor’sDegree-other \N CEDS \N \N \N \N \N LIF f \N f 1 1787 74 The related Course Code is based on a course code system not yet categorized within CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 4 -1788 74 The related Course Code is based on the School Codes for the Exchange of Data (SCED) course code system. \N SCED School Codes for the Exchange of Data (SCED) course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1789 74 The related Course Code is based on the school's course code system. \N School School course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1790 74 The related Course Code is based on the State course code system. \N State State course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1791 74 The related Course Code is based on the university course code system. \N University University course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1792 75 Accepted as a high school equivalent is specified as the general nature and difficulty of instruction provided throughout a course. \N 579 Accepted as a high school equivalent \N CEDS \N \N \N \N \N LIF f \N f 4 -1793 75 Advanced placement course is specified as the general nature and difficulty of instruction provided throughout a course. \N 575 Advanced placement course \N CEDS \N \N \N \N \N LIF f \N f 4 -1794 75 Basic course is specified as the general nature and difficulty of instruction provided throughout a course. \N 570 Basic course \N CEDS \N \N \N \N \N LIF f \N f 4 -1795 75 Career and technical education dual-credit course (course qualifies for high school and postsecondary credit) is specified as the general nature and difficulty of instruction provided throughout a course. \N 73045 Career and technical education dual-credit course \N CEDS \N \N \N \N \N LIF f \N f 4 -1796 75 Career and technical education general course is specified as the general nature and difficulty of instruction provided throughout a course. \N 73044 Career and technical education general course \N CEDS \N \N \N \N \N LIF f \N f 4 -1797 75 College-level course is specified as the general nature and difficulty of instruction provided throughout a course. \N 576 College-level course \N CEDS \N \N \N \N \N LIF f \N f 4 -1798 75 Completion of requirement, but no units of value awarded is specified as the general nature and difficulty of instruction provided throughout a course. \N 741 Completion of requirement, but no units of value awarded \N CEDS \N \N \N \N \N LIF f \N f 4 -1799 75 English Learner course is specified as the general nature and difficulty of instruction provided throughout a course. \N 578 English Learner course \N CEDS \N \N \N \N \N LIF f \N f 4 -1800 75 General course is specified as the general nature and difficulty of instruction provided throughout a course. \N 571 General course \N CEDS \N \N \N \N \N LIF f \N f 4 -1801 75 Gifted and talented course is specified as the general nature and difficulty of instruction provided throughout a course. \N 573 Gifted and talented course \N CEDS \N \N \N \N \N LIF f \N f 4 -1802 75 Honors level course is specified as the general nature and difficulty of instruction provided throughout a course. \N 572 Honors level course \N CEDS \N \N \N \N \N LIF f \N f 4 -1803 75 International Baccalaureate course is specified as the general nature and difficulty of instruction provided throughout a course. \N 574 International Baccalaureate course \N CEDS \N \N \N \N \N LIF f \N f 4 -1804 75 Remedial course is specified as the general nature and difficulty of instruction provided throughout a course. \N 568 Remedial course \N CEDS \N \N \N \N \N LIF f \N f 4 -1805 75 Students with disabilities course is specified as the general nature and difficulty of instruction provided throughout a course. \N 569 Students with disabilities course \N CEDS \N \N \N \N \N LIF f \N f 4 -1806 75 Untracked course is specified as the general nature and difficulty of instruction provided throughout a course. \N 577 Untracked course \N CEDS \N \N \N \N \N LIF f \N f 4 +1771 70 The result is a predicted score. \N PredictedScore PredictedScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1772 70 The result is a raw score. \N RawScore RawScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1776 70 The result represents a rubric score with both a name and a numeric value. \N RubricScore RubricScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1777 70 The result is a scaled score. \N ScaledScore ScaledScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1832 76 \N \N AE AdultEducation \N CEDS \N \N \N \N \N LIF f \N f 4 +3672 290 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N Bachelor's(Baccalaureate)Degree Bachelor's(Baccalaureate)Degree \N CEDS \N \N \N \N \N LIF f \N f 1 +3677 290 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N Doctoral(Doctor's)Degree Doctoral(Doctor's)Degree \N CEDS \N \N \N \N \N LIF f \N f 1 +4475 315 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N Associate'sDegree(twoYearsOrMore) Associate'sDegree(twoYearsOrMore) \N \N \N \N \N \N \N LIF f \N f 4 +1770 70 The result is a performance level. \N PerformanceLevel PerformanceLevel \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1882 80 \N \N 3475 InternationalBaccalaureateScore \N CEDS \N \N \N \N \N LIF f \N f 4 +266 21 No valid score is specified as the primary reason a participant did not complete an assessment. \N NoValidScore NoValidScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1784 74 The related Course Code is based on the intermediate agency defined course code system. \N Intermediate IntermediateAgencyCourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +3540 284 Winnebago Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WinnebagoTribeOfNebraska WinnebagoTribeOfNebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +1812 76 \N \N 1 FirstGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1813 76 \N \N 2 SecondGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +3143 284 Karuk Tribe (previously listed as Karuk Tribe of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KarukTribe KarukTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3160 284 Knik Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KnikTribe KnikTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3851 310 Chilkat Indian Village (Klukwan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChilkatIndianVillage ChilkatIndianVillage \N \N \N \N \N \N \N LIF f \N f 4 +1785 74 The related Course Code is based on the LEA defined course code system. \N LEA LEACourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +1814 76 \N \N 3 ThirdGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +4247 310 Seneca-Cayuga Nation (previously listed as Seneca-Cayuga Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca-CayugaNation Seneca-CayugaNation \N \N \N \N \N \N \N LIF f \N f 4 +1886 80 \N \N 498 NormalizedStandardScore \N CEDS \N \N \N \N \N LIF f \N f 4 +4231 310 Samish Indian Nation (previously listed as Samish Indian Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SamishIndianNation SamishIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +1841 77 CEDS \N Dual DualLevel \N Dual level is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1810 76 \N \N TK TransitionalKindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 1807 76 \N \N IT Infant/toddler \N CEDS \N \N \N \N \N LIF f \N f 4 1808 76 \N \N PR Preschool \N CEDS \N \N \N \N \N LIF f \N f 4 1809 76 \N \N PK Prekindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 -1810 76 \N \N TK Transitional Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 1811 76 \N \N KG Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 -1812 76 \N \N 1 First grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1813 76 \N \N 2 Second grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1814 76 \N \N 3 Third grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1815 76 \N \N 4 Fourth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1816 76 \N \N 5 Fifth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1817 76 \N \N 6 Sixth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1818 76 \N \N 7 Seventh grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1819 76 \N \N 8 Eighth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1820 76 \N \N 9 Ninth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1821 76 \N \N 10 Tenth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1822 76 \N \N 11 Eleventh grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1823 76 \N \N 12 Twelfth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1824 76 \N \N 13 Grade 13 \N CEDS \N \N \N \N \N LIF f \N f 4 -1825 76 \N \N AS Associate's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -1826 76 \N \N BA Bachelor's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -1827 76 \N \N PB Post-baccalaureate certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -1828 76 \N \N MD Master's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -1829 76 \N \N PM Post-master's certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -1833 76 \N \N PT Professional or technical credential \N CEDS \N \N \N \N \N LIF f \N f 4 +1840 77 CEDS \N CollegePreparatory CollegePreparatory \N College Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1824 76 \N \N 13 Grade13 \N CEDS \N \N \N \N \N LIF f \N f 4 +1815 76 \N \N 4 FourthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 1834 76 \N \N OT Other \N CEDS \N \N \N \N \N LIF f \N f 4 1835 77 CEDS \N Accelerated Accelerated \N Accelerated is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1836 77 CEDS \N AdultBasic Adult Basic \N Adult Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1837 77 CEDS \N AdvancedPlacement Advanced Placement \N Advanced Placement is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1838 77 CEDS \N Basic Basic \N Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1839 77 CEDS \N CollegeLevel College Level \N College Level is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1840 77 CEDS \N CollegePreparatory College Preparatory \N College Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1841 77 CEDS \N Dual Dual level \N Dual level is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1842 77 CEDS \N GiftedTalented Gifted and Talented \N Gifted and Talented is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1816 76 \N \N 5 FifthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1817 76 \N \N 6 SixthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1818 76 \N \N 7 SeventhGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1819 76 \N \N 8 EighthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1820 76 \N \N 9 NinthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1821 76 \N \N 10 TenthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1822 76 \N \N 11 EleventhGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1823 76 \N \N 12 TwelfthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1825 76 \N \N AS Associate'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +1826 76 \N \N BA Bachelor'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +1828 76 \N \N MD Master'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +3678 290 First-professional degree is the extent of formal instruction a person has received. \N First-professionalDegree First-professionalDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +1887 80 \N \N 499 NumberScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1892 80 \N \N 3477 PromotionScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1827 76 \N \N PB Post-baccalaureateCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 +1836 77 CEDS \N AdultBasic AdultBasic \N Adult Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1837 77 CEDS \N AdvancedPlacement AdvancedPlacement \N Advanced Placement is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1793 75 Advanced placement course is specified as the general nature and difficulty of instruction provided throughout a course. \N 575 AdvancedPlacementCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +2376 139 Credential awarded at the Apprentice level for successful completion of an apprenticeship program in industry trades and professions. \N ceterms-ApprenticeshipCertificate ApprenticeshipCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +4479 315 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N Specialist'sDegree(e.g.Ed.S.) Specialist'sDegree(e.g.-Ed.S.) \N \N \N \N \N \N \N LIF f \N f 4 +1839 77 CEDS \N CollegeLevel CollegeLevel \N College Level is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1848 77 CEDS \N NonAcademic Non-Academic \N Non-Academic is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1849 77 CEDS \N Regents Regents \N Regents is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1850 77 CEDS \N Remedial Remedial/Developmental \N Remedial/Developmental is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1851 77 CEDS \N SpecialEducation Special Education \N Special Education is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1852 77 CEDS \N TechnicalPreparatory Technical Preparatory \N Technical Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1853 77 CEDS \N UpperDivision Upper division \N Upper division is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1865 79 Carnegie Units is specified as the type of credit associated with the credit hours earned for the course. \N CarnegieUnits CarnegieUnits \N CEDS \N \N \N \N \N LIF f \N f 4 +4253 310 Shinnecock Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShinnecockIndianNation ShinnecockIndianNation \N \N \N \N \N \N \N LIF f \N f 4 1854 77 CEDS \N Vocational Vocational \N Vocational is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1855 78 Undergraduate is specified as the level of credit associated with the credit hours earned for the course. \N Undergraduate Undergraduate \N CEDS \N \N \N \N \N LIF f \N f 4 1856 78 Ungraded is specified as the level of credit associated with the credit hours earned for the course. \N Ungraded Ungraded \N CEDS \N \N \N \N \N LIF f \N f 4 -1857 78 Lower division credit (associated with first/second year) is specified as the level of credit associated with the credit hours earned for the course. \N LowerDivision Lower division credit (associated with first/second year) \N CEDS \N \N \N \N \N LIF f \N f 4 -1858 78 Higher or upper division credit (associated with third or fourth year) is specified as the level of credit associated with the credit hours earned for the course. \N UpperDivision Higher or upper division credit (associated with third or fourth year) \N CEDS \N \N \N \N \N LIF f \N f 4 -1859 78 Vocational/technical credit is specified as the level of credit associated with the credit hours earned for the course. \N Vocational Vocational/technical credit \N CEDS \N \N \N \N \N LIF f \N f 4 -1860 78 Technical preparatory credit is specified as the level of credit associated with the credit hours earned for the course. \N TechnicalPreparatory Technical preparatory credit \N CEDS \N \N \N \N \N LIF f \N f 4 -1861 78 Graduate level credit is specified as the level of credit associated with the credit hours earned for the course. \N Graduate Graduate level credit \N CEDS \N \N \N \N \N LIF f \N f 4 +1894 80 \N \N 505 RatioIQ's \N CEDS \N \N \N \N \N LIF f \N f 4 +1883 80 \N \N 144 LetterGrade/mark \N CEDS \N \N \N \N \N LIF f \N f 4 +4296 310 Tolowa Dee-ni' Nation (previously listed as Smith River Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TolowaDee-ni'Nation TolowaDee-ni'Nation \N \N \N \N \N \N \N LIF f \N f 4 1862 78 Professional is specified as the level of credit associated with the credit hours earned for the course. \N Professional Professional \N CEDS \N \N \N \N \N LIF f \N f 4 -1863 78 Dual level (upper division and graduate- may be applicable to a bachelor's degree or graduate degree or both) is specified as the level of credit associated with the credit hours earned for the course. \N Dual Dual Level \N CEDS \N \N \N \N \N LIF f \N f 4 -1864 78 Dual level (graduate and professional- may be applicable to both) is specified as the level of credit associated with the credit hours earned for the course. \N GraduateProfessional Graduate Professional \N CEDS \N \N \N \N \N LIF f \N f 4 -1865 79 Carnegie Units is specified as the type of credit associated with the credit hours earned for the course. \N CarnegieUnits Carnegie Units \N CEDS \N \N \N \N \N LIF f \N f 4 -1866 79 Clock Hours is specified as the type of credit associated with the credit hours earned for the course. \N ClockHours Clock Hours \N CEDS \N \N \N \N \N LIF f \N f 4 -1867 79 Continuing Education Units is specified as the type of credit associated with the credit hours earned for the course. \N ContinuingEducationUnits Continuing Education Units \N CEDS \N \N \N \N \N LIF f \N f 4 +1884 80 \N \N 513 MasteryLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +4308 310 Tuscarora Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuscaroraNation TuscaroraNation \N \N \N \N \N \N \N LIF f \N f 4 5290 359 \N \N 1 1 \N \N \N \N \N \N \N LIF f \N f 1 -1868 79 No Credit is specified as the type of credit associated with the credit hours earned for the course. \N NoCredit No Credit \N CEDS \N \N \N \N \N LIF f \N f 4 +1891 80 \N \N 503 ProficiencyLevel \N CEDS \N \N \N \N \N LIF f \N f 4 1869 79 Other is specified as the type of credit associated with the credit hours earned for the course. \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 4 1870 79 Quarter is specified as the type of credit associated with the credit hours earned for the course. \N Quarter Quarter \N CEDS \N \N \N \N \N LIF f \N f 4 1871 79 Semester is specified as the type of credit associated with the credit hours earned for the course. \N Semester Semester \N CEDS \N \N \N \N \N LIF f \N f 4 1872 79 Units is specified as the type of credit associated with the credit hours earned for the course. \N Units Units \N CEDS \N \N \N \N \N LIF f \N f 4 1873 79 Unreported is specified as the type of credit associated with the credit hours earned for the course. \N Unreported Unreported \N CEDS \N \N \N \N \N LIF f \N f 4 -1874 80 \N \N 512 Achievement/proficiency level \N CEDS \N \N \N \N \N LIF f \N f 4 -1875 80 \N \N 494 ACT score \N CEDS \N \N \N \N \N LIF f \N f 4 -1876 80 \N \N 490 Age score \N CEDS \N \N \N \N \N LIF f \N f 4 -1877 80 \N \N 491 C-scaled scores \N CEDS \N \N \N \N \N LIF f \N f 4 -1878 80 \N \N 492 College Board examination scores \N CEDS \N \N \N \N \N LIF f \N f 4 -1879 80 \N \N 493 Grade equivalent or grade-level indicator \N CEDS \N \N \N \N \N LIF f \N f 4 -1880 80 \N \N 3473 Graduation score \N CEDS \N \N \N \N \N LIF f \N f 4 +1852 77 CEDS \N TechnicalPreparatory TechnicalPreparatory \N Technical Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1789 74 The related Course Code is based on the school's course code system. \N School SchoolCourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +1790 74 The related Course Code is based on the State course code system. \N State StateCourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +1875 80 \N \N 494 ACTScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1868 79 No Credit is specified as the type of credit associated with the credit hours earned for the course. \N NoCredit NoCredit \N CEDS \N \N \N \N \N LIF f \N f 4 1881 80 \N \N 3474 Growth/value-added/indexing \N CEDS \N \N \N \N \N LIF f \N f 4 -1882 80 \N \N 3475 International Baccalaureate score \N CEDS \N \N \N \N \N LIF f \N f 4 -1883 80 \N \N 144 Letter grade/mark \N CEDS \N \N \N \N \N LIF f \N f 4 -1884 80 \N \N 513 Mastery level \N CEDS \N \N \N \N \N LIF f \N f 4 -1885 80 \N \N 497 Normal curve equivalent \N CEDS \N \N \N \N \N LIF f \N f 4 -1886 80 \N \N 498 Normalized standard score \N CEDS \N \N \N \N \N LIF f \N f 4 -1887 80 \N \N 499 Number score \N CEDS \N \N \N \N \N LIF f \N f 4 +1890 80 \N \N 502 PercentileRank \N CEDS \N \N \N \N \N LIF f \N f 4 +3944 310 Jamestown S'Klallam Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JamestownS'KlallamTribe JamestownS'KlallamTribe \N \N \N \N \N \N \N LIF f \N f 4 +1878 80 \N \N 492 CollegeBoardExaminationScores \N CEDS \N \N \N \N \N LIF f \N f 4 +1885 80 \N \N 497 NormalCurveEquivalent \N CEDS \N \N \N \N \N LIF f \N f 4 +1851 77 CEDS \N SpecialEducation SpecialEducation \N Special Education is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1888 80 \N \N 500 Pass-fail \N CEDS \N \N \N \N \N LIF f \N f 4 1889 80 \N \N 3476 Percentile \N CEDS \N \N \N \N \N LIF f \N f 4 -1890 80 \N \N 502 Percentile rank \N CEDS \N \N \N \N \N LIF f \N f 4 -1891 80 \N \N 503 Proficiency level \N CEDS \N \N \N \N \N LIF f \N f 4 -1892 80 \N \N 3477 Promotion score \N CEDS \N \N \N \N \N LIF f \N f 4 +4099 310 Native Village of Shishmaref is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShishmaref NativeVillageOfShishmaref \N \N \N \N \N \N \N LIF f \N f 4 +4096 310 Native Village of Scammon Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfScammonBay NativeVillageOfScammonBay \N \N \N \N \N \N \N LIF f \N f 4 1893 80 \N \N 504 Ranking \N CEDS \N \N \N \N \N LIF f \N f 4 -1894 80 \N \N 505 Ratio IQ's \N CEDS \N \N \N \N \N LIF f \N f 4 -1895 80 \N \N 3478 Raw score \N CEDS \N \N \N \N \N LIF f \N f 4 -1896 80 \N \N 3479 Scale score \N CEDS \N \N \N \N \N LIF f \N f 4 -1897 80 \N \N 506 Standard age score \N CEDS \N \N \N \N \N LIF f \N f 4 -1898 80 \N \N 508 Stanine score \N CEDS \N \N \N \N \N LIF f \N f 4 -1899 80 \N \N 509 Sten score \N CEDS \N \N \N \N \N LIF f \N f 4 +1876 80 \N \N 490 AgeScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1877 80 \N \N 491 C-scaledScores \N CEDS \N \N \N \N \N LIF f \N f 4 +1880 80 \N \N 3473 GraduationScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1874 80 \N \N 512 Achievement/proficiencyLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +1863 78 Dual level (upper division and graduate- may be applicable to a bachelor's degree or graduate degree or both) is specified as the level of credit associated with the credit hours earned for the course. \N Dual DualLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +1928 83 Compressed Video is the primary method of instruction used for the course. \N CompressedVideo CompressedVideo \N CEDS \N \N \N \N \N LIF f \N f 4 +3838 310 Cheesh-Na Tribe (previously listed as Native Village of Chistochina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheesh-NaTribe Cheesh-NaTribe \N \N \N \N \N \N \N LIF f \N f 4 +1897 80 \N \N 506 StandardAgeScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1934 83 Interactive Video is the primary method of instruction used for the course. \N InteractiveVideo InteractiveVideo \N CEDS \N \N \N \N \N LIF f \N f 4 +1861 78 Graduate level credit is specified as the level of credit associated with the credit hours earned for the course. \N Graduate GraduateLevelCredit \N CEDS \N \N \N \N \N LIF f \N f 4 1900 80 \N \N 510 T-score \N CEDS \N \N \N \N \N LIF f \N f 4 -1901 80 \N \N 3480 Workplace readiness score \N CEDS \N \N \N \N \N LIF f \N f 4 +1935 83 Internet Instruction is the primary method of instruction used for the course. \N InternetInstruction InternetInstruction \N CEDS \N \N \N \N \N LIF f \N f 4 1902 80 \N \N 511 Z-score \N CEDS \N \N \N \N \N LIF f \N f 4 1903 80 \N \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N f 4 -1904 81 Academic Renewal is specified as the type of enrollment associated with the credit hours for the course. \N AcademicRenewal Academic Renewal \N CEDS \N \N \N \N \N LIF f \N f 4 -1905 81 Adult Basic is specified as the type of enrollment associated with the credit hours for the course. \N AdultBasic Adult Basic \N CEDS \N \N \N \N \N LIF f \N f 4 -1906 81 Advanced Placement is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedPlacement Advanced Placement \N CEDS \N \N \N \N \N LIF f \N f 4 -1907 81 Advanced Standing is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedStanding Advanced Standing \N CEDS \N \N \N \N \N LIF f \N f 4 -1908 81 Continuing Education is specified as the type of enrollment associated with the credit hours for the course. \N ContinuingEducation Continuing Education \N CEDS \N \N \N \N \N LIF f \N f 4 +1929 83 Computer Based Instruction is the primary method of instruction used for the course. \N ComputerBasedInstruction ComputerBasedInstruction \N CEDS \N \N \N \N \N LIF f \N f 4 +1918 81 International Baccalaureate is specified as the type of enrollment associated with the credit hours for the course. \N InternationalBaccalaureate InternationalBaccalaureate \N CEDS \N \N \N \N \N LIF f \N f 4 +1791 74 The related Course Code is based on the university course code system. \N University UniversityCourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +1859 78 Vocational/technical credit is specified as the level of credit associated with the credit hours earned for the course. \N Vocational Vocational/technicalCredit \N CEDS \N \N \N \N \N LIF f \N f 4 +3334 284 Onondaga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OnondagaNation OnondagaNation \N CEDS \N \N \N \N \N LIF f \N f 1 1909 81 Correspondence is specified as the type of enrollment associated with the credit hours for the course. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N f 4 -1910 81 Credit associated with the student's major is specified as the type of enrollment associated with the credit hours for the course. \N Major Credit associated with the student's major \N CEDS \N \N \N \N \N LIF f \N f 4 -1911 81 Credit for a course from a college course is counted at both the college and high school. \N HighSchoolDualCredit Credit from a college course is counted at both the college and high school. \N CEDS \N \N \N \N \N LIF f \N f 4 -1912 81 Credit granted for a course from a college course is transferred back to high school and not counted by the college. \N HighSchoolCreditOnly Credit from a college course is transferred back to high school and not counted by the college. \N CEDS \N \N \N \N \N LIF f \N f 4 -1913 81 Credit granted for a course from a high school course is transferred to the college. \N HighSchoolTransferCredit Credit from a high school course is transferred to the college. \N CEDS \N \N \N \N \N LIF f \N f 4 -1914 81 Credit for a course from a junior high school course counted at the high school. \N JuniorHighSchoolCredit Credit from a junior high school course is counted at the high school. \N CEDS \N \N \N \N \N LIF f \N f 4 -1915 81 Credit granted for the course based on successful score on a standardized test of comprehension or proficiency. \N CreditByExam Credit granted from successful score on a standardized test of comprehension or proficiency. \N CEDS \N \N \N \N \N LIF f \N f 4 +1895 80 \N \N 3478 RawScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1896 80 \N \N 3479 ScaleScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1860 78 Technical preparatory credit is specified as the level of credit associated with the credit hours earned for the course. \N TechnicalPreparatory TechnicalPreparatoryCredit \N CEDS \N \N \N \N \N LIF f \N f 4 +1901 80 \N \N 3480 WorkplaceReadinessScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1920 81 Regular/general enrollment is specified as the type of enrollment associated with the credit hours for the course. \N Regular Regular/generalEnrollment \N CEDS \N \N \N \N \N LIF f \N f 4 1916 81 Equivalence is specified as the type of enrollment associated with the credit hours for the course. \N Equivalence Equivalence \N CEDS \N \N \N \N \N LIF f \N f 4 1917 81 Exemption is specified as the type of enrollment associated with the credit hours for the course. \N Exemption Exemption \N CEDS \N \N \N \N \N LIF f \N f 4 -1918 81 International Baccalaureate is specified as the type of enrollment associated with the credit hours for the course. \N InternationalBaccalaureate International Baccalaureate \N CEDS \N \N \N \N \N LIF f \N f 4 +1908 81 Continuing Education is specified as the type of enrollment associated with the credit hours for the course. \N ContinuingEducation ContinuingEducation \N CEDS \N \N \N \N \N LIF f \N f 4 1919 81 Military is specified as the type of enrollment associated with the credit hours for the course. \N Military Military \N CEDS \N \N \N \N \N LIF f \N f 4 -1920 81 Regular/general enrollment is specified as the type of enrollment associated with the credit hours for the course. \N Regular Regular/general enrollment \N CEDS \N \N \N \N \N LIF f \N f 4 +1910 81 Credit associated with the student's major is specified as the type of enrollment associated with the credit hours for the course. \N Major CreditAssociatedWithTheStudent'sMajor \N CEDS \N \N \N \N \N LIF f \N f 4 5291 359 \N \N 2 2 \N \N \N \N \N \N \N LIF f \N f 1 5292 359 \N \N 3 3 \N \N \N \N \N \N \N LIF f \N f 1 1921 81 Remedial/developmental is specified as the type of enrollment associated with the credit hours for the course. \N Remedial Remedial/developmental \N CEDS \N \N \N \N \N LIF f \N f 4 1922 82 The course is counted as an honors course. \N Honors Honors \N CEDS \N \N \N \N \N LIF f \N f 4 -1923 82 The course can be counted as an honors course. \N HonorsOption Honors option \N CEDS \N \N \N \N \N LIF f \N f 4 -1924 83 Applied Instruction is the primary method of instruction used for the course. \N AppliedInstruction Applied Instruction \N CEDS \N \N \N \N \N LIF f \N f 4 -1925 83 Apprenticeship Externship is the primary method of instruction used for the course. \N ApprenticeshipExternship Apprenticeship Externship \N CEDS \N \N \N \N \N LIF f \N f 4 +1932 83 Field Study is the primary method of instruction used for the course. \N FieldStudy FieldStudy \N CEDS \N \N \N \N \N LIF f \N f 4 +1933 83 Independent Study is the primary method of instruction used for the course. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N f 4 1926 83 Audiotape is the primary method of instruction used for the course. \N Audiotape Audiotape \N CEDS \N \N \N \N \N LIF f \N f 4 -1927 83 Clinical Rotation Instruction is the primary method of instruction used for the course. \N ClinicalRotationInstruction Clinical Rotation Instruction \N CEDS \N \N \N \N \N LIF f \N f 4 -1928 83 Compressed Video is the primary method of instruction used for the course. \N CompressedVideo Compressed Video \N CEDS \N \N \N \N \N LIF f \N f 4 -1929 83 Computer Based Instruction is the primary method of instruction used for the course. \N ComputerBasedInstruction Computer Based Instruction \N CEDS \N \N \N \N \N LIF f \N f 4 -1930 83 Cooperative Education is the primary method of instruction used for the course. \N CooperativeEducation Cooperative Education \N CEDS \N \N \N \N \N LIF f \N f 4 +1923 82 The course can be counted as an honors course. \N HonorsOption HonorsOption \N CEDS \N \N \N \N \N LIF f \N f 4 1931 83 Correspondence is the primary method of instruction used for the course. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N f 4 -1932 83 Field Study is the primary method of instruction used for the course. \N FieldStudy Field Study \N CEDS \N \N \N \N \N LIF f \N f 4 -1933 83 Independent Study is the primary method of instruction used for the course. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N f 4 -1934 83 Interactive Video is the primary method of instruction used for the course. \N InteractiveVideo Interactive Video \N CEDS \N \N \N \N \N LIF f \N f 4 -1935 83 Internet Instruction is the primary method of instruction used for the course. \N InternetInstruction Internet Instruction \N CEDS \N \N \N \N \N LIF f \N f 4 1936 83 Internship is the primary method of instruction used for the course. \N Internship Internship \N CEDS \N \N \N \N \N LIF f \N f 4 1937 83 Laboratory is the primary method of instruction used for the course. \N Laboratory Laboratory \N CEDS \N \N \N \N \N LIF f \N f 4 756 33 \N \N sid Sidamo \N CEDS \N \N \N \N \N LIF f \N t 1 +1898 80 \N \N 508 StanineScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1899 80 \N \N 509 StenScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1904 81 Academic Renewal is specified as the type of enrollment associated with the credit hours for the course. \N AcademicRenewal AcademicRenewal \N CEDS \N \N \N \N \N LIF f \N f 4 +1905 81 Adult Basic is specified as the type of enrollment associated with the credit hours for the course. \N AdultBasic AdultBasic \N CEDS \N \N \N \N \N LIF f \N f 4 +1906 81 Advanced Placement is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedPlacement AdvancedPlacement \N CEDS \N \N \N \N \N LIF f \N f 4 +1907 81 Advanced Standing is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedStanding AdvancedStanding \N CEDS \N \N \N \N \N LIF f \N f 4 +1924 83 Applied Instruction is the primary method of instruction used for the course. \N AppliedInstruction AppliedInstruction \N CEDS \N \N \N \N \N LIF f \N f 4 +1925 83 Apprenticeship Externship is the primary method of instruction used for the course. \N ApprenticeshipExternship ApprenticeshipExternship \N CEDS \N \N \N \N \N LIF f \N f 4 1938 83 Lecture is the primary method of instruction used for the course. \N Lecture Lecture \N CEDS \N \N \N \N \N LIF f \N f 4 -1939 83 Other Distance Learning is the primary method of instruction used for the course. \N OtherDistanceLearning Other Distance Learning \N CEDS \N \N \N \N \N LIF f \N f 4 -1940 83 Practice Teaching is the primary method of instruction used for the course. \N PracticeTeaching Practice Teaching \N CEDS \N \N \N \N \N LIF f \N f 4 +1954 84 Military Base is specified as the type of location at which the course is taught. \N Military MilitaryBase \N CEDS \N \N \N \N \N LIF f \N f 4 1941 83 Practicum is the primary method of instruction used for the course. \N Practicum Practicum \N CEDS \N \N \N \N \N LIF f \N f 4 -1942 83 Private Study is the primary method of instruction used for the course. \N PrivateStudy Private Study \N CEDS \N \N \N \N \N LIF f \N f 4 1943 83 Residency is the primary method of instruction used for the course. \N Residency Residency \N CEDS \N \N \N \N \N LIF f \N f 4 -1944 83 Self Paced is the primary method of instruction used for the course. \N SelfPaced Self Paced \N CEDS \N \N \N \N \N LIF f \N f 4 1945 83 Seminar is the primary method of instruction used for the course. \N Seminar Seminar \N CEDS \N \N \N \N \N LIF f \N f 4 1946 83 Television is the primary method of instruction used for the course. \N Television Television \N CEDS \N \N \N \N \N LIF f \N f 4 1947 83 Videotape is the primary method of instruction used for the course. \N Videotape Videotape \N CEDS \N \N \N \N \N LIF f \N f 4 -1948 83 Work Study is the primary method of instruction used for the course. \N WorkStudy Work Study \N CEDS \N \N \N \N \N LIF f \N f 4 +1973 88 Wait Listed is the status related to a student enrollment in an instance of a course. \N WaitListed WaitListed \N CEDS \N \N \N \N \N LIF f \N f 4 1949 84 Auxiliary is specified as the type of location at which the course is taught. \N Auxiliary Auxiliary \N CEDS \N \N \N \N \N LIF f \N f 4 -1950 84 Clinic or hospital is specified as the type of location at which the course is taught. \N ClinicHospital Clinic or hospital \N CEDS \N \N \N \N \N LIF f \N f 4 -1951 84 Correctional institution is specified as the type of location at which the course is taught. \N Correctional Correctional institution \N CEDS \N \N \N \N \N LIF f \N f 4 -1952 84 Extension center or site is specified as the type of location at which the course is taught. \N Extension Extension center or site \N CEDS \N \N \N \N \N LIF f \N f 4 -1953 84 Instructional telecommunications is specified as the type of location at which the course is taught. \N Telecommunication Instructional telecommunications \N CEDS \N \N \N \N \N LIF f \N f 4 -1954 84 Military Base is specified as the type of location at which the course is taught. \N Military Military Base \N CEDS \N \N \N \N \N LIF f \N f 4 -1955 84 Off campus (e.g., branch campus, etc.) is specified as the type of location at which the course is taught. \N OffCampus Off campus (e.g., branch campus, etc.) \N CEDS \N \N \N \N \N LIF f \N f 4 -1956 84 On campus is specified as the type of location at which the course is taught. \N OnCampus On campus \N CEDS \N \N \N \N \N LIF f \N f 4 -1957 84 Study abroad is specified as the type of location at which the course is taught. \N StudyAbroad Study abroad \N CEDS \N \N \N \N \N LIF f \N f 4 -1958 84 Distance Learning \N DistanceLearning Distance Learning \N PESC \N \N \N \N \N LIF f \N f 4 -1959 85 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning Blended Learning \N CEDS \N \N \N \N \N LIF f \N f 4 +3399 284 Quinault Indian Nation (previously listed as Quinault Tribe of the Quinault Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuinaultIndianNation QuinaultIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 +1956 84 On campus is specified as the type of location at which the course is taught. \N OnCampus OnCampus \N CEDS \N \N \N \N \N LIF f \N f 4 +1939 83 Other Distance Learning is the primary method of instruction used for the course. \N OtherDistanceLearning OtherDistanceLearning \N CEDS \N \N \N \N \N LIF f \N f 4 +1940 83 Practice Teaching is the primary method of instruction used for the course. \N PracticeTeaching PracticeTeaching \N CEDS \N \N \N \N \N LIF f \N f 4 +1967 85 Delivery is not tied to a specific site. \N deliveryType-VariableSite VariableSite \N CTDL \N \N \N \N \N LIF f \N f 4 +1962 85 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege EarlyCollege \N CEDS \N \N \N \N \N LIF f \N f 4 +99 5 \N \N WorkplaceReadinessScore WorkplaceReadinessScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1950 84 Clinic or hospital is specified as the type of location at which the course is taught. \N ClinicHospital ClinicOrHospital \N CEDS \N \N \N \N \N LIF f \N f 4 1960 85 Course is taught via live or taped broadcast over open air, closed circuit, or cable television systems. \N Broadcast Broadcast \N CEDS \N \N \N \N \N LIF f \N f 4 1961 85 Course is taught via hard or electronic copy or other media (CD, DVD, video cassette) and student works at own pace usually without an instructor present, but generally under supervision of LEA. Includes “packet” programs. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N f 4 -1962 85 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege Early College \N CEDS \N \N \N \N \N LIF f \N f 4 -1963 85 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace Face to Face \N CEDS \N \N \N \N \N LIF f \N f 4 +3262 284 Native Village of Mekoryuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMekoryuk NativeVillageOfMekoryuk \N CEDS \N \N \N \N \N LIF f \N f 1 +1944 83 Self Paced is the primary method of instruction used for the course. \N SelfPaced SelfPaced \N CEDS \N \N \N \N \N LIF f \N f 4 5293 359 \N \N 4 4 \N \N \N \N \N \N \N LIF f \N f 1 5294 359 \N \N 5 5 \N \N \N \N \N \N \N LIF f \N f 1 -1964 85 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N f 4 -1965 85 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo Interactive Audio/Video \N CEDS \N \N \N \N \N LIF f \N f 4 +1942 83 Private Study is the primary method of instruction used for the course. \N PrivateStudy PrivateStudy \N CEDS \N \N \N \N \N LIF f \N f 4 1966 85 Course is taught through a website, web application, or app on an internet connected device. \N Online Online \N CEDS \N \N \N \N \N LIF f \N f 4 -1967 85 Delivery is not tied to a specific site. \N deliveryType:VariableSite Variable Site \N CTDL \N \N \N \N \N LIF f \N f 4 +1951 84 Correctional institution is specified as the type of location at which the course is taught. \N Correctional CorrectionalInstitution \N CEDS \N \N \N \N \N LIF f \N f 4 1968 86 Student-oriented teaching and learning which is not organized around participants interacting at the same time and in the same space. \N Asynchronous Asynchronous \N CEDS \N \N \N \N \N LIF f \N f 4 1969 86 Group-oriented teaching and learning organized around participants interacting at the same time and in the same space. \N Synchronous Synchronous \N CEDS \N \N \N \N \N LIF f \N f 4 1970 88 Pre-registered is the status related to a student enrollment in an instance of a course. \N Pre-registered Pre-registered \N CEDS \N \N \N \N \N LIF f \N f 4 1971 88 Registered is the status related to a student enrollment in an instance of a course. \N Registered Registered \N CEDS \N \N \N \N \N LIF f \N f 4 1972 88 Enrolled is the status related to a student enrollment in an instance of a course. \N Enrolled Enrolled \N CEDS \N \N \N \N \N LIF f \N f 4 -1973 88 Wait Listed is the status related to a student enrollment in an instance of a course. \N WaitListed Wait Listed \N CEDS \N \N \N \N \N LIF f \N f 4 1974 88 Dropped is the status related to a student enrollment in an instance of a course. \N Dropped Dropped \N CEDS \N \N \N \N \N LIF f \N f 4 1975 88 Completed is the status related to a student enrollment in an instance of a course. \N Completed Completed \N CEDS \N \N \N \N \N LIF f \N f 4 -1976 89 The student repeated the course and it has been counted in grade point average. \N RepeatCounted Repeated, counted in grade point average \N CEDS \N \N \N \N \N LIF f \N f 4 -1977 89 The student repeated the course and it has not been counted in grade point average. \N RepeatNotCounted Repeated, not counted in grade point average \N CEDS \N \N \N \N \N LIF f \N f 4 -1978 89 Replacement course counted. \N ReplacementCounted Replacement counted \N CEDS \N \N \N \N \N LIF f \N f 4 -1979 89 Replacement course not counted. \N ReplacedNotCounted Replacement not counted \N CEDS \N \N \N \N \N LIF f \N f 4 -757 33 \N \N sin Sinhala; Sinhalese \N CEDS \N \N \N \N \N LIF f \N t 1 -1980 89 The student repeated the course and it has been counted by another institution. \N RepeatOtherInstitution Repeated, other institution \N CEDS \N \N \N \N \N LIF f \N f 4 -1981 89 Other, the course is not counted in GPA (e.g., used for academic forgiveness or clemency). \N NotCountedOther Other, not counted in GPA (e.g., used for academic forgiveness or clemency). \N CEDS \N \N \N \N \N LIF f \N f 4 -1982 90 New Class Section enrollment. \N NewEnrollment New Enrollment \N CEDS \N \N \N \N \N LIF f \N f 4 +3010 284 Bishop Paiute Tribe (previously listed as Paiute-Shoshone Indians of the Bishop Community of the Bishop Colony, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BishopPaiuteTribe BishopPaiuteTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +1957 84 Study abroad is specified as the type of location at which the course is taught. \N StudyAbroad StudyAbroad \N CEDS \N \N \N \N \N LIF f \N f 4 +757 33 \N \N sin Sinhala;Sinhalese \N CEDS \N \N \N \N \N LIF f \N t 1 +1965 85 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo InteractiveAudio/Video \N CEDS \N \N \N \N \N LIF f \N f 4 +1948 83 Work Study is the primary method of instruction used for the course. \N WorkStudy WorkStudy \N CEDS \N \N \N \N \N LIF f \N f 4 +1964 85 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N f 4 +1996 92 Failing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailFail Pass-Fail--Fail \N CEDS \N \N \N \N \N LIF f \N f 4 +1997 92 Passing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailPass Pass-Fail--Pass \N CEDS \N \N \N \N \N LIF f \N f 4 +1979 89 Replacement course not counted. \N ReplacedNotCounted ReplacementNotCounted \N CEDS \N \N \N \N \N LIF f \N f 4 1983 90 Student transferred from another Class Section of the same course in the same educational institution. \N Transfer Transfer \N CEDS \N \N \N \N \N LIF f \N f 4 -1984 91 The student exited the course section and transferred to another course section of the same course in the same educational institution. \N Transfer Student transferred to another Class Section of the same course in the same educational institution. \N CEDS \N \N \N \N \N LIF f \N f 4 -1985 91 The course section completed and the student received credit for the course. \N CompletedForCredit Class Section completed, student received credit for the course. \N CEDS \N \N \N \N \N LIF f \N f 4 -1986 91 The course section completed and the student did not receive credit for the course. \N CompletedNoCredit Class Section completed, student did not receive credit for the course. \N CEDS \N \N \N \N \N LIF f \N f 4 -1987 91 The course section ended and the student did not complete the work required to complete the course. \N Incomplete Class Section completed, student did not complete the work required to complete the course. \N CEDS \N \N \N \N \N LIF f \N f 4 -1988 92 Audited or visited the course is specified as additional information regarding the context of the given grade. \N AuditedCourse Audited or visited the course \N CEDS \N \N \N \N \N LIF f \N f 4 -1989 92 Honors grade is specified as additional information regarding the context of the given grade. \N HonorsGrade Honors grade \N CEDS \N \N \N \N \N LIF f \N f 4 +1989 92 Honors grade is specified as additional information regarding the context of the given grade. \N HonorsGrade HonorsGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1988 92 Audited or visited the course is specified as additional information regarding the context of the given grade. \N AuditedCourse AuditedOrVisitedTheCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1998 92 Transfer credit; grade not carried on receiving institution's transcript is specified as additional information regarding the context of the given grade. \N TransferNoGrade TransferNoGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1625 56 \N \N C-scaledScores C-scaledScores \N CEDS \N \N \N \N \N LIF f \N t 1 1990 92 Incomplete is specified as additional information regarding the context of the given grade. \N Incomplete Incomplete \N CEDS \N \N \N \N \N LIF f \N f 4 -1991 92 Failing/no pass/unsatisfactory grade awarded because incomplete not resolved satisfactorily is specified as additional information regarding the context of the given grade. \N IncompleteNotResolvedFail Incomplete Not Resolved Fail \N CEDS \N \N \N \N \N LIF f \N f 4 -1992 92 Current enrollment course in progress, permanent grade not yet assigned is specified as additional information regarding the context of the given grade. \N InProgress In Progress \N CEDS \N \N \N \N \N LIF f \N f 4 -1993 92 No grade reported yet by instructor (although the course has ended) is specified as additional information regarding the context of the given grade. \N NotYetReported Not Yet Reported \N CEDS \N \N \N \N \N LIF f \N f 4 -1994 92 Other not passing/unsatisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherFail Other Fail \N CEDS \N \N \N \N \N LIF f \N f 4 -1995 92 Other passing/satisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherPass Other Pass \N CEDS \N \N \N \N \N LIF f \N f 4 -1996 92 Failing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailFail Pass-Fail : Fail \N CEDS \N \N \N \N \N LIF f \N f 4 -1997 92 Passing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailPass Pass-Fail : Pass \N CEDS \N \N \N \N \N LIF f \N f 4 -1998 92 Transfer credit; grade not carried on receiving institution's transcript is specified as additional information regarding the context of the given grade. \N TransferNoGrade Transfer No Grade \N CEDS \N \N \N \N \N LIF f \N f 4 +1626 56 \N \N CollegeBoardExaminationScores CollegeBoardExaminationScores \N CEDS \N \N \N \N \N LIF f \N t 1 +1628 56 \N \N GraduationScore GraduationScore \N CEDS \N \N \N \N \N LIF f \N t 1 +2385 139 Credential awarded at the Master level for demonstration of the highest level of skills and performance in industry trades and professions. \N ceterms-MasterCertificate MasterTradeCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 1999 92 Withdrew is specified as additional information regarding the context of the given grade. \N Withdrew Withdrew \N CEDS \N \N \N \N \N LIF f \N f 4 -2000 92 Withdrew failing is specified as additional information regarding the context of the given grade. \N WithdrewFailing Withdrew failing \N CEDS \N \N \N \N \N LIF f \N f 4 -2001 92 Withdrew without penalty or pass/fail designation is specified as additional information regarding the context of the given grade. \N WithdrewNoPenalty Withdrew No Penalty \N CEDS \N \N \N \N \N LIF f \N f 4 -2002 92 Withdrew passing is specified as additional information regarding the context of the given grade. \N WithdrewPassing Withdrew passing \N CEDS \N \N \N \N \N LIF f \N f 4 2003 93 Male-only is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N MaleOnly Male-only \N CEDS \N \N \N \N \N LIF f \N f 4 2004 93 Female-only is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N FemaleOnly Female-only \N CEDS \N \N \N \N \N LIF f \N f 4 -2005 93 Not a single-sex class is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N NotSingleSex Not a single-sex class \N CEDS \N \N \N \N \N LIF f \N f 4 +1630 56 \N \N InternationalBaccalaureateScore InternationalBaccalaureateScore \N CEDS \N \N \N \N \N LIF f \N t 1 5295 359 \N \N 6 6 \N \N \N \N \N \N \N LIF f \N f 1 5296 359 \N \N 7 7 \N \N \N \N \N \N \N LIF f \N f 1 5297 359 \N \N 8 8 \N \N \N \N \N \N \N LIF f \N f 1 -3919 310 Hannahville Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hannahville Indian CommunityMichigan Hannahville Indian Community, Michigan \N \N \N \N \N \N \N LIF f \N f 4 +1978 89 Replacement course counted. \N ReplacementCounted ReplacementCounted \N CEDS \N \N \N \N \N LIF f \N f 4 5298 359 \N \N 9 9 \N \N \N \N \N \N \N LIF f \N f 1 -3926 310 Hoopa Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoopa Valley TribeCalifornia Hoopa Valley Tribe, California \N \N \N \N \N \N \N LIF f \N f 4 -3947 310 Jicarilla Apache Nation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jicarilla Apache NationNew Mexico Jicarilla Apache Nation, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 +1982 90 New Class Section enrollment. \N NewEnrollment NewEnrollment \N CEDS \N \N \N \N \N LIF f \N f 4 5299 359 \N \N 10 10 \N \N \N \N \N \N \N LIF f \N f 1 5300 359 \N \N 11 11 \N \N \N \N \N \N \N LIF f \N f 1 -3955 310 Kaw Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaw NationOklahoma Kaw Nation, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3958 310 Keweenaw Bay Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Keweenaw Bay Indian CommunityMichigan Keweenaw Bay Indian Community, Michigan \N \N \N \N \N \N \N LIF f \N f 4 +2381 139 A credential awarded by examination that demonstrates that an individual has acquired secondary school-level academic skills. \N ceterms-GeneralEducationDevelopment GeneralEducationDevelopment(GED) \N CTDL \N \N \N \N \N LIF f \N f 10 +2384 139 A credential assuring that an organization, program, or awarded credential meets prescribed requirements and may include development and administration of qualifying examinations. \N ceterms-QualityAssuranceCredential QualityAssuranceCredential \N CTDL \N \N \N \N \N LIF f \N f 10 +3962 310 Kickapoo Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTribeOfOklahoma KickapooTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +2002 92 Withdrew passing is specified as additional information regarding the context of the given grade. \N WithdrewPassing WithdrewPassing \N CEDS \N \N \N \N \N LIF f \N f 4 +2380 139 The highest award level to be earned for postsecondary study. \N ceterms-DoctoralDegree DoctoralDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2001 92 Withdrew without penalty or pass/fail designation is specified as additional information regarding the context of the given grade. \N WithdrewNoPenalty WithdrewNoPenalty \N CEDS \N \N \N \N \N LIF f \N f 4 +1992 92 Current enrollment course in progress, permanent grade not yet assigned is specified as additional information regarding the context of the given grade. \N InProgress InProgress \N CEDS \N \N \N \N \N LIF f \N f 4 +2005 93 Not a single-sex class is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N NotSingleSex NotASingle-sexClass \N CEDS \N \N \N \N \N LIF f \N f 4 +1634 56 \N \N NormalizedStandardScore NormalizedStandardScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1995 92 Other passing/satisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherPass OtherPass \N CEDS \N \N \N \N \N LIF f \N f 4 +2000 92 Withdrew failing is specified as additional information regarding the context of the given grade. \N WithdrewFailing WithdrewFailing \N CEDS \N \N \N \N \N LIF f \N f 4 +1991 92 Failing/no pass/unsatisfactory grade awarded because incomplete not resolved satisfactorily is specified as additional information regarding the context of the given grade. \N IncompleteNotResolvedFail IncompleteNotResolvedFail \N CEDS \N \N \N \N \N LIF f \N f 4 +1994 92 Other not passing/unsatisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherFail OtherFail \N CEDS \N \N \N \N \N LIF f \N f 4 +5303 359 \N \N AudLevel-SecondaryLevel AudLevel-SecondaryLevel \N \N \N \N \N \N \N LIF f \N f 1 5301 359 \N \N 12 12 \N \N \N \N \N \N \N LIF f \N f 1 5302 359 \N \N 13 13 \N \N \N \N \N \N \N LIF f \N f 1 -5303 359 \N \N AudLevel:SecondaryLevel Aud Level: Secondary Level \N \N \N \N \N \N \N LIF f \N f 1 -5304 359 \N \N AudLevel:PostSecondaryLevel Aud Level: Post Secondary Level \N \N \N \N \N \N \N LIF f \N f 1 +2145 119 \N \N learnMethod-WorkBased WorkBased \N CTDL \N \N \N \N \N LIF f \N f 10 +3422 284 Samish Indian Nation (previously listed as Samish Indian Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SamishIndianNation SamishIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 5305 359 \N \N AS AS \N \N \N \N \N \N \N LIF f \N f 1 5306 359 \N \N BA BA \N \N \N \N \N \N \N LIF f \N f 1 5307 359 \N \N PB PB \N \N \N \N \N \N \N LIF f \N f 1 @@ -14252,7 +14184,7 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 5316 360 \N \N Draft Draft \N \N \N \N \N \N \N LIF f \N f 1 5317 360 \N \N Published Published \N \N \N \N \N \N \N LIF f \N f 1 5318 360 \N \N Deprecated Deprecated \N \N \N \N \N \N \N LIF f \N f 1 -3987 310 Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lovelock Paiute Tribe Of the Lovelock Indian ColonyNevada Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada \N \N \N \N \N \N \N LIF f \N f 4 +5304 359 \N \N AudLevel-PostSecondaryLevel AudLevel-PostSecondaryLevel \N \N \N \N \N \N \N LIF f \N f 1 5319 360 \N \N Unknown Unknown \N \N \N \N \N \N \N LIF f \N f 1 5320 361 \N \N CTID CTID \N \N \N \N \N \N \N LIF f \N f 1 5321 361 \N \N URI URI \N \N \N \N \N \N \N LIF f \N f 1 @@ -14276,64 +14208,58 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 5339 363 \N \N Quarters Quarters \N \N \N \N \N \N \N LIF f \N f 1 5340 363 \N \N Semesters Semesters \N \N \N \N \N \N \N LIF f \N f 1 5341 363 \N \N Years Years \N \N \N \N \N \N \N LIF f \N f 1 -2129 118 Intended for those attending secondary (high-school) level programs. \N audLevel:SecondaryLevel Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2130 118 Intended for those who have completed secondary level school programs or equivalent. \N audLevel:PostSecondaryLevel Post Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2131 118 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel:AssociatesDegreeLevel Associates Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2132 118 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel:BachelorsDegreeLevel Bachelors Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2133 118 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel:MastersDegreeLevel Masters Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2134 118 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel:DoctoralDegreeLevel Doctoral Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2135 118 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel:ProfessionalLevel Professional Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2136 119 \N \N learnMethod:Applied Applied \N CTDL \N \N \N \N \N LIF f \N f 10 -2137 119 \N \N learnMethod:ClinicalRotation Clinical Rotation \N CTDL \N \N \N \N \N LIF f \N f 10 -2138 119 \N \N learnMethod:Internship Internship \N CTDL \N \N \N \N \N LIF f \N f 10 -2139 119 \N \N learnMethod:Laboratory Laboratory \N CTDL \N \N \N \N \N LIF f \N f 10 -2140 119 \N \N learnMethod:Lecture Lecture \N CTDL \N \N \N \N \N LIF f \N f 10 -2141 119 \N \N learnMethod:MedicalResidency Medical Residency \N CTDL \N \N \N \N \N LIF f \N f 10 -2142 119 \N \N learnMethod:SelfPaced Self Paced \N CTDL \N \N \N \N \N LIF f \N f 10 -2143 119 \N \N learnMethod:Seminar Seminar \N CTDL \N \N \N \N \N LIF f \N f 10 -2144 119 \N \N learnMethod:Prerecorded Prerecorded \N CTDL \N \N \N \N \N LIF f \N f 10 -2145 119 \N \N learnMethod:WorkBased Work Based \N CTDL \N \N \N \N \N LIF f \N f 10 -2146 119 Learning through work that leads to a credential that is recognized by a relevant authority and is deliberately structured and supported to provide a progression of learning experiences. \N learnMethod:Apprenticeship Apprenticeship \N CTDL \N \N \N \N \N LIF f \N f 10 -2147 119 Format in which people progress as a group. \N learnMethod:CohortBased Cohort Based \N CTDL \N \N \N \N \N LIF f \N f 10 -2148 119 Provides interactive educational experiences which demonstrate concepts in a way that promotes critical thinking, overcoming challenges within prescribed rule sets, problem solving, and in some cases, teamwork and/or competition. \N learnMethod:Gaming Gaming \N CTDL \N \N \N \N \N LIF f \N f 10 -2149 120 Delivery includes significant levels of both in person and online. \N deliveryType:BlendedDelivery Blended Delivery \N CTDL \N \N \N \N \N LIF f \N f 10 -758 33 \N \N sio Siouan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -2150 120 Delivery is only face-to-face. \N deliveryType:InPerson In Person \N CTDL \N \N \N \N \N LIF f \N f 10 -2151 120 Delivery is only via the Internet. \N deliveryType:OnlineOnly Online Only \N CTDL \N \N \N \N \N LIF f \N f 10 -2152 120 Delivery is not tied to a specific site. \N deliveryType:VariableSite Variable Site \N CTDL \N \N \N \N \N LIF f \N f 10 -2153 121 Resource is active, current, ongoing, offered, operational, or available. \N lifeCycle:Active Active \N CTDL \N \N \N \N \N LIF f \N f 10 -2154 121 Resource is permanently no longer active, current, ongoing, offered, operational, or available. \N lifeCycle:Ceased Ceased \N CTDL \N \N \N \N \N LIF f \N f 10 -2155 121 Resource is in the process of becoming no longer active, current, ongoing, offered, operational, or available. \N lifeCycle:Ceasing Ceasing \N CTDL \N \N \N \N \N LIF f \N f 10 -2156 121 Resource is under development and may or may not become active, current, ongoing, offered, operational, or available. \N lifeCycle:Developing Developing \N CTDL \N \N \N \N \N LIF f \N f 10 -2157 121 Resource is temporarily not active, current, ongoing, offered, operational, or available. \N lifeCycle:Suspended Suspended \N CTDL \N \N \N \N \N LIF f \N f 10 -2158 121 Arrangement by which an educational institution provides its current students with the opportunity to complete their course of study when the program, institution or location offering access closes. \N lifeCycle:TeachOut Teach Out \N CTDL \N \N \N \N \N LIF f \N f 10 -5342 364 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5343 364 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 +2960 282 - Update description: “A name an individual has used in the past, yet no longer currently uses.” PreviousName PreviousName \N LIF-Addition \N \N \N \N \N LIF f \N t 1 +2137 119 \N \N learnMethod-ClinicalRotation ClinicalRotation \N CTDL \N \N \N \N \N LIF f \N f 10 +758 33 \N \N sio SiouanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2142 119 \N \N learnMethod-SelfPaced SelfPaced \N CTDL \N \N \N \N \N LIF f \N f 10 +4094 310 Native Village of Saint Michael is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSaintMichael NativeVillageOfSaintMichael \N \N \N \N \N \N \N LIF f \N f 4 +2141 119 \N \N learnMethod-MedicalResidency MedicalResidency \N CTDL \N \N \N \N \N LIF f \N f 10 +1963 85 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace FaceToFace \N CEDS \N \N \N \N \N LIF f \N f 4 +1605 54 Lower division credit (associated with first/second year) is specified as the level of credit associated with the credit hours earned for the course. \N LowerDivision LowerDivisionCredit(associatedWithFirst/secondYear) \N CEDS \N \N \N \N \N LIF f \N t 1 +2129 118 Intended for those attending secondary (high-school) level programs. \N audLevel-SecondaryLevel SecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2130 118 Intended for those who have completed secondary level school programs or equivalent. \N audLevel-PostSecondaryLevel PostSecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2131 118 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel-AssociatesDegreeLevel AssociatesDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2132 118 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel-BachelorsDegreeLevel BachelorsDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2133 118 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel-MastersDegreeLevel MastersDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2134 118 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel-DoctoralDegreeLevel DoctoralDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2135 118 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel-ProfessionalLevel ProfessionalLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2136 119 \N \N learnMethod-Applied Applied \N CTDL \N \N \N \N \N LIF f \N f 10 +2138 119 \N \N learnMethod-Internship Internship \N CTDL \N \N \N \N \N LIF f \N f 10 +2140 119 \N \N learnMethod-Lecture Lecture \N CTDL \N \N \N \N \N LIF f \N f 10 +2139 119 \N \N learnMethod-Laboratory Laboratory \N CTDL \N \N \N \N \N LIF f \N f 10 +2143 119 \N \N learnMethod-Seminar Seminar \N CTDL \N \N \N \N \N LIF f \N f 10 +2144 119 \N \N learnMethod-Prerecorded Prerecorded \N CTDL \N \N \N \N \N LIF f \N f 10 +3656 290 Seventh grade is the extent of formal instruction a person has received. \N SeventhGrade SeventhGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3083 284 Egegik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EgegikVillage EgegikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3088 284 Emmonak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EmmonakVillage EmmonakVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3090 284 Evansville Village (aka Bettles Field) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EvansvilleVillage EvansvilleVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +4373 312 On campus is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N OnCampus OnCampus \N \N \N \N \N \N \N LIF f \N f 4 +3084 284 Eklutna Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EklutnaNativeVillage EklutnaNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +1781 72 The course being described is weighted in the computation of the student’s Grade Point Average (GPA) \N Weighted WeightedInGPA \N CEDS \N \N \N \N \N LIF f \N f 4 5344 364 \N \N Incorrect Incorrect \N \N \N \N \N \N \N LIF f \N f 1 -5345 364 \N \N ChangedOverTime Changed Over Time \N \N \N \N \N \N \N LIF f \N f 1 -3066 284 Coquille Indian Tribe (previously listed as Coquille Tribe of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coquille Indian Tribe Coquille Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3069 284 Cowlitz Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cowlitz Indian Tribe Cowlitz Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3071 284 Craig Tribal Association (previously listed as Craig Community Association) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Craig Tribal Association Craig Tribal Association \N CEDS \N \N \N \N \N LIF f \N f 1 +4208 310 Quinault Indian Nation (previously listed as Quinault Tribe of the Quinault Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuinaultIndianNation QuinaultIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +1780 72 The course being described is not included in the computation of the student’s Grade Point Average (GPA). \N NotApplicable NotApplicableInGPA \N CEDS \N \N \N \N \N LIF f \N f 4 3641 288 Female \N Female Female \N CEDS \N \N \N \N \N LIF f \N f 1 -3074 284 Curyung Tribal Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Curyung Tribal Council Curyung Tribal Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3056 284 Confederated Salish and Kootenai Tribes of the Flathead Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Salish and Kootenai Tribes Of the Flathead Reservation Confederated Salish and Kootenai Tribes of the Flathead Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3057 284 Confederated Tribes and Bands of the Yakama Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes and Bands Of the Yakama Nation Confederated Tribes and Bands of the Yakama Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3058 284 Confederated Tribes of Siletz Indians of Oregon (previously listed as Confederated Tribes of the Siletz Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of Siletz Indians Of Oregon Confederated Tribes of Siletz Indians of Oregon \N CEDS \N \N \N \N \N LIF f \N f 1 -3656 290 Seventh grade is the extent of formal instruction a person has received. \N SeventhGrade Seventh grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3083 284 Egegik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Egegik Village Egegik Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3084 284 Eklutna Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eklutna Native Village Eklutna Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3088 284 Emmonak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Emmonak Village Emmonak Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3090 284 Evansville Village (aka Bettles Field) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Evansville Village Evansville Village \N CEDS \N \N \N \N \N LIF f \N f 1 +214 17 \N \N 493 GradeEquivalentOrGrade-levelIndicator \N CEDS \N \N \N \N \N LIF f \N f 4 +3066 284 Coquille Indian Tribe (previously listed as Coquille Tribe of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoquilleIndianTribe CoquilleIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3069 284 Cowlitz Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CowlitzIndianTribe CowlitzIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3481 284 The Osage Nation (previously listed as Osage Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheOsageNation TheOsageNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3955 310 Kaw Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KawNationOklahoma KawNation-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3074 284 Curyung Tribal Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CuryungTribalCouncil CuryungTribalCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 4671 40 \N \N Contact Contact \N \N \N \N \N \N \N LIF f \N f 4 -3076 284 Delaware Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Delaware Tribe Of Indians Delaware Tribe of Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3080 284 Eastern Band of Cherokee Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Band Of Cherokee Indians Eastern Band of Cherokee Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3081 284 Eastern Shawnee Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Shawnee Tribe Of Oklahoma Eastern Shawnee Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3087 284 Ely Shoshone Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ely Shoshone Tribe Of Nevada Ely Shoshone Tribe of Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3089 284 Enterprise Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Enterprise Rancheria Of Maidu Indians Of California Enterprise Rancheria of Maidu Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -759 33 \N \N sit Sino-Tibetan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -3093 284 Flandreau Santee Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Flandreau Santee Sioux Tribe Of South Dakota Flandreau Santee Sioux Tribe of South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3095 284 Fort Belknap Indian Community of the Fort Belknap Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Belknap Indian Community Of the Fort Belknap Reservation Of Montana Fort Belknap Indian Community of the Fort Belknap Reservation of Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -3096 284 Fort Bidwell Indian Community of the Fort Bidwell Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Bidwell Indian Community Of the Fort Bidwell Reservation Of California Fort Bidwell Indian Community of the Fort Bidwell Reservation of California \N CEDS \N \N \N \N \N LIF f \N f 1 +5345 364 \N \N ChangedOverTime ChangedOverTime \N \N \N \N \N \N \N LIF f \N f 1 +759 33 \N \N sit Sino-TibetanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +1779 72 The course being described is included in the computation of the student’s Grade Point Average (GPA). \N Applicable ApplicableInGPA \N CEDS \N \N \N \N \N LIF f \N f 4 +3058 284 Confederated Tribes of Siletz Indians of Oregon (previously listed as Confederated Tribes of the Siletz Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfSiletzIndiansOfOregon ConfederatedTribesOfSiletzIndiansOfOregon \N CEDS \N \N \N \N \N LIF f \N f 1 +4498 274 The person is a legal partner of the learner's father, established by a civil union other than marriage. \N Father'sCivilPartner Father'sCivilPartner \N \N \N \N \N \N \N LIF f \N f 4 +4508 274 The person is a legal partner of the learner's mother, established by a civil union other than marriage. \N Mother'sCivilPartner Mother'sCivilPartner \N \N \N \N \N \N \N LIF f \N f 4 +5343 364 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +167 14 Promotion to or retention in a grade or program is specified as the reason for which an assessment is designed or delivered. \N 62 PromotionToOrRetentionInAGradeOrProgram \N CEDS \N \N \N \N \N LIF f \N f 4 +4610 67 Moved within the US, not known to be continuing \N 73075 MovedWithinTheUS-notKnownToBeContinuing \N CEDS \N \N \N \N \N LIF f \N t 1 +5342 364 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +4534 316 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions \N CEDS \N \N \N \N \N LIF f \N t 1 +1661 57 Credit granted for a course from a high school course is transferred to the college. \N HighSchoolTransferCredit CreditFromAHighSchoolCourseIsTransferredToTheCollege. \N CEDS \N \N \N \N \N LIF f \N t 1 +4123 310 Nikolai Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NikolaiVillage NikolaiVillage \N \N \N \N \N \N \N LIF f \N f 4 2274 129 Represents a generic achievement. \N Achievement Achievement \N \N \N \N \N \N \N LIF f \N f 12 2275 129 Represents an assessment result. \N AssessmentResult AssessmentResult \N \N \N \N \N \N \N LIF f \N f 12 2276 129 Represents an award. \N Award Award \N \N \N \N \N \N \N LIF f \N f 12 @@ -14350,10 +14276,9 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2287 129 Represents a license. \N License License \N CLR v1 \N \N \N \N \N LIF f \N f 12 2288 129 Represents membership. \N Membership Membership \N CLR v1 \N \N \N \N \N LIF f \N f 12 2289 130 Comprehensive Learner Record 1 \N CLR1 CLR1 \N \N \N \N \N \N \N LIF f \N f 12 -3099 284 Fort McDowell Yavapai Nation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort McDowell Yavapai NationArizona Fort McDowell Yavapai Nation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3946 310 Jena Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jena Band Of Choctaw Indians Jena Band of Choctaw Indians \N \N \N \N \N \N \N LIF f \N f 4 -3097 284 Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Independence Indian Community Of Paiute Indians Of the Fort Independence ReservationCalifornia Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3098 284 Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort McDermitt Paiute and Shoshone Tribes Of the Fort McDermitt Indian ReservationNevada and Oregon Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon \N CEDS \N \N \N \N \N LIF f \N f 1 +4124 310 Ninilchik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NinilchikVillage NinilchikVillage \N \N \N \N \N \N \N LIF f \N f 4 +4127 310 Nondalton Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NondaltonVillage NondaltonVillage \N \N \N \N \N \N \N LIF f \N f 4 +3843 310 Cheyenne and Arapaho Tribes, Oklahoma (previously listed as Cheyenne-Arapaho Tribes of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CheyenneAndArapahoTribesOklahoma CheyenneAndArapahoTribes-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 2290 131 \N \N name name \N \N \N \N \N \N \N LIF f \N f 3 2291 131 \N \N sourcedId sourcedId \N \N \N \N \N \N \N LIF f \N f 3 2292 131 \N \N systemId systemId \N \N \N \N \N \N \N LIF f \N f 3 @@ -14373,107 +14298,101 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2306 131 \N \N ltiPlatformId ltiPlatformId \N \N \N \N \N \N \N LIF f \N f 3 2307 131 \N \N ltiUserId ltiUserId \N \N \N \N \N \N \N LIF f \N f 3 2308 131 \N \N identifier identifier \N \N \N \N \N \N \N LIF f \N f 3 -2309 132 \N \N URI Uniform Resource Identifier \N \N \N \N \N \N \N LIF f \N f 3 -4007 310 Metlakatla Indian Community, Annette Island Reserve is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Metlakatla Indian CommunityAnnette Island Reserve Metlakatla Indian Community, Annette Island Reserve \N \N \N \N \N \N \N LIF f \N f 4 +4133 310 Northway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthwayVillage NorthwayVillage \N \N \N \N \N \N \N LIF f \N f 4 +4015 310 Mohegan Tribe of Indians of Connecticut (previously listed as Mohegan Indian Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MoheganTribeOfIndiansOfConnecticut MoheganTribeOfIndiansOfConnecticut \N \N \N \N \N \N \N LIF f \N f 4 2310 133 Represents a generic achievement. \N Achievement Achievement \N \N \N \N \N \N \N LIF f \N f 3 -2990 284 Alturas Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alturas Indian RancheriaCalifornia Alturas Indian Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -4011 310 Minnesota Chippewa Tribe, Minnesota (Six component reservations: Bois Forte Band (Nett Lake); Fond du Lac Band; Grand Portage Band; Leech Lake Band; Mille Lacs Band; White Earth Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Minnesota Chippewa TribeMinnesota Minnesota Chippewa Tribe, Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4116 310 Navajo Nation, Arizona, New Mexico & Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Navajo NationArizonaNew Mexico& Utah Navajo Nation, Arizona, New Mexico, & Utah \N \N \N \N \N \N \N LIF f \N f 4 -4139 310 Ohkay Owingeh, New Mexico (previously listed as Pueblo of San Juan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ohkay OwingehNew Mexico Ohkay Owingeh, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4170 310 Pinoleville Pomo Nation, California (previously listed as Pinoleville Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pinoleville Pomo NationCalifornia Pinoleville Pomo Nation, California \N \N \N \N \N \N \N LIF f \N f 4 -4171 310 Pit River Tribe, California (includes XL Ranch, Big Bend, Likely, Lookout, Montgomery Creek and Roaring Creek Rancherias) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pit River TribeCalifornia Pit River Tribe, California \N \N \N \N \N \N \N LIF f \N f 4 -4180 310 Potter Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Potter Valley TribeCalifornia Potter Valley Tribe, California \N \N \N \N \N \N \N LIF f \N f 4 -2903 277 New Mexico \N NM New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -2341 133 \N \N ext:Skill ext:Skill \N \N \N \N \N \N \N LIF f \N f 3 -2350 136 An alignment to a CTDL-ASN/CTDL competency published by Credential Engine. \N ceasn:Competency ceasn:Competency \N \N \N \N \N \N \N LIF f \N f 3 -2351 136 An alignment to a CTDL Credential published by Credential Engine. \N ceterms:Credential ceterms:Credential \N \N \N \N \N \N \N LIF f \N f 3 +3947 310 Jicarilla Apache Nation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JicarillaApacheNationNewMexico JicarillaApacheNation-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4602 67 Died or is permanently incapacitated \N 1923 DiedOrIsPermanentlyIncapacitated \N CEDS \N \N \N \N \N LIF f \N t 1 +3099 284 Fort McDowell Yavapai Nation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMcDowellYavapaiNation-Arizona FortMcDowellYavapaiNation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +2387 139 Credential awarded to indicate readiness for an apprentice-level program. \N ceterms-PreApprenticeshipCertificate PreApprenticeshipCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2309 132 \N \N URI UniformResourceIdentifier \N \N \N \N \N \N \N LIF f \N f 3 +1744 67 The course section completed and the student received credit for the course. \N CompletedForCredit ClassSectionCompleted-studentReceivedCreditForTheCourse. \N CEDS \N \N \N \N \N LIF f \N t 1 +2341 133 \N \N ext-Skill ext-Skill \N \N \N \N \N \N \N LIF f \N f 3 +2350 136 An alignment to a CTDL-ASN/CTDL competency published by Credential Engine. \N ceasn-Competency ceasn-Competency \N \N \N \N \N \N \N LIF f \N f 3 +2351 136 An alignment to a CTDL Credential published by Credential Engine. \N ceterms-Credential ceterms-Credential \N \N \N \N \N \N \N LIF f \N f 3 +2357 136 An alignment to a Skills Framework \N ext-Skill ext-Skill \N \N \N \N \N \N \N LIF f \N f 3 +2368 139 A credential designed to be displayed as a marker of accomplishment, activity, achievement, skill, interest, association, or identity. Digital Badge (digitalBadge) - A badge offered in digital form. Open Badge (openBadge) An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N ceterms-Badge Badge \N CTDL \N \N \N \N \N LIF f \N f 10 +3044 284 Chinik Eskimo Community (Golovin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChinikEskimoCommunity ChinikEskimoCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +2369 139 A badge offered in digital form. \N ceterms-DigitalBadge DigitalBadge \N CTDL \N \N \N \N \N LIF f \N f 10 +1829 76 \N \N PM Post-master'sCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 2352 136 An alignment to a CASE Framework Item. \N CFItem CFItem \N \N \N \N \N \N \N LIF f \N f 3 2353 136 An alignment to a CASE Framework Rubric. \N CFRubric CFRubric \N \N \N \N \N \N \N LIF f \N f 3 2354 136 An alignment to a CASE Framework Rubric Criterion. \N CFRubricCriterion CFRubricCriterion \N \N \N \N \N \N \N LIF f \N f 3 2355 136 An alignment to a CASE Framework Rubric Criterion Level. \N CFRubricCriterionLevel CFRubricCriterionLevel \N \N \N \N \N \N \N LIF f \N f 3 2356 136 An alignment to a Credential Engine Item. \N CTDL CTDL \N \N \N \N \N \N \N LIF f \N f 3 -2357 136 An alignment to a Skills Framework \N ext:Skill ext:Skill \N \N \N \N \N \N \N LIF f \N f 3 -2358 137 Open Badges 3.0 \N Open Badges 3.0 Open Badges 3.0 \N \N \N \N \N \N \N LIF f \N f 3 -2359 137 \N \N Comprehensive Learner Record 2 CLR2 \N \N \N \N \N \N \N LIF f \N f 3 -2368 139 A credential designed to be displayed as a marker of accomplishment, activity, achievement, skill, interest, association, or identity. Digital Badge (digitalBadge) - A badge offered in digital form. Open Badge (openBadge) An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N ceterms:Badge Badge \N CTDL \N \N \N \N \N LIF f \N f 10 -2369 139 A badge offered in digital form. \N ceterms:DigitalBadge Digital Badge \N CTDL \N \N \N \N \N LIF f \N f 10 -2370 139 An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N ceterms:OpenBadge Open Badge \N CTDL \N \N \N \N \N LIF f \N f 10 -2371 139 Credential which designates participation in, completion of, or demonstration of requisite knowledge and skills for a formal academic or training program, an occupation, or non-formal learning. \N ceterms:Certificate Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2372 139 A time-limited, renewable non-degree credential awarded by an authoritative body to an individual or organization for demonstrating the designated knowledge, skills, and abilities to perform a specific job. \N ceterms:Certification Certification \N CTDL \N \N \N \N \N LIF f \N f 10 -2373 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the master's degree and less than a doctoral degree and provides specific preparation for advanced careers in a specialist field \N ceterms:SpecialistDegree Specialist Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2374 139 A award by an educational institution for successful completion of the requirements of a course of study or equivalent. \N ceterms:Diploma Diploma \N CTDL \N \N \N \N \N LIF f \N f 10 +3502 284 Ugashik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UgashikVillage UgashikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2358 137 Open Badges 3.0 \N OpenBadges3.0 OpenBadges3.0 \N \N \N \N \N \N \N LIF f \N f 3 +3351 284 Pauloff Harbor Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PauloffHarborVillage PauloffHarborVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2773 268 Counties in metro areas of 1 million population or more \N 1 CountiesInMetroAreasOf1MillionPopulationOrMore \N CEDS \N \N \N \N \N LIF f \N t 1 2904 277 Nevada \N NV Nevada \N \N \N \N \N \N \N LIF f \N f 4 -2905 277 New York \N NY New York \N \N \N \N \N \N \N LIF f \N f 4 2360 138 \N \N CTID CTID \N \N \N \N \N \N \N LIF f \N f 4 -2375 139 A credential awarded by a government agency that constitutes legal authority to do a specific job and/or utilize a specific item, system or infrastructure and are typically earned through some combination of degree or certificate attainment, certifications, assessments, work experience, and/or fees, and are time-limited and must be renewed periodically. \N ceterms:License License \N CTDL \N \N \N \N \N LIF f \N f 10 -2376 139 Credential awarded at the Apprentice level for successful completion of an apprenticeship program in industry trades and professions. \N ceterms:ApprenticeshipCertificate Apprenticeship Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2377 139 An award level that normally requires at least 2 but less than 4 years of full-time equivalent college-level work. \N ceterms:AssociateDegree Associate's Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2378 139 An award level that normally requires at least 4 but not more than 5 years of full-time equivalent college-level work. \N ceterms:BachelorDegree Bachelor's Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2379 139 Credential that acknowledges completion of an assignment, training or other activity. \N ceterms:CertificateOfCompletion Certificate of Completion \N CTDL \N \N \N \N \N LIF f \N f 10 -2380 139 The highest award level to be earned for postsecondary study. \N ceterms:DoctoralDegree Doctoral Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2381 139 A credential awarded by examination that demonstrates that an individual has acquired secondary school-level academic skills. \N ceterms:GeneralEducationDevelopment General Education Development (GED) \N CTDL \N \N \N \N \N LIF f \N f 10 -2382 139 Credential awarded at the Journeyman level for successful completion of an apprenticeship program in industry trades and professions \N ceterms:JourneymanCertificate Journeyman Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2383 139 A doctoral degree conferred upon completion of a program providing the knowledge and skills for the recognition, credential, or license required for professional practice. \N ceterms:ProfessionalDoctorate Professional Doctorate Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2384 139 A credential assuring that an organization, program, or awarded credential meets prescribed requirements and may include development and administration of qualifying examinations. \N ceterms:QualityAssuranceCredential Quality Assurance Credential \N CTDL \N \N \N \N \N LIF f \N f 10 -2385 139 Credential awarded at the Master level for demonstration of the highest level of skills and performance in industry trades and professions. \N ceterms:MasterCertificate Master Trade Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2386 139 Credential award that requires completion of an organized program of study beyond that of a master's degree, which is designed for persons who have completed a master's degree but does not meet the requirements of a doctor's degree. \N ceterms:PostMasterCertificate Post-Master Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2387 139 Credential awarded to indicate readiness for an apprentice-level program. \N ceterms:PreApprenticeshipCertificate PreApprenticeship Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2388 139 Credential awarded for demonstrating competencies in a profession or particular occupational field, including job readiness. \N ceterms:ProfessionalCertificate Professional Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2389 139 Credential awarded after assessment of skills in a specific area defined by a recognized body of experts, without regard for how the skills were learned. \N ceterms:ProficiencyCertificate Proficiency Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2390 139 Credential award that requires completion of an organized program of study at a level beyond that of a bachelor's degree, which is designed for persons who have completed a baccalaureate degree but does not meet the requirements of a master's degree. \N ceterms:PostBaccalaureateCertificate Post Baccalaureate Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2391 139 Credential for successful completion of a formal secondary-level education program that is less than a diploma and does not indicate completion of secondary education graduation requirements. \N ceterms:SecondaryEducationCertificate Secondary Education Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2392 139 Credential award at a postsecondary level for successful completion of a formal education program that is more than one semester and less than 1 year, demonstrating competencies within a specific subject area or an occupational area indicating job readiness. \N ceterms:TechnicalLevel1Certificate Technical Level 1 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2393 139 Credential award at a postsecondary level for successful completion of a formal education program that is at least 1 year but less than 2 years, demonstrating competencies within a specific subject area or in an occupational area indicating job readiness. \N ceterms:TechnicalLevel2Certificate Technical Level 2 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2394 139 Credential award at a postsecondary level for successful completion of a formal education program that is at least 2 years but less than 4 years, demonstrating competencies within specific occupational areas indicating job readiness. \N ceterms:TechnicalLevel3Certificate Technical Level 3 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2395 139 Credential awarded for work-based learning and earn-and-learn models that meet standards and are applicable to industry, trades, occupations, and professions. \N ceterms:WorkbasedLearningCertificate Work-Based Learning Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2396 139 Credential awarded at a postsecondary level for successful completion of a formal education program that is completed within one semester, demonstrating competencies within a specific occupational area, indicating job readiness. \N ceterms:BasicTechnicalCertificate Basic Technical Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2397 139 Credential that acknowledges attendance and/or engagement in an activity. \N ceterms:CertificateOfParticipation Certificate of Participation \N CTDL \N \N \N \N \N LIF f \N f 10 -2398 139 Credential award at a postsecondary level for successful completion of general education courses that cover a broad range of foundational academic skills and takes less than 1 year. \N ceterms:GeneralEducationLevel1Certificate General Education Level 1 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2399 139 Credential award at a postsecondary level for successful completion of general education courses that takes at least 1 year that cover a broad range of foundational academic skills and takes less than 2 years to complete. \N ceterms:GeneralEducationLevel2Certificate General Education Level 2 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2400 139 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about one year in a specific subject. \N ceterms:HigherEducationLevel1Certificate Higher EducationLevel 1 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2910 277 Puerto Rico \N PR Puerto Rico \N \N \N \N \N \N \N LIF f \N f 4 -2401 139 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about two years in a specific subject. \N ceterms:HigherEducationLevel2Certificate Higher EducationLevel 2 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2402 139 An award level that requires the successful completion of a program of study of at least the full-time equivalent of 1 but not more than 2 academic years of work beyond the bachelor's degree. \N ceterms:MasterDegree Master's Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2403 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms:MasterOfArtsDegree Master of Arts Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2404 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in scientific and technical fields and professional fields of study. \N ceterms:MasterOfScienceDegree Master of Science Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2405 139 A credential that attests to achievement of a specific knowledge, skill, or competency. \N ceterms:MicroCredential Micro-Credential \N CTDL \N \N \N \N \N LIF f \N f 10 -3864 310 Comanche Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Comanche NationOklahoma Comanche Nation, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -2406 139 A doctoral degree conferred for advanced work beyond the master level, including the preparation and defense of a thesis or dissertation based on original research, or the planning and execution of an original project demonstrating substantial artistic or scholarly achievement. \N ceterms:ResearchDoctorate Research Doctorate Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2407 139 A award by secondary educational institutions for successfully completion of a course of study. \N ceterms:SecondarySchoolDiploma Secondary School Diploma \N CTDL \N \N \N \N \N LIF f \N f 10 -2408 139 Credential awarded for successful completion of a formal education program, demonstrating requisite knowledge and skills. \N ceterms:AcademicCertificate Academic Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2409 139 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in the arts and social sciences fields. \N ceterms:AssociateOfAppliedArtsDegree Associate of Applied Arts Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2410 139 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in applied scientific and technological fields. \N ceterms:AssociateOfAppliedScienceDegree Associate of Applied Science Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2411 139 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms:AssociateOfArtsDegree Associate of Arts Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2412 139 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in scientific and technical fields and professional fields of study. \N ceterms:AssociateOfScienceDegree Associate of Science Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2413 139 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms:BachelorOfArtsDegree Bachelor of Arts Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2414 139 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in scientific and technical fields and professional fields of study. \N ceterms:BachelorOfScienceDegree Bachelor of Science Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2415 140 A string of characters used to identify a resource. \N URI Uniform Resource Identifier \N \N \N \N \N \N \N LIF f \N f 15 -2416 140 128-bit number used to identify information in computer systems. \N UUID Universally Unique Identifier \N \N \N \N \N \N \N LIF f \N f 15 +3864 310 Comanche Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ComancheNationOklahoma ComancheNation-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +208 16 Assessment based on standards below age level with accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithAccommodations AssessmentBasedOnStandardsBelowAgeLevelWithAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +3153 284 Kickapoo Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTribeOfOklahoma KickapooTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3051 284 Cocopah Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CocopahTribeOfArizona CocopahTribeOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3663 290 High school completers (e.g. certificate of attendance) is the extent of formal instruction a person has received. \N HighSchoolCompleters(E.g.CertificateOfAttendance) HighSchoolCompleters(e.g.CertificateOfattendance) \N CEDS \N \N \N \N \N LIF f \N f 1 +2371 139 Credential which designates participation in, completion of, or demonstration of requisite knowledge and skills for a formal academic or training program, an occupation, or non-formal learning. \N ceterms-Certificate Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2372 139 A time-limited, renewable non-degree credential awarded by an authoritative body to an individual or organization for demonstrating the designated knowledge, skills, and abilities to perform a specific job. \N ceterms-Certification Certification \N CTDL \N \N \N \N \N LIF f \N f 10 +2374 139 A award by an educational institution for successful completion of the requirements of a course of study or equivalent. \N ceterms-Diploma Diploma \N CTDL \N \N \N \N \N LIF f \N f 10 +2370 139 An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N ceterms-OpenBadge OpenBadge \N CTDL \N \N \N \N \N LIF f \N f 10 +4239 310 Santee Sioux Nation, Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanteeSiouxNationNebraska SanteeSiouxNation-Nebraska \N \N \N \N \N \N \N LIF f \N f 4 +4170 310 Pinoleville Pomo Nation, California (previously listed as Pinoleville Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PinolevillePomoNationCalifornia PinolevillePomoNation-California \N \N \N \N \N \N \N LIF f \N f 4 +4955 351 \N \N Hat Haitian;HaitianCreole \N \N \N \N \N \N \N LIF f \N f 1 +4430 313 South Carolina \N SouthCarolina SouthCarolina \N \N \N \N \N \N \N LIF f \N f 4 +2359 137 \N \N ComprehensiveLearnerRecord2 CLR2 \N \N \N \N \N \N \N LIF f \N f 3 +2903 277 New Mexico \N NM NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +2905 277 New York \N NY NewYork \N \N \N \N \N \N \N LIF f \N f 4 +2981 284 Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AguaCalienteBandOfCahuillaIndiansOfTheAguaCalienteIndianReservation-California AguaCalienteBandOfCahuillaIndiansOfTheAguaCalienteIndianReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +2382 139 Credential awarded at the Journeyman level for successful completion of an apprenticeship program in industry trades and professions \N ceterms-JourneymanCertificate JourneymanCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +3503 284 Umkumiut Native Village (previously listed as Umkumiute Native Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UmkumiutNativeVillage UmkumiutNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3970 310 Koi Nation of Northern California (previously listed as Lower Lake Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KoiNationOfNorthernCalifornia KoiNationOfNorthernCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +2999 284 Augustine Band of Cahuilla Indians, California (previously listed as Augustine Band of Cahuilla Mission Indians of the Augustine Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AugustineBandOfCahuillaIndians-California AugustineBandOfCahuillaIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3430 284 Santee Sioux Nation, Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanteeSiouxNationNebraska SanteeSiouxNation-Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +3016 284 Cabazon Band of Mission Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CabazonBandOfMissionIndians-California CabazonBandOfMissionIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3482 284 The Seminole Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheSeminoleNationOfOklahoma TheSeminoleNationOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3486 284 Tohono O'odham Nation of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TohonoO'odhamNationOfArizona TohonoO'odhamNationOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3498 284 Turtle Mountain Band of Chippewa Indians of North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TurtleMountainBandOfChippewaIndiansOfNorthDakota TurtleMountainBandOfChippewaIndiansOfNorthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +4158 310 Paskenta Band of Nomlaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaskentaBandOfNomlakiIndiansOfCalifornia PaskentaBandOfNomlakiIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4162 310 Pawnee Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PawneeNationOfOklahoma PawneeNationOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3414 284 Sac & Fox Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxNationOklahoma Sac&FoxNation-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4314 310 United Keetoowah Band of Cherokee Indians in Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UnitedKeetoowahBandOfCherokeeIndiansInOklahoma UnitedKeetoowahBandOfCherokeeIndiansInOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3158 284 Klawock Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KlawockCooperativeAssociation KlawockCooperativeAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3505 284 United Keetoowah Band of Cherokee Indians in Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UnitedKeetoowahBandOfCherokeeIndiansInOklahoma UnitedKeetoowahBandOfCherokeeIndiansInOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +2910 277 Puerto Rico \N PR PuertoRico \N \N \N \N \N \N \N LIF f \N f 4 +1786 74 The related Course Code is based on the NCES Pilot Standard National Course Classification System for Secondary Education Codes. \N NCES NCESPilotStandardNationalCourseClassificationSystemForSecondaryEducationCodes \N CEDS \N \N \N \N \N LIF f \N f 4 +3462 284 Standing Rock Sioux Tribe of North & South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StandingRockSiouxTribeOfNorth&SouthDakota StandingRockSiouxTribeOfNorth&SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3536 284 Washoe Tribe of Nevada & California (Carson Colony, Dresslerville Colony, Woodfords Community, Stewart Community & Washoe Ranches) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WashoeTribeOfNevada&California WashoeTribeOfNevada&California \N CEDS \N \N \N \N \N LIF f \N f 1 +200 16 Regular assessment based on grade-level achievement standards without accommodations is specified as a type of assessment administered. \N REGASSWOACC RegularAssessmentsBasedOnGrade-levelAchievementStandardsWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +2416 140 128-bit number used to identify information in computer systems. \N UUID UniversallyUniqueIdentifier \N \N \N \N \N \N \N LIF f \N f 15 +3788 310 Absentee-Shawnee Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Absentee-ShawneeTribeOfIndiansOfOklahoma Absentee-ShawneeTribeOfIndiansOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +1792 75 Accepted as a high school equivalent is specified as the general nature and difficulty of instruction provided throughout a course. \N 579 AcceptedAsAHighSchoolEquivalent \N CEDS \N \N \N \N \N LIF f \N f 4 +760 33 \N \N sla SlavicLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +3102 284 Galena Village (aka Louden Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GalenaVillage GalenaVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3108 284 Gulkana Village Council (previously listed as Gulkana Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GulkanaVillageCouncil GulkanaVillageCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +4134 310 Northwestern Band of the Shoshone Nation (previously listed as Northwestern Band of Shoshoni Nation and the Northwestern Band of Shoshoni Nation of Utah (Washakie)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthwesternBandOfTheShoshoneNation NorthwesternBandOfTheShoshoneNation \N \N \N \N \N \N \N LIF f \N f 4 +4246 310 Seneca Nation of Indians (previously listed as Seneca Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SenecaNationOfIndians SenecaNationOfIndians \N \N \N \N \N \N \N LIF f \N f 4 2417 141 The Credential is active and can be awarded. \N Active Active \N \N \N \N \N \N \N LIF f \N f 15 -2418 142 Open Badges 2.0 \N OB2 Open Badges 2.0 \N \N \N \N \N \N \N LIF f \N f 15 -3102 284 Galena Village (aka Louden Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Galena Village Galena Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3105 284 Greenville Rancheria (previously listed as Greenville Rancheria of Maidu Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Greenville Rancheria Greenville Rancheria \N CEDS \N \N \N \N \N LIF f \N f 1 -4431 313 South Dakota \N South Dakota South Dakota \N \N \N \N \N \N \N LIF f \N f 4 +3325 284 Northwestern Band of the Shoshone Nation (previously listed as Northwestern Band of Shoshoni Nation and the Northwestern Band of Shoshoni Nation of Utah (Washakie)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthwesternBandOfTheShoshoneNation NorthwesternBandOfTheShoshoneNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3331 284 Omaha Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OmahaTribeOfNebraska OmahaTribeOfNebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +1833 76 \N \N PT ProfessionalOrTechnicalCredential \N CEDS \N \N \N \N \N LIF f \N f 4 4432 313 Tennessee \N Tennessee Tennessee \N \N \N \N \N \N \N LIF f \N f 4 -3101 284 Fort Sill Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Sill Apache Tribe Of Oklahoma Fort Sill Apache Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3115 284 Holy Cross Tribe (previously listed as Holy Cross Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HolyCrossTribe HolyCrossTribe \N CEDS \N \N \N \N \N LIF f \N f 1 2911 277 Palau \N PW Palau \N \N \N \N \N \N \N LIF f \N f 4 -3108 284 Gulkana Village Council (previously listed as Gulkana Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Gulkana Village Council Gulkana Village Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3665 290 Career and Technical Education certificate is the extent of formal instruction a person has received. \N CareerAndTechnicalEducationCertificate Career and Technical Education certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -3112 284 Healy Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Healy Lake Village Healy Lake Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3114 284 Hoh Indian Tribe (previously listed as Hoh Indian Tribe of the Hoh Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoh Indian Tribe Hoh Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3115 284 Holy Cross Tribe (previously listed as Holy Cross Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Holy Cross Tribe Holy Cross Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3116 284 Hoonah Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoonah Indian Association Hoonah Indian Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3106 284 Grindstone Indian Rancheria of Wintun-Wailaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Grindstone Indian Rancheria Of Wintun-Wailaki Indians Of California Grindstone Indian Rancheria of Wintun-Wailaki Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3107 284 Guidiville Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Guidiville Rancheria Of California Guidiville Rancheria of California \N CEDS \N \N \N \N \N LIF f \N f 1 -760 33 \N \N sla Slavic languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1953 84 Instructional telecommunications is specified as the type of location at which the course is taught. \N Telecommunication InstructionalTelecommunications \N CEDS \N \N \N \N \N LIF f \N f 4 +3112 284 Healy Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HealyLakeVillage HealyLakeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2415 140 A string of characters used to identify a resource. \N URI UniformResourceIdentifier \N \N \N \N \N \N \N LIF f \N f 15 +3105 284 Greenville Rancheria (previously listed as Greenville Rancheria of Maidu Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GreenvilleRancheria GreenvilleRancheria \N CEDS \N \N \N \N \N LIF f \N f 1 +4431 313 South Dakota \N SouthDakota SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3114 284 Hoh Indian Tribe (previously listed as Hoh Indian Tribe of the Hoh Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HohIndianTribe HohIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 761 33 \N \N slo Slovak \N CEDS \N \N \N \N \N LIF f \N t 1 762 33 \N \N slv Slovenian \N CEDS \N \N \N \N \N LIF f \N t 1 -3113 284 Ho-Chunk Nation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ho-Chunk Nation Of Wisconsin Ho-Chunk Nation of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3118 284 Hopi Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hopi Tribe Of Arizona Hopi Tribe of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -2569 163 \N \N FullTime Full Time \N HR Open \N \N \N \N \N LIF f \N f 2 -2570 163 \N \N PartTime Part Time \N HR Open \N \N \N \N \N LIF f \N f 2 -2571 163 \N \N FlexTime Flex Time \N HR Open \N \N \N \N \N LIF f \N f 2 -2572 163 \N \N SharedTime Shared Time \N HR Open \N \N \N \N \N LIF f \N f 2 +3665 290 Career and Technical Education certificate is the extent of formal instruction a person has received. \N CareerAndTechnicalEducationCertificate CareerAndTechnicalEducationCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +3239 284 Native Village of False Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfFalsePass NativeVillageOfFalsePass \N CEDS \N \N \N \N \N LIF f \N f 1 +2418 142 Open Badges 2.0 \N OB2 OpenBadges2.0 \N \N \N \N \N \N \N LIF f \N f 15 +3116 284 Hoonah Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoonahIndianAssociation HoonahIndianAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3101 284 Fort Sill Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortSillApacheTribeOfOklahoma FortSillApacheTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +2592 199 \N \N LaborUnion LaborUnion \N CEDS \N \N \N \N \N LIF f \N f 4 +2593 199 \N \N TeacherUnion TeacherUnion \N CEDS \N \N \N \N \N LIF f \N f 4 2573 167 \N \N Hour Hour \N HR Open \N \N \N \N \N LIF f \N f 2 2574 167 \N \N Day Day \N HR Open \N \N \N \N \N LIF f \N f 2 2575 167 \N \N Week Week \N HR Open \N \N \N \N \N LIF f \N f 2 @@ -14491,43 +14410,41 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2587 167 \N \N QuarterToDate QuarterToDate \N HR Open \N \N \N \N \N LIF f \N f 2 2588 167 \N \N YearToDate YearToDate \N HR Open \N \N \N \N \N LIF f \N f 2 2589 167 \N \N Once Once \N HR Open \N \N \N \N \N LIF f \N f 2 -2590 195 Full-time paid is specified as the condition under which a person has agreed to serve as an employee. \N FullTime Full-time paid \N CEDS \N \N \N \N \N LIF f \N f 4 -2591 195 Part-time paid is specified as the condition under which a person has agreed to serve as an employee. \N PartTime Part-time paid \N CEDS \N \N \N \N \N LIF f \N f 4 -2592 199 \N \N Labor Union Labor Union \N CEDS \N \N \N \N \N LIF f \N f 4 -2593 199 \N \N Teacher Union Teacher Union \N CEDS \N \N \N \N \N LIF f \N f 4 2594 199 \N \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 4 -2595 200 Budgetary reduction is the primary reason for the termination of the employment relationship. \N 1395 Budgetary reduction \N CEDS \N \N \N \N \N LIF f \N f 4 -2596 200 Change of assignment is the primary reason for the termination of the employment relationship. \N 1391 Change of assignment \N CEDS \N \N \N \N \N LIF f \N f 4 +3790 310 Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AguaCalienteBandOfCahuillaIndiansOfTheAguaCalienteIndianReservation AguaCalienteBandOfCahuillaIndiansOfTheAguaCalienteIndianReservation-California \N \N \N \N \N \N \N LIF f \N f 4 2597 200 Compensation is the primary reason for the termination of the employment relationship. \N 89604 Compensation \N CEDS \N \N \N \N \N LIF f \N f 4 -2598 200 Continued absence or tardiness is the primary reason for the termination of the employment relationship. \N 1400 Continued absence or tardiness \N CEDS \N \N \N \N \N LIF f \N f 4 -2599 200 Credential revoked or suspended is the primary reason for the termination of the employment relationship. \N 1402 Credential revoked or suspended \N CEDS \N \N \N \N \N LIF f \N f 4 +2595 200 Budgetary reduction is the primary reason for the termination of the employment relationship. \N 1395 BudgetaryReduction \N CEDS \N \N \N \N \N LIF f \N f 4 2600 200 Death is the primary reason for the termination of the employment relationship. \N 1404 Death \N CEDS \N \N \N \N \N LIF f \N f 4 -2601 200 Decreased workload is the primary reason for the termination of the employment relationship. \N 1397 Decreased workload \N CEDS \N \N \N \N \N LIF f \N f 4 -2602 200 Falsified application form is the primary reason for the termination of the employment relationship. \N 1401 Falsified application form \N CEDS \N \N \N \N \N LIF f \N f 4 -2603 200 Family/personal relocation is the primary reason for the termination of the employment relationship. \N 1390 Family/personal relocation \N CEDS \N \N \N \N \N LIF f \N f 4 -2604 200 Formal study or research is the primary reason for the termination of the employment relationship. \N 1392 Formal study or research \N CEDS \N \N \N \N \N LIF f \N f 4 -2605 200 Homemaking/caring for a family member is the primary reason for the termination of the employment relationship. \N 1394 Homemaking/caring for a family member \N CEDS \N \N \N \N \N LIF f \N f 4 +2603 200 Family/personal relocation is the primary reason for the termination of the employment relationship. \N 1390 Family/personalRelocation \N CEDS \N \N \N \N \N LIF f \N f 4 +2610 200 Organizational restructuring is the primary reason for the termination of the employment relationship. \N 1396 OrganizationalRestructuring \N CEDS \N \N \N \N \N LIF f \N f 4 2606 200 Illness/disability is the primary reason for the termination of the employment relationship. \N 1393 Illness/disability \N CEDS \N \N \N \N \N LIF f \N f 4 -2607 200 Leave Not Planning to Return is the primary reason for the termination of the employment relationship. \N 73203 Leave Not Planning to Return \N CEDS \N \N \N \N \N LIF f \N f 4 -2608 200 Leave Planning to Return is the primary reason for the termination of the employment relationship. \N 73202 Leave Planning to Return \N CEDS \N \N \N \N \N LIF f \N f 4 2609 200 Misconduct is the primary reason for the termination of the employment relationship. \N 1399 Misconduct \N CEDS \N \N \N \N \N LIF f \N f 4 -2610 200 Organizational restructuring is the primary reason for the termination of the employment relationship. \N 1396 Organizational restructuring \N CEDS \N \N \N \N \N LIF f \N f 4 +2590 195 Full-time paid is specified as the condition under which a person has agreed to serve as an employee. \N FullTime Full-timePaid \N CEDS \N \N \N \N \N LIF f \N f 4 2611 200 The primary reason for the termination of the employment relationship is in a category not yet defined in CEDS. \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N f 4 -2612 200 Personal reason is the primary reason for the termination of the employment relationship. \N 1405 Personal reason \N CEDS \N \N \N \N \N LIF f \N f 4 +2598 200 Continued absence or tardiness is the primary reason for the termination of the employment relationship. \N 1400 ContinuedAbsenceOrTardiness \N CEDS \N \N \N \N \N LIF f \N f 4 2613 200 Retirement is the primary reason for the termination of the employment relationship. \N 1389 Retirement \N CEDS \N \N \N \N \N LIF f \N f 4 -2614 200 Termination with Cause is the primary reason for the termination of the employment relationship. \N 73201 Termination with Cause \N CEDS \N \N \N \N \N LIF f \N f 4 +2489 151 Continued absence or tardiness is the primary reason for the termination of the employment relationship. \N ContinuedAbsenceOrTardiness ContinuedAbsenceOrTardiness \N CEDS \N \N \N \N \N LIF f \N t 1 2615 200 The primary reason for the termination of the employment relationship is unknown. \N 9997 Unknown \N CEDS \N \N \N \N \N LIF f \N f 4 -2616 200 Unsatisfactory work performance is the primary reason for the termination of the employment relationship. \N 1403 Unsatisfactory work performance \N CEDS \N \N \N \N \N LIF f \N f 4 2617 200 Unsuitability is the primary reason for the termination of the employment relationship. \N 1398 Unsuitability \N CEDS \N \N \N \N \N LIF f \N f 4 -2618 201 Involuntary separation is the type of separation occurring between a person and the organization. \N Involuntary Involuntary separation \N CEDS \N \N \N \N \N LIF f \N f 4 -763 33 \N \N sma Southern Sami \N CEDS \N \N \N \N \N LIF f \N t 1 -2619 201 Mutual agreement is the type of separation occurring between a person and the organization. \N MutualAgreement Mutual agreement \N CEDS \N \N \N \N \N LIF f \N f 4 +5187 351 \N \N Srn SrananTongo \N \N \N \N \N \N \N LIF f \N f 1 +3071 284 Craig Tribal Association (previously listed as Craig Community Association) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CraigTribalAssociation CraigTribalAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +2618 201 Involuntary separation is the type of separation occurring between a person and the organization. \N Involuntary InvoluntarySeparation \N CEDS \N \N \N \N \N LIF f \N f 4 +2569 163 \N \N FullTime FullTime \N HR Open \N \N \N \N \N LIF f \N f 2 +2570 163 \N \N PartTime PartTime \N HR Open \N \N \N \N \N LIF f \N f 2 +763 33 \N \N sma SouthernSami \N CEDS \N \N \N \N \N LIF f \N t 1 +2571 163 \N \N FlexTime FlexTime \N HR Open \N \N \N \N \N LIF f \N f 2 +2591 195 Part-time paid is specified as the condition under which a person has agreed to serve as an employee. \N PartTime Part-timePaid \N CEDS \N \N \N \N \N LIF f \N f 4 +2607 200 Leave Not Planning to Return is the primary reason for the termination of the employment relationship. \N 73203 LeaveNotPlanningToReturn \N CEDS \N \N \N \N \N LIF f \N f 4 +2608 200 Leave Planning to Return is the primary reason for the termination of the employment relationship. \N 73202 LeavePlanningToReturn \N CEDS \N \N \N \N \N LIF f \N f 4 +2614 200 Termination with Cause is the primary reason for the termination of the employment relationship. \N 73201 TerminationWithCause \N CEDS \N \N \N \N \N LIF f \N f 4 +2601 200 Decreased workload is the primary reason for the termination of the employment relationship. \N 1397 DecreasedWorkload \N CEDS \N \N \N \N \N LIF f \N f 4 +2616 200 Unsatisfactory work performance is the primary reason for the termination of the employment relationship. \N 1403 UnsatisfactoryWorkPerformance \N CEDS \N \N \N \N \N LIF f \N f 4 +2912 277 Rhode Island \N RI RhodeIsland \N \N \N \N \N \N \N LIF f \N f 4 2620 201 The type of separation occurring between a person and the organization is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 4 -2621 201 Voluntary separation is the type of separation occurring between a person and the organization. \N Voluntary Voluntary separation \N CEDS \N \N \N \N \N LIF f \N f 4 +3122 284 Hughes Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HughesVillage HughesVillage \N CEDS \N \N \N \N \N LIF f \N f 1 2622 202 Multi-year employment contract is specified. \N Multi-year Multi-year \N CEDS \N \N \N \N \N LIF f \N f 4 2623 202 Annual employment contract is specified. \N Annual Annual \N CEDS \N \N \N \N \N LIF f \N f 4 -2624 202 Less than annual employment contract is specified. \N LessThanAnnual Less than annual \N CEDS \N \N \N \N \N LIF f \N f 4 -2625 202 Not applicable is specified as the contact type. \N NotApplicable Not applicable \N CEDS \N \N \N \N \N LIF f \N f 4 +3133 284 Ivanof Bay Tribe (previously listed as Ivanoff Bay Tribe and Ivanoff Bay Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IvanofBayTribe IvanofBayTribe \N CEDS \N \N \N \N \N LIF f \N f 1 2626 226 \N \N SelfEmployed SelfEmployed \N \N \N \N \N \N \N LIF f \N f 9 2627 226 \N \N Other Other \N \N \N \N \N \N \N LIF f \N f 9 2628 227 \N \N Retired Retired \N \N \N \N \N \N \N LIF f \N f 9 @@ -14539,43 +14456,51 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2634 229 \N \N SummerUnemployed SummerUnemployed \N \N \N \N \N \N \N LIF f \N f 9 2635 229 \N \N YearRound YearRound \N \N \N \N \N \N \N LIF f \N f 9 2636 230 \N \N Salary Salary \N \N \N \N \N \N \N LIF f \N f 9 -3122 284 Hughes Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hughes Village Hughes Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3123 284 Huslia Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Huslia Village Huslia Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3124 284 Hydaburg Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hydaburg Cooperative Association Hydaburg Cooperative Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3125 284 Igiugig Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Igiugig Village Igiugig Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3132 284 Iqugmiut Traditional Council (previously listed as Iqurmuit Traditional Council) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iqugmiut Traditional Council Iqugmiut Traditional Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3133 284 Ivanof Bay Tribe (previously listed as Ivanoff Bay Tribe and Ivanoff Bay Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ivanof Bay Tribe Ivanof Bay Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3135 284 Jamestown S'Klallam Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jamestown S'Klallam Tribe Jamestown S'Klallam Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3139 284 Kaguyak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaguyak Village Kaguyak Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3141 284 Kaktovik Village (aka Barter Island) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaktovik Village Kaktovik Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3971 310 Kokhanok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kokhanok Village Kokhanok Village \N \N \N \N \N \N \N LIF f \N f 4 -3128 284 Inupiat Community of the Arctic Slope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Inupiat Community Of the Arctic Slope Inupiat Community of the Arctic Slope \N CEDS \N \N \N \N \N LIF f \N f 1 -3129 284 Ione Band of Miwok Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ione Band Of Miwok Indians Of California Ione Band of Miwok Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3130 284 Iowa Tribe of Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iowa Tribe Of Kansas and Nebraska Iowa Tribe of Kansas and Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 -3131 284 Iowa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iowa Tribe Of Oklahoma Iowa Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3134 284 Jackson Band of Miwuk Indians (previously listed as Jackson Rancheria of Me-Wuk Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jackson Band Of Miwuk Indians Jackson Band of Miwuk Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3136 284 Jamul Indian Village of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jamul Indian Village Of California Jamul Indian Village of California \N CEDS \N \N \N \N \N LIF f \N f 1 -2912 277 Rhode Island \N RI Rhode Island \N \N \N \N \N \N \N LIF f \N f 4 -765 33 \N \N smi Sami languages \N CEDS \N \N \N \N \N LIF f \N t 1 -3143 284 Karuk Tribe (previously listed as Karuk Tribe of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Karuk Tribe Karuk Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -764 33 \N \N sme Northern Sami \N CEDS \N \N \N \N \N LIF f \N t 1 -766 33 \N \N smj Lule Sami \N CEDS \N \N \N \N \N LIF f \N t 1 -3145 284 Kasigluk Traditional Elders Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kasigluk Traditional Elders Council Kasigluk Traditional Elders Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3147 284 Kenaitze Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kenaitze Indian Tribe Kenaitze Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3148 284 Ketchikan Indian Corporation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ketchikan Indian Community Ketchikan Indian Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3150 284 Kialegee Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kialegee Tribal Town Kialegee Tribal Town \N CEDS \N \N \N \N \N LIF f \N f 1 -3154 284 King Island Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N King Island Native Community King Island Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3155 284 King Salmon Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N King Salmon Tribe King Salmon Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3157 284 Klamath Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Klamath Tribes Klamath Tribes \N CEDS \N \N \N \N \N LIF f \N f 1 -3158 284 Klawock Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Klawock Cooperative Association Klawock Cooperative Association \N CEDS \N \N \N \N \N LIF f \N f 1 +2624 202 Less than annual employment contract is specified. \N LessThanAnnual LessThanAnnual \N CEDS \N \N \N \N \N LIF f \N f 4 +3341 284 Oscarville Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OscarvilleTraditionalVillage OscarvilleTraditionalVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3124 284 Hydaburg Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HydaburgCooperativeAssociation HydaburgCooperativeAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3151 284 Kickapoo Traditional Tribe of Texas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTraditionalTribeOfTexas KickapooTraditionalTribeOfTexas \N CEDS \N \N \N \N \N LIF f \N f 1 +3123 284 Huslia Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HusliaVillage HusliaVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2621 201 Voluntary separation is the type of separation occurring between a person and the organization. \N Voluntary VoluntarySeparation \N CEDS \N \N \N \N \N LIF f \N f 4 +764 33 \N \N sme NorthernSami \N CEDS \N \N \N \N \N LIF f \N t 1 +2572 163 \N \N SharedTime SharedTime \N HR Open \N \N \N \N \N LIF f \N f 2 +3132 284 Iqugmiut Traditional Council (previously listed as Iqurmuit Traditional Council) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IqugmiutTraditionalCouncil IqugmiutTraditionalCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +4920 351 \N \N Fiu Finno-UgricLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4933 351 \N \N Gem GermanicLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4975 351 \N \N Ijo IjoLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4980 351 \N \N Inc IndicLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4982 351 \N \N Ine Indo-EuropeanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4985 351 \N \N Ira IranianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +3125 284 Igiugig Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IgiugigVillage IgiugigVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3139 284 Kaguyak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaguyakVillage KaguyakVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +766 33 \N \N smj LuleSami \N CEDS \N \N \N \N \N LIF f \N t 1 +3027 284 Central Council of the Tlingit & Haida Indian Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CentralCouncilOfTheTlingit&HaidaIndianTribes CentralCouncilOfTheTlingit&HaidaIndianTribes \N CEDS \N \N \N \N \N LIF f \N f 1 +4986 351 \N \N Iro IroquoianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4999 351 \N \N Kar KarenLanguages \N \N \N \N \N \N \N LIF f \N f 1 +2619 201 Mutual agreement is the type of separation occurring between a person and the organization. \N MutualAgreement MutualAgreement \N CEDS \N \N \N \N \N LIF f \N f 4 +5056 351 \N \N Map AustronesianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5066 351 \N \N Mis UncodedLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5067 351 \N \N Mkh Mon-KhmerLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5072 351 \N \N Mno ManoboLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5076 351 \N \N Mul MultipleLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5077 351 \N \N Mun MundaLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5083 351 \N \N Nah NahuatlLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5095 351 \N \N Nic Niger–CongoLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5104 351 \N \N Nub NubianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5054 351 \N \N Man Mandingo;MandingLanguages \N \N \N \N \N \N \N LIF f \N f 1 +2625 202 Not applicable is specified as the contact type. \N NotApplicable NotApplicable \N CEDS \N \N \N \N \N LIF f \N f 4 +5084 351 \N \N Nai NorthAmericanIndianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +3162 284 Kokhanok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KokhanokVillage KokhanokVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2816 274 The entity responsible for operating the school. \N OperatingBody OperatingBody \N \N \N \N \N \N \N LIF f \N f 4 +2817 274 The secondary entity with legal authority to create or close the organization. \N SecondaryAuthorizingBody SecondaryAuthorizingBody \N \N \N \N \N \N \N LIF f \N f 4 +3164 284 Koyukuk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KoyukukNativeVillage KoyukukNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 2906 277 Ohio \N OH Ohio \N \N \N \N \N \N \N LIF f \N f 4 -3160 284 Knik Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Knik Tribe Knik Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3162 284 Kokhanok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kokhanok Village Kokhanok Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3164 284 Koyukuk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Koyukuk Native Village Koyukuk Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3142 284 Kalispel Indian Community of the Kalispel Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kalispel Indian Community Of the Kalispel Reservation Kalispel Indian Community of the Kalispel Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3151 284 Kickapoo Traditional Tribe of Texas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Traditional Tribe Of Texas Kickapoo Traditional Tribe of Texas \N CEDS \N \N \N \N \N LIF f \N f 1 -3153 284 Kickapoo Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Tribe Of Oklahoma Kickapoo Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -2913 277 South Carolina \N SC South Carolina \N \N \N \N \N \N \N LIF f \N f 4 +2913 277 South Carolina \N SC SouthCarolina \N \N \N \N \N \N \N LIF f \N f 4 +3154 284 King Island Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KingIslandNativeCommunity KingIslandNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +3150 284 Kialegee Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KialegeeTribalTown KialegeeTribalTown \N CEDS \N \N \N \N \N LIF f \N f 1 +5118 351 \N \N Oto OtomianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5119 351 \N \N Paa PapuanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5128 351 \N \N Phi PhilippineLanguages \N \N \N \N \N \N \N LIF f \N f 1 1445 45 \N \N Address Address \N \N \N \N \N \N \N LIF f \N f 1 1446 45 \N \N PositionRole PositionRole \N \N \N \N \N \N \N LIF f \N f 1 1447 45 \N \N Requirements Requirements \N \N \N \N \N \N \N LIF f \N f 1 @@ -14587,24 +14512,33 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1452 45 \N \N InformationSource InformationSource \N \N \N \N \N \N \N LIF f \N f 1 1453 45 \N \N Culture Culture \N \N \N \N \N \N \N LIF f \N f 1 1454 45 \N \N Contact Contact \N \N \N \N \N \N \N LIF f \N f 1 -2805 273 The Organization Identifier is a School-assigned number. \N School School-assigned number \N \N \N \N \N \N \N LIF f \N f 4 -2806 273 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N ACT College Board/ACT program code set of PK-grade 12 institutions \N \N \N \N \N \N \N LIF f \N f 4 -2807 273 The Organization Identifier is a Local Education Agency assigned number. \N LEA Local Education Agency assigned number \N \N \N \N \N \N \N LIF f \N f 4 -2808 273 The Organization Identifier is a State Education Agency assigned number. \N SEA State Education Agency assigned number \N \N \N \N \N \N \N LIF f \N f 4 -2809 273 The Organization Identifier is a National Center for Education Statistics assigned number. \N NCES National Center for Education Statistics assigned number \N \N \N \N \N \N \N LIF f \N f 4 -2810 273 The Organization Identifier is the organization's Federal identification number. \N FEIN Federal employer identification number \N \N \N \N \N \N \N LIF f \N f 4 -2811 273 The Organization Identifier is the organization's Dun and Bradstreet number. \N DUNS Dun and Bradstreet number \N \N \N \N \N \N \N LIF f \N f 4 -2812 273 The Organization Identifier is an other federally assigned number. \N OtherFederal Other federally assigned number \N \N \N \N \N \N \N LIF f \N f 4 -2813 273 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N LicenseNumber License Number \N \N \N \N \N \N \N LIF f \N f 4 +3148 284 Ketchikan Indian Corporation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KetchikanIndianCommunity KetchikanIndianCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +5134 351 \N \N Pra PrakritLanguages \N \N \N \N \N \N \N LIF f \N f 1 +3155 284 King Salmon Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KingSalmonTribe KingSalmonTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3145 284 Kasigluk Traditional Elders Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KasiglukTraditionalEldersCouncil KasiglukTraditionalEldersCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +5141 351 \N \N Roa RomanceLanguages \N \N \N \N \N \N \N LIF f \N f 1 +752 33 \N \N sem SemiticLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +3250 284 Native Village of Kipnuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKipnuk NativeVillageOfKipnuk \N CEDS \N \N \N \N \N LIF f \N f 1 2814 273 The Organization Identifier is from an identification system not yet defined in CEDS. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 -2815 274 The entity with legal authority to create or close the school. \N AuthorizingBody Authorizing Body \N \N \N \N \N \N \N LIF f \N f 4 -2816 274 The entity responsible for operating the school. \N OperatingBody Operating Body \N \N \N \N \N \N \N LIF f \N f 4 -2817 274 The secondary entity with legal authority to create or close the organization. \N SecondaryAuthorizingBody Secondary Authorizing Body \N \N \N \N \N \N \N LIF f \N f 4 -2818 274 An entity related to another entity, but that does not have authorizing or operating responsibility over the other entity. \N RelatedBody Related Body \N \N \N \N \N \N \N LIF f \N f 4 +3880 310 Craig Tribal Association (previously listed as Craig Community Association) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CraigTribalAssociation CraigTribalAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3245 284 Native Village of Hamilton is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfHamilton NativeVillageOfHamilton \N CEDS \N \N \N \N \N LIF f \N f 1 +5152 351 \N \N Sal SalishanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5160 351 \N \N Sem SemiticLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5162 351 \N \N Sgn SignLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5166 351 \N \N Sio SiouanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5167 351 \N \N Sit Sino-TibetanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5168 351 \N \N Sla SlavicLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5173 351 \N \N Smi SamiLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5181 351 \N \N Sog SogdianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5183 351 \N \N Son SonghaiLanguages \N \N \N \N \N \N \N LIF f \N f 1 +2813 273 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N LicenseNumber LicenseNumber \N \N \N \N \N \N \N LIF f \N f 4 +2815 274 The entity with legal authority to create or close the school. \N AuthorizingBody AuthorizingBody \N \N \N \N \N \N \N LIF f \N f 4 +3157 284 Klamath Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KlamathTribes KlamathTribes \N CEDS \N \N \N \N \N LIF f \N f 1 +3147 284 Kenaitze Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KenaitzeIndianTribe KenaitzeIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +5151 351 \N \N Sai SouthAmericanIndianLanguages \N \N \N \N \N \N \N LIF f \N f 1 2819 275 A business, firm, institution, or other organization for whom an individual works (including self-employment) in return for financial or other compensation. \N Employer Employer \N \N \N \N \N \N \N LIF f \N f 4 -2820 275 An institution that provides educational services; has one or more grade groups (PK through 12); has one or more teachers; is located in one or more buildings; has an assigned administrator(s). \N K12School K12 School \N \N \N \N \N \N \N LIF f \N f 4 -2821 275 An administrative unit at the local level which exists primarily to operate schools or to contract for educational services. These units may or may not be co-extensive with county, city, or town boundaries. \N LEA Local Education Agency (LEA) \N \N \N \N \N \N \N LIF f \N f 4 -2914 277 South Dakota \N SD South Dakota \N \N \N \N \N \N \N LIF f \N f 4 +2914 277 South Dakota \N SD SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +2828 275 A public or private institution, organization, or agency that provides instructional or support services to students or staff at any level. \N EducationInstitution EducationInstitution \N \N \N \N \N \N \N LIF f \N f 4 2915 277 Tennessee \N TN Tennessee \N \N \N \N \N \N \N LIF f \N f 4 1455 45 \N \N Wage Wage \N \N \N \N \N \N \N LIF f \N f 1 1456 45 \N \N Credential Credential \N \N \N \N \N \N \N LIF f \N f 1 @@ -14612,70 +14546,80 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1458 45 \N \N Position Position \N \N \N \N \N \N \N LIF f \N f 1 1459 45 \N \N Accessibility Accessibility \N \N \N \N \N \N \N LIF f \N f 1 1460 45 \N \N Organization Organization \N \N \N \N \N \N \N LIF f \N f 1 -3943 310 Jackson Band of Miwuk Indians (previously listed as Jackson Rancheria of Me-Wuk Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jackson Band Of Miwuk Indians Jackson Band of Miwuk Indians \N \N \N \N \N \N \N LIF f \N f 4 -3165 284 La Jolla Band of Luiseno Indians, California (previously listed as La Jolla Band of Luiseno Mission Indians of the La Jolla Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N La Jolla Band Of Luiseno IndiansCalifornia La Jolla Band of Luiseno Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 +2835 275 An organization with information about programs that help adults get the basic skills they need to be productive workers, family members, and citizens. \N AdultEducationProvider AdultEducationProvider \N \N \N \N \N \N \N LIF f \N f 4 +2834 275 An organization that provides educational programs for individuals who have completed or otherwise left educational programs in secondary school(s). \N PostsecondaryInstitution PostsecondaryInstitution \N \N \N \N \N \N \N LIF f \N f 4 1461 45 \N \N Criteria Criteria \N \N \N \N \N \N \N LIF f \N f 1 -2822 275 A regional, multi-services public agency authorized by State law to develop, manage, and provide services, programs, or other support (e.g., construction, food services, technology services) to LEAs. \N IEU Intermediate Educational Unit (IEU) \N \N \N \N \N \N \N LIF f \N f 4 +2818 274 An entity related to another entity, but that does not have authorizing or operating responsibility over the other entity. \N RelatedBody RelatedBody \N \N \N \N \N \N \N LIF f \N f 4 2908 277 Oregon \N OR Oregon \N \N \N \N \N \N \N LIF f \N f 4 2909 277 Pennsylvania \N PA Pennsylvania \N \N \N \N \N \N \N LIF f \N f 4 -2823 275 The agency of the state charged with primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instruction programs, and it is the state agency that administers federal grant programs. \N SEA State Education Agency (SEA) \N \N \N \N \N \N \N LIF f \N f 4 +310 30 The origin of the association is required as a prior condition for the destination of the association. \N IsPrerequisiteTo IsPrerequisiteTo \N CEDS \N \N \N \N \N LIF f \N t 1 2824 275 An organization responsible for identifying and/or selecting prospective employees to fill vacant positions in an organization. \N Recruiter Recruiter \N \N \N \N \N \N \N LIF f \N f 4 -2825 275 An organization or institution that administers benefit plans or services to a staff member. \N EmployeeBenefitCarrier Employee Benefit Carrier \N \N \N \N \N \N \N LIF f \N f 4 -2826 275 An individual or organization that contributes monetary, in kind, or other types of contributions to an employee's benefit plan. \N EmployeeBenefitContributor Employee Benefit Contributor \N \N \N \N \N \N \N LIF f \N f 4 -2827 275 An association or corporation established for the purpose of providing services on a nonprofit basis to its members. \N ProfessionalMembershipOrganization Professional Membership Organization \N \N \N \N \N \N \N LIF f \N f 4 -2828 275 A public or private institution, organization, or agency that provides instructional or support services to students or staff at any level. \N EducationInstitution Education Institution \N \N \N \N \N \N \N LIF f \N f 4 -2829 275 An individual or organization who provides a planned, structured process through which an individual improves his or her job-related knowledge, skills, or attitudes. Such a process is deigned to enable a staff member to grow within a profession or organization or to attain an initial or additional credential. \N StaffDevelopmentProvider Staff Development Provider \N \N \N \N \N \N \N LIF f \N f 4 +2827 275 An association or corporation established for the purpose of providing services on a nonprofit basis to its members. \N ProfessionalMembershipOrganization ProfessionalMembershipOrganization \N \N \N \N \N \N \N LIF f \N f 4 +3989 310 Lower Elwha Tribal Community (previously listed as Lower Elwha Tribal Community of the Lower Elwha Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerElwhaTribalCommunity LowerElwhaTribalCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3301 284 Native Village of Tyonek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTyonek NativeVillageOfTyonek \N CEDS \N \N \N \N \N LIF f \N f 1 +2836 275 An organization responsible for administering services to an individual or organization participating in a program or receiving services. \N ServiceProvider ServiceProvider \N \N \N \N \N \N \N LIF f \N f 4 +2393 139 Credential award at a postsecondary level for successful completion of a formal education program that is at least 1 year but less than 2 years, demonstrating competencies within a specific subject area or in an occupational area indicating job readiness. \N ceterms-TechnicalLevel2Certificate TechnicalLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 2830 275 An installation in which an organization is housed; includes all buildings, structures, and other stationary items that are located on a single site or on contiguous or adjacent sites and that are used for district or system administrative purposes. \N Facility Facility \N \N \N \N \N \N \N LIF f \N f 4 2831 275 The organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis, usually for a predetermined period of time (e.g., a semester or two-week workshop) to an individual or group of students (e.g., a class). \N Course Course \N \N \N \N \N \N \N LIF f \N f 4 -2832 275 A setting in which organized instruction of course content is provided to one or more students for a given period of time. \N CourseSection Course Section \N \N \N \N \N \N \N LIF f \N f 4 2833 275 An organization that supplements the regular school program or serves as early childhood education and care for children prior to reaching school-attendance age. These programs and services are often, but not solely, available through federal, state, or local agencies, non-profit organizations and/or other community-based organizations (or assistance provided by these entities). Services may be instructional or non-instructional in nature, may be direct or in-direct, and may be provided within or outside of a school building. \N Program Program \N \N \N \N \N \N \N LIF f \N f 4 -2834 275 An organization that provides educational programs for individuals who have completed or otherwise left educational programs in secondary school(s). \N PostsecondaryInstitution Postsecondary Institution \N \N \N \N \N \N \N LIF f \N f 4 -2835 275 An organization with information about programs that help adults get the basic skills they need to be productive workers, family members, and citizens. \N AdultEducationProvider Adult Education Provider \N \N \N \N \N \N \N LIF f \N f 4 -2836 275 An organization responsible for administering services to an individual or organization participating in a program or receiving services. \N ServiceProvider Service Provider \N \N \N \N \N \N \N LIF f \N f 4 -2837 275 An institution that has an ongoing, functional relationship with the education institution in order to provide improved educational experiences to an individual and/or the school. \N AffiliatedInstitution Affiliated Institution \N \N \N \N \N \N \N LIF f \N f 4 -2838 275 An institution that is responsible for the policy decisions of an educational entity. \N GoverningBoard Governing Board \N \N \N \N \N \N \N LIF f \N f 4 -2839 275 An institution, organization, federation, or other such group that is responsible for accrediting or endorsing an individual's preparation, skills, or performance. \N CredentialingOrganization Credentialing Organization \N \N \N \N \N \N \N LIF f \N f 4 -2840 275 An authority that reviews an organization's educational program and staff for quality, and certifies whether the organization meets a minimal set of standards. \N AccreditingOrganization Accrediting Organization \N \N \N \N \N \N \N LIF f \N f 4 -2841 275 A self-organized membership network of peer-level educational organizations intended to provide shared services or collective procurement. \N EducationOrganizationNetwork Education Organization Network \N \N \N \N \N \N \N LIF f \N f 4 -2842 275 The lead agency within a State/Jurisdiction responsible for administering IDEA Part C. \N IDEAPartCLeadAgency IDEA Part C Lead Agency \N \N \N \N \N \N \N LIF f \N f 4 -2843 275 A separate legal entity that 1) contracts with one or more charter schools to manage, operate, and oversee the charter schools; or 2) holds a charter, or charters, to operate multiple charter schools. (see Charter School Management Organization Type) \N CharterSchoolManagementOrganization Charter School Management Organization \N \N \N \N \N \N \N LIF f \N f 4 -2844 275 An organization responsible for authorizing charter schools. \N CharterSchoolAuthorizingOrganization Charter School Authorizing Organization \N \N \N \N \N \N \N LIF f \N f 4 -2845 275 The local, state, or federal agency that has primary responsibility for responding to an emergency situation. \N EmergencyResponseAgency Emergency Response Agency \N \N \N \N \N \N \N LIF f \N f 4 -2846 276 Primarily offers access to assessments for credentials as a service. \N AssessmentBody Assessment Body \N \N \N \N \N \N \N LIF f \N f 4 +2838 275 An institution that is responsible for the policy decisions of an educational entity. \N GoverningBoard GoverningBoard \N \N \N \N \N \N \N LIF f \N f 4 +2837 275 An institution that has an ongoing, functional relationship with the education institution in order to provide improved educational experiences to an individual and/or the school. \N AffiliatedInstitution AffiliatedInstitution \N \N \N \N \N \N \N LIF f \N f 4 +5190 351 \N \N Ssa Nilo-SaharanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5201 351 \N \N Tai TaiLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5227 351 \N \N Tup TupiLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5266 351 \N \N Znd ZandeLanguages \N \N \N \N \N \N \N LIF f \N f 1 +765 33 \N \N smi SamiLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +598 33 \N \N khi KhoisanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2825 275 An organization or institution that administers benefit plans or services to a staff member. \N EmployeeBenefitCarrier EmployeeBenefitCarrier \N \N \N \N \N \N \N LIF f \N f 4 +2826 275 An individual or organization that contributes monetary, in kind, or other types of contributions to an employee's benefit plan. \N EmployeeBenefitContributor EmployeeBenefitContributor \N \N \N \N \N \N \N LIF f \N f 4 +2820 275 An institution that provides educational services; has one or more grade groups (PK through 12); has one or more teachers; is located in one or more buildings; has an assigned administrator(s). \N K12School K12School \N \N \N \N \N \N \N LIF f \N f 4 +2832 275 A setting in which organized instruction of course content is provided to one or more students for a given period of time. \N CourseSection CourseSection \N \N \N \N \N \N \N LIF f \N f 4 +2853 276 A membership organization of workers formed for the purpose of advancing its members' interests in respect to wages, benefits, and working conditions. \N LaborUnion LaborUnion \N \N \N \N \N \N \N LIF f \N f 4 +2841 275 A self-organized membership network of peer-level educational organizations intended to provide shared services or collective procurement. \N EducationOrganizationNetwork EducationOrganizationNetwork \N \N \N \N \N \N \N LIF f \N f 4 +3913 310 Grand Traverse Band of Ottawa and Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GrandTraverseBandOfOttawaAndChippewaIndiansMichigan GrandTraverseBandOfOttawaAndChippewaIndians-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +2849 276 An independent, third-party organization that operates a certification program. A certification body may or may not be governmental, and may or may not have regulatory authority. \N CertificationBody CertificationBody \N \N \N \N \N \N \N LIF f \N f 4 +4107 310 Native Village of Tetlin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTetlin NativeVillageOfTetlin \N \N \N \N \N \N \N LIF f \N f 4 +2850 276 Authorized postsecondary institution that primarily offers bachelor or higher degrees, but may also award associate degrees. Includes free-standing medical, law or other first-professional schools, schools that offer postbaccalaureate certificates only, those that offer graduate programs only, etc. \N FourYear Four-YearCollege \N \N \N \N \N \N \N LIF f \N f 4 +1866 79 Clock Hours is specified as the type of credit associated with the credit hours earned for the course. \N ClockHours ClockHours \N CEDS \N \N \N \N \N LIF f \N f 4 +676 33 \N \N nai NorthAmericanIndianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2847 276 An organization that primarily sells products or services and employs one or more individuals. \N Business Business \N \N \N \N \N \N \N LIF f \N f 4 -2848 276 A membership organization primarily engaged in promoting the interests of their business members and providing them with services that may involve the provision of education and credentialing services. \N BusinessAssociation Business or Industry Association \N \N \N \N \N \N \N LIF f \N f 4 +2840 275 An authority that reviews an organization's educational program and staff for quality, and certifies whether the organization meets a minimal set of standards. \N AccreditingOrganization AccreditingOrganization \N \N \N \N \N \N \N LIF f \N f 4 2916 277 Texas \N TX Texas \N \N \N \N \N \N \N LIF f \N f 4 2917 277 Utah \N UT Utah \N \N \N \N \N \N \N LIF f \N f 4 2918 277 Virginia \N VA Virginia \N \N \N \N \N \N \N LIF f \N f 4 -2849 276 An independent, third-party organization that operates a certification program. A certification body may or may not be governmental, and may or may not have regulatory authority. \N CertificationBody Certification Body \N \N \N \N \N \N \N LIF f \N f 4 -2850 276 Authorized postsecondary institution that primarily offers bachelor or higher degrees, but may also award associate degrees. Includes free-standing medical, law or other first-professional schools, schools that offer postbaccalaureate certificates only, those that offer graduate programs only, etc. \N FourYear Four-Year College \N \N \N \N \N \N \N LIF f \N f 4 -2851 276 An organization in the public sector at the federal, state or local levels. Includes quasi-governmental organizations, special districts (e.g., libraries), corrections organizations, etc., except college and school districts. Is also responsible for the oversight and administration of specific functions other than the military services. \N Government Government Agency \N \N \N \N \N \N \N LIF f \N f 4 -2852 276 A secondary school providing instruction and educational services that do not focus primarily on career and technical education or alternative education. \N HighSchool High School \N \N \N \N \N \N \N LIF f \N f 4 -2853 276 A membership organization of workers formed for the purpose of advancing its members' interests in respect to wages, benefits, and working conditions. \N LaborUnion Labor Union \N \N \N \N \N \N \N LIF f \N f 4 -2854 276 A public school offering special instruction and programs not available elsewhere, designed to attract a more diverse student body from throughout a school district. \N Magnet Magnet/Competitive Admissions School \N \N \N \N \N \N \N LIF f \N f 4 +4280 310 Sycuan Band of the Kumeyaay Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SycuanBandOfTheKumeyaayNation SycuanBandOfTheKumeyaayNation \N \N \N \N \N \N \N LIF f \N f 4 +3252 284 Native Village of Kluti Kaah (aka Copper Center) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKlutiKaah NativeVillageOfKlutiKaah \N CEDS \N \N \N \N \N LIF f \N f 1 +2864 276 Authorized postsecondary institution that primarily offers associate degrees, but may also award higher degrees. \N TwoYear Two-YearCollege \N \N \N \N \N \N \N LIF f \N f 4 +3253 284 Native Village of Kobuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKobuk NativeVillageOfKobuk \N CEDS \N \N \N \N \N LIF f \N f 1 +3254 284 Native Village of Kongiganak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKongiganak NativeVillageOfKongiganak \N CEDS \N \N \N \N \N LIF f \N f 1 2855 276 The armed services of a government entity. \N Military Military \N \N \N \N \N \N \N LIF f \N f 4 -2856 276 A secondary school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; and 3) falls outside of the categories of regular, magnet/special program emphasis, or career and technical education. \N NonTraditional Alternative/Non-Traditional School \N \N \N \N \N \N \N LIF f \N f 4 -2857 276 An organization such as a college or university: (1) whose sole purpose is to provide postsecondary education defined as the provision of a formal instructional program whose curriculum is designed primarily for students who are beyond the compulsory age for high school and (2) has the authority to award degrees. This includes programs whose purpose is academic, vocational, and continuing professional education. \N Postsecondary Postsecondary Educational Institution \N \N \N \N \N \N \N LIF f \N f 4 -2858 276 An organization that primarily operates online. \N PrimarilyOnline Primarily Online \N \N \N \N \N \N \N LIF f \N f 4 -2859 276 A membership organization primarily engaged in promoting the interests of a particular profession, the interests of individuals engaged in that profession, and providing them with services that may involve the provision of education and credentialing services. \N ProfessionalAssociation Professional Association \N \N \N \N \N \N \N LIF f \N f 4 -2860 276 External body that performs accreditation, endorsement, approval, and/or recognition of a credential issuer. \N QualityAssurance Quality Assurance Body \N \N \N \N \N \N \N LIF f \N f 4 -2861 276 A secondary school primarily providing education to students at the ninth grade or higher. \N SecondarySchool Secondary School \N \N \N \N \N \N \N LIF f \N f 4 -2862 276 A secondary school that focuses primarily on providing formal preparation for skilled, technical or professional occupations or careers. \N Technical Career and Technical School \N \N \N \N \N \N \N LIF f \N f 4 -2863 276 An organization whose major purpose is to provide education and training services but is not a postsecondary education institution with the authority to award degrees. Includes community-based organizations, non-degree granting proprietary schools which are education and training providers that are recognized by states as schools and are Title IV eligible but do not award degrees, etc. \N TrainingProvider Education and Training Provider \N \N \N \N \N \N \N LIF f \N f 4 -2864 276 Authorized postsecondary institution that primarily offers associate degrees, but may also award higher degrees. \N TwoYear Two-Year College \N \N \N \N \N \N \N LIF f \N f 4 +2839 275 An institution, organization, federation, or other such group that is responsible for accrediting or endorsing an individual's preparation, skills, or performance. \N CredentialingOrganization CredentialingOrganization \N \N \N \N \N \N \N LIF f \N f 4 +3255 284 Native Village of Kotzebue is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKotzebue NativeVillageOfKotzebue \N CEDS \N \N \N \N \N LIF f \N f 1 +865 34 Testability requires a combination of indicators that assess multiple competencies or performance tasks \N MultipleCompetency MultipleCompetency \N CEDS \N \N \N \N \N LIF f \N t 1 +2858 276 An organization that primarily operates online. \N PrimarilyOnline PrimarilyOnline \N \N \N \N \N \N \N LIF f \N f 4 +613 33 \N \N kro KruLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +659 33 \N \N mkh Mon-KhmerLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2865 276 Sells, maintains, and issues credentials for its own products and services for public access and use. \N Vendor Vendor \N \N \N \N \N \N \N LIF f \N f 4 2866 277 Alaska \N AK Alaska \N \N \N \N \N \N \N LIF f \N f 4 2867 277 Alabama \N AL Alabama \N \N \N \N \N \N \N LIF f \N f 4 2868 277 Arkansas \N AR Arkansas \N \N \N \N \N \N \N LIF f \N f 4 -2869 277 American Samoa \N AS American Samoa \N \N \N \N \N \N \N LIF f \N f 4 +664 33 \N \N mno ManoboLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +668 33 \N \N mul MultipleLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +669 33 \N \N mun MundaLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +673 33 \N \N myn MayanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +675 33 \N \N nah NahuatlLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2846 276 Primarily offers access to assessments for credentials as a service. \N AssessmentBody AssessmentBody \N \N \N \N \N \N \N LIF f \N f 4 +2852 276 A secondary school providing instruction and educational services that do not focus primarily on career and technical education or alternative education. \N HighSchool HighSchool \N \N \N \N \N \N \N LIF f \N f 4 +463 33 \N \N chu ChurchSlavic;OldSlavonic;ChurchSlavonic;OldBulgarian;OldChurchSlavonic \N CEDS \N \N \N \N \N LIF f \N t 1 +2861 276 A secondary school primarily providing education to students at the ninth grade or higher. \N SecondarySchool SecondarySchool \N \N \N \N \N \N \N LIF f \N f 4 2870 277 Arizona \N AZ Arizona \N \N \N \N \N \N \N LIF f \N f 4 2871 277 California \N CA California \N \N \N \N \N \N \N LIF f \N f 4 2872 277 Colorado \N CO Colorado \N \N \N \N \N \N \N LIF f \N f 4 2873 277 Connecticut \N CT Connecticut \N \N \N \N \N \N \N LIF f \N f 4 -2874 277 District of Columbia \N DC District of Columbia \N \N \N \N \N \N \N LIF f \N f 4 +2923 277 West Virginia \N WV WestVirginia \N \N \N \N \N \N \N LIF f \N f 4 2875 277 Delaware \N DE Delaware \N \N \N \N \N \N \N LIF f \N f 4 2876 277 Florida \N FL Florida \N \N \N \N \N \N \N LIF f \N f 4 -2877 277 Federated States of Micronesia \N FM Federated States of Micronesia \N \N \N \N \N \N \N LIF f \N f 4 +2891 277 Marshall Islands \N MH MarshallIslands \N \N \N \N \N \N \N LIF f \N f 4 2878 277 Georgia \N GA Georgia \N \N \N \N \N \N \N LIF f \N f 4 2879 277 Guam \N GU Guam \N \N \N \N \N \N \N LIF f \N f 4 2880 277 Hawaii \N HI Hawaii \N \N \N \N \N \N \N LIF f \N f 4 @@ -14689,70 +14633,63 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2888 277 Massachusetts \N MA Massachusetts \N \N \N \N \N \N \N LIF f \N f 4 2889 277 Maryland \N MD Maryland \N \N \N \N \N \N \N LIF f \N f 4 2890 277 Maine \N ME Maine \N \N \N \N \N \N \N LIF f \N f 4 -2891 277 Marshall Islands \N MH Marshall Islands \N \N \N \N \N \N \N LIF f \N f 4 +3256 284 Native Village of Koyuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKoyuk NativeVillageOfKoyuk \N CEDS \N \N \N \N \N LIF f \N f 1 2892 277 Michigan \N MI Michigan \N \N \N \N \N \N \N LIF f \N f 4 2893 277 Minnesota \N MN Minnesota \N \N \N \N \N \N \N LIF f \N f 4 2894 277 Missouri \N MO Missouri \N \N \N \N \N \N \N LIF f \N f 4 -2895 277 Northern Marianas \N MP Northern Marianas \N \N \N \N \N \N \N LIF f \N f 4 +3257 284 Native Village of Kwigillingok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKwigillingok NativeVillageOfKwigillingok \N CEDS \N \N \N \N \N LIF f \N f 1 2896 277 Mississippi \N MS Mississippi \N \N \N \N \N \N \N LIF f \N f 4 2897 277 Montana \N MT Montana \N \N \N \N \N \N \N LIF f \N f 4 -2919 277 Virgin Islands \N VI Virgin Islands \N \N \N \N \N \N \N LIF f \N f 4 +4058 310 Native Village of Kiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKiana NativeVillageOfKiana \N \N \N \N \N \N \N LIF f \N f 4 2920 277 Vermont \N VT Vermont \N \N \N \N \N \N \N LIF f \N f 4 2921 277 Washington \N WA Washington \N \N \N \N \N \N \N LIF f \N f 4 2922 277 Wisconsin \N WI Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -2923 277 West Virginia \N WV West Virginia \N \N \N \N \N \N \N LIF f \N f 4 +2942 280 Main phone number is the type of communication number listed for an organization. \N Main MainPhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 2924 277 Wyoming \N WY Wyoming \N \N \N \N \N \N \N LIF f \N f 4 -2925 277 Armed Forces America \N AA Armed Forces America \N \N \N \N \N \N \N LIF f \N f 4 -2926 277 Armed Forces Africa, Canada, Europe, and Mideast \N AE Armed Forces Africa, Canada, Europe, and Mideast \N \N \N \N \N \N \N LIF f \N f 4 -2927 277 Armed Forces Pacific \N AP Armed Forces Pacific \N \N \N \N \N \N \N LIF f \N f 4 -2928 278 Counties in metro areas of 1 million population or more \N 1 Counties in metro areas of 1 million population or more \N \N \N \N \N \N \N LIF f \N f 4 -2929 278 Counties in metro areas of 250,000 to 1 million population \N 2 Counties in metro areas of 250,000 to 1 million population \N \N \N \N \N \N \N LIF f \N f 4 -2930 278 Counties in metro areas of fewer than 250,000 population \N 3 Counties in metro areas of fewer than 250,000 population \N \N \N \N \N \N \N LIF f \N f 4 -2931 278 Urban population of 20,000 or more, adjacent to a metro area \N 4 Urban population of 20,000 or more, adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 -2932 278 Urban population of 20,000 or more, not adjacent to a metro area \N 5 Urban population of 20,000 or more, not adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 -2933 278 Urban population of 2,500 to 19,999, adjacent to a metro area \N 6 Urban population of 2,500 to 19,999, adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 -2934 278 Urban population of 2,500 to 19,999, not adjacent to a metro area \N 7 Urban population of 2,500 to 19,999, not adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 -2935 278 Completely rural or less than 2,500 urban population, adjacent to a metro area \N 8 Completely rural or less than 2,500 urban population, adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 -2936 278 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N 9 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 +2919 277 Virgin Islands \N VI VirginIslands \N \N \N \N \N \N \N LIF f \N f 4 +2946 280 Cafeteria/Food Services is the type of communication number listed for an organization. \N FoodServices Cafeteria/FoodServices \N \N \N \N \N \N \N LIF f \N f 4 +2928 278 Counties in metro areas of 1 million population or more \N 1 CountiesInMetroAreasOf1MillionPopulationOrMore \N \N \N \N \N \N \N LIF f \N f 4 +2943 280 Administrative phone number is the type of communication number listed for an organization. \N Administrative AdministrativePhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 +687 33 \N \N nic Niger-KordofanianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +696 33 \N \N nub NubianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2948 281 Regionally accredited higher education institution. \N Regional RegionallyAccredited \N \N \N \N \N \N \N LIF f \N f 4 +2874 277 District of Columbia \N DC DistrictOfColumbia \N \N \N \N \N \N \N LIF f \N f 4 +2949 281 Programmatic accreditation higher education institution. \N Programmatic ProgrammaticAccreditation \N \N \N \N \N \N \N LIF f \N f 4 2937 279 Home/personal is the type of electronic mail (e-mail) address listed for a person or organization. \N Home Home/personal \N \N \N \N \N \N \N LIF f \N f 4 2938 279 Work is the type of electronic mail (e-mail) address listed for a person or organization. \N Work Work \N \N \N \N \N \N \N LIF f \N f 4 -2939 279 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational Organizational (school) address \N \N \N \N \N \N \N LIF f \N f 4 2940 279 Other is the type of electronic mail (e-mail) address listed for a person or organization. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 2941 280 Fax number is the type of communication number listed for an organization. \N Fax Fax \N \N \N \N \N \N \N LIF f \N f 4 -2942 280 Main phone number is the type of communication number listed for an organization. \N Main Main phone number \N \N \N \N \N \N \N LIF f \N f 4 -2943 280 Administrative phone number is the type of communication number listed for an organization. \N Administrative Administrative phone number \N \N \N \N \N \N \N LIF f \N f 4 -2944 280 Health clinic phone number is the type of communication number listed for an organization. \N HealthClinic Health clinic phone number \N \N \N \N \N \N \N LIF f \N f 4 -2945 280 Attendance line is the type of communication number listed for an organization. \N Attendance Attendance line \N \N \N \N \N \N \N LIF f \N f 4 -2946 280 Cafeteria/Food Services is the type of communication number listed for an organization. \N FoodServices Cafeteria/Food Services \N \N \N \N \N \N \N LIF f \N f 4 +2877 277 Federated States of Micronesia \N FM FederatedStatesOfMicronesia \N \N \N \N \N \N \N LIF f \N f 4 +2895 277 Northern Marianas \N MP NorthernMarianas \N \N \N \N \N \N \N LIF f \N f 4 2947 280 Other is the type of communication number listed for an organization. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 -2948 281 Regionally accredited higher education institution. \N Regional Regionally accredited \N \N \N \N \N \N \N LIF f \N f 4 -2949 281 Programmatic accreditation higher education institution. \N Programmatic Programmatic accreditation \N \N \N \N \N \N \N LIF f \N f 4 -2950 281 Nationally accredited higher education institution. \N National Nationally accredited \N \N \N \N \N \N \N LIF f \N f 4 2951 281 Faith-based accreditation organization. \N Faith Faith \N \N \N \N \N \N \N LIF f \N f 4 -2952 281 Career related higher education institution. \N CareerRelated Career related \N \N \N \N \N \N \N LIF f \N f 4 -2953 281 Not accredited higher education institution. \N NotAccredited Not accredited \N \N \N \N \N \N \N LIF f \N f 4 +710 33 \N \N oto OtomianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +711 33 \N \N paa PapuanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +720 33 \N \N phi PhilippineLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2869 277 American Samoa \N AS AmericanSamoa \N \N \N \N \N \N \N LIF f \N f 4 +2925 277 Armed Forces America \N AA ArmedForcesAmerica \N \N \N \N \N \N \N LIF f \N f 4 +2927 277 Armed Forces Pacific \N AP ArmedForcesPacific \N \N \N \N \N \N \N LIF f \N f 4 +2373 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the master's degree and less than a doctoral degree and provides specific preparation for advanced careers in a specialist field \N ceterms-SpecialistDegree SpecialistDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2945 280 Attendance line is the type of communication number listed for an organization. \N Attendance AttendanceLine \N \N \N \N \N \N \N LIF f \N f 4 +4062 310 Native Village of Kobuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKobuk NativeVillageOfKobuk \N \N \N \N \N \N \N LIF f \N f 4 1462 45 \N \N Accredidation Accredidation \N \N \N \N \N \N \N LIF f \N f 1 1463 45 \N \N ProficiencyDefinition ProficiencyDefinition \N \N \N \N \N \N \N LIF f \N f 1 1464 45 \N \N MilitaryLearningExperience MilitaryLearningExperience \N \N \N \N \N \N \N LIF f \N f 1 1465 45 \N \N Identity Identity \N \N \N \N \N \N \N LIF f \N f 1 -4776 350 \N \N MissingAtWill Missing At Will \N \N \N 2025-09-16 15:47:00+00 2025-09-16 15:47:00+00 \N UX LIF f \N f 1 -2980 284 Agdaagux Tribe of King Cove is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AgdaaguxTribeOfKingCove Agdaagux Tribe of King Cove \N CEDS \N \N \N \N \N LIF f \N f 1 -2981 284 Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AguaCalienteBandOfCahuillaIndiansOfTheAguaCalienteIndianReservationCalifornia Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -2982 284 Ak-Chin Indian Community (previously listed as Ak Chin Indian Community of the Maricopa (Ak Chin) Indian Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-ChinIndianCommunity Ak-Chin Indian Community \N CEDS \N \N \N \N \N LIF f \N f 1 -2983 284 Akiachak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-AkiachakNativeCommunity Akiachak Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -2984 284 Akiak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AkiakNativeCommunity Akiak Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -2985 284 Alabama-Coushatta Tribe of Texas (previously listed as Alabama Coushatta Tribes of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-CoushattaTribeOfTexas Alabama-Coushatta Tribe of Texas \N CEDS \N \N \N \N \N LIF f \N f 1 -2986 284 Alabama-Quassarte Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-QuassarteTribalTown Alabama-Quassarte Tribal Town \N CEDS \N \N \N \N \N LIF f \N f 1 -2987 284 Alatna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlatnaVillage Alatna Village \N CEDS \N \N \N \N \N LIF f \N f 1 -2988 284 Algaaciq Native Village (St. Mary's) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlgaaciqNativeVillage Algaaciq Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -2989 284 Allakaket Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AllakaketVillage Allakaket Village \N CEDS \N \N \N \N \N LIF f \N f 1 -4211 310 Rappahannock Tribe, Inc. is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rappahannock TribeInc. Rappahannock Tribe, Inc. \N \N \N \N \N \N \N LIF f \N f 4 +4063 310 Native Village of Kongiganak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKongiganak NativeVillageOfKongiganak \N \N \N \N \N \N \N LIF f \N f 4 +1571 52 \N \N AS Associate'sDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +2952 281 Career related higher education institution. \N CareerRelated CareerRelated \N \N \N \N \N \N \N LIF f \N f 4 +4776 350 \N \N MissingAtWill MissingAtWill \N \N \N 2025-09-16 15:47:00+00 2025-09-16 15:47:00+00 \N UX LIF f \N f 1 +2396 139 Credential awarded at a postsecondary level for successful completion of a formal education program that is completed within one semester, demonstrating competencies within a specific occupational area, indicating job readiness. \N ceterms-BasicTechnicalCertificate BasicTechnicalCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2953 281 Not accredited higher education institution. \N NotAccredited NotAccredited \N \N \N \N \N \N \N LIF f \N f 4 +2982 284 Ak-Chin Indian Community (previously listed as Ak Chin Indian Community of the Maricopa (Ak Chin) Indian Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-ChinIndianCommunity Ak-ChinIndianCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +4777 350 \N \N NotApplicable NotApplicable \N \N \N 2025-09-16 15:48:00+00 2025-09-16 15:48:00+00 \N UX LIF f \N f 1 +2983 284 Akiachak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-AkiachakNativeCommunity AkiachakNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 3643 289 Male \N Male Male \N \N \N \N \N \N \N LIF f \N f 1 1489 45 \N \N CourseCompetency CourseCompetency \N \N \N \N \N \N \N LIF f \N f 1 1491 45 \N \N RelationshipContacts RelationshipContacts \N \N \N \N \N \N \N LIF f \N f 1 1492 45 \N \N Consent Consent \N \N \N \N \N \N \N LIF f \N f 1 1493 45 \N \N Program Program \N \N \N \N \N \N \N LIF f \N f 1 -4777 350 \N \N NotApplicable Not Applicable \N \N \N 2025-09-16 15:48:00+00 2025-09-16 15:48:00+00 \N UX LIF f \N f 1 426 33 \N \N bem Bemba \N CEDS \N \N \N \N \N LIF f \N t 1 1494 45 \N \N ProficiencyResult ProficiencyResult \N \N \N \N \N \N \N LIF f \N f 1 1495 45 \N \N SexAndGender SexAndGender \N \N \N \N \N \N \N LIF f \N f 1 @@ -14769,74 +14706,69 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1484 45 \N \N Grade Grade \N \N \N \N \N \N \N LIF f \N f 1 4433 313 Texas \N Texas Texas \N \N \N \N \N \N \N LIF f \N f 4 1485 45 \N \N Accreditation Accreditation \N \N \N \N \N \N \N LIF f \N f 1 -4214 310 Redding Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Redding RancheriaCalifornia Redding Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -4216 310 Reno-Sparks Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Reno-Sparks Indian ColonyNevada Reno-Sparks Indian Colony, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4217 310 Resighini Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Resighini RancheriaCalifornia Resighini Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 1486 45 \N \N Language Language \N \N \N \N \N \N \N LIF f \N f 1 1487 45 \N \N AssessmentPerformanceLevel AssessmentPerformanceLevel \N \N \N \N \N \N \N LIF f \N f 1 1488 45 \N \N IssuerOrganization IssuerOrganization \N \N \N \N \N \N \N LIF f \N f 1 -1571 52 \N \N AS Associate's degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3658 290 Ninth grade is the extent of formal instruction a person has received. \N NinthGrade Ninth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3171 284 Levelock Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Levelock Village Levelock Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3172 284 Lime Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lime Village Lime Village \N CEDS \N \N \N \N \N LIF f \N f 1 -1572 52 \N \N BA Bachelor's degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3176 284 Lone Pine Paiute-Shoshone Tribe (previously listed as Paiute-Shoshone Indians of the Lone Pine Community of the Lone Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lone Pine Paiute-Shoshone Tribe Lone Pine Paiute-Shoshone Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -1573 52 \N \N PB Post-baccalaureate certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -1569 52 Intended for those attending secondary (high-school) level programs. \N AudLevel:SecondaryLevel Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 1 +2397 139 Credential that acknowledges attendance and/or engagement in an activity. \N ceterms-CertificateOfParticipation CertificateOfParticipation \N CTDL \N \N \N \N \N LIF f \N f 10 +2984 284 Akiak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AkiakNativeCommunity AkiakNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +2986 284 Alabama-Quassarte Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-QuassarteTribalTown Alabama-QuassarteTribalTown \N CEDS \N \N \N \N \N LIF f \N f 1 +2987 284 Alatna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlatnaVillage AlatnaVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2988 284 Algaaciq Native Village (St. Mary's) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlgaaciqNativeVillage AlgaaciqNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2989 284 Allakaket Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AllakaketVillage AllakaketVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2856 276 A secondary school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; and 3) falls outside of the categories of regular, magnet/special program emphasis, or career and technical education. \N NonTraditional Alternative/Non-TraditionalSchool \N \N \N \N \N \N \N LIF f \N f 4 +2991 284 Alutiiq Tribe of Old Harbor (previously listed as Native Village of Old Harbor and Village of Old Harbor) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlutiiqTribeOfOldHarbor AlutiiqTribeOfOldHarbor \N CEDS \N \N \N \N \N LIF f \N f 1 +3192 284 McGrath Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N McGrathNativeVillage McGrathNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +1579 52 \N \N PT ProfessionalOrTechnicalCredential \N CEDS \N \N \N \N \N LIF f \N f 1 +3171 284 Levelock Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LevelockVillage LevelockVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3658 290 Ninth grade is the extent of formal instruction a person has received. \N NinthGrade NinthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 4434 313 Utah \N Utah Utah \N \N \N \N \N \N \N LIF f \N f 4 -3167 284 Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac Courte Oreilles Band Of Lake Superior Chippewa Indians Of Wisconsin Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3168 284 Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac du Flambeau Band Of Lake Superior Chippewa Indians Of the Lac du Flambeau Reservation Of Wisconsin Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3169 284 Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac Vieux Desert Band Of Lake Superior Chippewa Indians Of Michigan Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3174 284 Little Shell Tribe of Chippewa Indians of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little Shell Tribe Of Chippewa Indians Of Montana Little Shell Tribe of Chippewa Indians of Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -3173 284 Little River Band of Ottawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little River Band Of Ottawa IndiansMichigan Little River Band of Ottawa Indians, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +1562 52 \N \N 7 SeventhGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1563 52 \N \N 8 EighthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1564 52 \N \N 9 NinthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1565 52 \N \N 10 TenthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3195 284 Mentasta Traditional Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MentastaTraditionalCouncil MentastaTraditionalCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 1580 52 \N \N OT Other \N CEDS \N \N \N \N \N LIF f \N f 1 -1570 52 Intended for those who have completed secondary level school programs or equivalent. \N AudLevel:PostSecondaryLevel Post Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 1 -1575 52 \N \N PM Post-master's certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -1562 52 \N \N 7 Seventh grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1563 52 \N \N 8 Eighth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1576 52 \N \N DO Doctoral degree \N CEDS \N \N \N \N \N LIF f \N f 1 -1577 52 \N \N PD Post-doctoral certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -1579 52 \N \N PT Professional or technical credential \N CEDS \N \N \N \N \N LIF f \N f 1 -1578 52 \N \N AE Adult Education \N CEDS \N \N \N \N \N LIF f \N f 1 -1564 52 \N \N 9 Ninth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1565 52 \N \N 10 Tenth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1574 52 \N \N MD Master's degree \N CEDS \N \N \N \N \N LIF f \N f 1 -1566 52 \N \N 11 Eleventh grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1567 52 \N \N 12 Twelfth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1568 52 \N \N 13 Grade 13 \N CEDS \N \N \N \N \N LIF f \N f 1 -3180 284 Lower Elwha Tribal Community (previously listed as Lower Elwha Tribal Community of the Lower Elwha Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Elwha Tribal Community Lower Elwha Tribal Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3642 288 Not selected \N NotSelected Not selected \N CEDS \N \N \N \N \N LIF f \N f 1 -3186 284 Manley Hot Springs Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manley Hot Springs Village Manley Hot Springs Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3187 284 Manokotak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manokotak Village Manokotak Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3666 290 Grade 13 is the extent of formal instruction a person has received. \N Grade13 Grade 13 \N CEDS \N \N \N \N \N LIF f \N f 1 -3189 284 Mashantucket Pequot Indian Tribe (previously listed as Mashantucket Pequot Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mashantucket Pequot Indian Tribe Mashantucket Pequot Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3190 284 Mashpee Wampanoag Tribe (previously listed as Mashpee Wampanoag Indian Tribal Council, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mashpee Wampanoag Tribe Mashpee Wampanoag Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3192 284 McGrath Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N McGrath Native Village McGrath Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3195 284 Mentasta Traditional Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mentasta Traditional Council Mentasta Traditional Council \N CEDS \N \N \N \N \N LIF f \N f 1 +1566 52 \N \N 11 EleventhGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3172 284 Lime Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LimeVillage LimeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3642 288 Not selected \N NotSelected NotSelected \N CEDS \N \N \N \N \N LIF f \N f 1 +3180 284 Lower Elwha Tribal Community (previously listed as Lower Elwha Tribal Community of the Lower Elwha Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerElwhaTribalCommunity LowerElwhaTribalCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +1567 52 \N \N 12 TwelfthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3186 284 Manley Hot Springs Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManleyHotSpringsVillage ManleyHotSpringsVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3187 284 Manokotak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManokotakVillage ManokotakVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +4064 310 Native Village of Kotzebue is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKotzebue NativeVillageOfKotzebue \N \N \N \N \N \N \N LIF f \N f 4 +3636 270 Home phone number is the type of communication number listed for a person. \N HomePhoneNumber HomePhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +3176 284 Lone Pine Paiute-Shoshone Tribe (previously listed as Paiute-Shoshone Indians of the Lone Pine Community of the Lone Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LonePinePaiute-ShoshoneTribe LonePinePaiute-ShoshoneTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3190 284 Mashpee Wampanoag Tribe (previously listed as Mashpee Wampanoag Indian Tribal Council, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MashpeeWampanoagTribe MashpeeWampanoagTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3167 284 Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacCourteOreillesBandOfLakeSuperiorChippewaIndiansOfWisconsin LacCourteOreillesBandOfLakeSuperiorChippewaIndiansOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +2774 268 Counties in metro areas of 250,000 to 1 million population \N 2 CountiesInMetroAreasOf250000To1MillionPopulation \N CEDS \N \N \N \N \N LIF f \N t 1 +1572 52 \N \N BA Bachelor'sDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +1576 52 \N \N DO DoctoralDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +1574 52 \N \N MD Master'sDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +1573 52 \N \N PB Post-baccalaureateCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +1575 52 \N \N PM Post-master'sCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +1577 52 \N \N PD Post-doctoralCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +1578 52 \N \N AE AdultEducation \N CEDS \N \N \N \N \N LIF f \N f 1 +68 4 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithoutAccommodations AssessmentBasedOnAgeLevelStandardsWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 +1915 81 Credit granted for the course based on successful score on a standardized test of comprehension or proficiency. \N CreditByExam CreditGrantedFromSuccessfulScoreOnAStandardizedTestOfcomprehensionOrProficiency. \N CEDS \N \N \N \N \N LIF f \N f 4 +1568 52 \N \N 13 Grade13 \N CEDS \N \N \N \N \N LIF f \N f 1 +3666 290 Grade 13 is the extent of formal instruction a person has received. \N Grade13 Grade13 \N CEDS \N \N \N \N \N LIF f \N f 1 +2401 139 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about two years in a specific subject. \N ceterms-HigherEducationLevel2Certificate HigherEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 4435 313 Virginia \N Virginia Virginia \N \N \N \N \N \N \N LIF f \N f 4 -3181 284 Lower Sioux Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Sioux Indian Community in the State Of Minnesota Lower Sioux Indian Community in the State of Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -3182 284 Lummi Tribe of the Lummi Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lummi Tribe Of the Lummi Reservation Lummi Tribe of the Lummi Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3286 284 Native Village of Savoonga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Savoonga Native Village of Savoonga \N CEDS \N \N \N \N \N LIF f \N f 1 -3183 284 Lytton Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lytton Rancheria Of California Lytton Rancheria of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3184 284 Makah Indian Tribe of the Makah Indian Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Makah Indian Tribe Of the Makah Indian Reservation Makah Indian Tribe of the Makah Indian Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3191 284 Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Match-e-be-nash-she-wish Band Of Pottawatomi Indians Of Michigan Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3631 287 West Virginia \N WestVirginia West Virginia \N CEDS \N \N \N \N \N LIF f \N f 1 -3205 284 Modoc Nation (previously listed as The Modoc Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Modoc Nation Modoc Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3207 284 Monacan Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Monacan Indian Nation Monacan Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3210 284 Muckleshoot Indian Tribe (previously listed as Muckleshoot Indian Tribe of the Muckleshoot Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Muckleshoot Indian Tribe Muckleshoot Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3211 284 Naknek Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Naknek Native Village Naknek Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3212 284 Nansemond Indian Nation (previously listed as Nansemond Indian Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nansemond Indian Nation Nansemond Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3213 284 Narragansett Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Narragansett Indian Tribe Narragansett Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3577 287 American Samoa \N AmericanSamoa AmericanSamoa \N CEDS \N \N \N \N \N LIF f \N f 1 +2377 139 An award level that normally requires at least 2 but less than 4 years of full-time equivalent college-level work. \N ceterms-AssociateDegree Associate'sDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2378 139 An award level that normally requires at least 4 but not more than 5 years of full-time equivalent college-level work. \N ceterms-BachelorDegree Bachelor'sDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +3205 284 Modoc Nation (previously listed as The Modoc Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ModocNation ModocNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3211 284 Naknek Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NaknekNativeVillage NaknekNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3207 284 Monacan Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MonacanIndianNation MonacanIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3212 284 Nansemond Indian Nation (previously listed as Nansemond Indian Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NansemondIndianNation NansemondIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3631 287 West Virginia \N WestVirginia WestVirginia \N CEDS \N \N \N \N \N LIF f \N f 1 +2944 280 Health clinic phone number is the type of communication number listed for an organization. \N HealthClinic HealthClinicPhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 3632 287 Wyoming \N Wyoming Wyoming \N CEDS \N \N \N \N \N LIF f \N f 1 -3199 284 Miami Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Miami Tribe Of Oklahoma Miami Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3200 284 Miccosukee Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Miccosukee Tribe Of Indians Miccosukee Tribe of Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3201 284 Middletown Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Middletown Rancheria Of Pomo Indians Of California Middletown Rancheria of Pomo Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3203 284 Mississippi Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mississippi Band Of Choctaw Indians Mississippi Band of Choctaw Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3206 284 Mohegan Tribe of Indians of Connecticut (previously listed as Mohegan Indian Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mohegan Tribe Of Indians Of Connecticut Mohegan Tribe of Indians of Connecticut \N CEDS \N \N \N \N \N LIF f \N f 1 +2404 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in scientific and technical fields and professional fields of study. \N ceterms-MasterOfScienceDegree MasterOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2413 139 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms-BachelorOfArtsDegree BachelorOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N f 10 4657 329 \N \N SEA SEA \N \N \N \N \N \N \N LIF f \N f 4 3600 287 Michigan \N Michigan Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 427 33 \N \N ben Bengali \N CEDS \N \N \N \N \N LIF f \N t 1 -3577 287 American Samoa \N AmericanSamoa American Samoa \N CEDS \N \N \N \N \N LIF f \N f 1 3576 287 Arkansas \N Arkansas Arkansas \N CEDS \N \N \N \N \N LIF f \N f 1 3578 287 Arizona \N Arizona Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 3579 287 California \N California California \N CEDS \N \N \N \N \N LIF f \N f 1 @@ -14851,714 +14783,506 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 3590 287 Idaho \N Idaho Idaho \N CEDS \N \N \N \N \N LIF f \N f 1 3591 287 Illinois \N Illinois Illinois \N CEDS \N \N \N \N \N LIF f \N f 1 3592 287 Indiana \N Indiana Indiana \N CEDS \N \N \N \N \N LIF f \N f 1 -4436 313 Virgin Islands \N Virgin Islands Virgin Islands \N \N \N \N \N \N \N LIF f \N f 4 +2414 139 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in scientific and technical fields and professional fields of study. \N ceterms-BachelorOfScienceDegree BachelorOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +4584 322 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel-DoctoralDegreeLevel DoctoralDegreeLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +2929 278 Counties in metro areas of 250,000 to 1 million population \N 2 CountiesInMetroAreasOf250000To1MillionPopulation \N \N \N \N \N \N \N LIF f \N f 4 +1663 57 Credit granted for the course based on successful score on a standardized test of comprehension or proficiency. \N CreditByExam CreditGrantedFromSuccessfulScoreOnAStandardizedTestOfcomprehensionOrProficiency. \N CEDS \N \N \N \N \N LIF f \N t 1 +3230 284 Native Village of Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfCouncil NativeVillageOfCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +2234 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in scientific and technical fields and professional fields of study. \N MasterOfScienceDegree ceterms-MasterOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +3269 284 Native Village of Nightmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNightmute NativeVillageOfNightmute \N CEDS \N \N \N \N \N LIF f \N f 1 4437 313 Vermont \N Vermont Vermont \N \N \N \N \N \N \N LIF f \N f 4 -3646 289 Not selected \N NotSelected Not selected \N Ed-Fi \N \N \N \N \N LIF f \N f 1 -3647 290 No school completed is the extent of formal instruction a person has received. \N NoSchoolCompleted No school completed \N CEDS \N \N \N \N \N LIF f \N f 1 -3650 290 First grade is the extent of formal instruction a person has received. \N FirstGrade First grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3651 290 Second grade is the extent of formal instruction a person has received. \N SecondGrade Second grade \N CEDS \N \N \N \N \N LIF f \N f 1 +2821 275 An administrative unit at the local level which exists primarily to operate schools or to contract for educational services. These units may or may not be co-extensive with county, city, or town boundaries. \N LEA LocalEducationAgency(LEA) \N \N \N \N \N \N \N LIF f \N f 4 +3780 309 The related Person Identifier uses the person's state-assigned number. \N State-assignedNumber State-assignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +3781 309 The related Person Identifier uses the person's institution-assigned number. \N Institution-assignedNumber Institution-assignedNumber \N \N \N \N \N \N \N LIF f \N f 4 3649 290 Kindergarten is the extent of formal instruction a person has received. \N Kindergarten Kindergarten \N CEDS \N \N \N \N \N LIF t \N f 1 3645 289 The person does not identity explicitly as male or female" \N Non-Binary Non-Binary \N HROPEN \N \N \N \N \N LIF f \N f 1 3648 290 Preschool is the extent of formal instruction a person has received. \N Preschool Preschool \N CEDS \N \N \N \N \N LIF f \N f 1 -3266 284 Native Village of Napakiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napakiak Native Village of Napakiak \N CEDS \N \N \N \N \N LIF f \N f 1 +3650 290 First grade is the extent of formal instruction a person has received. \N FirstGrade FirstGrade \N CEDS \N \N \N \N \N LIF f \N f 1 4658 329 \N \N NCES NCES \N \N \N \N \N \N \N LIF f \N f 4 2552 159 \N \N Hourly Hourly \N \N \N \N \N \N \N LIF f \N t 1 -3780 309 The related Person Identifier uses the person's state-assigned number. \N State-assigned number State-assigned number \N \N \N \N \N \N \N LIF f \N f 4 -3781 309 The related Person Identifier uses the person's institution-assigned number. \N Institution-assigned number Institution-assigned number \N \N \N \N \N \N \N LIF f \N f 4 -3782 309 The related Person Identifier uses the person's other federally assigned number. \N Other federally assigned number Other federally assigned number \N \N \N \N \N \N \N LIF f \N f 4 -3783 309 The related Person Identifier uses the person's Selective Service Number. \N Selective Service Number Selective Service Number \N \N \N \N \N \N \N LIF f \N f 4 -3784 309 The related Person Identifier uses the person's Canadian Social Insurance Number. \N Canadian Social Insurance Number Canadian Social Insurance Number \N \N \N \N \N \N \N LIF f \N f 4 -3785 309 Decentralized identifiers (DIDs) are globally unique identifiers made up of a string of letters and numbers that act like an identifying address on a blockchain and are independent of any organization. \N Decentralized identifiers Decentralized identifiers \N \N \N \N \N \N \N LIF f \N f 4 -3786 309 This specification describes a portable, extensible, JSON-LD wallet representation, supporting digital currencies and credentials. \N Universal Wallet 2020 Universal Wallet 2020 \N \N \N \N \N \N \N LIF f \N f 4 -3787 309 This document constitutes deliverable Task 2, Sub-task 2.1 B as specified in the Department of Education contract “Develop Open Source Standard for Student Credential Wallet” between the\nDepartment of Education and MIT. \N Learner Credential Wallet Specification Learner Credential Wallet Specification \N \N \N \N \N \N \N LIF f \N f 4 -3791 310 Ak-Chin Indian Community (previously listed as Ak Chin Indian Community of the Maricopa (Ak Chin) Indian Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-Chin Indian Community Ak-Chin Indian Community \N \N \N \N \N \N \N LIF f \N f 4 -3792 310 Akiachak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Akiachak Native Community Akiachak Native Community \N \N \N \N \N \N \N LIF f \N f 4 -3793 310 Akiak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Akiak Native Community Akiak Native Community \N \N \N \N \N \N \N LIF f \N f 4 -3795 310 Alabama-Quassarte Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-Quassarte Tribal Town Alabama-Quassarte Tribal Town \N \N \N \N \N \N \N LIF f \N f 4 -3796 310 Alatna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alatna Village Alatna Village \N \N \N \N \N \N \N LIF f \N f 4 -3797 310 Algaaciq Native Village (St. Mary's) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Algaaciq Native Village Algaaciq Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3798 310 Allakaket Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Allakaket Village Allakaket Village \N \N \N \N \N \N \N LIF f \N f 4 +3785 309 Decentralized identifiers (DIDs) are globally unique identifiers made up of a string of letters and numbers that act like an identifying address on a blockchain and are independent of any organization. \N DecentralizedIdentifiers DecentralizedIdentifiers \N \N \N \N \N \N \N LIF f \N f 4 +4436 313 Virgin Islands \N VirginIslands VirginIslands \N \N \N \N \N \N \N LIF f \N f 4 +1864 78 Dual level (graduate and professional- may be applicable to both) is specified as the level of credit associated with the credit hours earned for the course. \N GraduateProfessional GraduateProfessional \N CEDS \N \N \N \N \N LIF f \N f 4 +3786 309 This specification describes a portable, extensible, JSON-LD wallet representation, supporting digital currencies and credentials. \N UniversalWallet2020 UniversalWallet2020 \N \N \N \N \N \N \N LIF f \N f 4 +3646 289 Not selected \N NotSelected NotSelected \N Ed-Fi \N \N \N \N \N LIF f \N f 1 +3647 290 No school completed is the extent of formal instruction a person has received. \N NoSchoolCompleted NoSchoolCompleted \N CEDS \N \N \N \N \N LIF f \N f 1 +3784 309 The related Person Identifier uses the person's Canadian Social Insurance Number. \N CanadianSocialInsuranceNumber CanadianSocialInsuranceNumber \N \N \N \N \N \N \N LIF f \N f 4 4438 313 Washington \N Washington Washington \N \N \N \N \N \N \N LIF f \N f 4 -3287 284 Native Village of Scammon Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Scammon Bay Native Village of Scammon Bay \N CEDS \N \N \N \N \N LIF f \N f 1 -3288 284 Native Village of Selawik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Selawik Native Village of Selawik \N CEDS \N \N \N \N \N LIF f \N f 1 -3289 284 Native Village of Shaktoolik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shaktoolik Native Village of Shaktoolik \N CEDS \N \N \N \N \N LIF f \N f 1 -3801 310 Angoon Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Angoon Community Association Angoon Community Association \N \N \N \N \N \N \N LIF f \N f 4 -3802 310 Anvik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Anvik Village Anvik Village \N \N \N \N \N \N \N LIF f \N f 4 -3804 310 Arctic Village (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Arctic Village Arctic Village \N \N \N \N \N \N \N LIF f \N f 4 -767 33 \N \N smn Inari Sami \N CEDS \N \N \N \N \N LIF f \N t 1 -3806 310 Asa'carsarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Asa'carsarmiut Tribe Asa'carsarmiut Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3812 310 Beaver Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Beaver Village Beaver Village \N \N \N \N \N \N \N LIF f \N f 4 -3818 310 Birch Creek Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Birch Creek Tribe Birch Creek Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3819 310 Bishop Paiute Tribe (previously listed as Paiute-Shoshone Indians of the Bishop Community of the Bishop Colony, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bishop Paiute Tribe Bishop Paiute Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3944 310 Jamestown S'Klallam Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jamestown S'Klallam Tribe Jamestown S'Klallam Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3800 310 Alutiiq Tribe of Old Harbor (previously listed as Native Village of Old Harbor and Village of Old Harbor) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alutiiq Tribe Of Old Harbor Alutiiq Tribe of Old Harbor \N \N \N \N \N \N \N LIF f \N f 4 -3803 310 Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Apache Tribe Of Oklahoma Apache Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3805 310 Aroostook Band of Micmacs (previously listed as Aroostook Band of Micmac Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Aroostook Band Of Micmacs Aroostook Band of Micmacs \N \N \N \N \N \N \N LIF f \N f 4 -3813 310 Berry Creek Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Berry Creek Rancheria Of Maidu Indians Of California Berry Creek Rancheria of Maidu Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3815 310 Big Pine Paiute Tribe of the Owens Valley (previously listed as Big Pine Band of Owens Valley Paiute Shoshone Indians of the Big Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Pine Paiute Tribe Of the Owens Valley Big Pine Paiute Tribe of the Owens Valley \N \N \N \N \N \N \N LIF f \N f 4 -3816 310 Big Sandy Rancheria of Western Mono Indians of California (previously listed as Big Sandy Rancheria of Mono Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Sandy Rancheria Of Western Mono Indians Of California Big Sandy Rancheria of Western Mono Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -428 33 \N \N ber Berber languages \N CEDS \N \N \N \N \N LIF f \N t 1 -3822 310 Bridgeport Indian Colony (previously listed as Bridgeport Paiute Indian Colony of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bridgeport Indian Colony Bridgeport Indian Colony \N \N \N \N \N \N \N LIF f \N f 4 -3824 310 Burns Paiute Tribe (previously listed as Burns Paiute Tribe of the Burns Paiute Indian Colony of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Burns Paiute Tribe Burns Paiute Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3833 310 Catawba Indian Nation (aka Catawba Tribe of South Carolina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Catawba Indian Nation Catawba Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -3834 310 Cayuga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cayuga Nation Cayuga Nation \N \N \N \N \N \N \N LIF f \N f 4 -3837 310 Chalkyitsik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chalkyitsik Village Chalkyitsik Village \N \N \N \N \N \N \N LIF f \N f 4 -3838 310 Cheesh-Na Tribe (previously listed as Native Village of Chistochina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheesh-Na Tribe Cheesh-Na Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3820 310 Blackfeet Tribe of the Blackfeet Indian Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Blackfeet Tribe Of the Blackfeet Indian Reservation Of Montana Blackfeet Tribe of the Blackfeet Indian Reservation of Montana \N \N \N \N \N \N \N LIF f \N f 4 -3823 310 Buena Vista Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Buena Vista Rancheria Of Me-Wuk Indians Of California Buena Vista Rancheria of Me-Wuk Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3827 310 Caddo Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Caddo Nation Of Oklahoma Caddo Nation of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3828 310 Cahto Tribe of the Laytonville Rancheria is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cahto Tribe Of the Laytonville Rancheria Cahto Tribe of the Laytonville Rancheria \N \N \N \N \N \N \N LIF f \N f 4 -3829 310 Cahuilla Band of Indians (previously listed as Cahuilla Band of Mission Indians of the Cahuilla Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cahuilla Band Of Indians Cahuilla Band of Indians \N \N \N \N \N \N \N LIF f \N f 4 +3651 290 Second grade is the extent of formal instruction a person has received. \N SecondGrade SecondGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3791 310 Ak-Chin Indian Community (previously listed as Ak Chin Indian Community of the Maricopa (Ak Chin) Indian Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-ChinIndianCommunity Ak-ChinIndianCommunity \N \N \N \N \N \N \N LIF f \N f 4 +767 33 \N \N smn InariSami \N CEDS \N \N \N \N \N LIF f \N t 1 +3795 310 Alabama-Quassarte Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-QuassarteTribalTown Alabama-QuassarteTribalTown \N \N \N \N \N \N \N LIF f \N f 4 +3792 310 Akiachak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AkiachakNativeCommunity AkiachakNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3793 310 Akiak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AkiakNativeCommunity AkiakNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3796 310 Alatna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlatnaVillage AlatnaVillage \N \N \N \N \N \N \N LIF f \N f 4 +3797 310 Algaaciq Native Village (St. Mary's) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlgaaciqNativeVillage AlgaaciqNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3798 310 Allakaket Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AllakaketVillage AllakaketVillage \N \N \N \N \N \N \N LIF f \N f 4 +3801 310 Angoon Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AngoonCommunityAssociation AngoonCommunityAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3802 310 Anvik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AnvikVillage AnvikVillage \N \N \N \N \N \N \N LIF f \N f 4 +3804 310 Arctic Village (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ArcticVillage ArcticVillage \N \N \N \N \N \N \N LIF f \N f 4 +2199 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the master's degree and less than a doctoral degree and provides specific preparation for advanced careers in a specialist field \N SpecialistDegree ceterms-SpecialistDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +370 32 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N 1057 Doctoral(Doctor's)Degree \N CEDS \N \N \N \N \N LIF f \N t 1 +2939 279 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational Organizational(school)Address \N \N \N \N \N \N \N LIF f \N f 4 +812 33 \N \N ton Tonga(TongaIslands) \N CEDS \N \N \N \N \N LIF f \N t 1 +1707 60 Off campus (e.g., branch campus, etc.) is specified as the type of location at which the course is taught. \N OffCampus OffCampus(e.g.-branchCampus-etc.) \N CEDS \N \N \N \N \N LIF f \N t 1 +3837 310 Chalkyitsik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChalkyitsikVillage ChalkyitsikVillage \N \N \N \N \N \N \N LIF f \N f 4 +2822 275 A regional, multi-services public agency authorized by State law to develop, manage, and provide services, programs, or other support (e.g., construction, food services, technology services) to LEAs. \N IEU IntermediateEducationalUnit(IEU) \N \N \N \N \N \N \N LIF f \N f 4 +428 33 \N \N ber BerberLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +3806 310 Asa'carsarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Asa'carsarmiutTribe Asa'carsarmiutTribe \N \N \N \N \N \N \N LIF f \N f 4 +4287 310 The Chickasaw Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheChickasawNation TheChickasawNation \N \N \N \N \N \N \N LIF f \N f 4 +3834 310 Cayuga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CayugaNation CayugaNation \N \N \N \N \N \N \N LIF f \N f 4 +3822 310 Bridgeport Indian Colony (previously listed as Bridgeport Paiute Indian Colony of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BridgeportIndianColony BridgeportIndianColony \N \N \N \N \N \N \N LIF f \N f 4 +1740 65 Other, the course is not counted in GPA (e.g., used for academic forgiveness or clemency). \N NotCountedOther Other-notCountedInGPA(e.g.-usedForAcademicForgivenessOrClemency). \N CEDS \N \N \N \N \N LIF f \N t 1 +3833 310 Catawba Indian Nation (aka Catawba Tribe of South Carolina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CatawbaIndianNation CatawbaIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +4272 310 Stebbins Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StebbinsCommunityAssociation StebbinsCommunityAssociation \N \N \N \N \N \N \N LIF f \N f 4 +356 32 High school completers (e.g., certificate of attendance) is the extent of formal instruction a person has received. \N 2408 HighSchoolCompleters(e.g.-certificateOfattendance) \N CEDS \N \N \N \N \N LIF f \N t 1 +3189 284 Mashantucket Pequot Indian Tribe (previously listed as Mashantucket Pequot Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MashantucketPequotIndianTribe MashantucketPequotIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +769 33 \N \N sms SkoltSami \N CEDS \N \N \N \N \N LIF f \N t 1 +4698 91 Completion of IFSP prior to reaching maximum age for Part C \N 2226 CompletionOfIFSPPriorToReachingMaximumAgeForPartC \N \N \N \N \N \N \N LIF f \N f 4 768 33 \N \N smo Samoan \N CEDS \N \N \N \N \N LIF f \N t 1 -769 33 \N \N sms Skolt Sami \N CEDS \N \N \N \N \N LIF f \N t 1 -3832 310 Capitan Grande Band of Diegueno Mission Indians of California (Barona Group of Capitan Grande Band of Mission Indians of the Barona Reservation, California; Viejas (Baron Long) Group of Capitan Grande Band of Mission Indians of the Viejas Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Capitan Grande Band Of Diegueno Mission Indians Of California Capitan Grande Band of Diegueno Mission Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3836 310 Central Council of the Tlingit & Haida Indian Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Central Council Of the Tlingit & Haida Indian Tribes Central Council of the Tlingit & Haida Indian Tribes \N \N \N \N \N \N \N LIF f \N f 4 -3841 310 Cherokee Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cherokee Nation Cherokee Nation \N \N \N \N \N \N \N LIF f \N f 4 -3842 310 Chevak Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chevak Native Village Chevak Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3845 310 Chickahominy Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickahominy Indian Tribe Chickahominy Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3846 310 Chickahominy Indian Tribe—Eastern Division is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickahominy Indian Tribe—Eastern Division Chickahominy Indian Tribe—Eastern Division \N \N \N \N \N \N \N LIF f \N f 4 -3847 310 Chickaloon Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickaloon Native Village Chickaloon Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3849 310 Chignik Bay Tribal Council (previously listed as Native Village of Chignik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chignik Bay Tribal Council Chignik Bay Tribal Council \N \N \N \N \N \N \N LIF f \N f 4 -3850 310 Chignik Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chignik Lake Village Chignik Lake Village \N \N \N \N \N \N \N LIF f \N f 4 +2823 275 The agency of the state charged with primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instruction programs, and it is the state agency that administers federal grant programs. \N SEA StateEducationAgency(SEA) \N \N \N \N \N \N \N LIF f \N f 4 +4871 351 \N \N Chu ChurchSlavic;OldSlavonic \N \N \N \N \N \N \N LIF f \N f 1 +5039 351 \N \N Ltz Luxembourgish;Letzeburgesch \N \N \N \N \N \N \N LIF f \N f 1 +5042 351 \N \N Lug Ganda;Luganda \N \N \N \N \N \N \N LIF f \N f 1 +5055 351 \N \N Mao Maori;Māori \N \N \N \N \N \N \N LIF f \N f 1 +5058 351 \N \N Mas Masai;Maa \N \N \N \N \N \N \N LIF f \N f 1 +5061 351 \N \N Mdr Mandarin;Mandari \N \N \N \N \N \N \N LIF f \N f 1 +5064 351 \N \N Mic Mi'kmaq;Micmac \N \N \N \N \N \N \N LIF f \N f 1 +5071 351 \N \N Mni Manipuri;Meitei \N \N \N \N \N \N \N LIF f \N f 1 +5078 351 \N \N Mus Muscogee;Creek \N \N \N \N \N \N \N LIF f \N f 1 +5116 351 \N \N Oss Ossetian;Ossete \N \N \N \N \N \N \N LIF f \N f 1 +5122 351 \N \N Pam Pampanga;Kapampangan \N \N \N \N \N \N \N LIF f \N f 1 +3812 310 Beaver Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BeaverVillage BeaverVillage \N \N \N \N \N \N \N LIF f \N f 4 +3818 310 Birch Creek Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BirchCreekTribe BirchCreekTribe \N \N \N \N \N \N \N LIF f \N f 4 +4468 315 High school completers (e.g., certificate of attendance) is the extent of formal instruction a person has received. \N HighSchoolCompleters(e.g.certificateOfAttendance) HighSchoolCompleters(e.g.-certificateOfattendance) \N \N \N \N \N \N \N LIF f \N f 4 +3169 284 Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacVieuxDesertBandOfLakeSuperiorChippewaIndiansOfMichigan LacVieuxDesertBandOfLakeSuperiorChippewaIndiansOfMichigan \N CEDS \N \N \N \N \N LIF f \N f 1 +5121 351 \N \N Pal Pahlavi;MiddlePersian \N \N \N \N \N \N \N LIF f \N f 1 +2702 265 An organization whose major purpose is to provide education and training services but is not a postsecondary education institution with the authority to award degrees. Includes community-based organizations, non-degree granting proprietary schools which are education and training providers that are recognized by states as schools and are Title IV eligible but do not award degrees, etc. \N EducationAndTrainingProvider EducationAndTrainingProvider \N CEDS \N \N \N \N \N LIF f \N t 1 +2992 284 Angoon Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AngoonCommunityAssociation AngoonCommunityAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +2993 284 Anvik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AnvikVillage AnvikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3841 310 Cherokee Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CherokeeNation CherokeeNation \N \N \N \N \N \N \N LIF f \N f 4 +3842 310 Chevak Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChevakNativeVillage ChevakNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3847 310 Chickaloon Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickaloonNativeVillage ChickaloonNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3856 310 Chuloonawick Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChuloonawickNativeVillage ChuloonawickNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 4395 313 Georgia \N Georgia Georgia \N \N \N \N \N \N \N LIF f \N f 4 4396 313 Guam \N Guam Guam \N \N \N \N \N \N \N LIF f \N f 4 -3851 310 Chilkat Indian Village (Klukwan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chilkat Indian Village Chilkat Indian Village \N \N \N \N \N \N \N LIF f \N f 4 -3852 310 Chilkoot Indian Association (Haines) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chilkoot Indian Association Chilkoot Indian Association \N \N \N \N \N \N \N LIF f \N f 4 -3853 310 Chinik Eskimo Community (Golovin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chinik Eskimo Community Chinik Eskimo Community \N \N \N \N \N \N \N LIF f \N f 4 -3856 310 Chuloonawick Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chuloonawick Native Village Chuloonawick Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3857 310 Circle Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Circle Native Community Circle Native Community \N \N \N \N \N \N \N LIF f \N f 4 -3861 310 Coeur D'Alene Tribe (previously listed as Coeur D'Alene Tribe of the Coeur D'Alene Reservation, Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coeur D'Alene Tribe Coeur D'Alene Tribe \N \N \N \N \N \N \N LIF f \N f 4 +3857 310 Circle Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CircleNativeCommunity CircleNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3849 310 Chignik Bay Tribal Council (previously listed as Native Village of Chignik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChignikBayTribalCouncil ChignikBayTribalCouncil \N \N \N \N \N \N \N LIF f \N f 4 +4440 313 West Virginia \N WestVirginia WestVirginia \N \N \N \N \N \N \N LIF f \N f 4 +5135 351 \N \N Pro ProvincialLatin;OldProvençal \N \N \N \N \N \N \N LIF f \N f 1 4439 313 Wisconsin \N Wisconsin Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 2458 148 \N \N Commission Commission \N \N \N \N \N \N \N LIF f \N t 1 -3848 310 Chicken Ranch Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chicken Ranch Rancheria Of Me-Wuk Indians Of California Chicken Ranch Rancheria of Me-Wuk Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3855 310 Chitimacha Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chitimacha Tribe Of Louisiana Chitimacha Tribe of Louisiana \N \N \N \N \N \N \N LIF f \N f 4 -3859 310 Cloverdale Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cloverdale Rancheria Of Pomo Indians Of California Cloverdale Rancheria of Pomo Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3860 310 Cocopah Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cocopah Tribe Of Arizona Cocopah Tribe of Arizona \N \N \N \N \N \N \N LIF f \N f 4 -2991 284 Alutiiq Tribe of Old Harbor (previously listed as Native Village of Old Harbor and Village of Old Harbor) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alutiiq Tribe Of Old Harbor Alutiiq Tribe of Old Harbor \N CEDS \N \N \N \N \N LIF f \N f 1 -2992 284 Angoon Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Angoon Community Association Angoon Community Association \N CEDS \N \N \N \N \N LIF f \N f 1 -2993 284 Anvik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Anvik Village Anvik Village \N CEDS \N \N \N \N \N LIF f \N f 1 -4440 313 West Virginia \N West Virginia West Virginia \N \N \N \N \N \N \N LIF f \N f 4 -2994 284 Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Apache Tribe Of Oklahoma Apache Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3862 310 Cold Springs Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cold Springs Rancheria Of Mono Indians Of California Cold Springs Rancheria of Mono Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3865 310 Confederated Salish and Kootenai Tribes of the Flathead Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Salish and Kootenai Tribes Of the Flathead Reservation Confederated Salish and Kootenai Tribes of the Flathead Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3866 310 Confederated Tribes and Bands of the Yakama Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes and Bands Of the Yakama Nation Confederated Tribes and Bands of the Yakama Nation \N \N \N \N \N \N \N LIF f \N f 4 +5123 351 \N \N Pan Punjabi;Panjabi \N \N \N \N \N \N \N LIF f \N f 1 +3170 284 Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LasVegasTribeOfPaiuteIndiansOfTheLasVegasIndianColonyNevada LasVegasTribeOfPaiuteIndiansOfTheLasVegasIndianColony-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +5136 351 \N \N Pus Pashto;Pushto \N \N \N \N \N \N \N LIF f \N f 1 +5269 351 \N \N Zxx NoLinguisticContent;NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +5262 351 \N \N Zbl Blissymbols;Bliss \N \N \N \N \N \N \N LIF f \N f 1 +5140 351 \N \N Rar Rarotongan;CookIslandsMaori \N \N \N \N \N \N \N LIF f \N f 1 +5265 351 \N \N Zha Zhuang;Chuang \N \N \N \N \N \N \N LIF f \N f 1 +3850 310 Chignik Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChignikLakeVillage ChignikLakeVillage \N \N \N \N \N \N \N LIF f \N f 4 +5270 351 \N \N Zza Zaza;Dimli;Kirmanjki \N \N \N \N \N \N \N LIF f \N f 1 +626 33 \N \N lim Limburgan;Limburger;Limburgish \N CEDS \N \N \N \N \N LIF f \N t 1 +631 33 \N \N ltz Luxembourgish;Letzeburgesch \N CEDS \N \N \N \N \N LIF f \N t 1 +862 33 \N \N zza Zaza;Dimili;Dimli;Kirdki;Kirmanjki;Zazaki \N CEDS \N \N \N \N \N LIF f \N t 1 +3907 310 Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMcDermittPaiuteAndShoshoneTribesOfTheFortMcDermittIndianReservationNevadaAndOregon FortMcDermittPaiuteAndShoshoneTribesOfTheFortMcDermittIndianReservation-NevadaAndOregon \N \N \N \N \N \N \N LIF f \N f 4 +2392 139 Credential award at a postsecondary level for successful completion of a formal education program that is more than one semester and less than 1 year, demonstrating competencies within a specific subject area or an occupational area indicating job readiness. \N ceterms-TechnicalLevel1Certificate TechnicalLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 +3845 310 Chickahominy Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickahominyIndianTribe ChickahominyIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3861 310 Coeur D'Alene Tribe (previously listed as Coeur D'Alene Tribe of the Coeur D'Alene Reservation, Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoeurD'AleneTribe CoeurD'AleneTribe \N \N \N \N \N \N \N LIF f \N f 4 +3852 310 Chilkoot Indian Association (Haines) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChilkootIndianAssociation ChilkootIndianAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3846 310 Chickahominy Indian Tribe—Eastern Division is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickahominyIndianTribe—EasternDivision ChickahominyIndianTribe—EasternDivision \N \N \N \N \N \N \N LIF f \N f 4 +3853 310 Chinik Eskimo Community (Golovin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChinikEskimoCommunity ChinikEskimoCommunity \N \N \N \N \N \N \N LIF f \N f 4 +1803 75 International Baccalaureate course is specified as the general nature and difficulty of instruction provided throughout a course. \N 574 InternationalBaccalaureateCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +2408 139 Credential awarded for successful completion of a formal education program, demonstrating requisite knowledge and skills. \N ceterms-AcademicCertificate AcademicCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +430 33 \N \N bih BihariLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2994 284 Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ApacheTribeOfOklahoma ApacheTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 429 33 \N \N bho Bhojpuri \N CEDS \N \N \N \N \N LIF f \N t 1 -3001 284 Bay Mills Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bay Mills Indian CommunityMichigan Bay Mills Indian Community, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -2999 284 Augustine Band of Cahuilla Indians, California (previously listed as Augustine Band of Cahuilla Mission Indians of the Augustine Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Augustine Band Of Cahuilla IndiansCalifornia Augustine Band of Cahuilla Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3000 284 Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bad River Band Of the Lake Superior Tribe Of Chippewa Indians Of the Bad River ReservationWisconsin Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -2996 284 Aroostook Band of Micmacs (previously listed as Aroostook Band of Micmac Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Aroostook Band Of Micmacs Aroostook Band of Micmacs \N CEDS \N \N \N \N \N LIF f \N f 1 -430 33 \N \N bih Bihari languages \N CEDS \N \N \N \N \N LIF f \N t 1 +3013 284 Bridgeport Indian Colony (previously listed as Bridgeport Paiute Indian Colony of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BridgeportIndianColony BridgeportIndianColony \N CEDS \N \N \N \N \N LIF f \N f 1 +4442 313 Armed Forces America \N ArmedForcesAmerica ArmedForcesAmerica \N \N \N \N \N \N \N LIF f \N f 4 +2997 284 Asa'carsarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Asa'carsarmiutTribe Asa'carsarmiutTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +2402 139 An award level that requires the successful completion of a program of study of at least the full-time equivalent of 1 but not more than 2 academic years of work beyond the bachelor's degree. \N ceterms-MasterDegree Master'sDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +3003 284 Beaver Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BeaverVillage BeaverVillage \N CEDS \N \N \N \N \N LIF f \N f 1 431 33 \N \N bik Bikol \N CEDS \N \N \N \N \N LIF f \N t 1 -2997 284 Asa'carsarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Asa'carsarmiut Tribe Asa'carsarmiut Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3004 284 Berry Creek Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Berry Creek Rancheria Of Maidu Indians Of California Berry Creek Rancheria of Maidu Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3007 284 Big Sandy Rancheria of Western Mono Indians of California (previously listed as Big Sandy Rancheria of Mono Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Sandy Rancheria Of Western Mono Indians Of California Big Sandy Rancheria of Western Mono Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3011 284 Blackfeet Tribe of the Blackfeet Indian Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Blackfeet Tribe Of the Blackfeet Indian Reservation Of Montana Blackfeet Tribe of the Blackfeet Indian Reservation of Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -3003 284 Beaver Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Beaver Village Beaver Village \N CEDS \N \N \N \N \N LIF f \N f 1 +3009 284 Birch Creek Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BirchCreekTribe BirchCreekTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3270 284 Native Village of Nikolski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNikolski NativeVillageOfNikolski \N CEDS \N \N \N \N \N LIF f \N f 1 +4582 322 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel-BachelorsDegreeLevel BachelorsDegreeLevel \N CTDL \N \N \N \N \N LIF f \N t 1 3640 288 Male \N Male Male \N CEDS \N \N \N \N \N LIF f \N f 1 -3009 284 Birch Creek Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Birch Creek Tribe Birch Creek Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3010 284 Bishop Paiute Tribe (previously listed as Paiute-Shoshone Indians of the Bishop Community of the Bishop Colony, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bishop Paiute Tribe Bishop Paiute Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3013 284 Bridgeport Indian Colony (previously listed as Bridgeport Paiute Indian Colony of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bridgeport Indian Colony Bridgeport Indian Colony \N CEDS \N \N \N \N \N LIF f \N f 1 -4442 313 Armed Forces America \N Armed Forces America Armed Forces America \N \N \N \N \N \N \N LIF f \N f 4 -4443 313 Armed Forces Africa, Canada, Europe, and Mideast \N Armed Forces AfricaCanadaEuropeand Mideast Armed Forces Africa, Canada, Europe, and Mideast \N \N \N \N \N \N \N LIF f \N f 4 -4221 310 Round Valley Indian Tribes, Round Valley Reservation, California (previously listed as Round Valley Indian Tribes of the Round Valley Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Round Valley Indian TribesRound Valley ReservationCalifornia Round Valley Indian Tribes, Round Valley Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4223 310 Sac & Fox Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox NationOklahoma Sac & Fox Nation, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4239 310 Santee Sioux Nation, Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santee Sioux NationNebraska Santee Sioux Nation, Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4264 310 Sokaogon Chippewa Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sokaogon Chippewa CommunityWisconsin Sokaogon Chippewa Community, Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -4267 310 Spirit Lake Tribe, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Spirit Lake TribeNorth Dakota Spirit Lake Tribe, North Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4242 310 Sault Ste. Marie Tribe of Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sault Ste. Marie Tribe Of Chippewa IndiansMichigan Sault Ste. Marie Tribe of Chippewa Indians, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -4274 310 Stockbridge Munsee Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stockbridge Munsee CommunityWisconsin Stockbridge Munsee Community, Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -4278 310 Susanville Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Susanville Indian RancheriaCalifornia Susanville Indian Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -4300 310 Torres Martinez Desert Cahuilla Indians, California (previously listed as Torres- Martinez Band of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Torres Martinez Desert Cahuilla IndiansCalifornia Torres Martinez Desert Cahuilla Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -4316 310 Upper Sioux Community, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Sioux CommunityMinnesota Upper Sioux Community, Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4348 310 Wilton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wilton RancheriaCalifornia Wilton Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -4351 310 Wiyot Tribe, California (previously listed as Table Bluff Reservation—Wiyot Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wiyot TribeCalifornia Wiyot Tribe, California \N \N \N \N \N \N \N LIF f \N f 4 -4359 310 Yocha Dehe Wintun Nation, California (previously listed as Rumsey Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yocha Dehe Wintun NationCalifornia Yocha Dehe Wintun Nation, California \N \N \N \N \N \N \N LIF f \N f 4 -4374 312 Off-campus, temporary is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Off-campustemporary Off-campus, temporary \N \N \N \N \N \N \N LIF f \N f 4 -4375 312 Permanent, student is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentstudent Permanent, student \N \N \N \N \N \N \N LIF f \N f 4 +3271 284 Native Village of Noatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNoatak NativeVillageOfNoatak \N CEDS \N \N \N \N \N LIF f \N f 1 +1799 75 English Learner course is specified as the general nature and difficulty of instruction provided throughout a course. \N 578 EnglishLearnerCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +2405 139 A credential that attests to achievement of a specific knowledge, skill, or competency. \N ceterms-MicroCredential Micro-Credential \N CTDL \N \N \N \N \N LIF f \N f 10 +2406 139 A doctoral degree conferred for advanced work beyond the master level, including the preparation and defense of a thesis or dissertation based on original research, or the planning and execution of an original project demonstrating substantial artistic or scholarly achievement. \N ceterms-ResearchDoctorate ResearchDoctorateDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +4589 322 Intended for those who have completed secondary level school programs or equivalent. \N audLevel-PostSecondaryLevel PostSecondaryLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4588 322 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel-MastersDegreeLevel MastersDegreeLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4088 310 Native Village of Point Hope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPointHope NativeVillageOfPointHope \N \N \N \N \N \N \N LIF f \N f 4 +3191 284 Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Match-e-be-nash-she-wishBandOfPottawatomiIndiansOfMichigan Match-e-be-nash-she-wishBandOfPottawatomiIndiansOfMichigan \N CEDS \N \N \N \N \N LIF f \N f 1 +4586 322 Intended for those with some experience, where knowledge, skills, and competency expectations are staged for development beyond novice-level and in preparation for a more advanced-level. \N audLevel-IntermediateLevel IntermediateLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +3283 284 Native Village of Port Lions is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortLions NativeVillageOfPortLions \N CEDS \N \N \N \N \N LIF f \N f 1 +3862 310 Cold Springs Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ColdSpringsRancheriaOfMonoIndiansOfCalifornia ColdSpringsRancheriaOfMonoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4590 322 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel-ProfessionalLevel ProfessionalLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +1794 75 Basic course is specified as the general nature and difficulty of instruction provided throughout a course. \N 570 BasicCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1797 75 College-level course is specified as the general nature and difficulty of instruction provided throughout a course. \N 576 College-levelCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1800 75 General course is specified as the general nature and difficulty of instruction provided throughout a course. \N 571 GeneralCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1804 75 Remedial course is specified as the general nature and difficulty of instruction provided throughout a course. \N 568 RemedialCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +432 33 \N \N bin Bini;Edo \N CEDS \N \N \N \N \N LIF f \N t 1 +1569 52 Intended for those attending secondary (high-school) level programs. \N AudLevel-SecondaryLevel SecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 1 +51 3 Intended for those attending secondary (high-school) level programs. No audLevel-SecondaryLevel SecondaryLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +3272 284 Native Village of Nuiqsut (aka Nooiksut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNuiqsut NativeVillageOfNuiqsut \N CEDS \N \N \N \N \N LIF f \N f 1 +1539 51 Career and technical education dual-credit course (course qualifies for high school and postsecondary credit) is specified as the general nature and difficulty of instruction provided throughout a course. \N CareerAndtechnicalEducationDual-creditCourse CareerAndtechnicalEducationDual-creditCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +112 7 Work or product created or produced by the person being assessed. \N assessMethod-Artifact Artifact \N CTDL \N \N \N \N \N LIF f \N t 1 +113 7 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod-Exam Exam \N CTDL \N \N \N \N \N LIF f \N t 1 +114 7 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod-Performance Performance \N CTDL \N \N \N \N \N LIF f \N t 1 +1723 63 Resource is active, current, ongoing, offered, operational, or available. \N lifeCycle-Active Active \N CTDL \N \N \N \N \N LIF f \N t 1 +1724 63 Resource is permanently no longer active, current, ongoing, offered, operational, or available. \N lifeCycle-Ceased Ceased \N CTDL \N \N \N \N \N LIF f \N t 1 12 2 Admission is specified as the reason for which an assessment is designed or delivered. \N Admission Admission \N CEDS \N \N \N \N \N LIF f \N t 1 -432 33 \N \N bin Bini; Edo \N CEDS \N \N \N \N \N LIF f \N t 1 -4466 315 12th grade, no diploma is the extent of formal instruction a person has received. \N 12th gradeno diploma 12th grade, no diploma \N \N \N \N \N \N \N LIF f \N f 4 -4469 315 High school equivalency (e.g., GED) is the extent of formal instruction a person has received. \N High school equivalency (e.g.GED) High school equivalency (e.g., GED) \N \N \N \N \N \N \N LIF f \N f 4 -4473 315 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N Formal awardcertificate or diploma (less than one year) Formal award, certificate or diploma (less than one year) \N \N \N \N \N \N \N LIF f \N f 4 -4474 315 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N Formal awardcertificate or diploma (more than or equal to one year) Formal award, certificate or diploma (more than or equal to one year) \N \N \N \N \N \N \N LIF f \N f 4 -4476 315 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N Adult education certificationendorsementor degree Adult education certification, endorsement, or degree \N \N \N \N \N \N \N LIF f \N f 4 -4478 315 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N Master's degree (e.g.M.A.M.S.M. Eng.M.Ed.M.S.W.M.B.A.M.L.S.) Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) \N \N \N \N \N \N \N LIF f \N f 4 -4479 315 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N Specialist's degree (e.g.Ed.S.) Specialist's degree (e.g., Ed.S.) \N \N \N \N \N \N \N LIF f \N f 4 -3307 284 Navajo Nation, Arizona, New Mexico & Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Navajo NationArizonaNew Mexico& Utah Navajo Nation, Arizona, New Mexico, & Utah \N CEDS \N \N \N \N \N LIF f \N f 1 -3634 287 Armed Forces Africa, Canada, Europe, and Mideast \N ArmedForcesAfricaCanadaEuropeAndMideast Armed Forces Africa, Canada, Europe, and Mideast \N CEDS \N \N \N \N \N LIF f \N f 1 -3330 284 Ohkay Owingeh, New Mexico (previously listed as Pueblo of San Juan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ohkay OwingehNew Mexico Ohkay Owingeh, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3361 284 Pinoleville Pomo Nation, California (previously listed as Pinoleville Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pinoleville Pomo NationCalifornia Pinoleville Pomo Nation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3362 284 Pit River Tribe, California (includes XL Ranch, Big Bend, Likely, Lookout, Montgomery Creek and Roaring Creek Rancherias) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pit River TribeCalifornia Pit River Tribe, California \N CEDS \N \N \N \N \N LIF f \N f 1 -4376 312 Permanent, at time of admission is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentat time Of admission Permanent, at time of admission \N \N \N \N \N \N \N LIF f \N f 4 +2190 124 A badge offered in digital form. \N DigitalBadge ceterms-DigitalBadge \N CTDL \N \N \N \N \N LIF f \N t 1 +2191 124 An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N OpenBadge ceterms-OpenBadge \N CTDL \N \N \N \N \N LIF f \N t 1 +2257 127 An alignment to a CTDL-ASN/CTDL competency published by Credential Engine. \N ceasn-Competency ceasn-Competency \N \N \N \N \N \N \N LIF f \N t 1 +2258 127 An alignment to a CTDL Credential published by Credential Engine. \N ceterms-Credential ceterms-Credential \N \N \N \N \N \N \N LIF f \N t 1 +1698 59 Learning through work that leads to a credential that is recognized by a relevant authority and is deliberately structured and supported to provide a progression of learning experiences. \N learnMethod-Apprenticeship Apprenticeship \N CTDL \N \N \N \N \N LIF f \N t 1 +1540 51 Career and technical education general course is specified as the general nature and difficulty of instruction provided throughout a course. \N CareerAndtechnicalEducationGeneralCourse CareerAndtechnicalEducationGeneralCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +3326 284 Nottawaseppi Huron Band of the Potawatomi, Michigan (previously listed as Huron Potawatomi, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NottawaseppiHuronBandOfThePotawatomiMichigan NottawaseppiHuronBandOfThePotawatomi-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3994 310 Manchester Band of Pomo Indians of the Manchester Rancheria, California (previously listed as Manchester Band of Pomo Indians of the Manchester- Point Arena Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManchesterBandOfPomoIndiansOfTheManchesterRancheriaCalifornia ManchesterBandOfPomoIndiansOfTheManchesterRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3826 310 Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CachilDeHeBandOfWintunIndiansOfTheColusaIndianCommunityOfTheColusaRancheria-California CachilDeHeBandOfWintunIndiansOfTheColusaIndianCommunityOfTheColusaRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +1805 75 Students with disabilities course is specified as the general nature and difficulty of instruction provided throughout a course. \N 569 StudentsWithDisabilitiesCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1515 49 The related Course Code is based on the School Codes for the Exchange of Data (SCED) course code system. \N SCED SchoolCodesForTheExchangeOfData(SCED)CourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 +4352 310 Wrangell Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WrangellCooperativeAssociation WrangellCooperativeAssociation \N \N \N \N \N \N \N LIF f \N f 4 +1660 57 Credit granted for a course from a college course is transferred back to high school and not counted by the college. \N HighSchoolCreditOnly CreditFromACollegeCourseIsTransferredBackToHighSchoolAndnotCountedByTheCollege. \N CEDS \N \N \N \N \N LIF f \N t 1 +1806 75 Untracked course is specified as the general nature and difficulty of instruction provided throughout a course. \N 577 UntrackedCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1545 51 Gifted and talented course is specified as the general nature and difficulty of instruction provided throughout a course. \N GiftedAndtalentedCourse GiftedAndtalentedCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1570 52 Intended for those who have completed secondary level school programs or equivalent. \N AudLevel-PostSecondaryLevel PostSecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 1 +1728 63 Arrangement by which an educational institution provides its current students with the opportunity to complete their course of study when the program, institution or location offering access closes. \N lifeCycle-TeachOut TeachOut \N CTDL \N \N \N \N \N LIF f \N t 1 +52 3 Intended for those who have completed secondary level school programs or equivalent. No audLevel-PostSecondaryLevel PostSecondaryLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +111 6 Delivery is not tied to a specific site. \N deliveryType-VariableSite VariableSite \N CTDL \N \N \N \N \N LIF f \N t 1 433 33 \N \N bis Bislama \N CEDS \N \N \N \N \N LIF f \N t 1 -3657 290 Eighth grade is the extent of formal instruction a person has received. \N EighthGrade Eighth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3371 284 Potter Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Potter Valley TribeCalifornia Potter Valley Tribe, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3402 284 Rappahannock Tribe, Inc. is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rappahannock TribeInc. Rappahannock Tribe, Inc. \N CEDS \N \N \N \N \N LIF f \N f 1 -3405 284 Redding Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Redding RancheriaCalifornia Redding Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 127 10 Paused is specified as the completion and scoring status for an instance of a person taking an assessment. \N Paused Paused \N CEDS \N \N \N \N \N LIF f \N t 1 -3407 284 Reno-Sparks Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Reno-Sparks Indian ColonyNevada Reno-Sparks Indian Colony, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3408 284 Resighini Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Resighini RancheriaCalifornia Resighini Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3412 284 Round Valley Indian Tribes, Round Valley Reservation, California (previously listed as Round Valley Indian Tribes of the Round Valley Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Round Valley Indian TribesRound Valley ReservationCalifornia Round Valley Indian Tribes, Round Valley Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3414 284 Sac & Fox Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox NationOklahoma Sac & Fox Nation, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3430 284 Santee Sioux Nation, Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santee Sioux NationNebraska Santee Sioux Nation, Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +3061 284 Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheCoosLowerUmpquaAndSiuslawIndians ConfederatedTribesOfTheCoos-LowerUmpquaAndSiuslawIndians \N CEDS \N \N \N \N \N LIF f \N f 1 128 10 Reported is specified as the completion and scoring status for an instance of a person taking an assessment. \N Reported Reported \N CEDS \N \N \N \N \N LIF f \N t 1 -3455 284 Sokaogon Chippewa Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sokaogon Chippewa CommunityWisconsin Sokaogon Chippewa Community, Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3458 284 Spirit Lake Tribe, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Spirit Lake TribeNorth Dakota Spirit Lake Tribe, North Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3465 284 Stockbridge Munsee Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stockbridge Munsee CommunityWisconsin Stockbridge Munsee Community, Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3469 284 Susanville Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Susanville Indian RancheriaCalifornia Susanville Indian Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3491 284 Torres Martinez Desert Cahuilla Indians, California (previously listed as Torres- Martinez Band of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Torres Martinez Desert Cahuilla IndiansCalifornia Torres Martinez Desert Cahuilla Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3507 284 Upper Sioux Community, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Sioux CommunityMinnesota Upper Sioux Community, Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -3539 284 Wilton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wilton RancheriaCalifornia Wilton Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3542 284 Wiyot Tribe, California (previously listed as Table Bluff Reservation—Wiyot Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wiyot TribeCalifornia Wiyot Tribe, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3550 284 Yocha Dehe Wintun Nation, California (previously listed as Rumsey Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yocha Dehe Wintun NationCalifornia Yocha Dehe Wintun Nation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3661 290 12th grade, no diploma is the extent of formal instruction a person has received. \N 12thGradeNoDiploma 12th grade, no diploma \N CEDS \N \N \N \N \N LIF f \N f 1 -2998 284 Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Assiniboine and Sioux Tribes Of the Fort Peck Indian ReservationMontana Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana \N CEDS \N \N \N \N \N LIF f \N f 1 +2226 124 Credential awarded at a postsecondary level for successful completion of a formal education program that is completed within one semester, demonstrating competencies within a specific occupational area, indicating job readiness. \N BasicTechnicalCertificate ceterms-BasicTechnicalCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2228 124 Credential award at a postsecondary level for successful completion of general education courses that cover a broad range of foundational academic skills and takes less than 1 year. \N ceterms-GeneralEducationLevel1Certificate ceterms-GeneralEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2225 124 Credential awarded for work-based learning and earn-and-learn models that meet standards and are applicable to industry, trades, occupations, and professions. \N Work-BasedLearningCertificate ceterms-WorkbasedLearningCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2230 124 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about one year in a specific subject. \N ceterms-HigherEducationLevel1Certificate ceterms-HigherEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3823 310 Buena Vista Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BuenaVistaRancheriaOfMe-WukIndiansOfCalifornia BuenaVistaRancheriaOfMe-WukIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +2231 124 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about two years in a specific subject. \N ceterms-HigherEducationLevel2Certificate ceterms-HigherEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 770 33 \N \N sna Shona \N CEDS \N \N \N \N \N LIF f \N t 1 771 33 \N \N snd Sindhi \N CEDS \N \N \N \N \N LIF f \N t 1 772 33 \N \N snk Soninke \N CEDS \N \N \N \N \N LIF f \N t 1 773 33 \N \N sog Sogdian \N CEDS \N \N \N \N \N LIF f \N t 1 -3928 310 Hopland Band of Pomo Indians, California (previously listed as Hopland Band of Pomo Indians of the Hopland Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hopland Band Of Pomo IndiansCalifornia Hopland Band of Pomo Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3930 310 Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hualapai Indian Tribe Of the Hualapai Indian ReservationArizona Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -3935 310 Iipay Nation of Santa Ysabel, California (previously listed as Santa Ysabel Band of Diegueno Mission Indians of the Santa Ysabel Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iipay Nation Of Santa YsabelCalifornia Iipay Nation of Santa Ysabel, California \N \N \N \N \N \N \N LIF f \N f 4 -3936 310 Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Inaja Band Of Diegueno Mission Indians Of the Inaja and Cosmit ReservationCalifornia Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3016 284 Cabazon Band of Mission Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cabazon Band Of Mission IndiansCalifornia Cabazon Band of Mission Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3017 284 Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cachil DeHe Band Of Wintun Indians Of the Colusa Indian Community Of the Colusa RancheriaCalifornia Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3022 284 Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Campo Band Of Diegueno Mission Indians Of the Campo Indian ReservationCalifornia Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3030 284 Chemehuevi Indian Tribe of the Chemehuevi Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chemehuevi Indian Tribe Of the Chemehuevi ReservationCalifornia Chemehuevi Indian Tribe of the Chemehuevi Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3031 284 Cher-Ae Heights Indian Community of the Trinidad Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cher-Ae Heights Indian Community Of the Trinidad RancheriaCalifornia Cher-Ae Heights Indian Community of the Trinidad Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3035 284 Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheyenne River Sioux Tribe Of the Cheyenne River ReservationSouth Dakota Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3045 284 Chippewa Cree Indians of the Rocky Boy's Reservation, Montana (previously listed as Chippewa-Cree Indians of the Rocky Boy's Reservation, Montana) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chippewa Cree Indians Of the Rocky Boy's ReservationMontana Chippewa Cree Indians of the Rocky Boy's Reservation, Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -3671 290 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N AdultEducationCertificationEndorsementOrDegree Adult education certification, endorsement, or degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3673 290 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N Master'sDegree(E.g.M.A.M.S.M. Eng.M.Ed.M.S.W.M.B.A.M.L.S.) Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) \N CEDS \N \N \N \N \N LIF f \N f 1 -3674 290 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N Specialist'sDegree(E.g.Ed.S.) Specialist's degree (e.g., Ed.S.) \N CEDS \N \N \N \N \N LIF f \N f 1 +2224 124 Credential award at a postsecondary level for successful completion of a formal education program that is at least 2 years but less than 4 years, demonstrating competencies within specific occupational areas indicating job readiness. \N ceterms-TechnicalLevel3Certificate ceterms-TechnicalLevel3Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3279 284 Native Village of Point Hope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPointHope NativeVillageOfPointHope \N CEDS \N \N \N \N \N LIF f \N f 1 +3278 284 Native Village of Pilot Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPilotPoint NativeVillageOfPilotPoint \N CEDS \N \N \N \N \N LIF f \N f 1 +4580 322 Intended for those with significant experience or expertise where developmental expectations are staged for assessing knowledge, skills, or competencies beyond the novice and intermediate levels. \N audLevel-AdvancedLevel AdvancedLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4581 322 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel-AssociatesDegreeLevel AssociatesDegreeLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +2223 124 Credential award at a postsecondary level for successful completion of a formal education program that is at least 1 year but less than 2 years, demonstrating competencies within a specific subject area or in an occupational area indicating job readiness. \N ceterms-TechnicalLevel2Certificate ceterms-TechnicalLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3280 284 Native Village of Point Lay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPointLay NativeVillageOfPointLay \N CEDS \N \N \N \N \N LIF f \N f 1 +4013 310 Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MoapaBandOfPaiuteIndiansOfTheMoapaRiverIndianReservationNevada MoapaBandOfPaiuteIndiansOfTheMoapaRiverIndianReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +4583 322 Intended for novices or those with limited experience. \N audLevel-BeginnerLevel BeginnerLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4585 322 Intended for those who enrolled in a degree program or other formal program above the baccalaureate level, such as a masters or doctoral degree program. \N audLevel-GraduateLevel GraduateLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +2239 124 Credential awarded for successful completion of a formal education program, demonstrating requisite knowledge and skills. \N AcademicCertificate ceterms-AcademicCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3960 310 Kickapoo Traditional Tribe of Texas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTraditionalTribeOfTexas KickapooTraditionalTribeOfTexas \N \N \N \N \N \N \N LIF f \N f 4 +3975 310 La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LaPostaBandOfDieguenoMissionIndiansOfTheLaPostaIndianReservationCalifornia LaPostaBandOfDieguenoMissionIndiansOfTheLaPostaIndianReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4736 334 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod-Exam assessMethod-Exam \N \N \N \N \N \N \N LIF f \N f 10 +4737 334 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod-Performance assessMethod-Performance \N \N \N \N \N \N \N LIF f \N f 10 +4738 335 Intended for those with significant experience or expertise where developmental expectations are staged for assessing knowledge, skills, or competencies beyond the novice and intermediate levels. \N audLevel-AdvancedLevel audLevel-AdvancedLevel \N \N \N \N \N \N \N LIF f \N f 10 +4739 335 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel-AssociatesDegreeLevel audLevel-AssociatesDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 +4740 335 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel-BachelorsDegreeLevel audLevel-BachelorsDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 +4741 335 Intended for novices or those with limited experience. \N audLevel-BeginnerLevel audLevel-BeginnerLevel \N \N \N \N \N \N \N LIF f \N f 10 +4742 335 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel-DoctoralDegreeLevel audLevel-DoctoralDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 +4743 335 Intended for those who enrolled in a degree program or other formal program above the baccalaureate level, such as a masters or doctoral degree program. \N audLevel-GraduateLevel audLevel-GraduateLevel \N \N \N \N \N \N \N LIF f \N f 10 +4744 335 Intended for those with some experience, where knowledge, skills, and competency expectations are staged for development beyond novice-level and in preparation for a more advanced-level. \N audLevel-IntermediateLevel audLevel-IntermediateLevel \N \N \N \N \N \N \N LIF f \N f 10 +4745 335 Intended for those in the first half of an undergraduate level program. \N audLevel-LowerDivisionLevel audLevel-LowerDivisionLevel \N \N \N \N \N \N \N LIF f \N f 10 +4746 335 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel-MastersDegreeLevel audLevel-MastersDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 129 10 Reset is specified as the completion and scoring status for an instance of a person taking an assessment. \N Reset Reset \N CEDS \N \N \N \N \N LIF f \N t 1 -3669 290 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N FormalAwardCertificateOrDiploma(MoreThanOrEqualToOneYear) Formal award, certificate or diploma (more than or equal to one year) \N CEDS \N \N \N \N \N LIF f \N f 1 -3668 290 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N FormalAwardCertificateOrDiploma(LessThanOneYear) Formal award, certificate or diploma (less than one year) \N CEDS \N \N \N \N \N LIF f \N f 1 -3054 284 Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Colorado River Indian Tribes Of the Colorado River Indian ReservationArizona and California Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California \N CEDS \N \N \N \N \N LIF f \N f 1 -3061 284 Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the CoosLower Umpqua and Siuslaw Indians Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3062 284 Confederated Tribes of the Goshute Reservation, Nevada and Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Goshute ReservationNevada and Utah Confederated Tribes of the Goshute Reservation, Nevada and Utah \N CEDS \N \N \N \N \N LIF f \N f 1 -3072 284 Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Crow Creek Sioux Tribe Of the Crow Creek ReservationSouth Dakota Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3078 284 Dry Creek Rancheria Band of Pomo Indians, California (previously listed as Dry Creek Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Dry Creek Rancheria Band Of Pomo IndiansCalifornia Dry Creek Rancheria Band of Pomo Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3079 284 Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Duckwater Shoshone Tribe Of the Duckwater ReservationNevada Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3082 284 Eastern Shoshone Tribe of the Wind River Reservation, Wyoming (previously listed as Shoshone Tribe of the Wind River Reservation, Wyoming) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Shoshone Tribe Of the Wind River ReservationWyoming Eastern Shoshone Tribe of the Wind River Reservation, Wyoming \N CEDS \N \N \N \N \N LIF f \N f 1 -3085 284 Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Elem Indian Colony Of Pomo Indians Of the Sulphur Bank RancheriaCalifornia Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3091 284 Ewiiaapaayp Band of Kumeyaay Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ewiiaapaayp Band Of Kumeyaay IndiansCalifornia Ewiiaapaayp Band of Kumeyaay Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3092 284 Federated Indians of Graton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Federated Indians Of Graton RancheriaCalifornia Federated Indians of Graton Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3100 284 Fort Mojave Indian Tribe of Arizona, California & Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Mojave Indian Tribe Of ArizonaCalifornia & Nevada Fort Mojave Indian Tribe of Arizona, California & Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3103 284 Gila River Indian Community of the Gila River Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Gila River Indian Community Of the Gila River Indian ReservationArizona Gila River Indian Community of the Gila River Indian Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3104 284 Grand Traverse Band of Ottawa and Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Grand Traverse Band Of Ottawa and Chippewa IndiansMichigan Grand Traverse Band of Ottawa and Chippewa Indians, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3111 284 Havasupai Tribe of the Havasupai Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Havasupai Tribe Of the Havasupai ReservationArizona Havasupai Tribe of the Havasupai Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3119 284 Hopland Band of Pomo Indians, California (previously listed as Hopland Band of Pomo Indians of the Hopland Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hopland Band Of Pomo IndiansCalifornia Hopland Band of Pomo Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3121 284 Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hualapai Indian Tribe Of the Hualapai Indian ReservationArizona Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3126 284 Iipay Nation of Santa Ysabel, California (previously listed as Santa Ysabel Band of Diegueno Mission Indians of the Santa Ysabel Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iipay Nation Of Santa YsabelCalifornia Iipay Nation of Santa Ysabel, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3127 284 Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Inaja Band Of Diegueno Mission Indians Of the Inaja and Cosmit ReservationCalifornia Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 +4747 335 Intended for those who have completed secondary level school programs or equivalent. \N audLevel-PostSecondaryLevel audLevel-PostSecondaryLevel \N \N \N \N \N \N \N LIF f \N f 10 +4748 335 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel-ProfessionalLevel audLevel-ProfessionalLevel \N \N \N \N \N \N \N LIF f \N f 10 +4749 335 Intended for those who are under-prepared for learning at a particular level. \N audLevel-RemedialLevel audLevel-RemedialLevel \N \N \N \N \N \N \N LIF f \N f 10 +4750 335 Intended for those attending secondary (high-school) level programs. \N audLevel-SecondaryLevel audLevel-SecondaryLevel \N \N \N \N \N \N \N LIF f \N f 10 +4751 335 Intended for those who are enrolled in a degree program or other formal program at or below the baccalaureate, such as an associate’s degree, vocational, or technical program. \N audLevel-UndergraduateLevel audLevel-UndergraduateLevel \N \N \N \N \N \N \N LIF f \N f 10 +4752 335 Intended for those in the second half of an undergraduate level program. \N audLevel-UpperDivisionLevel audLevel-UpperDivisionLevel \N \N \N \N \N \N \N LIF f \N f 10 +3354 284 Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PechangaBandOfLuisenoMissionIndiansOfThePechangaReservationCalifornia PechangaBandOfLuisenoMissionIndiansOfThePechangaReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3421 284 Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaltRiverPima-MaricopaIndianCommunityOfTheSaltRiverReservationArizona SaltRiverPima-MaricopaIndianCommunityOfTheSaltRiverReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +4710 91 Not eligible for Part B, exit with referrals to other programs \N 2228 NotEligibleForPartB-exitWithReferralsToOtherPrograms \N \N \N \N \N \N \N LIF f \N f 4 +3787 309 This document constitutes deliverable Task 2, Sub-task 2.1 B as specified in the Department of Education contract “Develop Open Source Standard for Student Credential Wallet” between the\nDepartment of Education and MIT. \N LearnerCredentialWalletSpecification LearnerCredentialWalletSpecification \N \N \N \N \N \N \N LIF f \N f 4 +4927 351 \N \N Fry WesternFrisian \N \N \N \N \N \N \N LIF f \N f 1 +3240 284 Native Village of Fort Yukon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfFortYukon NativeVillageOfFortYukon \N CEDS \N \N \N \N \N LIF f \N f 1 +4592 322 Intended for those attending secondary (high-school) level programs. \N audLevel-SecondaryLevel SecondaryLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4593 322 Intended for those who are enrolled in a degree program or other formal program at or below the baccalaureate, such as an associate’s degree, vocational, or technical program. \N audLevel-UndergraduateLevel UndergraduateLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4474 315 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N FormalAwardcertificateOrDiploma(moreThanOrEqualToOneYear) FormalAward-certificateOrDiploma(moreThanOrEqualToOneYear) \N \N \N \N \N \N \N LIF f \N f 4 +3929 310 Houlton Band of Maliseet Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoultonBandOfMaliseetIndians HoultonBandOfMaliseetIndians \N \N \N \N \N \N \N LIF f \N f 4 +3381 284 Pueblo of Picuris, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfPicurisNewMexico PuebloOfPicuris-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +2780 268 Completely rural or less than 2,500 urban population, adjacent to a metro area \N 8 CompletelyRuralOrLessThan2500UrbanPopulation-adjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +3908 310 Fort McDowell Yavapai Nation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMcDowellYavapaiNation-Arizona FortMcDowellYavapaiNation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +2400 139 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about one year in a specific subject. \N ceterms-HigherEducationLevel1Certificate HigherEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 434 33 \N \N bla Siksika \N CEDS \N \N \N \N \N LIF f \N t 1 -3140 284 Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaibab Band Of Paiute Indians Of the Kaibab Indian ReservationArizona Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3144 284 Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kashia Band Of Pomo Indians Of the Stewarts Point RancheriaCalifornia Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3170 284 Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Las Vegas Tribe Of Paiute Indians Of the Las Vegas Indian ColonyNevada Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3175 284 Little Traverse Bay Bands of Odawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little Traverse Bay Bands Of Odawa IndiansMichigan Little Traverse Bay Bands of Odawa Indians, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3177 284 Los Coyotes Band of Cahuilla and Cupeno Indians, California (previously listed as Los Coyotes Band of Cahuilla & Cupeno Indians of the Los Coyotes Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Los Coyotes Band Of Cahuilla and Cupeno IndiansCalifornia Los Coyotes Band of Cahuilla and Cupeno Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3178 284 Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lovelock Paiute Tribe Of the Lovelock Indian ColonyNevada Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3179 284 Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Brule Sioux Tribe Of the Lower Brule ReservationSouth Dakota Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3185 284 Manchester Band of Pomo Indians of the Manchester Rancheria, California (previously listed as Manchester Band of Pomo Indians of the Manchester- Point Arena Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manchester Band Of Pomo Indians Of the Manchester RancheriaCalifornia Manchester Band of Pomo Indians of the Manchester Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3188 284 Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manzanita Band Of Diegueno Mission Indians Of the Manzanita ReservationCalifornia Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3193 284 Mechoopda Indian Tribe of Chico Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mechoopda Indian Tribe Of Chico RancheriaCalifornia Mechoopda Indian Tribe of Chico Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3196 284 Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mesa Grande Band Of Diegueno Mission Indians Of the Mesa Grande ReservationCalifornia Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3197 284 Mescalero Apache Tribe of the Mescalero Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mescalero Apache Tribe Of the Mescalero ReservationNew Mexico Mescalero Apache Tribe of the Mescalero Reservation, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3204 284 Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Moapa Band Of Paiute Indians Of the Moapa River Indian ReservationNevada Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3209 284 Morongo Band of Mission Indians, California (previously listed as Morongo Band of Cahuilla Mission Indians of the Morongo Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Morongo Band Of Mission IndiansCalifornia Morongo Band of Mission Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3377 284 Pueblo of Isleta, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of IsletaNew Mexico Pueblo of Isleta, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3790 310 Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Agua Caliente Band Of Cahuilla Indians Of the Agua Caliente Indian ReservationCalifornia Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3807 310 Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Assiniboine and Sioux Tribes Of the Fort Peck Indian ReservationMontana Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana \N \N \N \N \N \N \N LIF f \N f 4 -435 33 \N \N bnt Bantu languages \N CEDS \N \N \N \N \N LIF f \N t 1 +655 33 \N \N mga Irish-Middle(900-1200) \N CEDS \N \N \N \N \N LIF f \N t 1 +3972 310 Kootenai Tribe of Idaho is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KootenaiTribeOfIdaho KootenaiTribeOfIdaho \N \N \N \N \N \N \N LIF f \N f 4 +3983 310 Little Shell Tribe of Chippewa Indians of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleShellTribeOfChippewaIndiansOfMontana LittleShellTribeOfChippewaIndiansOfMontana \N \N \N \N \N \N \N LIF f \N f 4 +4044 310 Native Village of Ekuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEkuk NativeVillageOfEkuk \N \N \N \N \N \N \N LIF f \N f 4 +3667 290 Some college but no degree is the extent of formal instruction a person has received. \N SomeCollegeButNoDegree SomeCollegeButNoDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +4883 351 \N \N Crp CreolesAndpidgins \N \N \N \N \N \N \N LIF f \N f 1 +146 13 The related School Identifier uses the Dun and Bradstreet number. \N DUNS DunAndBradstreetNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +2811 273 The Organization Identifier is the organization's Dun and Bradstreet number. \N DUNS DunAndBradstreetNumber \N \N \N \N \N \N \N LIF f \N f 4 +2643 261 The Organization Identifier is the organization's Dun and Bradstreet number. \N DunAndBradstreetNumber DunAndBradstreetNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +1842 77 CEDS \N GiftedTalented GiftedAndTalented \N Gifted and Talented is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +4347 310 Wichita and Affiliated Tribes (Wichita, Keechi, Waco & Tawakonie), Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WichitaAndAffiliatedTribes WichitaAndAffiliatedTribes \N \N \N \N \N \N \N LIF f \N f 4 +1795 75 Career and technical education dual-credit course (course qualifies for high school and postsecondary credit) is specified as the general nature and difficulty of instruction provided throughout a course. \N 73045 CareerAndtechnicalEducationDual-creditCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1796 75 Career and technical education general course is specified as the general nature and difficulty of instruction provided throughout a course. \N 73044 CareerAndtechnicalEducationGeneralCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +4470 315 Career and Technical Education certificate is the extent of formal instruction a person has received. \N CareerAndTechnicalEducationCertificate CareerAndTechnicalEducationCertificate \N \N \N \N \N \N \N LIF f \N f 4 436 33 \N \N bos Bosnian \N CEDS \N \N \N \N \N LIF f \N t 1 -3667 290 Some college but no degree is the extent of formal instruction a person has received. \N SomeCollegeButNoDegree Some college but no degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3808 310 Augustine Band of Cahuilla Indians, California (previously listed as Augustine Band of Cahuilla Mission Indians of the Augustine Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Augustine Band Of Cahuilla IndiansCalifornia Augustine Band of Cahuilla Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3809 310 Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bad River Band Of the Lake Superior Tribe Of Chippewa Indians Of the Bad River ReservationWisconsin Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -3811 310 Bear River Band of the Rohnerville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bear River Band Of the Rohnerville RancheriaCalifornia Bear River Band of the Rohnerville Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3817 310 Big Valley Band of Pomo Indians of the Big Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Valley Band Of Pomo Indians Of the Big Valley RancheriaCalifornia Big Valley Band of Pomo Indians of the Big Valley Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3825 310 Cabazon Band of Mission Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cabazon Band Of Mission IndiansCalifornia Cabazon Band of Mission Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3826 310 Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cachil DeHe Band Of Wintun Indians Of the Colusa Indian Community Of the Colusa RancheriaCalifornia Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3831 310 Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Campo Band Of Diegueno Mission Indians Of the Campo Indian ReservationCalifornia Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3839 310 Chemehuevi Indian Tribe of the Chemehuevi Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chemehuevi Indian Tribe Of the Chemehuevi ReservationCalifornia Chemehuevi Indian Tribe of the Chemehuevi Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3840 310 Cher-Ae Heights Indian Community of the Trinidad Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cher-Ae Heights Indian Community Of the Trinidad RancheriaCalifornia Cher-Ae Heights Indian Community of the Trinidad Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3844 310 Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheyenne River Sioux Tribe Of the Cheyenne River ReservationSouth Dakota Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -3854 310 Chippewa Cree Indians of the Rocky Boy's Reservation, Montana (previously listed as Chippewa-Cree Indians of the Rocky Boy's Reservation, Montana) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chippewa Cree Indians Of the Rocky Boy's ReservationMontana Chippewa Cree Indians of the Rocky Boy's Reservation, Montana \N \N \N \N \N \N \N LIF f \N f 4 -3871 310 Confederated Tribes of the Goshute Reservation, Nevada and Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Goshute ReservationNevada and Utah Confederated Tribes of the Goshute Reservation, Nevada and Utah \N \N \N \N \N \N \N LIF f \N f 4 -3002 284 Bear River Band of the Rohnerville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bear River Band Of the Rohnerville RancheriaCalifornia Bear River Band of the Rohnerville Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3008 284 Big Valley Band of Pomo Indians of the Big Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Valley Band Of Pomo Indians Of the Big Valley RancheriaCalifornia Big Valley Band of Pomo Indians of the Big Valley Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3887 310 Dry Creek Rancheria Band of Pomo Indians, California (previously listed as Dry Creek Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Dry Creek Rancheria Band Of Pomo IndiansCalifornia Dry Creek Rancheria Band of Pomo Indians, California \N \N \N \N \N \N \N LIF f \N f 4 +4023 310 Native Village of Afognak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAfognak NativeVillageOfAfognak \N \N \N \N \N \N \N LIF f \N f 4 +3363 284 Pitka's Point Traditional Council (previously listed as Native Village of Pitka's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pitka'sPointTraditionalCouncil Pitka'sPointTraditionalCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +2863 276 An organization whose major purpose is to provide education and training services but is not a postsecondary education institution with the authority to award degrees. Includes community-based organizations, non-degree granting proprietary schools which are education and training providers that are recognized by states as schools and are Title IV eligible but do not award degrees, etc. \N TrainingProvider EducationAndTrainingProvider \N \N \N \N \N \N \N LIF f \N f 4 +1503 46 Learning and Employment Record Wallet \N LERWallet LearningAndEmploymentRecordWallet \N LIF New \N \N \N \N \N LIF f \N t 1 +1588 53 Gifted and Talented is specified as the level of work required for a course or the level of the typical individual taking the course. \N GiftedTalented GiftedAndTalented \N CEDS \N \N \N \N \N LIF f \N t 1 +1912 81 Credit granted for a course from a college course is transferred back to high school and not counted by the college. \N HighSchoolCreditOnly CreditFromACollegeCourseIsTransferredBackToHighSchoolAndnotCountedByTheCollege. \N CEDS \N \N \N \N \N LIF f \N f 4 +1911 81 Credit for a course from a college course is counted at both the college and high school. \N HighSchoolDualCredit CreditFromACollegeCourseIsCountedAtBothTheCollegeAndhighSchool. \N CEDS \N \N \N \N \N LIF f \N f 4 +3429 284 Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaYnezBandOfChumashMissionIndiansOfTheSantaYnezReservationCalifornia SantaYnezBandOfChumashMissionIndiansOfTheSantaYnezReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +435 33 \N \N bnt BantuLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +1801 75 Gifted and talented course is specified as the general nature and difficulty of instruction provided throughout a course. \N 573 GiftedAndtalentedCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +2862 276 A secondary school that focuses primarily on providing formal preparation for skilled, technical or professional occupations or careers. \N Technical CareerAndTechnicalSchool \N \N \N \N \N \N \N LIF f \N f 4 +2701 265 A secondary school that focuses primarily on providing formal preparation for skilled, technical or professional occupations or careers. \N CareerAndTechnicalSchool CareerAndTechnicalSchool \N CEDS \N \N \N \N \N LIF f \N t 1 +1544 51 General course is specified as the general nature and difficulty of instruction provided throughout a course. \N GeneralCourse GeneralCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1547 51 International Baccalaureate course is specified as the general nature and difficulty of instruction provided throughout a course. \N InternationalBaccalaureateCourse InternationalBaccalaureateCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +2390 139 Credential award that requires completion of an organized program of study at a level beyond that of a bachelor's degree, which is designed for persons who have completed a baccalaureate degree but does not meet the requirements of a master's degree. \N ceterms-PostBaccalaureateCertificate PostBaccalaureateCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2222 124 Credential award at a postsecondary level for successful completion of a formal education program that is more than one semester and less than 1 year, demonstrating competencies within a specific subject area or an occupational area indicating job readiness. \N ceterms-TechnicalLevel1Certificate ceterms-TechnicalLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +1549 51 Students with disabilities course is specified as the general nature and difficulty of instruction provided throughout a course. \N StudentsWithDisabilitiesCourse StudentsWithDisabilitiesCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1548 51 Remedial course is specified as the general nature and difficulty of instruction provided throughout a course. \N RemedialCourse RemedialCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1550 51 Untracked course is specified as the general nature and difficulty of instruction provided throughout a course. \N UntrackedCourse UntrackedCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +2386 139 Credential award that requires completion of an organized program of study beyond that of a master's degree, which is designed for persons who have completed a master's degree but does not meet the requirements of a doctor's degree. \N ceterms-PostMasterCertificate Post-MasterCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2388 139 Credential awarded for demonstrating competencies in a profession or particular occupational field, including job readiness. \N ceterms-ProfessionalCertificate ProfessionalCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 437 33 \N \N bra Braj \N CEDS \N \N \N \N \N LIF f \N t 1 438 33 \N \N bre Breton \N CEDS \N \N \N \N \N LIF f \N t 1 -3888 310 Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Duckwater Shoshone Tribe Of the Duckwater ReservationNevada Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -3891 310 Eastern Shoshone Tribe of the Wind River Reservation, Wyoming (previously listed as Shoshone Tribe of the Wind River Reservation, Wyoming) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Shoshone Tribe Of the Wind River ReservationWyoming Eastern Shoshone Tribe of the Wind River Reservation, Wyoming \N \N \N \N \N \N \N LIF f \N f 4 -3894 310 Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Elem Indian Colony Of Pomo Indians Of the Sulphur Bank RancheriaCalifornia Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3907 310 Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort McDermitt Paiute and Shoshone Tribes Of the Fort McDermitt Indian ReservationNevada and Oregon Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon \N \N \N \N \N \N \N LIF f \N f 4 -3909 310 Fort Mojave Indian Tribe of Arizona, California & Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Mojave Indian Tribe Of ArizonaCalifornia & Nevada Fort Mojave Indian Tribe of Arizona, California & Nevada \N \N \N \N \N \N \N LIF f \N f 4 +2394 139 Credential award at a postsecondary level for successful completion of a formal education program that is at least 2 years but less than 4 years, demonstrating competencies within specific occupational areas indicating job readiness. \N ceterms-TechnicalLevel3Certificate TechnicalLevel3Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2216 124 Credential award that requires completion of an organized program of study beyond that of a master's degree, which is designed for persons who have completed a master's degree but does not meet the requirements of a doctor's degree. \N Post-MasterCertificate ceterms-PostMasterCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 2649 262 The organization is inactive. \N Inactive Inactive \N CEDS \N \N \N \N \N LIF f \N t 1 -3019 284 Cahto Tribe of the Laytonville Rancheria is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cahto Tribe Of the Laytonville Rancheria Cahto Tribe of the Laytonville Rancheria \N CEDS \N \N \N \N \N LIF f \N f 1 -3020 284 Cahuilla Band of Indians (previously listed as Cahuilla Band of Mission Indians of the Cahuilla Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cahuilla Band Of Indians Cahuilla Band of Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -4331 310 Village of Iliamna is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Iliamna Village of Iliamna \N \N \N \N \N \N \N LIF f \N f 4 -3912 310 Gila River Indian Community of the Gila River Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Gila River Indian Community Of the Gila River Indian ReservationArizona Gila River Indian Community of the Gila River Indian Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -3913 310 Grand Traverse Band of Ottawa and Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Grand Traverse Band Of Ottawa and Chippewa IndiansMichigan Grand Traverse Band of Ottawa and Chippewa Indians, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -3918 310 Habematolel Pomo of Upper Lake, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Habematolel Pomo Of Upper LakeCalifornia Habematolel Pomo of Upper Lake, California \N \N \N \N \N \N \N LIF f \N f 4 -3920 310 Havasupai Tribe of the Havasupai Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Havasupai Tribe Of the Havasupai ReservationArizona Havasupai Tribe of the Havasupai Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 +2217 124 Credential awarded to indicate readiness for an apprentice-level program. \N PreApprenticeshipCertificate ceterms-PreApprenticeshipCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2218 124 Credential awarded for demonstrating competencies in a profession or particular occupational field, including job readiness. \N ProfessionalCertificate ceterms-ProfessionalCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3538 284 Wichita and Affiliated Tribes (Wichita, Keechi, Waco & Tawakonie), Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WichitaAndAffiliatedTribes WichitaAndAffiliatedTribes \N CEDS \N \N \N \N \N LIF f \N f 1 +2220 124 Credential award that requires completion of an organized program of study at a level beyond that of a bachelor's degree, which is designed for persons who have completed a baccalaureate degree but does not meet the requirements of a master's degree. \N PostBaccalaureateCertificate ceterms-PostBaccalaureateCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2389 139 Credential awarded after assessment of skills in a specific area defined by a recognized body of experts, without regard for how the skills were learned. \N ceterms-ProficiencyCertificate ProficiencyCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2219 124 Credential awarded after assessment of skills in a specific area defined by a recognized body of experts, without regard for how the skills were learned. \N ProficiencyCertificate ceterms-ProficiencyCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2391 139 Credential for successful completion of a formal secondary-level education program that is less than a diploma and does not indicate completion of secondary education graduation requirements. \N ceterms-SecondaryEducationCertificate SecondaryEducationCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +4037 310 Native Village of Chitina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChitina NativeVillageOfChitina \N \N \N \N \N \N \N LIF f \N f 4 +4036 310 Native Village of Chignik Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChignikLagoon NativeVillageOfChignikLagoon \N \N \N \N \N \N \N LIF f \N f 4 +3137 284 Jena Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JenaBandOfChoctawIndians JenaBandOfChoctawIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3495 284 Tuluksak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuluksakNativeCommunity TuluksakNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +2979 284 Absentee-Shawnee Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Absentee-ShawneeTribeOfIndiansOfOklahoma Absentee-ShawneeTribeOfIndiansOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +439 33 \N \N btk BatakLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +152 14 Assessment of student's progress is specified as the reason for which an assessment is designed or delivered. \N 51 AssessmentOfStudent'sProgress \N CEDS \N \N \N \N \N LIF f \N f 4 3574 287 Alaska \N Alaska Alaska \N CEDS \N \N \N \N \N LIF f \N f 1 -3949 310 Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaibab Band Of Paiute Indians Of the Kaibab Indian ReservationArizona Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -3953 310 Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kashia Band Of Pomo Indians Of the Stewarts Point RancheriaCalifornia Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3974 310 La Jolla Band of Luiseno Indians, California (previously listed as La Jolla Band of Luiseno Mission Indians of the La Jolla Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N La Jolla Band Of Luiseno IndiansCalifornia La Jolla Band of Luiseno Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3975 310 La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N La Posta Band Of Diegueno Mission Indians Of the La Posta Indian ReservationCalifornia La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3979 310 Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Las Vegas Tribe Of Paiute Indians Of the Las Vegas Indian ColonyNevada Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -3982 310 Little River Band of Ottawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little River Band Of Ottawa IndiansMichigan Little River Band of Ottawa Indians, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -439 33 \N \N btk Batak languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1984 91 The student exited the course section and transferred to another course section of the same course in the same educational institution. \N Transfer StudentTransferredToAnotherClassSectionOfTheSameCourseInTheSameEducationalInstitution. \N CEDS \N \N \N \N \N LIF f \N f 4 +3470 284 Swinomish Indian Tribal Community (previously listed as Swinomish Indians of the Swinomish Reservation of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SwinomishIndianTribalCommunity SwinomishIndianTribalCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +2931 278 Urban population of 20,000 or more, adjacent to a metro area \N 4 UrbanPopulationOf20000OrMore-adjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +141 13 The related School Identifier uses the College Board/ACT program code set of PK-grade 12 institutions. \N ACT CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions \N CEDS \N \N \N \N \N LIF f \N f 4 440 33 \N \N bua Buriat \N CEDS \N \N \N \N \N LIF f \N t 1 3575 287 Alabama \N Alabama Alabama \N CEDS \N \N \N \N \N LIF f \N f 1 -3984 310 Little Traverse Bay Bands of Odawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little Traverse Bay Bands Of Odawa IndiansMichigan Little Traverse Bay Bands of Odawa Indians, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -3986 310 Los Coyotes Band of Cahuilla and Cupeno Indians, California (previously listed as Los Coyotes Band of Cahuilla & Cupeno Indians of the Los Coyotes Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Los Coyotes Band Of Cahuilla and Cupeno IndiansCalifornia Los Coyotes Band of Cahuilla and Cupeno Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3988 310 Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Brule Sioux Tribe Of the Lower Brule ReservationSouth Dakota Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -3994 310 Manchester Band of Pomo Indians of the Manchester Rancheria, California (previously listed as Manchester Band of Pomo Indians of the Manchester- Point Arena Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manchester Band Of Pomo Indians Of the Manchester RancheriaCalifornia Manchester Band of Pomo Indians of the Manchester Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3997 310 Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manzanita Band Of Diegueno Mission Indians Of the Manzanita ReservationCalifornia Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4002 310 Mechoopda Indian Tribe of Chico Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mechoopda Indian Tribe Of Chico RancheriaCalifornia Mechoopda Indian Tribe of Chico Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3059 284 Confederated Tribes of the Chehalis Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Chehalis Reservation Confederated Tribes of the Chehalis Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3060 284 Confederated Tribes of the Colville Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Colville Reservation Confederated Tribes of the Colville Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3063 284 Confederated Tribes of the Grand Ronde Community of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Grand Ronde Community Of Oregon Confederated Tribes of the Grand Ronde Community of Oregon \N CEDS \N \N \N \N \N LIF f \N f 1 -3064 284 Confederated Tribes of the Umatilla Indian Reservation (previously listed as Confederated Tribes of the Umatilla Reservation, Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Umatilla Indian Reservation Confederated Tribes of the Umatilla Indian Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3065 284 Confederated Tribes of the Warm Springs Reservation of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Warm Springs Reservation Of Oregon Confederated Tribes of the Warm Springs Reservation of Oregon \N CEDS \N \N \N \N \N LIF f \N f 1 -3067 284 Coushatta Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coushatta Tribe Of Louisiana Coushatta Tribe of Louisiana \N CEDS \N \N \N \N \N LIF f \N f 1 -3068 284 Cow Creek Band of Umpqua Tribe of Indians (previously listed as Cow Creek Band of Umpqua Indians of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cow Creek Band Of Umpqua Tribe Of Indians Cow Creek Band of Umpqua Tribe of Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3070 284 Coyote Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coyote Valley Band Of Pomo Indians Of California Coyote Valley Band of Pomo Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3073 284 Crow Tribe of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Crow Tribe Of Montana Crow Tribe of Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -4332 310 Village of Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kalskag Village of Kalskag \N \N \N \N \N \N \N LIF f \N f 4 -4005 310 Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mesa Grande Band Of Diegueno Mission Indians Of the Mesa Grande ReservationCalifornia Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4006 310 Mescalero Apache Tribe of the Mescalero Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mescalero Apache Tribe Of the Mescalero ReservationNew Mexico Mescalero Apache Tribe of the Mescalero Reservation, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -132 11 Parents opt out is specified as the primary reason a participant did not complete an assessment. \N ParentsOptOut Parents opt out \N CEDS \N \N \N \N \N LIF f \N t 1 -3770 309 The related Person Identifier uses the person's Social Security Administration number. \N Social Security Administration number Social Security Administration number \N \N \N \N \N \N \N LIF f \N f 4 -3771 309 The related Person Identifier uses the person's US government Visa number. \N US government Visa number US government Visa number \N \N \N \N \N \N \N LIF f \N f 4 -3772 309 The related Person Identifier uses the person's Personal identification number. \N Personal identification number Personal identification number \N \N \N \N \N \N \N LIF f \N f 4 -3773 309 The related Person Identifier uses the person's Federal identification number. \N Federal identification number Federal identification number \N \N \N \N \N \N \N LIF f \N f 4 -3774 309 The related Person Identifier uses the person's driver's license number. \N Driver's license number Driver's license number \N \N \N \N \N \N \N LIF f \N f 4 -3775 309 The related Person Identifier uses the person's Medicaid number. \N Medicaid number Medicaid number \N \N \N \N \N \N \N LIF f \N f 4 -3776 309 The related Person Identifier uses the person's health record number. \N Health record number Health record number \N \N \N \N \N \N \N LIF f \N f 4 -3777 309 The related Person Identifier uses the person's professional certificate or license number. \N Professional certificate or license number Professional certificate or license number \N \N \N \N \N \N \N LIF f \N f 4 -3778 309 The related Person Identifier uses the person's school-assigned number. \N School-assigned number School-assigned number \N \N \N \N \N \N \N LIF f \N f 4 -3779 309 The related Person Identifier uses the person's district-assigned number. \N District-assigned number District-assigned number \N \N \N \N \N \N \N LIF f \N f 4 -4013 310 Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Moapa Band Of Paiute Indians Of the Moapa River Indian ReservationNevada Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -2652 263 The entity with legal authority to create or close the school. \N Authorizing Body Authorizing Body \N CEDS \N \N \N \N \N LIF f \N t 1 -2653 263 The entity responsible for operating the school. \N Operating Body Operating Body \N CEDS \N \N \N \N \N LIF f \N t 1 -4018 310 Morongo Band of Mission Indians, California (previously listed as Morongo Band of Cahuilla Mission Indians of the Morongo Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Morongo Band Of Mission IndiansCalifornia Morongo Band of Mission Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -4130 310 Arapaho Tribe of the Wind River Reservation, Wyoming is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northern Arapaho Tribe Of the Wind River ReservationWyoming Northern Arapaho Tribe of the Wind River Reservation, Wyoming \N \N \N \N \N \N \N LIF f \N f 4 -4131 310 Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northern Cheyenne Tribe Of the Northern Cheyenne Indian ReservationMontana Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana \N \N \N \N \N \N \N LIF f \N f 4 -4135 310 Nottawaseppi Huron Band of the Potawatomi, Michigan (previously listed as Huron Potawatomi, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nottawaseppi Huron Band Of the PotawatomiMichigan Nottawaseppi Huron Band of the Potawatomi, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -4151 310 Otoe-Missouria Tribe of Indians, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Otoe-Missouria Tribe Of IndiansOklahoma Otoe-Missouria Tribe of Indians, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4154 310 Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute-Shoshone Tribe Of the Fallon Reservation and ColonyNevada Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4161 310 Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pauma Band Of Luiseno Mission Indians Of the Pauma & Yuima ReservationCalifornia Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4163 310 Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pechanga Band Of Luiseno Mission Indians Of the Pechanga ReservationCalifornia Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4175 310 Pokagon Band of Potawatomi Indians, Michigan and Indiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pokagon Band Of Potawatomi IndiansMichigan and Indiana Pokagon Band of Potawatomi Indians, Michigan and Indiana \N \N \N \N \N \N \N LIF f \N f 4 -4184 310 Pueblo of Acoma, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of AcomaNew Mexico Pueblo of Acoma, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4185 310 Pueblo of Cochiti, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of CochitiNew Mexico Pueblo of Cochiti, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4394 313 Federated States of Micronesia \N Federated States Of Micronesia Federated States of Micronesia \N \N \N \N \N \N \N LIF f \N f 4 -4186 310 Pueblo of Isleta, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of IsletaNew Mexico Pueblo of Isleta, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4187 310 Pueblo of Jemez, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of JemezNew Mexico Pueblo of Jemez, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4188 310 Pueblo of Laguna, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of LagunaNew Mexico Pueblo of Laguna, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4189 310 Pueblo of Nambe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of NambeNew Mexico Pueblo of Nambe, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4190 310 Pueblo of Picuris, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of PicurisNew Mexico Pueblo of Picuris, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4191 310 Pueblo of Pojoaque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of PojoaqueNew Mexico Pueblo of Pojoaque, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4192 310 Pueblo of San Felipe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of San FelipeNew Mexico Pueblo of San Felipe, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4193 310 Pueblo of San Ildefonso, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of San IldefonsoNew Mexico Pueblo of San Ildefonso, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4194 310 Pueblo of Sandia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of SandiaNew Mexico Pueblo of Sandia, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4195 310 Pueblo of Santa Ana, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of Santa AnaNew Mexico Pueblo of Santa Ana, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4196 310 Pueblo of Santa Clara, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of Santa ClaraNew Mexico Pueblo of Santa Clara, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -3120 284 Houlton Band of Maliseet Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Houlton Band Of Maliseet Indians Houlton Band of Maliseet Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -4197 310 Pueblo of Taos, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of TaosNew Mexico Pueblo of Taos, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4198 310 Pueblo of Tesuque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of TesuqueNew Mexico Pueblo of Tesuque, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -3137 284 Jena Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jena Band Of Choctaw Indians Jena Band of Choctaw Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3152 284 Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Tribe Of Indians Of the Kickapoo Reservation in Kansas Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas \N CEDS \N \N \N \N \N LIF f \N f 1 -3156 284 Kiowa Indian Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kiowa Indian Tribe Of Oklahoma Kiowa Indian Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3159 284 Kletsel Dehe Band of Wintun Indians (previously listed as Cortina Indian Rancheria and the Cortina Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kletsel Dehe Band Of Wintun Indians Kletsel Dehe Band of Wintun Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3161 284 Koi Nation of Northern California (previously listed as Lower Lake Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Koi Nation Of Northern California Koi Nation of Northern California \N CEDS \N \N \N \N \N LIF f \N f 1 -3163 284 Kootenai Tribe of Idaho is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kootenai Tribe Of Idaho Kootenai Tribe of Idaho \N CEDS \N \N \N \N \N LIF f \N f 1 -3166 284 La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N La Posta Band Of Diegueno Mission Indians Of the La Posta Indian ReservationCalifornia La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -4199 310 Pueblo of Zia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of ZiaNew Mexico Pueblo of Zia, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4201 310 Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pyramid Lake Paiute Tribe Of the Pyramid Lake ReservationNevada Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4206 310 Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quechan Tribe Of the Fort Yuma Indian ReservationCalifornia & Arizona Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4209 310 Ramona Band of Cahuilla, California (previously listed as Ramona Band or Village of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ramona Band Of CahuillaCalifornia Ramona Band of Cahuilla, California \N \N \N \N \N \N \N LIF f \N f 4 -4213 310 Red Lake Band of Chippewa Indians, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Red Lake Band Of Chippewa IndiansMinnesota Red Lake Band of Chippewa Indians, Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4218 310 Rincon Band of Luiseno Mission Indians of Rincon Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rincon Band Of Luiseno Mission Indians Of Rincon ReservationCalifornia Rincon Band of Luiseno Mission Indians of Rincon Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3194 284 Menominee Indian Tribe of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Menominee Indian Tribe Of Wisconsin Menominee Indian Tribe of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3220 284 Atqasuk Village (Atkasook) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Atqasuk Native Village of Atqasuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3208 284 Mooretown Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mooretown Rancheria Of Maidu Indians Of California Mooretown Rancheria of Maidu Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3214 284 Native Village of Afognak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Afognak Native Village of Afognak \N CEDS \N \N \N \N \N LIF f \N f 1 -2654 263 The secondary entity with legal authority to create or close the organization. \N Secondary Authorizing Body Secondary Authorizing Body \N CEDS \N \N \N \N \N LIF f \N t 1 -3215 284 Native Village of Akhiok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Akhiok Native Village of Akhiok \N CEDS \N \N \N \N \N LIF f \N f 1 -3216 284 Native Village of Akutan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Akutan Native Village of Akutan \N CEDS \N \N \N \N \N LIF f \N f 1 -3217 284 Native Village of Aleknagik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Aleknagik Native Village of Aleknagik \N CEDS \N \N \N \N \N LIF f \N f 1 -3218 284 Native Village of Ambler is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ambler Native Village of Ambler \N CEDS \N \N \N \N \N LIF f \N f 1 -3219 284 Native Village of Atka is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Atka Native Village of Atka \N CEDS \N \N \N \N \N LIF f \N f 1 -3221 284 Native Village of Barrow Inupiat Traditional Government is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Barrow Inupiat Traditional Government Native Village of Barrow Inupiat Traditional Government \N CEDS \N \N \N \N \N LIF f \N f 1 -3222 284 Native Village of Belkofski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Belkofski Native Village of Belkofski \N CEDS \N \N \N \N \N LIF f \N f 1 -3223 284 Native Village of Brevig Mission is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Brevig Mission Native Village of Brevig Mission \N CEDS \N \N \N \N \N LIF f \N f 1 -3224 284 Native Village of Buckland is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Buckland Native Village of Buckland \N CEDS \N \N \N \N \N LIF f \N f 1 -3225 284 Native Village of Cantwell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Cantwell Native Village of Cantwell \N CEDS \N \N \N \N \N LIF f \N f 1 -3228 284 Native Village of Chitina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chitina Native Village of Chitina \N CEDS \N \N \N \N \N LIF f \N f 1 -3229 284 Native Village of Chuathbaluk (Russian Mission, Kuskokwim) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chuathbaluk Native Village of Chuathbaluk \N CEDS \N \N \N \N \N LIF f \N f 1 -3230 284 Native Village of Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Council Native Village of Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3231 284 Native Village of Deering is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Deering Native Village of Deering \N CEDS \N \N \N \N \N LIF f \N f 1 -3232 284 Native Village of Diomede (aka Inalik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Diomede Native Village of Diomede \N CEDS \N \N \N \N \N LIF f \N f 1 +3023 284 Capitan Grande Band of Diegueno Mission Indians of California (Barona Group of Capitan Grande Band of Mission Indians of the Barona Reservation, California; Viejas (Baron Long) Group of Capitan Grande Band of Mission Indians of the Viejas Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CapitanGrandeBandOfDieguenoMissionIndiansOfCalifornia CapitanGrandeBandOfDieguenoMissionIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3018 284 Caddo Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CaddoNationOfOklahoma CaddoNationOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3014 284 Buena Vista Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BuenaVistaRancheriaOfMe-WukIndiansOfCalifornia BuenaVistaRancheriaOfMe-WukIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +4039 310 Native Village of Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfCouncil NativeVillageOfCouncil \N \N \N \N \N \N \N LIF f \N f 4 +4038 310 Native Village of Chuathbaluk (Russian Mission, Kuskokwim) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChuathbaluk NativeVillageOfChuathbaluk \N \N \N \N \N \N \N LIF f \N f 4 +3938 310 Ione Band of Miwok Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IoneBandOfMiwokIndiansOfCalifornia IoneBandOfMiwokIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +2653 263 The entity responsible for operating the school. \N OperatingBody OperatingBody \N CEDS \N \N \N \N \N LIF f \N t 1 +4054 310 Native Village of Hamilton is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfHamilton NativeVillageOfHamilton \N \N \N \N \N \N \N LIF f \N f 4 +4056 310 Native Village of Kanatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKanatak NativeVillageOfKanatak \N \N \N \N \N \N \N LIF f \N f 4 +3770 309 The related Person Identifier uses the person's Social Security Administration number. \N SocialSecurityAdministrationNumber SocialSecurityAdministrationNumber \N \N \N \N \N \N \N LIF f \N f 4 +3777 309 The related Person Identifier uses the person's professional certificate or license number. \N ProfessionalCertificateOrLicenseNumber ProfessionalCertificateOrLicenseNumber \N \N \N \N \N \N \N LIF f \N f 4 +2652 263 The entity with legal authority to create or close the school. \N AuthorizingBody AuthorizingBody \N CEDS \N \N \N \N \N LIF f \N t 1 +132 11 Parents opt out is specified as the primary reason a participant did not complete an assessment. \N ParentsOptOut ParentsOptOut \N CEDS \N \N \N \N \N LIF f \N t 1 +4050 310 Native Village of Gakona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGakona NativeVillageOfGakona \N \N \N \N \N \N \N LIF f \N f 4 +2379 139 Credential that acknowledges completion of an assignment, training or other activity. \N ceterms-CertificateOfCompletion CertificateOfCompletion \N CTDL \N \N \N \N \N LIF f \N f 10 +4065 310 Native Village of Koyuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKoyuk NativeVillageOfKoyuk \N \N \N \N \N \N \N LIF f \N f 4 +4066 310 Native Village of Kwigillingok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKwigillingok NativeVillageOfKwigillingok \N \N \N \N \N \N \N LIF f \N f 4 +2806 273 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N ACT CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions \N \N \N \N \N \N \N LIF f \N f 4 +3136 284 Jamul Indian Village of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JamulIndianVillageOfCalifornia JamulIndianVillageOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +2596 200 Change of assignment is the primary reason for the termination of the employment relationship. \N 1391 ChangeOfassignment \N CEDS \N \N \N \N \N LIF f \N f 4 +4216 310 Reno-Sparks Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Reno-SparksIndianColonyNevada Reno-SparksIndianColony-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +683 33 \N \N nds LowGerman;LowSaxon;German-Low;Saxon-Low \N CEDS \N \N \N \N \N LIF f \N t 1 +3465 284 Stockbridge Munsee Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StockbridgeMunseeCommunityWisconsin StockbridgeMunseeCommunity-Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +2654 263 The secondary entity with legal authority to create or close the organization. \N SecondaryAuthorizingBody SecondaryAuthorizingBody \N CEDS \N \N \N \N \N LIF f \N t 1 +4076 310 Native Village of Napaskiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapaskiak NativeVillageOfNapaskiak \N \N \N \N \N \N \N LIF f \N f 4 +2980 284 Agdaagux Tribe of King Cove is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AgdaaguxTribeOfKingCove AgdaaguxTribeOfKingCove \N CEDS \N \N \N \N \N LIF f \N f 1 +2985 284 Alabama-Coushatta Tribe of Texas (previously listed as Alabama Coushatta Tribes of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-CoushattaTribeOfTexas Alabama-CoushattaTribeOfTexas \N CEDS \N \N \N \N \N LIF f \N f 1 +4243 310 Scotts Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ScottsValleyBandOfPomoIndiansOfCalifornia ScottsValleyBandOfPomoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +2612 200 Personal reason is the primary reason for the termination of the employment relationship. \N 1405 PersonalReason \N CEDS \N \N \N \N \N LIF f \N f 4 +2935 278 Completely rural or less than 2,500 urban population, adjacent to a metro area \N 8 CompletelyRuralOrLessThan2500UrbanPopulation-adjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +2930 278 Counties in metro areas of fewer than 250,000 population \N 3 CountiesInMetroAreasOffewerThan250000Population \N \N \N \N \N \N \N LIF f \N f 4 +4427 313 Puerto Rico \N PuertoRico PuertoRico \N \N \N \N \N \N \N LIF f \N f 4 +1993 92 No grade reported yet by instructor (although the course has ended) is specified as additional information regarding the context of the given grade. \N NotYetReported NotYetReported \N CEDS \N \N \N \N \N LIF f \N f 4 +2179 123 A string of characters used to identify a resource. \N URI UniformResourceIdentifier \N \N \N \N \N \N \N LIF f \N t 1 +312 30 The origin of the association has been supplanted by, displaced by, or superseded by the destination of the association. \N IsReplacedBy IsReplacedBy \N CEDS \N \N \N \N \N LIF f \N t 1 +1927 83 Clinical Rotation Instruction is the primary method of instruction used for the course. \N ClinicalRotationInstruction ClinicalRotationInstruction \N CEDS \N \N \N \N \N LIF f \N f 4 +2599 200 Credential revoked or suspended is the primary reason for the termination of the employment relationship. \N 1402 CredentialRevokedOrSuspended \N CEDS \N \N \N \N \N LIF f \N f 4 +2604 200 Formal study or research is the primary reason for the termination of the employment relationship. \N 1392 FormalStudyOrResearch \N CEDS \N \N \N \N \N LIF f \N f 4 +1788 74 The related Course Code is based on the School Codes for the Exchange of Data (SCED) course code system. \N SCED SchoolCodesForTheExchangeOfData(SCED)CourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +4083 310 Native Village of Nunapitchuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNunapitchuk NativeVillageOfNunapitchuk \N \N \N \N \N \N \N LIF f \N f 4 441 33 \N \N bug Buginese \N CEDS \N \N \N \N \N LIF f \N t 1 -3233 284 Native Village of Eagle is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eagle Native Village of Eagle \N CEDS \N \N \N \N \N LIF f \N f 1 -3234 284 Native Village of Eek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eek Native Village of Eek \N CEDS \N \N \N \N \N LIF f \N f 1 -3235 284 Native Village of Ekuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ekuk Native Village of Ekuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3236 284 Native Village of Ekwok (previously listed as Ekwok Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ekwok Native Village of Ekwok \N CEDS \N \N \N \N \N LIF f \N f 1 -3237 284 Native Village of Elim is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Elim Native Village of Elim \N CEDS \N \N \N \N \N LIF f \N f 1 -3238 284 Native Village of Eyak (Cordova) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eyak Native Village of Eyak \N CEDS \N \N \N \N \N LIF f \N f 1 -3239 284 Native Village of False Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of False Pass Native Village of False Pass \N CEDS \N \N \N \N \N LIF f \N f 1 -3240 284 Native Village of Fort Yukon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Fort Yukon Native Village of Fort Yukon \N CEDS \N \N \N \N \N LIF f \N f 1 -3241 284 Native Village of Gakona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Gakona Native Village of Gakona \N CEDS \N \N \N \N \N LIF f \N f 1 2657 264 A business, firm, institution, or other organization for whom an individual works (including self-employment) in return for financial or other compensation. \N Employer Employer \N CEDS \N \N \N \N \N LIF f \N t 1 -3242 284 Native Village of Gambell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Gambell Native Village of Gambell \N CEDS \N \N \N \N \N LIF f \N f 1 -3243 284 Native Village of Georgetown is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Georgetown Native Village of Georgetown \N CEDS \N \N \N \N \N LIF f \N f 1 -3244 284 Native Village of Goodnews Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Goodnews Bay Native Village of Goodnews Bay \N CEDS \N \N \N \N \N LIF f \N f 1 -3245 284 Native Village of Hamilton is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Hamilton Native Village of Hamilton \N CEDS \N \N \N \N \N LIF f \N f 1 -3246 284 Native Village of Hooper Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Hooper Bay Native Village of Hooper Bay \N CEDS \N \N \N \N \N LIF f \N f 1 -3247 284 Native Village of Kanatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kanatak Native Village of Kanatak \N CEDS \N \N \N \N \N LIF f \N f 1 -3248 284 Native Village of Karluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Karluk Native Village of Karluk \N CEDS \N \N \N \N \N LIF f \N f 1 -3249 284 Native Village of Kiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kiana Native Village of Kiana \N CEDS \N \N \N \N \N LIF f \N f 1 -3250 284 Native Village of Kipnuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kipnuk Native Village of Kipnuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3251 284 Native Village of Kivalina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kivalina Native Village of Kivalina \N CEDS \N \N \N \N \N LIF f \N f 1 -3252 284 Native Village of Kluti Kaah (aka Copper Center) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kluti Kaah Native Village of Kluti Kaah \N CEDS \N \N \N \N \N LIF f \N f 1 -3253 284 Native Village of Kobuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kobuk Native Village of Kobuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3254 284 Native Village of Kongiganak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kongiganak Native Village of Kongiganak \N CEDS \N \N \N \N \N LIF f \N f 1 -3255 284 Native Village of Kotzebue is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kotzebue Native Village of Kotzebue \N CEDS \N \N \N \N \N LIF f \N f 1 -3256 284 Native Village of Koyuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Koyuk Native Village of Koyuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3257 284 Native Village of Kwigillingok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kwigillingok Native Village of Kwigillingok \N CEDS \N \N \N \N \N LIF f \N f 1 -3258 284 Native Village of Kwinhagak (aka Quinhagak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kwinhagak Native Village of Kwinhagak \N CEDS \N \N \N \N \N LIF f \N f 1 -3259 284 Native Village of Larsen Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Larsen Bay Native Village of Larsen Bay \N CEDS \N \N \N \N \N LIF f \N f 1 -3260 284 Native Village of Marshall (aka Fortuna Ledge) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Marshall Native Village of Marshall \N CEDS \N \N \N \N \N LIF f \N f 1 -3261 284 Native Village of Mary's Igloo is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Mary's Igloo Native Village of Mary's Igloo \N CEDS \N \N \N \N \N LIF f \N f 1 -3262 284 Native Village of Mekoryuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Mekoryuk Native Village of Mekoryuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3263 284 Native Village of Minto is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Minto Native Village of Minto \N CEDS \N \N \N \N \N LIF f \N f 1 -3264 284 Native Village of Nanwalek (aka English Bay) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nanwalek Native Village of Nanwalek \N CEDS \N \N \N \N \N LIF f \N f 1 -3265 284 Native Village of Napaimute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napaimute Native Village of Napaimute \N CEDS \N \N \N \N \N LIF f \N f 1 -3267 284 Native Village of Napaskiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napaskiak Native Village of Napaskiak \N CEDS \N \N \N \N \N LIF f \N f 1 -3268 284 Native Village of Nelson Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nelson Lagoon Native Village of Nelson Lagoon \N CEDS \N \N \N \N \N LIF f \N f 1 -3269 284 Native Village of Nightmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nightmute Native Village of Nightmute \N CEDS \N \N \N \N \N LIF f \N f 1 -3270 284 Native Village of Nikolski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nikolski Native Village of Nikolski \N CEDS \N \N \N \N \N LIF f \N f 1 -3271 284 Native Village of Noatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Noatak Native Village of Noatak \N CEDS \N \N \N \N \N LIF f \N f 1 -3272 284 Native Village of Nuiqsut (aka Nooiksut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nuiqsut Native Village of Nuiqsut \N CEDS \N \N \N \N \N LIF f \N f 1 -3273 284 Native Village of Nunam Iqua (previously listed as Native Village of Sheldon's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nunam Iqua Native Village of Nunam Iqua \N CEDS \N \N \N \N \N LIF f \N f 1 -3274 284 Native Village of Nunapitchuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nunapitchuk Native Village of Nunapitchuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3275 284 Native Village of Ouzinkie is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ouzinkie Native Village of Ouzinkie \N CEDS \N \N \N \N \N LIF f \N f 1 -3276 284 Native Village of Paimiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Paimiut Native Village of Paimiut \N CEDS \N \N \N \N \N LIF f \N f 1 -3277 284 Native Village of Perryville is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Perryville Native Village of Perryville \N CEDS \N \N \N \N \N LIF f \N f 1 -3278 284 Native Village of Pilot Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Pilot Point Native Village of Pilot Point \N CEDS \N \N \N \N \N LIF f \N f 1 -3279 284 Native Village of Point Hope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Point Hope Native Village of Point Hope \N CEDS \N \N \N \N \N LIF f \N f 1 -3280 284 Native Village of Point Lay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Point Lay Native Village of Point Lay \N CEDS \N \N \N \N \N LIF f \N f 1 -3582 287 District of Columbia \N DistrictOfColumbia District of Columbia \N CEDS \N \N \N \N \N LIF f \N f 1 -3585 287 Federated States of Micronesia \N FederatedStatesOfMicronesia Federated States of Micronesia \N CEDS \N \N \N \N \N LIF f \N f 1 -3281 284 Native Village of Port Graham is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Graham Native Village of Port Graham \N CEDS \N \N \N \N \N LIF f \N f 1 -3282 284 Native Village of Port Heiden is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Heiden Native Village of Port Heiden \N CEDS \N \N \N \N \N LIF f \N f 1 -3283 284 Native Village of Port Lions is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Lions Native Village of Port Lions \N CEDS \N \N \N \N \N LIF f \N f 1 -3284 284 Native Village of Ruby is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ruby Native Village of Ruby \N CEDS \N \N \N \N \N LIF f \N f 1 -3285 284 Native Village of Saint Michael is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Saint Michael Native Village of Saint Michael \N CEDS \N \N \N \N \N LIF f \N f 1 -3290 284 Native Village of Shishmaref is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shishmaref Native Village of Shishmaref \N CEDS \N \N \N \N \N LIF f \N f 1 -3291 284 Native Village of Shungnak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shungnak Native Village of Shungnak \N CEDS \N \N \N \N \N LIF f \N f 1 -3788 310 Absentee-Shawnee Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Absentee-Shawnee Tribe Of Indians Of Oklahoma Absentee-Shawnee Tribe of Indians of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3789 310 Agdaagux Tribe of King Cove is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Agdaagux Tribe Of King Cove Agdaagux Tribe of King Cove \N \N \N \N \N \N \N LIF f \N f 4 -3794 310 Alabama-Coushatta Tribe of Texas (previously listed as Alabama Coushatta Tribes of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-Coushatta Tribe Of Texas Alabama-Coushatta Tribe of Texas \N \N \N \N \N \N \N LIF f \N f 4 -3945 310 Jamul Indian Village of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jamul Indian Village Of California Jamul Indian Village of California \N \N \N \N \N \N \N LIF f \N f 4 -3867 310 Confederated Tribes of Siletz Indians of Oregon (previously listed as Confederated Tribes of the Siletz Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of Siletz Indians Of Oregon Confederated Tribes of Siletz Indians of Oregon \N \N \N \N \N \N \N LIF f \N f 4 -3868 310 Confederated Tribes of the Chehalis Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Chehalis Reservation Confederated Tribes of the Chehalis Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3869 310 Confederated Tribes of the Colville Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Colville Reservation Confederated Tribes of the Colville Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3872 310 Confederated Tribes of the Grand Ronde Community of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Grand Ronde Community Of Oregon Confederated Tribes of the Grand Ronde Community of Oregon \N \N \N \N \N \N \N LIF f \N f 4 -3863 310 Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Colorado River Indian Tribes Of the Colorado River Indian ReservationArizona and California Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California \N \N \N \N \N \N \N LIF f \N f 4 -3870 310 Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the CoosLower Umpqua and Siuslaw Indians Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians \N \N \N \N \N \N \N LIF f \N f 4 -4220 310 Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rosebud Sioux Tribe Of the Rosebud Indian ReservationSouth Dakota Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4230 310 Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Salt River Pima-Maricopa Indian Community Of the Salt River ReservationArizona Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4232 310 San Carlos Apache Tribe of the San Carlos Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Carlos Apache Tribe Of the San Carlos ReservationArizona San Carlos Apache Tribe of the San Carlos Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4234 310 San Manuel Band of Mission Indians, California (previously listed as San Manual Band of Serrano Mission Indians of the San Manual Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Manuel Band Of Mission IndiansCalifornia San Manuel Band of Mission Indians, California \N \N \N \N \N \N \N LIF f \N f 4 +4232 310 San Carlos Apache Tribe of the San Carlos Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanCarlosApacheTribeOfTheSanCarlosReservationArizona SanCarlosApacheTribeOfTheSanCarlosReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +4091 310 Native Village of Port Heiden is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortHeiden NativeVillageOfPortHeiden \N \N \N \N \N \N \N LIF f \N f 4 +4205 310 Quartz Valley Indian Community of the Quartz Valley Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuartzValleyIndianCommunityOfTheQuartzValleyReservationOfCalifornia QuartzValleyIndianCommunityOfTheQuartzValleyReservationOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3828 310 Cahto Tribe of the Laytonville Rancheria is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CahtoTribeOfTheLaytonvilleRancheria CahtoTribeOfTheLaytonvilleRancheria \N \N \N \N \N \N \N LIF f \N f 4 +4146 310 Organized Village of Kasaan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKasaan OrganizedVillageOfKasaan \N \N \N \N \N \N \N LIF f \N f 4 +4072 310 Native Village of Minto is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMinto NativeVillageOfMinto \N \N \N \N \N \N \N LIF f \N f 4 +3582 287 District of Columbia \N DistrictOfColumbia DistrictOfColumbia \N CEDS \N \N \N \N \N LIF f \N f 1 +3811 310 Bear River Band of the Rohnerville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BearRiverBandOfTheRohnervilleRancheria-California BearRiverBandOfTheRohnervilleRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3800 310 Alutiiq Tribe of Old Harbor (previously listed as Native Village of Old Harbor and Village of Old Harbor) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlutiiqTribeOfOldHarbor AlutiiqTribeOfOldHarbor \N \N \N \N \N \N \N LIF f \N f 4 +3803 310 Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ApacheTribeOfOklahoma ApacheTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3805 310 Aroostook Band of Micmacs (previously listed as Aroostook Band of Micmac Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AroostookBandOfMicmacs AroostookBandOfMicmacs \N \N \N \N \N \N \N LIF f \N f 4 +269 21 Person left program - unable to locate is specified as the primary reason a participant did not complete an assessment. \N LeftProgram PersonLeftProgram-unableToLocate \N CEDS \N \N \N \N \N LIF f \N f 4 +3287 284 Native Village of Scammon Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfScammonBay NativeVillageOfScammonBay \N CEDS \N \N \N \N \N LIF f \N f 1 +3203 284 Mississippi Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MississippiBandOfChoctawIndians MississippiBandOfChoctawIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3201 284 Middletown Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiddletownRancheriaOfPomoIndiansOfCalifornia MiddletownRancheriaOfPomoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3183 284 Lytton Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LyttonRancheriaOfCalifornia LyttonRancheriaOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 442 33 \N \N bul Bulgarian \N CEDS \N \N \N \N \N LIF f \N t 1 -4236 310 Santa Rosa Band of Cahuilla Indians, California (previously listed as Santa Rosa Band of Cahuilla Mission Indians of the Santa Rosa Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Rosa Band Of Cahuilla IndiansCalifornia Santa Rosa Band of Cahuilla Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -4237 310 Santa Rosa Indian Community of the Santa Rosa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Rosa Indian Community Of the Santa Rosa RancheriaCalifornia Santa Rosa Indian Community of the Santa Rosa Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -4238 310 Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Ynez Band Of Chumash Mission Indians Of the Santa Ynez ReservationCalifornia Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4252 310 Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria (Verona Tract), California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shingle Springs Band Of Miwok IndiansShingle Springs Rancheria Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria \N \N \N \N \N \N \N LIF f \N f 4 -4256 310 Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-Paiute Tribes Of the Duck Valley ReservationNevada Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4257 310 Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sisseton-Wahpeton Oyate Of the Lake Traverse ReservationSouth Dakota Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4263 310 Soboba Band of Luiseno Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Soboba Band Of Luiseno IndiansCalifornia Soboba Band of Luiseno Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -2658 264 An institution that provides educational services; has one or more grade groups (PK through 12); has one or more teachers; is located in one or more buildings; has an assigned administrator(s). \N K12 School K12 School \N CEDS \N \N \N \N \N LIF f \N t 1 -4266 310 Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Southern Ute Indian Tribe Of the Southern Ute ReservationColorado Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado \N \N \N \N \N \N \N LIF f \N f 4 -4293 310 Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Three Affiliated Tribes Of the Fort Berthold ReservationNorth Dakota Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4303 310 Tule River Indian Tribe of the Tule River Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tule River Indian Tribe Of the Tule River ReservationCalifornia Tule River Indian Tribe of the Tule River Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4318 310 Ute Indian Tribe of the Uintah & Ouray Reservation, Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ute Indian Tribe Of the Uintah & Ouray ReservationUtah Ute Indian Tribe of the Uintah & Ouray Reservation, Utah \N \N \N \N \N \N \N LIF f \N f 4 -4320 310 Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Utu Utu Gwaitu Paiute Tribe Of the Benton Paiute ReservationCalifornia Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4343 310 Walker River Paiute Tribe of the Walker River Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Walker River Paiute Tribe Of the Walker River ReservationNevada Walker River Paiute Tribe of the Walker River Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4346 310 White Mountain Apache Tribe of the Fort Apache Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N White Mountain Apache Tribe Of the Fort Apache ReservationArizona White Mountain Apache Tribe of the Fort Apache Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4356 310 Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-Apache Nation Of the Camp Verde Indian ReservationArizona Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4358 310 Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yerington Paiute Tribe Of the Yerington Colony & Campbell RanchNevada Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4360 310 Yomba Shoshone Tribe of the Yomba Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yomba Shoshone Tribe Of the Yomba ReservationNevada Yomba Shoshone Tribe of the Yomba Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4363 310 Yurok Tribe of the Yurok Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yurok Tribe Of the Yurok ReservationCalifornia Yurok Tribe of the Yurok Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -14 2 College Readiness is specified as the reason for which an assessment is designed or delivered. \N College Readiness College Readiness \N CEDS \N \N \N \N \N LIF f \N t 1 -4364 310 Zuni Tribe of the Zuni Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Zuni Tribe Of the Zuni ReservationNew Mexico Zuni Tribe of the Zuni Reservation, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4468 315 High school completers (e.g., certificate of attendance) is the extent of formal instruction a person has received. \N High school completers (e.g.certificate Of attendance) High school completers (e.g., certificate of attendance) \N \N \N \N \N \N \N LIF f \N f 4 -3321 284 Arapaho Tribe of the Wind River Reservation, Wyoming is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northern Arapaho Tribe Of the Wind River ReservationWyoming Northern Arapaho Tribe of the Wind River Reservation, Wyoming \N CEDS \N \N \N \N \N LIF f \N f 1 -3322 284 Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northern Cheyenne Tribe Of the Northern Cheyenne Indian ReservationMontana Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -3326 284 Nottawaseppi Huron Band of the Potawatomi, Michigan (previously listed as Huron Potawatomi, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nottawaseppi Huron Band Of the PotawatomiMichigan Nottawaseppi Huron Band of the Potawatomi, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3342 284 Otoe-Missouria Tribe of Indians, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Otoe-Missouria Tribe Of IndiansOklahoma Otoe-Missouria Tribe of Indians, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3345 284 Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute-Shoshone Tribe Of the Fallon Reservation and ColonyNevada Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3352 284 Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pauma Band Of Luiseno Mission Indians Of the Pauma & Yuima ReservationCalifornia Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3354 284 Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pechanga Band Of Luiseno Mission Indians Of the Pechanga ReservationCalifornia Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3387 284 Pueblo of Santa Clara, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of Santa ClaraNew Mexico Pueblo of Santa Clara, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3366 284 Pokagon Band of Potawatomi Indians, Michigan and Indiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pokagon Band Of Potawatomi IndiansMichigan and Indiana Pokagon Band of Potawatomi Indians, Michigan and Indiana \N CEDS \N \N \N \N \N LIF f \N f 1 -3375 284 Pueblo of Acoma, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of AcomaNew Mexico Pueblo of Acoma, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3376 284 Pueblo of Cochiti, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of CochitiNew Mexico Pueblo of Cochiti, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3378 284 Pueblo of Jemez, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of JemezNew Mexico Pueblo of Jemez, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3379 284 Pueblo of Laguna, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of LagunaNew Mexico Pueblo of Laguna, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3380 284 Pueblo of Nambe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of NambeNew Mexico Pueblo of Nambe, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3381 284 Pueblo of Picuris, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of PicurisNew Mexico Pueblo of Picuris, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3382 284 Pueblo of Pojoaque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of PojoaqueNew Mexico Pueblo of Pojoaque, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3383 284 Pueblo of San Felipe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of San FelipeNew Mexico Pueblo of San Felipe, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3384 284 Pueblo of San Ildefonso, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of San IldefonsoNew Mexico Pueblo of San Ildefonso, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3385 284 Pueblo of Sandia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of SandiaNew Mexico Pueblo of Sandia, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3386 284 Pueblo of Santa Ana, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of Santa AnaNew Mexico Pueblo of Santa Ana, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3388 284 Pueblo of Taos, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of TaosNew Mexico Pueblo of Taos, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3389 284 Pueblo of Tesuque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of TesuqueNew Mexico Pueblo of Tesuque, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3390 284 Pueblo of Zia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of ZiaNew Mexico Pueblo of Zia, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3392 284 Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pyramid Lake Paiute Tribe Of the Pyramid Lake ReservationNevada Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3397 284 Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quechan Tribe Of the Fort Yuma Indian ReservationCalifornia & Arizona Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3400 284 Ramona Band of Cahuilla, California (previously listed as Ramona Band or Village of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ramona Band Of CahuillaCalifornia Ramona Band of Cahuilla, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3404 284 Red Lake Band of Chippewa Indians, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Red Lake Band Of Chippewa IndiansMinnesota Red Lake Band of Chippewa Indians, Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -3409 284 Rincon Band of Luiseno Mission Indians of Rincon Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rincon Band Of Luiseno Mission Indians Of Rincon ReservationCalifornia Rincon Band of Luiseno Mission Indians of Rincon Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3411 284 Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rosebud Sioux Tribe Of the Rosebud Indian ReservationSouth Dakota Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3421 284 Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Salt River Pima-Maricopa Indian Community Of the Salt River ReservationArizona Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3423 284 San Carlos Apache Tribe of the San Carlos Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Carlos Apache Tribe Of the San Carlos ReservationArizona San Carlos Apache Tribe of the San Carlos Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3425 284 San Manuel Band of Mission Indians, California (previously listed as San Manual Band of Serrano Mission Indians of the San Manual Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Manuel Band Of Mission IndiansCalifornia San Manuel Band of Mission Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3427 284 Santa Rosa Band of Cahuilla Indians, California (previously listed as Santa Rosa Band of Cahuilla Mission Indians of the Santa Rosa Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Rosa Band Of Cahuilla IndiansCalifornia Santa Rosa Band of Cahuilla Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3428 284 Santa Rosa Indian Community of the Santa Rosa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Rosa Indian Community Of the Santa Rosa RancheriaCalifornia Santa Rosa Indian Community of the Santa Rosa Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3429 284 Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Ynez Band Of Chumash Mission Indians Of the Santa Ynez ReservationCalifornia Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3433 284 Sault Ste. Marie Tribe of Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sault Ste. Marie Tribe Of Chippewa IndiansMichigan Sault Ste. Marie Tribe of Chippewa Indians, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3443 284 Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria (Verona Tract), California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shingle Springs Band Of Miwok IndiansShingle Springs Rancheria Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria \N CEDS \N \N \N \N \N LIF f \N f 1 -3447 284 Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-Paiute Tribes Of the Duck Valley ReservationNevada Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -15 2 Course credit is specified as the reason for which an assessment is designed or delivered. \N Course credit Course credit \N CEDS \N \N \N \N \N LIF f \N t 1 +2658 264 An institution that provides educational services; has one or more grade groups (PK through 12); has one or more teachers; is located in one or more buildings; has an assigned administrator(s). \N K12School K12School \N CEDS \N \N \N \N \N LIF f \N t 1 +1802 75 Honors level course is specified as the general nature and difficulty of instruction provided throughout a course. \N 572 HonorsLevelCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1546 51 Honors level course is specified as the general nature and difficulty of instruction provided throughout a course. \N HonorsLevelCourse HonorsLevelCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +3809 310 Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BadRiverBandOfTheLakeSuperiorTribeOfChippewaIndiansOfTheBadRiverReservation-Wisconsin BadRiverBandOfTheLakeSuperiorTribeOfChippewaIndiansOfTheBadRiverReservation-Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 +3813 310 Berry Creek Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BerryCreekRancheriaOfMaiduIndiansOfCalifornia BerryCreekRancheriaOfMaiduIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3816 310 Big Sandy Rancheria of Western Mono Indians of California (previously listed as Big Sandy Rancheria of Mono Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigSandyRancheriaOfWesternMonoIndiansOfCalifornia BigSandyRancheriaOfWesternMonoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +14 2 College Readiness is specified as the reason for which an assessment is designed or delivered. \N CollegeReadiness CollegeReadiness \N CEDS \N \N \N \N \N LIF f \N t 1 +4130 310 Arapaho Tribe of the Wind River Reservation, Wyoming is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthernArapahoTribeOfTheWindRiverReservationWyoming NorthernArapahoTribeOfTheWindRiverReservation-Wyoming \N \N \N \N \N \N \N LIF f \N f 4 +3004 284 Berry Creek Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BerryCreekRancheriaOfMaiduIndiansOfCalifornia BerryCreekRancheriaOfMaiduIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3815 310 Big Pine Paiute Tribe of the Owens Valley (previously listed as Big Pine Band of Owens Valley Paiute Shoshone Indians of the Big Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigPinePaiuteTribeOfTheOwensValley BigPinePaiuteTribeOfTheOwensValley \N \N \N \N \N \N \N LIF f \N f 4 +3067 284 Coushatta Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoushattaTribeOfLouisiana CoushattaTribeOfLouisiana \N CEDS \N \N \N \N \N LIF f \N f 1 +2996 284 Aroostook Band of Micmacs (previously listed as Aroostook Band of Micmac Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AroostookBandOfMicmacs AroostookBandOfMicmacs \N CEDS \N \N \N \N \N LIF f \N f 1 +2403 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms-MasterOfArtsDegree MasterOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +3827 310 Caddo Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CaddoNationOfOklahoma CaddoNationOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3829 310 Cahuilla Band of Indians (previously listed as Cahuilla Band of Mission Indians of the Cahuilla Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CahuillaBandOfIndians CahuillaBandOfIndians \N \N \N \N \N \N \N LIF f \N f 4 +4339 310 Village of Solomon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfSolomon VillageOfSolomon \N \N \N \N \N \N \N LIF f \N f 4 +3165 284 La Jolla Band of Luiseno Indians, California (previously listed as La Jolla Band of Luiseno Mission Indians of the La Jolla Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LaJollaBandOfLuisenoIndiansCalifornia LaJollaBandOfLuisenoIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +2842 275 The lead agency within a State/Jurisdiction responsible for administering IDEA Part C. \N IDEAPartCLeadAgency IDEAPartCLeadAgency \N \N \N \N \N \N \N LIF f \N f 4 +1543 51 English Learner course is specified as the general nature and difficulty of instruction provided throughout a course. \N EnglishLearnerCourse EnglishLearnerCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +2998 284 Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AssiniboineAndSiouxTribesOfTheFortPeckIndianReservation AssiniboineAndSiouxTribesOfTheFortPeckIndianReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +2409 139 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in the arts and social sciences fields. \N ceterms-AssociateOfAppliedArtsDegree AssociateOfAppliedArtsDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2410 139 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in applied scientific and technological fields. \N ceterms-AssociateOfAppliedScienceDegree AssociateOfAppliedScienceDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2411 139 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms-AssociateOfArtsDegree AssociateOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2412 139 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in scientific and technical fields and professional fields of study. \N ceterms-AssociateOfScienceDegree AssociateOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +4089 310 Native Village of Point Lay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPointLay NativeVillageOfPointLay \N \N \N \N \N \N \N LIF f \N f 4 +15 2 Course credit is specified as the reason for which an assessment is designed or delivered. \N CourseCredit CourseCredit \N CEDS \N \N \N \N \N LIF f \N t 1 +3410 284 Robinson Rancheria (previously listed as Robinson Rancheria Band of Pomo Indians, California and the Robinson Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RobinsonRancheria RobinsonRancheria \N CEDS \N \N \N \N \N LIF f \N f 1 +2180 123 A Uniform Resource Locator, commonly informally termed a web address is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. \N URL UniformResourceLocator \N \N \N \N \N \N \N LIF f \N t 1 443 33 \N \N bur Burmese \N CEDS \N \N \N \N \N LIF f \N t 1 -3448 284 Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sisseton-Wahpeton Oyate Of the Lake Traverse ReservationSouth Dakota Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3454 284 Soboba Band of Luiseno Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Soboba Band Of Luiseno IndiansCalifornia Soboba Band of Luiseno Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3457 284 Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Southern Ute Indian Tribe Of the Southern Ute ReservationColorado Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado \N CEDS \N \N \N \N \N LIF f \N f 1 -3484 284 Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Three Affiliated Tribes Of the Fort Berthold ReservationNorth Dakota Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3494 284 Tule River Indian Tribe of the Tule River Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tule River Indian Tribe Of the Tule River ReservationCalifornia Tule River Indian Tribe of the Tule River Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3509 284 Ute Indian Tribe of the Uintah & Ouray Reservation, Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ute Indian Tribe Of the Uintah & Ouray ReservationUtah Ute Indian Tribe of the Uintah & Ouray Reservation, Utah \N CEDS \N \N \N \N \N LIF f \N f 1 -3511 284 Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Utu Utu Gwaitu Paiute Tribe Of the Benton Paiute ReservationCalifornia Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3534 284 Walker River Paiute Tribe of the Walker River Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Walker River Paiute Tribe Of the Walker River ReservationNevada Walker River Paiute Tribe of the Walker River Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3537 284 White Mountain Apache Tribe of the Fort Apache Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N White Mountain Apache Tribe Of the Fort Apache ReservationArizona White Mountain Apache Tribe of the Fort Apache Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3547 284 Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-Apache Nation Of the Camp Verde Indian ReservationArizona Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3549 284 Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yerington Paiute Tribe Of the Yerington Colony & Campbell RanchNevada Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3551 284 Yomba Shoshone Tribe of the Yomba Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yomba Shoshone Tribe Of the Yomba ReservationNevada Yomba Shoshone Tribe of the Yomba Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3554 284 Yurok Tribe of the Yurok Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yurok Tribe Of the Yurok ReservationCalifornia Yurok Tribe of the Yurok Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3555 284 Zuni Tribe of the Zuni Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Zuni Tribe Of the Zuni ReservationNew Mexico Zuni Tribe of the Zuni Reservation, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3226 284 Native Village of Chenega (aka Chanega) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chenega Native Village of Chenega \N CEDS \N \N \N \N \N LIF f \N f 1 -3227 284 Native Village of Chignik Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chignik Lagoon Native Village of Chignik Lagoon \N CEDS \N \N \N \N \N LIF f \N f 1 -3292 284 Native Village of Stevens is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Stevens Native Village of Stevens \N CEDS \N \N \N \N \N LIF f \N f 1 -3293 284 Native Village of Tanacross is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tanacross Native Village of Tanacross \N CEDS \N \N \N \N \N LIF f \N f 1 -13 2 Assessment of student's progress is specified as the reason for which an assessment is designed or delivered. \N Assessment Of student's progress Assessment of student's progress \N CEDS \N \N \N \N \N LIF f \N t 1 -2241 124 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in applied scientific and technological fields. \N Associate Of Applied Science Degree ceterms:AssociateOfAppliedScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -444 33 \N \N byn Blin; Bilin \N CEDS \N \N \N \N \N LIF f \N t 1 -2242 124 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N Associate Of Arts Degree ceterms:AssociateOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -2243 124 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in scientific and technical fields and professional fields of study. \N Associate Of Science Degree ceterms:AssociateOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -2244 124 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N Bachelor Of Arts Degree ceterms:BachelorOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -2245 124 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in scientific and technical fields and professional fields of study. \N Bachelor Of Science Degree ceterms:BachelorOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -3968 310 Kletsel Dehe Band of Wintun Indians (previously listed as Cortina Indian Rancheria and the Cortina Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kletsel Dehe Band Of Wintun Indians Kletsel Dehe Band of Wintun Indians \N \N \N \N \N \N \N LIF f \N f 4 -3970 310 Koi Nation of Northern California (previously listed as Lower Lake Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Koi Nation Of Northern California Koi Nation of Northern California \N \N \N \N \N \N \N LIF f \N f 4 -4017 310 Mooretown Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mooretown Rancheria Of Maidu Indians Of California Mooretown Rancheria of Maidu Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4023 310 Native Village of Afognak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Afognak Native Village of Afognak \N \N \N \N \N \N \N LIF f \N f 4 -4024 310 Native Village of Akhiok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Akhiok Native Village of Akhiok \N \N \N \N \N \N \N LIF f \N f 4 -4025 310 Native Village of Akutan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Akutan Native Village of Akutan \N \N \N \N \N \N \N LIF f \N f 4 -4026 310 Native Village of Aleknagik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Aleknagik Native Village of Aleknagik \N \N \N \N \N \N \N LIF f \N f 4 -4027 310 Native Village of Ambler is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ambler Native Village of Ambler \N \N \N \N \N \N \N LIF f \N f 4 -4028 310 Native Village of Atka is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Atka Native Village of Atka \N \N \N \N \N \N \N LIF f \N f 4 -4029 310 Atqasuk Village (Atkasook) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Atqasuk Native Village of Atqasuk \N \N \N \N \N \N \N LIF f \N f 4 -4030 310 Native Village of Barrow Inupiat Traditional Government is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Barrow Inupiat Traditional Government Native Village of Barrow Inupiat Traditional Government \N \N \N \N \N \N \N LIF f \N f 4 -4031 310 Native Village of Belkofski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Belkofski Native Village of Belkofski \N \N \N \N \N \N \N LIF f \N f 4 -4032 310 Native Village of Brevig Mission is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Brevig Mission Native Village of Brevig Mission \N \N \N \N \N \N \N LIF f \N f 4 -4033 310 Native Village of Buckland is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Buckland Native Village of Buckland \N \N \N \N \N \N \N LIF f \N f 4 -4034 310 Native Village of Cantwell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Cantwell Native Village of Cantwell \N \N \N \N \N \N \N LIF f \N f 4 -4035 310 Native Village of Chenega (aka Chanega) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chenega Native Village of Chenega \N \N \N \N \N \N \N LIF f \N f 4 -4036 310 Native Village of Chignik Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chignik Lagoon Native Village of Chignik Lagoon \N \N \N \N \N \N \N LIF f \N f 4 -4037 310 Native Village of Chitina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chitina Native Village of Chitina \N \N \N \N \N \N \N LIF f \N f 4 +3807 310 Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AssiniboineAndSiouxTribesOfTheFortPeckIndianReservation AssiniboineAndSiouxTribesOfTheFortPeckIndianReservation-Montana \N \N \N \N \N \N \N LIF f \N f 4 +3019 284 Cahto Tribe of the Laytonville Rancheria is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CahtoTribeOfTheLaytonvilleRancheria CahtoTribeOfTheLaytonvilleRancheria \N CEDS \N \N \N \N \N LIF f \N f 1 +4331 310 Village of Iliamna is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfIliamna VillageOfIliamna \N \N \N \N \N \N \N LIF f \N f 4 +3177 284 Los Coyotes Band of Cahuilla and Cupeno Indians, California (previously listed as Los Coyotes Band of Cahuilla & Cupeno Indians of the Los Coyotes Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LosCoyotesBandOfCahuillaAndCupenoIndiansCalifornia LosCoyotesBandOfCahuillaAndCupenoIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3020 284 Cahuilla Band of Indians (previously listed as Cahuilla Band of Mission Indians of the Cahuilla Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CahuillaBandOfIndians CahuillaBandOfIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +1745 67 The course section completed and the student did not receive credit for the course. \N CompletedNoCredit ClassSectionCompleted-studentDidNotReceiveCreditForTheCourse. \N CEDS \N \N \N \N \N LIF f \N t 1 +3293 284 Native Village of Tanacross is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTanacross NativeVillageOfTanacross \N CEDS \N \N \N \N \N LIF f \N f 1 +1746 67 The course section ended and the student did not complete the work required to complete the course. \N Incomplete ClassSectionCompleted-studentDidNotCompleteTheWorkRequiredToCompleteTheCourse. \N CEDS \N \N \N \N \N LIF f \N t 1 +13 2 Assessment of student's progress is specified as the reason for which an assessment is designed or delivered. \N AssessmentOfStudent'sProgress AssessmentOfStudent'sProgress \N CEDS \N \N \N \N \N LIF f \N t 1 +1853 77 CEDS \N UpperDivision UpperDivision \N Upper division is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +444 33 \N \N byn Blin;Bilin \N CEDS \N \N \N \N \N LIF f \N t 1 +1857 78 Lower division credit (associated with first/second year) is specified as the level of credit associated with the credit hours earned for the course. \N LowerDivision LowerDivisionCredit(associatedWithFirst/secondYear) \N CEDS \N \N \N \N \N LIF f \N f 4 +1606 54 Higher or upper division credit (associated with third or fourth year) is specified as the level of credit associated with the credit hours earned for the course. \N UpperDivision HigherOrUpperDivisionCredit(associatedWithThirdOrFourthYear) \N CEDS \N \N \N \N \N LIF f \N t 1 +2899 277 North Dakota \N ND NorthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3226 284 Native Village of Chenega (aka Chanega) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChenega NativeVillageOfChenega \N CEDS \N \N \N \N \N LIF f \N f 1 +3227 284 Native Village of Chignik Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChignikLagoon NativeVillageOfChignikLagoon \N CEDS \N \N \N \N \N LIF f \N f 1 +3008 284 Big Valley Band of Pomo Indians of the Big Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigValleyBandOfPomoIndiansOfTheBigValleyRancheria-California BigValleyBandOfPomoIndiansOfTheBigValleyRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3011 284 Blackfeet Tribe of the Blackfeet Indian Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BlackfeetTribeOfTheBlackfeetIndianReservationOfMontana BlackfeetTribeOfTheBlackfeetIndianReservationOfMontana \N CEDS \N \N \N \N \N LIF f \N f 1 +3820 310 Blackfeet Tribe of the Blackfeet Indian Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BlackfeetTribeOfTheBlackfeetIndianReservationOfMontana BlackfeetTribeOfTheBlackfeetIndianReservationOfMontana \N \N \N \N \N \N \N LIF f \N f 4 +3840 310 Cher-Ae Heights Indian Community of the Trinidad Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cher-AeHeightsIndianCommunityOfTheTrinidadRancheriaCalifornia Cher-AeHeightsIndianCommunityOfTheTrinidadRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3831 310 Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CampoBandOfDieguenoMissionIndiansOfTheCampoIndianReservation-California CampoBandOfDieguenoMissionIndiansOfTheCampoIndianReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +3832 310 Capitan Grande Band of Diegueno Mission Indians of California (Barona Group of Capitan Grande Band of Mission Indians of the Barona Reservation, California; Viejas (Baron Long) Group of Capitan Grande Band of Mission Indians of the Viejas Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CapitanGrandeBandOfDieguenoMissionIndiansOfCalifornia CapitanGrandeBandOfDieguenoMissionIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3854 310 Chippewa Cree Indians of the Rocky Boy's Reservation, Montana (previously listed as Chippewa-Cree Indians of the Rocky Boy's Reservation, Montana) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChippewaCreeIndiansOfTheRockyBoy'sReservationMontana ChippewaCreeIndiansOfTheRockyBoy'sReservation-Montana \N \N \N \N \N \N \N LIF f \N f 4 445 33 \N \N cad Caddo \N CEDS \N \N \N \N \N LIF f \N t 1 452 33 \N \N cha Chamorro \N CEDS \N \N \N \N \N LIF f \N t 1 -4038 310 Native Village of Chuathbaluk (Russian Mission, Kuskokwim) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chuathbaluk Native Village of Chuathbaluk \N \N \N \N \N \N \N LIF f \N f 4 -4039 310 Native Village of Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Council Native Village of Council \N \N \N \N \N \N \N LIF f \N f 4 -4040 310 Native Village of Deering is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Deering Native Village of Deering \N \N \N \N \N \N \N LIF f \N f 4 -4041 310 Native Village of Diomede (aka Inalik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Diomede Native Village of Diomede \N \N \N \N \N \N \N LIF f \N f 4 -4042 310 Native Village of Eagle is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eagle Native Village of Eagle \N \N \N \N \N \N \N LIF f \N f 4 -4043 310 Native Village of Eek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eek Native Village of Eek \N \N \N \N \N \N \N LIF f \N f 4 -4044 310 Native Village of Ekuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ekuk Native Village of Ekuk \N \N \N \N \N \N \N LIF f \N f 4 -4045 310 Native Village of Ekwok (previously listed as Ekwok Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ekwok Native Village of Ekwok \N \N \N \N \N \N \N LIF f \N f 4 -4046 310 Native Village of Elim is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Elim Native Village of Elim \N \N \N \N \N \N \N LIF f \N f 4 -4047 310 Native Village of Eyak (Cordova) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eyak Native Village of Eyak \N \N \N \N \N \N \N LIF f \N f 4 -4048 310 Native Village of False Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of False Pass Native Village of False Pass \N \N \N \N \N \N \N LIF f \N f 4 -4049 310 Native Village of Fort Yukon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Fort Yukon Native Village of Fort Yukon \N \N \N \N \N \N \N LIF f \N f 4 -4050 310 Native Village of Gakona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Gakona Native Village of Gakona \N \N \N \N \N \N \N LIF f \N f 4 -4051 310 Native Village of Gambell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Gambell Native Village of Gambell \N \N \N \N \N \N \N LIF f \N f 4 -4052 310 Native Village of Georgetown is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Georgetown Native Village of Georgetown \N \N \N \N \N \N \N LIF f \N f 4 -4053 310 Native Village of Goodnews Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Goodnews Bay Native Village of Goodnews Bay \N \N \N \N \N \N \N LIF f \N f 4 -4054 310 Native Village of Hamilton is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Hamilton Native Village of Hamilton \N \N \N \N \N \N \N LIF f \N f 4 -4055 310 Native Village of Hooper Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Hooper Bay Native Village of Hooper Bay \N \N \N \N \N \N \N LIF f \N f 4 -4056 310 Native Village of Kanatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kanatak Native Village of Kanatak \N \N \N \N \N \N \N LIF f \N f 4 -4057 310 Native Village of Karluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Karluk Native Village of Karluk \N \N \N \N \N \N \N LIF f \N f 4 -4058 310 Native Village of Kiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kiana Native Village of Kiana \N \N \N \N \N \N \N LIF f \N f 4 -4059 310 Native Village of Kipnuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kipnuk Native Village of Kipnuk \N \N \N \N \N \N \N LIF f \N f 4 -4060 310 Native Village of Kivalina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kivalina Native Village of Kivalina \N \N \N \N \N \N \N LIF f \N f 4 -4061 310 Native Village of Kluti Kaah (aka Copper Center) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kluti Kaah Native Village of Kluti Kaah \N \N \N \N \N \N \N LIF f \N f 4 -4062 310 Native Village of Kobuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kobuk Native Village of Kobuk \N \N \N \N \N \N \N LIF f \N f 4 +3002 284 Bear River Band of the Rohnerville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BearRiverBandOfTheRohnervilleRancheria-California BearRiverBandOfTheRohnervilleRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3565 286 Off-campus, temporary is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Off-campustemporary Off-campus-temporary \N CEDS \N \N \N \N \N LIF f \N t 1 +2383 139 A doctoral degree conferred upon completion of a program providing the knowledge and skills for the recognition, credential, or license required for professional practice. \N ceterms-ProfessionalDoctorate ProfessionalDoctorateDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2407 139 A award by secondary educational institutions for successfully completion of a course of study. \N ceterms-SecondarySchoolDiploma SecondarySchoolDiploma \N CTDL \N \N \N \N \N LIF f \N f 10 +4587 322 Intended for those in the first half of an undergraduate level program. \N audLevel-LowerDivisionLevel LowerDivisionLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4594 322 Intended for those in the second half of an undergraduate level program. \N audLevel-UpperDivisionLevel UpperDivisionLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4217 310 Resighini Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ResighiniRancheriaCalifornia ResighiniRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +2829 275 An individual or organization who provides a planned, structured process through which an individual improves his or her job-related knowledge, skills, or attitudes. Such a process is deigned to enable a staff member to grow within a profession or organization or to attain an initial or additional credential. \N StaffDevelopmentProvider StaffDevelopmentProvider \N \N \N \N \N \N \N LIF f \N f 4 +4230 310 Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaltRiverPima-MaricopaIndianCommunityOfTheSaltRiverReservationArizona SaltRiverPima-MaricopaIndianCommunityOfTheSaltRiverReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +3491 284 Torres Martinez Desert Cahuilla Indians, California (previously listed as Torres- Martinez Band of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TorresMartinezDesertCahuillaIndiansCalifornia TorresMartinezDesertCahuillaIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 453 33 \N \N chb Chibcha \N CEDS \N \N \N \N \N LIF f \N t 1 -4063 310 Native Village of Kongiganak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kongiganak Native Village of Kongiganak \N \N \N \N \N \N \N LIF f \N f 4 -4064 310 Native Village of Kotzebue is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kotzebue Native Village of Kotzebue \N \N \N \N \N \N \N LIF f \N f 4 -4065 310 Native Village of Koyuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Koyuk Native Village of Koyuk \N \N \N \N \N \N \N LIF f \N f 4 -4066 310 Native Village of Kwigillingok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kwigillingok Native Village of Kwigillingok \N \N \N \N \N \N \N LIF f \N f 4 -4067 310 Native Village of Kwinhagak (aka Quinhagak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kwinhagak Native Village of Kwinhagak \N \N \N \N \N \N \N LIF f \N f 4 -4068 310 Native Village of Larsen Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Larsen Bay Native Village of Larsen Bay \N \N \N \N \N \N \N LIF f \N f 4 -4069 310 Native Village of Marshall (aka Fortuna Ledge) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Marshall Native Village of Marshall \N \N \N \N \N \N \N LIF f \N f 4 -4070 310 Native Village of Mary's Igloo is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Mary's Igloo Native Village of Mary's Igloo \N \N \N \N \N \N \N LIF f \N f 4 -4071 310 Native Village of Mekoryuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Mekoryuk Native Village of Mekoryuk \N \N \N \N \N \N \N LIF f \N f 4 -4072 310 Native Village of Minto is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Minto Native Village of Minto \N \N \N \N \N \N \N LIF f \N f 4 -4073 310 Native Village of Nanwalek (aka English Bay) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nanwalek Native Village of Nanwalek \N \N \N \N \N \N \N LIF f \N f 4 -4074 310 Native Village of Napaimute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napaimute Native Village of Napaimute \N \N \N \N \N \N \N LIF f \N f 4 -4075 310 Native Village of Napakiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napakiak Native Village of Napakiak \N \N \N \N \N \N \N LIF f \N f 4 -4076 310 Native Village of Napaskiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napaskiak Native Village of Napaskiak \N \N \N \N \N \N \N LIF f \N f 4 -4077 310 Native Village of Nelson Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nelson Lagoon Native Village of Nelson Lagoon \N \N \N \N \N \N \N LIF f \N f 4 -4078 310 Native Village of Nightmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nightmute Native Village of Nightmute \N \N \N \N \N \N \N LIF f \N f 4 -4079 310 Native Village of Nikolski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nikolski Native Village of Nikolski \N \N \N \N \N \N \N LIF f \N f 4 -4080 310 Native Village of Noatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Noatak Native Village of Noatak \N \N \N \N \N \N \N LIF f \N f 4 -4081 310 Native Village of Nuiqsut (aka Nooiksut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nuiqsut Native Village of Nuiqsut \N \N \N \N \N \N \N LIF f \N f 4 -4082 310 Native Village of Nunam Iqua (previously listed as Native Village of Sheldon's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nunam Iqua Native Village of Nunam Iqua \N \N \N \N \N \N \N LIF f \N f 4 -4083 310 Native Village of Nunapitchuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nunapitchuk Native Village of Nunapitchuk \N \N \N \N \N \N \N LIF f \N f 4 -4084 310 Native Village of Ouzinkie is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ouzinkie Native Village of Ouzinkie \N \N \N \N \N \N \N LIF f \N f 4 -4085 310 Native Village of Paimiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Paimiut Native Village of Paimiut \N \N \N \N \N \N \N LIF f \N f 4 -4086 310 Native Village of Perryville is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Perryville Native Village of Perryville \N \N \N \N \N \N \N LIF f \N f 4 -16 2 Course requirement is specified as the reason for which an assessment is designed or delivered. \N Course requirement Course requirement \N CEDS \N \N \N \N \N LIF f \N t 1 -4087 310 Native Village of Pilot Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Pilot Point Native Village of Pilot Point \N \N \N \N \N \N \N LIF f \N f 4 -4088 310 Native Village of Point Hope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Point Hope Native Village of Point Hope \N \N \N \N \N \N \N LIF f \N f 4 -4089 310 Native Village of Point Lay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Point Lay Native Village of Point Lay \N \N \N \N \N \N \N LIF f \N f 4 -4090 310 Native Village of Port Graham is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Graham Native Village of Port Graham \N \N \N \N \N \N \N LIF f \N f 4 -4091 310 Native Village of Port Heiden is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Heiden Native Village of Port Heiden \N \N \N \N \N \N \N LIF f \N f 4 -4092 310 Native Village of Port Lions is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Lions Native Village of Port Lions \N \N \N \N \N \N \N LIF f \N f 4 -4093 310 Native Village of Ruby is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ruby Native Village of Ruby \N \N \N \N \N \N \N LIF f \N f 4 -4094 310 Native Village of Saint Michael is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Saint Michael Native Village of Saint Michael \N \N \N \N \N \N \N LIF f \N f 4 -4095 310 Native Village of Savoonga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Savoonga Native Village of Savoonga \N \N \N \N \N \N \N LIF f \N f 4 -4096 310 Native Village of Scammon Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Scammon Bay Native Village of Scammon Bay \N \N \N \N \N \N \N LIF f \N f 4 -4097 310 Native Village of Selawik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Selawik Native Village of Selawik \N \N \N \N \N \N \N LIF f \N f 4 -4098 310 Native Village of Shaktoolik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shaktoolik Native Village of Shaktoolik \N \N \N \N \N \N \N LIF f \N f 4 -4099 310 Native Village of Shishmaref is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shishmaref Native Village of Shishmaref \N \N \N \N \N \N \N LIF f \N f 4 -4100 310 Native Village of Shungnak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shungnak Native Village of Shungnak \N \N \N \N \N \N \N LIF f \N f 4 -4101 310 Native Village of Stevens is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Stevens Native Village of Stevens \N \N \N \N \N \N \N LIF f \N f 4 -4102 310 Native Village of Tanacross is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tanacross Native Village of Tanacross \N \N \N \N \N \N \N LIF f \N f 4 -4103 310 Native Village of Tanana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tanana Native Village of Tanana \N \N \N \N \N \N \N LIF f \N f 4 -4104 310 Native Village of Tatitlek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tatitlek Native Village of Tatitlek \N \N \N \N \N \N \N LIF f \N f 4 -4105 310 Native Village of Tazlina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tazlina Native Village of Tazlina \N \N \N \N \N \N \N LIF f \N f 4 -4106 310 Native Village of Teller is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Teller Native Village of Teller \N \N \N \N \N \N \N LIF f \N f 4 -4107 310 Native Village of Tetlin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tetlin Native Village of Tetlin \N \N \N \N \N \N \N LIF f \N f 4 -4108 310 Native Village of Tuntutuliak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tuntutuliak Native Village of Tuntutuliak \N \N \N \N \N \N \N LIF f \N f 4 -4109 310 Native Village of Tununak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tununak Native Village of Tununak \N \N \N \N \N \N \N LIF f \N f 4 -4113 310 Native Village of Venetie Tribal Government (Arctic Village and Village of Venetie) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Venetie Tribal Government Native Village of Venetie Tribal Government \N \N \N \N \N \N \N LIF f \N f 4 -446 33 \N \N cai Central American Indian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -4115 310 Native Village of White Mountain is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of White Mountain Native Village of White Mountain \N \N \N \N \N \N \N LIF f \N f 4 -4132 310 Northfork Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northfork Rancheria Of Mono Indians Of California Northfork Rancheria of Mono Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4146 310 Organized Village of Kasaan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kasaan Organized Village of Kasaan \N \N \N \N \N \N \N LIF f \N f 4 -4147 310 Organized Village of Kwethluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kwethluk Organized Village of Kwethluk \N \N \N \N \N \N \N LIF f \N f 4 -4148 310 Organized Village of Saxman is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Saxman Organized Village of Saxman \N \N \N \N \N \N \N LIF f \N f 4 -4152 310 Ottawa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ottawa Tribe Of Oklahoma Ottawa Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4153 310 Paiute Indian Tribe of Utah (Cedar Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes (previously listed as Paiute Indian Tribe of Utah (Cedar City Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute Indian Tribe Of Utah Paiute Indian Tribe of Utah \N \N \N \N \N \N \N LIF f \N f 4 -4177 310 Ponca Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ponca Tribe Of Nebraska Ponca Tribe of Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4174 310 Poarch Band of Creeks (previously listed as Poarch Band of Creek Indians of Alabama) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Poarch Band Of Creek Indians Poarch Band of Creek Indians \N \N \N \N \N \N \N LIF f \N f 4 -4176 310 Ponca Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ponca Tribe Of Indians Of Oklahoma Ponca Tribe of Indians of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4251 310 Sherwood Valley Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sherwood Valley Rancheria Of Pomo Indians Of California Sherwood Valley Rancheria of Pomo Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4254 310 Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation (previously listed as Shoalwater Bay Tribe of the Shoalwater Bay Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoalwater Bay Indian Tribe Of the Shoalwater Bay Indian Reservation Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4255 310 Shoshone-Bannock Tribes of the Fort Hall Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-Bannock Tribes Of the Fort Hall Reservation Shoshone-Bannock Tribes of the Fort Hall Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4258 310 Sitka Tribe of Alaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sitka Tribe Of Alaska Sitka Tribe of Alaska \N \N \N \N \N \N \N LIF f \N f 4 -4261 310 Skull Valley Band of Goshute Indians of Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skull Valley Band Of Goshute Indians Of Utah Skull Valley Band of Goshute Indians of Utah \N \N \N \N \N \N \N LIF f \N f 4 -4275 310 Summit Lake Paiute Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Summit Lake Paiute Tribe Of Nevada Summit Lake Paiute Tribe of Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4276 310 Sun'aq Tribe of Kodiak (previously listed as Shoonaq' Tribe of Kodiak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sun'aq Tribe Of Kodiak Sun'aq Tribe of Kodiak \N \N \N \N \N \N \N LIF f \N f 4 -4277 310 Suquamish Indian Tribe of the Port Madison Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Suquamish Indian Tribe Of the Port Madison Reservation Suquamish Indian Tribe of the Port Madison Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4280 310 Sycuan Band of the Kumeyaay Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sycuan Band Of the Kumeyaay Nation Sycuan Band of the Kumeyaay Nation \N \N \N \N \N \N \N LIF f \N f 4 -4306 310 Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuolumne Band Of Me-Wuk Indians Of the Tuolumne Rancheria Of California Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California \N \N \N \N \N \N \N LIF f \N f 4 -4295 310 Tohono O'odham Nation of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tohono O'odham Nation Of Arizona Tohono O'odham Nation of Arizona \N \N \N \N \N \N \N LIF f \N f 4 -447 33 \N \N car Galibi Carib \N CEDS \N \N \N \N \N LIF f \N t 1 -4297 310 Tonawanda Band of Seneca (previously listed as Tonawanda Band of Seneca Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonawanda Band Of Seneca Tonawanda Band of Seneca \N \N \N \N \N \N \N LIF f \N f 4 -4298 310 Tonkawa Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonkawa Tribe Of Indians Of Oklahoma Tonkawa Tribe of Indians of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4299 310 Tonto Apache Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonto Apache Tribe Of Arizona Tonto Apache Tribe of Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4301 310 Traditional Village of Togiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Traditional Village Of Togiak Traditional Village of Togiak \N \N \N \N \N \N \N LIF f \N f 4 -4302 310 Tulalip Tribes of Washington (previously listed as Tulalip Tribes of the Tulalip Reservation, Washington is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tulalip Tribes Of Washington Tulalip Tribes of Washington \N \N \N \N \N \N \N LIF f \N f 4 -4314 310 United Keetoowah Band of Cherokee Indians in Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N United Keetoowah Band Of Cherokee Indians in Oklahoma United Keetoowah Band of Cherokee Indians in Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4322 310 Village of Alakanuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Alakanuk Village of Alakanuk \N \N \N \N \N \N \N LIF f \N f 4 -4323 310 Village of Anaktuvuk Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Anaktuvuk Pass Village of Anaktuvuk Pass \N \N \N \N \N \N \N LIF f \N f 4 -4324 310 Village of Aniak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Aniak Village of Aniak \N \N \N \N \N \N \N LIF f \N f 4 -4325 310 Village of Atmautluak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Atmautluak Village of Atmautluak \N \N \N \N \N \N \N LIF f \N f 4 -4326 310 Village of Bill Moore's Slough is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Bill Moore's Slough Village of Bill Moore's Slough \N \N \N \N \N \N \N LIF f \N f 4 -4327 310 Village of Chefornak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Chefornak Village of Chefornak \N \N \N \N \N \N \N LIF f \N f 4 -4328 310 Village of Clarks Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Clarks Point Village of Clarks Point \N \N \N \N \N \N \N LIF f \N f 4 -4329 310 Village of Crooked Creek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Crooked Creek Village of Crooked Creek \N \N \N \N \N \N \N LIF f \N f 4 -4330 310 Village of Dot Lake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Dot Lake Village of Dot Lake \N \N \N \N \N \N \N LIF f \N f 4 -4340 310 Village of Stony River is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Stony River Village of Stony River \N \N \N \N \N \N \N LIF f \N f 4 -4341 310 Village of Venetie (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Venetie Village of Venetie \N \N \N \N \N \N \N LIF f \N f 4 -4342 310 Village of Wainwright is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Wainwright Village of Wainwright \N \N \N \N \N \N \N LIF f \N f 4 -4344 310 Wampanoag Tribe of Gay Head (Aquinnah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wampanoag Tribe Of Gay Head Wampanoag Tribe of Gay Head \N \N \N \N \N \N \N LIF f \N f 4 -4345 310 Washoe Tribe of Nevada & California (Carson Colony, Dresslerville Colony, Woodfords Community, Stewart Community & Washoe Ranches) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Washoe Tribe Of Nevada & California Washoe Tribe of Nevada & California \N \N \N \N \N \N \N LIF f \N f 4 -4349 310 Winnebago Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Winnebago Tribe Of Nebraska Winnebago Tribe of Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4350 310 Winnemucca Indian Colony of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Winnemucca Indian Colony Of Nevada Winnemucca Indian Colony of Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4355 310 Yankton Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yankton Sioux Tribe Of South Dakota Yankton Sioux Tribe of South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -3295 284 Native Village of Tatitlek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tatitlek Native Village of Tatitlek \N CEDS \N \N \N \N \N LIF f \N f 1 +2041 100 \N \N DualGrad/Upper DualGrad/Upper \N \N \N \N \N \N \N LIF f \N f 9 +16 2 Course requirement is specified as the reason for which an assessment is designed or delivered. \N CourseRequirement CourseRequirement \N CEDS \N \N \N \N \N LIF f \N t 1 +1867 79 Continuing Education Units is specified as the type of credit associated with the credit hours earned for the course. \N ContinuingEducationUnits ContinuingEducationUnits \N CEDS \N \N \N \N \N LIF f \N f 4 +162 14 Obtain a state- or industry-recognized certificate or license is specified as the reason for which an assessment is designed or delivered. \N 73042 ObtainAState-OrIndustry-recognizedCertificateOrLicense \N CEDS \N \N \N \N \N LIF f \N f 4 +4356 310 Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-ApacheNationOfTheCampVerdeIndianReservationArizona Yavapai-ApacheNationOfTheCampVerdeIndianReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +2229 124 Credential award at a postsecondary level for successful completion of general education courses that takes at least 1 year that cover a broad range of foundational academic skills and takes less than 2 years to complete. \N ceterms-GeneralEducationLevel2Certificate ceterms-GeneralEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +4627 67 Transferred to another district or school, not known to be continuing in program/service \N 2219 TransferredToAnotherDistrictOrSchool-notKnownToBeContinuingInProgram/service \N CEDS \N \N \N \N \N LIF f \N t 1 +2089 106 \N \N PrivateStudy PrivateStudy \N \N \N \N \N \N \N LIF f \N f 9 +5171 351 \N \N Sma SouthernSami \N \N \N \N \N \N \N LIF f \N f 1 +5172 351 \N \N Sme NorthernSami \N \N \N \N \N \N \N LIF f \N f 1 +5174 351 \N \N Smj LuleSami \N \N \N \N \N \N \N LIF f \N f 1 +5175 351 \N \N Smn InariSami \N \N \N \N \N \N \N LIF f \N f 1 +5177 351 \N \N Sms SkoltSami \N \N \N \N \N \N \N LIF f \N f 1 +5198 351 \N \N Syc ClassicalSyriac \N \N \N \N \N \N \N LIF f \N f 1 +3135 284 Jamestown S'Klallam Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JamestownS'KlallamTribe JamestownS'KlallamTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +2398 139 Credential award at a postsecondary level for successful completion of general education courses that cover a broad range of foundational academic skills and takes less than 1 year. \N ceterms-GeneralEducationLevel1Certificate GeneralEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 +3783 309 The related Person Identifier uses the person's Selective Service Number. \N SelectiveServiceNumber SelectiveServiceNumber \N \N \N \N \N \N \N LIF f \N f 4 +1930 83 Cooperative Education is the primary method of instruction used for the course. \N CooperativeEducation CooperativeEducation \N CEDS \N \N \N \N \N LIF f \N f 4 +2857 276 An organization such as a college or university: (1) whose sole purpose is to provide postsecondary education defined as the provision of a formal instructional program whose curriculum is designed primarily for students who are beyond the compulsory age for high school and (2) has the authority to award degrees. This includes programs whose purpose is academic, vocational, and continuing professional education. \N Postsecondary PostsecondaryEducationalInstitution \N \N \N \N \N \N \N LIF f \N f 4 +2661 264 The agency of the state charged with primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instruction programs, and it is the state agency that administers federal grant programs. \N StateEducationAgency(SEA) StateEducationAgency(SEA) \N CEDS \N \N \N \N \N LIF f \N t 1 +3286 284 Native Village of Savoonga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSavoonga NativeVillageOfSavoonga \N CEDS \N \N \N \N \N LIF f \N f 1 +3007 284 Big Sandy Rancheria of Western Mono Indians of California (previously listed as Big Sandy Rancheria of Mono Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigSandyRancheriaOfWesternMonoIndiansOfCalifornia BigSandyRancheriaOfWesternMonoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3719 291 \N \N M1-ForeignStudentVocational/non-academicVisa M1-ForeignStudentVocational/non-academicVisa \N \N \N \N \N \N \N LIF f \N t 1 +1743 67 The student exited the course section and transferred to another course section of the same course in the same educational institution. \N Transfer StudentTransferredToAnotherClassSectionOfTheSameCourseInTheSameEducationalInstitution. \N CEDS \N \N \N \N \N LIF f \N t 1 +264 21 Did not participate for other reason is specified as the primary reason a participant did not complete an assessment. \N Other DidNotParticipateForOtherReason \N CEDS \N \N \N \N \N LIF f \N f 4 +1513 49 The related Course Code is based on the NCES Pilot Standard National Course Classification System for Secondary Education Codes. \N NCES NCESPilotStandardNationalCourseClassificationSystemForSecondaryEducationCodes \N CEDS \N \N \N \N \N LIF f \N t 1 +3552 284 Ysleta del Sur Pueblo (previously listed as Ysleta Del Sur Pueblo of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YsletaDelSurPueblo YsletaDelSurPueblo \N CEDS \N \N \N \N \N LIF f \N f 1 +3718 291 \N \N J1-ExchangeScholarVisa J1-ExchangeScholarVisa \N \N \N \N \N \N \N LIF f \N t 1 +3716 291 \N \N F1-ForeignStudentVisa F1-ForeignStudentVisa \N \N \N \N \N \N \N LIF f \N t 1 +2399 139 Credential award at a postsecondary level for successful completion of general education courses that takes at least 1 year that cover a broad range of foundational academic skills and takes less than 2 years to complete. \N ceterms-GeneralEducationLevel2Certificate GeneralEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 +461 33 \N \N chp Chipewyan;DeneSuline \N CEDS \N \N \N \N \N LIF f \N t 1 +3508 284 Upper Skagit Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperSkagitIndianTribe UpperSkagitIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +2221 124 Credential for successful completion of a formal secondary-level education program that is less than a diploma and does not indicate completion of secondary education graduation requirements. \N SecondaryEducationCertificate ceterms-SecondaryEducationCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3223 284 Native Village of Brevig Mission is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBrevigMission NativeVillageOfBrevigMission \N CEDS \N \N \N \N \N LIF f \N f 1 +446 33 \N \N cai CentralAmericanIndianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +4070 310 Native Village of Mary's Igloo is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMary'sIgloo NativeVillageOfMary'sIgloo \N \N \N \N \N \N \N LIF f \N f 4 +3228 284 Native Village of Chitina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChitina NativeVillageOfChitina \N CEDS \N \N \N \N \N LIF f \N f 1 +447 33 \N \N car GalibiCarib \N CEDS \N \N \N \N \N LIF f \N t 1 +4319 310 Ute Mountain Ute Tribe (previously listed as Ute Mountain Tribe of the Ute Mountain Reservation, Colorado, New Mexico & Utah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UteMountainUteTribe UteMountainUteTribe \N \N \N \N \N \N \N LIF f \N f 4 +1986 91 The course section completed and the student did not receive credit for the course. \N CompletedNoCredit ClassSectionCompleted-studentDidNotReceiveCreditForTheCourse. \N CEDS \N \N \N \N \N LIF f \N f 4 +4222 310 Sac & Fox Nation of Missouri in Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxNationOfMissouriInKansasAndNebraska Sac&FoxNationOfMissouriInKansasAndNebraska \N \N \N \N \N \N \N LIF f \N f 4 +3138 284 Jicarilla Apache Nation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JicarillaApacheNation-NewMexico JicarillaApacheNation-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +2638 261 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions \N CEDS \N \N \N \N \N LIF f \N t 1 +3263 284 Native Village of Minto is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMinto NativeVillageOfMinto \N CEDS \N \N \N \N \N LIF f \N f 1 +3229 284 Native Village of Chuathbaluk (Russian Mission, Kuskokwim) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChuathbaluk NativeVillageOfChuathbaluk \N CEDS \N \N \N \N \N LIF f \N f 1 +3291 284 Native Village of Shungnak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShungnak NativeVillageOfShungnak \N CEDS \N \N \N \N \N LIF f \N f 1 +4148 310 Organized Village of Saxman is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfSaxman OrganizedVillageOfSaxman \N \N \N \N \N \N \N LIF f \N f 4 +3541 284 Winnemucca Indian Colony of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WinnemuccaIndianColonyOfNevada WinnemuccaIndianColonyOfNevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3350 284 Passamaquoddy Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PassamaquoddyTribe PassamaquoddyTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +4376 312 Permanent, at time of admission is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N PermanentatTimeOfAdmission Permanent-atTimeOfadmission \N \N \N \N \N \N \N LIF f \N f 4 +3415 284 Sac & Fox Tribe of the Mississippi in Iowa is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxTribeOfTheMississippiInIowa Sac&FoxTribeOfTheMississippiInIowa \N CEDS \N \N \N \N \N LIF f \N f 1 +3535 284 Wampanoag Tribe of Gay Head (Aquinnah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WampanoagTribeOfGayHead WampanoagTribeOfGayHead \N CEDS \N \N \N \N \N LIF f \N f 1 17 2 Diagnosis is specified as the reason for which an assessment is designed or delivered. \N Diagnosis Diagnosis \N CEDS \N \N \N \N \N LIF f \N t 1 -3296 284 Native Village of Tazlina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tazlina Native Village of Tazlina \N CEDS \N \N \N \N \N LIF f \N f 1 -3297 284 Native Village of Teller is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Teller Native Village of Teller \N CEDS \N \N \N \N \N LIF f \N f 1 -3298 284 Native Village of Tetlin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tetlin Native Village of Tetlin \N CEDS \N \N \N \N \N LIF f \N f 1 -3299 284 Native Village of Tuntutuliak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tuntutuliak Native Village of Tuntutuliak \N CEDS \N \N \N \N \N LIF f \N f 1 -3300 284 Native Village of Tununak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tununak Native Village of Tununak \N CEDS \N \N \N \N \N LIF f \N f 1 -3301 284 Native Village of Tyonek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tyonek Native Village of Tyonek \N CEDS \N \N \N \N \N LIF f \N f 1 -3302 284 Native Village of Unalakleet is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Unalakleet Native Village of Unalakleet \N CEDS \N \N \N \N \N LIF f \N f 1 -3303 284 Native Village of Unga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Unga Native Village of Unga \N CEDS \N \N \N \N \N LIF f \N f 1 -3304 284 Native Village of Venetie Tribal Government (Arctic Village and Village of Venetie) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Venetie Tribal Government Native Village of Venetie Tribal Government \N CEDS \N \N \N \N \N LIF f \N f 1 -3305 284 Native Village of Wales is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Wales Native Village of Wales \N CEDS \N \N \N \N \N LIF f \N f 1 -3306 284 Native Village of White Mountain is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of White Mountain Native Village of White Mountain \N CEDS \N \N \N \N \N LIF f \N f 1 -3336 284 Organized Village of Kake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kake Organized Village of Kake \N CEDS \N \N \N \N \N LIF f \N f 1 -3337 284 Organized Village of Kasaan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kasaan Organized Village of Kasaan \N CEDS \N \N \N \N \N LIF f \N f 1 -3338 284 Organized Village of Kwethluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kwethluk Organized Village of Kwethluk \N CEDS \N \N \N \N \N LIF f \N f 1 -3348 284 Pascua Yaqui Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pascua Yaqui Tribe Of Arizona Pascua Yaqui Tribe of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3349 284 Paskenta Band of Nomlaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paskenta Band Of Nomlaki Indians Of California Paskenta Band of Nomlaki Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3353 284 Pawnee Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pawnee Nation Of Oklahoma Pawnee Nation of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3357 284 Peoria Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Peoria Tribe Of Indians Of Oklahoma Peoria Tribe of Indians of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3359 284 Picayune Rancheria of Chukchansi Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Picayune Rancheria Of Chukchansi Indians Of California Picayune Rancheria of Chukchansi Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3461 284 St. Croix Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N St. Croix Chippewa Indians Of Wisconsin St. Croix Chippewa Indians of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3462 284 Standing Rock Sioux Tribe of North & South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Standing Rock Sioux Tribe Of North & South Dakota Standing Rock Sioux Tribe of North & South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3468 284 Suquamish Indian Tribe of the Port Madison Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Suquamish Indian Tribe Of the Port Madison Reservation Suquamish Indian Tribe of the Port Madison Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -133 11 Absent during is specified as the primary reason a participant did not complete an assessment. \N Absent Absent during \N CEDS \N \N \N \N \N LIF f \N t 1 -3475 284 Te-Moak Tribe of Western Shoshone Indians of Nevada (Four constituent bands: Battle Mountain Band; Elko Band; South Fork Band and Wells Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Te-Moak Tribe Of Western Shoshone Indians Of Nevada Te-Moak Tribe of Western Shoshone Indians of Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3479 284 The Choctaw Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Choctaw Nation Of Oklahoma The Choctaw Nation of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3482 284 The Seminole Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Seminole Nation Of Oklahoma The Seminole Nation of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3486 284 Tohono O'odham Nation of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tohono O'odham Nation Of Arizona Tohono O'odham Nation of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3493 284 Tulalip Tribes of Washington (previously listed as Tulalip Tribes of the Tulalip Reservation, Washington is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tulalip Tribes Of Washington Tulalip Tribes of Washington \N CEDS \N \N \N \N \N LIF f \N f 1 -3497 284 Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuolumne Band Of Me-Wuk Indians Of the Tuolumne Rancheria Of California Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3498 284 Turtle Mountain Band of Chippewa Indians of North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Turtle Mountain Band Of Chippewa Indians Of North Dakota Turtle Mountain Band of Chippewa Indians of North Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3500 284 Twenty-Nine Palms Band of Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twenty-Nine Palms Band Of Mission Indians Of California Twenty-Nine Palms Band of Mission Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3504 284 United Auburn Indian Community of the Auburn Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N United Auburn Indian Community Of the Auburn Rancheria Of California United Auburn Indian Community of the Auburn Rancheria of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3505 284 United Keetoowah Band of Cherokee Indians in Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N United Keetoowah Band Of Cherokee Indians in Oklahoma United Keetoowah Band of Cherokee Indians in Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3516 284 Village of Atmautluak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Atmautluak Village of Atmautluak \N CEDS \N \N \N \N \N LIF f \N f 1 -3517 284 Village of Bill Moore's Slough is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Bill Moore's Slough Village of Bill Moore's Slough \N CEDS \N \N \N \N \N LIF f \N f 1 -3518 284 Village of Chefornak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Chefornak Village of Chefornak \N CEDS \N \N \N \N \N LIF f \N f 1 -3519 284 Village of Clarks Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Clarks Point Village of Clarks Point \N CEDS \N \N \N \N \N LIF f \N f 1 -3520 284 Village of Crooked Creek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Crooked Creek Village of Crooked Creek \N CEDS \N \N \N \N \N LIF f \N f 1 -3521 284 Village of Dot Lake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Dot Lake Village of Dot Lake \N CEDS \N \N \N \N \N LIF f \N f 1 -3522 284 Village of Iliamna is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Iliamna Village of Iliamna \N CEDS \N \N \N \N \N LIF f \N f 1 -3523 284 Village of Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kalskag Village of Kalskag \N CEDS \N \N \N \N \N LIF f \N f 1 -3524 284 Village of Kaltag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kaltag Village of Kaltag \N CEDS \N \N \N \N \N LIF f \N f 1 -3525 284 Village of Kotlik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kotlik Village of Kotlik \N CEDS \N \N \N \N \N LIF f \N f 1 -3526 284 Village of Lower Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Lower Kalskag Village of Lower Kalskag \N CEDS \N \N \N \N \N LIF f \N f 1 -3527 284 Village of Ohogamiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Ohogamiut Village of Ohogamiut \N CEDS \N \N \N \N \N LIF f \N f 1 -18 2 Federal accountability is specified as the reason for which an assessment is designed or delivered. \N Federal accountability Federal accountability \N CEDS \N \N \N \N \N LIF f \N t 1 -3528 284 Village of Red Devil is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Red Devil Village of Red Devil \N CEDS \N \N \N \N \N LIF f \N f 1 -3529 284 Village of Sleetmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Sleetmute Village of Sleetmute \N CEDS \N \N \N \N \N LIF f \N f 1 -3530 284 Village of Solomon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Solomon Village of Solomon \N CEDS \N \N \N \N \N LIF f \N f 1 -3531 284 Village of Stony River is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Stony River Village of Stony River \N CEDS \N \N \N \N \N LIF f \N f 1 -3532 284 Village of Venetie (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Venetie Village of Venetie \N CEDS \N \N \N \N \N LIF f \N f 1 -3533 284 Village of Wainwright is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Wainwright Village of Wainwright \N CEDS \N \N \N \N \N LIF f \N f 1 +3413 284 Sac & Fox Nation of Missouri in Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxNationOfMissouriInKansasAndNebraska Sac&FoxNationOfMissouriInKansasAndNebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +3515 284 Village of Aniak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAniak VillageOfAniak \N CEDS \N \N \N \N \N LIF f \N f 1 +4345 310 Washoe Tribe of Nevada & California (Carson Colony, Dresslerville Colony, Woodfords Community, Stewart Community & Washoe Ranches) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WashoeTribeOfNevada&California WashoeTribeOfNevada&California \N \N \N \N \N \N \N LIF f \N f 4 +3402 284 Rappahannock Tribe, Inc. is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RappahannockTribeInc. RappahannockTribe-Inc. \N CEDS \N \N \N \N \N LIF f \N f 1 +4125 310 Nisqually Indian Tribe (previously listed as Nisqually Indian Tribe of the Nisqually Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NisquallyIndianTribe NisquallyIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4128 310 Nooksack Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NooksackIndianTribe NooksackIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4355 310 Yankton Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YanktonSiouxTribeOfSouthDakota YanktonSiouxTribeOfSouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +133 11 Absent during is specified as the primary reason a participant did not complete an assessment. \N Absent AbsentDuring \N CEDS \N \N \N \N \N LIF f \N t 1 +3412 284 Round Valley Indian Tribes, Round Valley Reservation, California (previously listed as Round Valley Indian Tribes of the Round Valley Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RoundValleyIndianTribesRoundValleyReservationCalifornia RoundValleyIndianTribes-RoundValleyReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3873 310 Confederated Tribes of the Umatilla Indian Reservation (previously listed as Confederated Tribes of the Umatilla Reservation, Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheUmatillaIndianReservation ConfederatedTribesOfTheUmatillaIndianReservation \N \N \N \N \N \N \N LIF f \N f 4 +3394 284 Qawalangin Tribe of Unalaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QawalanginTribeOfUnalaska QawalanginTribeOfUnalaska \N CEDS \N \N \N \N \N LIF f \N f 1 +3458 284 Spirit Lake Tribe, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SpiritLakeTribeNorthDakota SpiritLakeTribe-NorthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3368 284 Ponca Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoncaTribeOfNebraska PoncaTribeOfNebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +3874 310 Confederated Tribes of the Warm Springs Reservation of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheWarmSpringsReservationOfOregon ConfederatedTribesOfTheWarmSpringsReservationOfOregon \N \N \N \N \N \N \N LIF f \N f 4 +3935 310 Iipay Nation of Santa Ysabel, California (previously listed as Santa Ysabel Band of Diegueno Mission Indians of the Santa Ysabel Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IipayNationOfSantaYsabel-California IipayNationOfSantaYsabel-California \N \N \N \N \N \N \N LIF f \N f 4 +3553 284 Yupiit of Andreafski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YupiitOfAndreafski YupiitOfAndreafski \N CEDS \N \N \N \N \N LIF f \N f 1 +3234 284 Native Village of Eek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEek NativeVillageOfEek \N CEDS \N \N \N \N \N LIF f \N f 1 +3173 284 Little River Band of Ottawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleRiverBandOfOttawaIndiansMichigan LittleRiverBandOfOttawaIndians-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3235 284 Native Village of Ekuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEkuk NativeVillageOfEkuk \N CEDS \N \N \N \N \N LIF f \N f 1 +3107 284 Guidiville Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GuidivilleRancheriaOfCalifornia GuidivilleRancheriaOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +4797 351 \N \N Ady Adyghe;Adygei \N \N \N \N \N \N \N LIF f \N f 1 +4798 351 \N \N Afa Afro-AsiaticLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4806 351 \N \N Alg AlgonquianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +448 33 \N \N cat Catalan;Valencian \N CEDS \N \N \N \N \N LIF f \N t 1 +240 18 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning BlendeLearning \N CEDS \N \N \N \N \N LIF f \N f 4 +1958 84 Distance Learning \N DistanceLearning DistanceLearning \N PESC \N \N \N \N \N LIF f \N f 4 +1959 85 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning BlendedLearning \N CEDS \N \N \N \N \N LIF f \N f 4 +2395 139 Credential awarded for work-based learning and earn-and-learn models that meet standards and are applicable to industry, trades, occupations, and professions. \N ceterms-WorkbasedLearningCertificate Work-BasedLearningCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +3237 284 Native Village of Elim is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfElim NativeVillageOfElim \N CEDS \N \N \N \N \N LIF f \N f 1 +3238 284 Native Village of Eyak (Cordova) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEyak NativeVillageOfEyak \N CEDS \N \N \N \N \N LIF f \N f 1 +3504 284 United Auburn Indian Community of the Auburn Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UnitedAuburnIndianCommunityOfTheAuburnRancheriaOfCalifornia UnitedAuburnIndianCommunityOfTheAuburnRancheriaOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3142 284 Kalispel Indian Community of the Kalispel Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KalispelIndianCommunityOfTheKalispelReservation KalispelIndianCommunityOfTheKalispelReservation \N CEDS \N \N \N \N \N LIF f \N f 1 4786 351 \N \N Cha Cha \N \N \N \N \N \N \N LIF f \N f 1 4787 351 \N \N Chb Chb \N \N \N \N \N \N \N LIF f \N f 1 4788 351 \N \N Che Che \N \N \N \N \N \N \N LIF f \N f 1 @@ -15570,97 +15294,90 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4794 351 \N \N Ace Achinese \N \N \N \N \N \N \N LIF f \N f 1 4795 351 \N \N Ach Acoli \N \N \N \N \N \N \N LIF f \N f 1 4796 351 \N \N Ada Adangme \N \N \N \N \N \N \N LIF f \N f 1 -4797 351 \N \N Ady Adyghe; Adygei \N \N \N \N \N \N \N LIF f \N f 1 -4798 351 \N \N Afa Afro-Asiatic languages \N \N \N \N \N \N \N LIF f \N f 1 4799 351 \N \N Afh Afrihili \N \N \N \N \N \N \N LIF f \N f 1 4800 351 \N \N Afr Afrikaans \N \N \N \N \N \N \N LIF f \N f 1 4801 351 \N \N Ain Ainu \N \N \N \N \N \N \N LIF f \N f 1 4802 351 \N \N Aka Akan \N \N \N \N \N \N \N LIF f \N f 1 4803 351 \N \N Akk Akkadian \N \N \N \N \N \N \N LIF f \N f 1 -448 33 \N \N cat Catalan; Valencian \N CEDS \N \N \N \N \N LIF f \N t 1 +18 2 Federal accountability is specified as the reason for which an assessment is designed or delivered. \N FederalAccountability FederalAccountability \N CEDS \N \N \N \N \N LIF f \N t 1 4804 351 \N \N Alb Albanian \N \N \N \N \N \N \N LIF f \N f 1 4805 351 \N \N Ale Aleut \N \N \N \N \N \N \N LIF f \N f 1 -4806 351 \N \N Alg Algonquian languages \N \N \N \N \N \N \N LIF f \N f 1 -4807 351 \N \N Alt Southern Altai \N \N \N \N \N \N \N LIF f \N f 1 +4807 351 \N \N Alt SouthernAltai \N \N \N \N \N \N \N LIF f \N f 1 +4313 310 United Auburn Indian Community of the Auburn Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UnitedAuburnIndianCommunityOfTheAuburnRancheriaOfCalifornia UnitedAuburnIndianCommunityOfTheAuburnRancheriaOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 4808 351 \N \N Amh Amharic \N \N \N \N \N \N \N LIF f \N f 1 -4809 351 \N \N Ang Old English; Anglo-Saxon \N \N \N \N \N \N \N LIF f \N f 1 +3991 310 Lummi Tribe of the Lummi Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LummiTribeOfTheLummiReservation LummiTribeOfTheLummiReservation \N \N \N \N \N \N \N LIF f \N f 4 +3059 284 Confederated Tribes of the Chehalis Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheChehalisReservation ConfederatedTribesOfTheChehalisReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +3251 284 Native Village of Kivalina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKivalina NativeVillageOfKivalina \N CEDS \N \N \N \N \N LIF f \N f 1 4810 351 \N \N Anp Angika \N \N \N \N \N \N \N LIF f \N f 1 -4811 351 \N \N Apa Apache languages \N \N \N \N \N \N \N LIF f \N f 1 4812 351 \N \N Ara Arabic \N \N \N \N \N \N \N LIF f \N f 1 -4813 351 \N \N Arc Aramaic, Old / Classical \N \N \N \N \N \N \N LIF f \N f 1 4814 351 \N \N Arg Aragonese \N \N \N \N \N \N \N LIF f \N f 1 4815 351 \N \N Arm Armenian \N \N \N \N \N \N \N LIF f \N f 1 -4816 351 \N \N Arn Mapudungun; Mapuche \N \N \N \N \N \N \N LIF f \N f 1 +20 2 Instructional decision is specified as the reason for which an assessment is designed or delivered. \N InstructionalDecision InstructionalDecision \N CEDS \N \N \N \N \N LIF f \N t 1 4817 351 \N \N Arp Arapaho \N \N \N \N \N \N \N LIF f \N f 1 -4818 351 \N \N Art Artificial languages \N \N \N \N \N \N \N LIF f \N f 1 +3264 284 Native Village of Nanwalek (aka English Bay) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNanwalek NativeVillageOfNanwalek \N CEDS \N \N \N \N \N LIF f \N f 1 4819 351 \N \N Arw Arawak \N \N \N \N \N \N \N LIF f \N f 1 4820 351 \N \N Asm Assamese \N \N \N \N \N \N \N LIF f \N f 1 -4821 351 \N \N Ast Asturian; Bable \N \N \N \N \N \N \N LIF f \N f 1 -4822 351 \N \N Ath Athapascan languages \N \N \N \N \N \N \N LIF f \N f 1 -4823 351 \N \N Aus Australian languages \N \N \N \N \N \N \N LIF f \N f 1 +4809 351 \N \N Ang OldEnglish;Anglo-Saxon \N \N \N \N \N \N \N LIF f \N f 1 +21 2 Local accountability is specified as the reason for which an assessment is designed or delivered. \N LocalAccountability LocalAccountability \N CEDS \N \N \N \N \N LIF f \N t 1 4824 351 \N \N Ava Avaric \N \N \N \N \N \N \N LIF f \N f 1 4825 351 \N \N Ave Avestan \N \N \N \N \N \N \N LIF f \N f 1 4826 351 \N \N Awa Awadhi \N \N \N \N \N \N \N LIF f \N f 1 4827 351 \N \N Aym Aymara \N \N \N \N \N \N \N LIF f \N f 1 4828 351 \N \N Aze Azerbaijani \N \N \N \N \N \N \N LIF f \N f 1 -4829 351 \N \N Bad Banda languages \N \N \N \N \N \N \N LIF f \N f 1 -4830 351 \N \N Bai Bamileke languages \N \N \N \N \N \N \N LIF f \N f 1 +2843 275 A separate legal entity that 1) contracts with one or more charter schools to manage, operate, and oversee the charter schools; or 2) holds a charter, or charters, to operate multiple charter schools. (see Charter School Management Organization Type) \N CharterSchoolManagementOrganization CharterSchoolManagementOrganization \N \N \N \N \N \N \N LIF f \N f 4 4831 351 \N \N Bak Bashkir \N \N \N \N \N \N \N LIF f \N f 1 4832 351 \N \N Bal Baluchi \N \N \N \N \N \N \N LIF f \N f 1 4833 351 \N \N Bam Bambara \N \N \N \N \N \N \N LIF f \N f 1 4834 351 \N \N Ban Balinese \N \N \N \N \N \N \N LIF f \N f 1 4835 351 \N \N Baq Basque \N \N \N \N \N \N \N LIF f \N f 1 -4836 351 \N \N Bas Basa; Basaa \N \N \N \N \N \N \N LIF f \N f 1 -4837 351 \N \N Bat Baltic languages \N \N \N \N \N \N \N LIF f \N f 1 -4838 351 \N \N Bej Beja; Bedawiyet \N \N \N \N \N \N \N LIF f \N f 1 +3258 284 Native Village of Kwinhagak (aka Quinhagak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKwinhagak NativeVillageOfKwinhagak \N CEDS \N \N \N \N \N LIF f \N f 1 +3883 310 Curyung Tribal Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CuryungTribalCouncil CuryungTribalCouncil \N \N \N \N \N \N \N LIF f \N f 4 4839 351 \N \N Bel Belarusian \N \N \N \N \N \N \N LIF f \N f 1 4840 351 \N \N Bem Bemba \N \N \N \N \N \N \N LIF f \N f 1 4841 351 \N \N Ben Bengali \N \N \N \N \N \N \N LIF f \N f 1 -4842 351 \N \N Ber Berber languages \N \N \N \N \N \N \N LIF f \N f 1 4843 351 \N \N Bho Bhojpuri \N \N \N \N \N \N \N LIF f \N f 1 -4844 351 \N \N Bih Bihari languages \N \N \N \N \N \N \N LIF f \N f 1 +19 2 Inform local or state policy is specified as the reason for which an assessment is designed or delivered. \N InformLocalOrStatePolicy InformLocalOrStatePolicy \N CEDS \N \N \N \N \N LIF f \N t 1 4845 351 \N \N Bik Bikol \N \N \N \N \N \N \N LIF f \N f 1 -4846 351 \N \N Bin Bini; Edo \N \N \N \N \N \N \N LIF f \N f 1 +4255 310 Shoshone-Bannock Tribes of the Fort Hall Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-BannockTribesOfTheFortHallReservation Shoshone-BannockTribesOfTheFortHallReservation \N \N \N \N \N \N \N LIF f \N f 4 4847 351 \N \N Bis Bislama \N \N \N \N \N \N \N LIF f \N f 1 -4848 351 \N \N Bla Siksika; Blackfoot \N \N \N \N \N \N \N LIF f \N f 1 -4849 351 \N \N Bnt Bantu languages \N \N \N \N \N \N \N LIF f \N f 1 4850 351 \N \N Bos Bosnian \N \N \N \N \N \N \N LIF f \N f 1 4851 351 \N \N Bra Braj \N \N \N \N \N \N \N LIF f \N f 1 4852 351 \N \N Bre Breton \N \N \N \N \N \N \N LIF f \N f 1 -4853 351 \N \N Btk Batak languages \N \N \N \N \N \N \N LIF f \N f 1 -4854 351 \N \N Bua Buriat; Buryat \N \N \N \N \N \N \N LIF f \N f 1 4855 351 \N \N Bug Buginese \N \N \N \N \N \N \N LIF f \N f 1 4856 351 \N \N Bul Bulgarian \N \N \N \N \N \N \N LIF f \N f 1 4857 351 \N \N Bur Burmese \N \N \N \N \N \N \N LIF f \N f 1 -19 2 Inform local or state policy is specified as the reason for which an assessment is designed or delivered. \N Inform local or state policy Inform local or state policy \N CEDS \N \N \N \N \N LIF f \N t 1 -20 2 Instructional decision is specified as the reason for which an assessment is designed or delivered. \N Instructional decision Instructional decision \N CEDS \N \N \N \N \N LIF f \N t 1 -21 2 Local accountability is specified as the reason for which an assessment is designed or delivered. \N Local accountability Local accountability \N CEDS \N \N \N \N \N LIF f \N t 1 +4811 351 \N \N Apa ApacheLanguages \N \N \N \N \N \N \N LIF f \N f 1 33 3 \N No IT Infant/toddler \N CEDS \N \N \N \N \N LIF f \N t 1 34 3 \N No PR Preschool \N CEDS \N \N \N \N \N LIF f \N t 1 4654 329 \N \N School School \N \N \N \N \N \N \N LIF f \N f 4 -3873 310 Confederated Tribes of the Umatilla Indian Reservation (previously listed as Confederated Tribes of the Umatilla Reservation, Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Umatilla Indian Reservation Confederated Tribes of the Umatilla Indian Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3874 310 Confederated Tribes of the Warm Springs Reservation of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Warm Springs Reservation Of Oregon Confederated Tribes of the Warm Springs Reservation of Oregon \N \N \N \N \N \N \N LIF f \N f 4 -3876 310 Coushatta Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coushatta Tribe Of Louisiana Coushatta Tribe of Louisiana \N \N \N \N \N \N \N LIF f \N f 4 +4818 351 \N \N Art ArtificialLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4822 351 \N \N Ath AthapascanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4823 351 \N \N Aus AustralianLanguages \N \N \N \N \N \N \N LIF f \N f 1 4655 329 \N \N ACT ACT \N \N \N \N \N \N \N LIF f \N f 4 -3875 310 Coquille Indian Tribe (previously listed as Coquille Tribe of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coquille Indian Tribe Coquille Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4444 313 Armed Forces Pacific \N Armed Forces Pacific Armed Forces Pacific \N \N \N \N \N \N \N LIF f \N f 4 -3878 310 Cowlitz Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cowlitz Indian Tribe Cowlitz Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3880 310 Craig Tribal Association (previously listed as Craig Community Association) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Craig Tribal Association Craig Tribal Association \N \N \N \N \N \N \N LIF f \N f 4 -3883 310 Curyung Tribal Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Curyung Tribal Council Curyung Tribal Council \N \N \N \N \N \N \N LIF f \N f 4 -3886 310 Douglas Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Douglas Indian Association Douglas Indian Association \N \N \N \N \N \N \N LIF f \N f 4 -3892 310 Egegik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Egegik Village Egegik Village \N \N \N \N \N \N \N LIF f \N f 4 -3893 310 Eklutna Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eklutna Native Village Eklutna Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3877 310 Cow Creek Band of Umpqua Tribe of Indians (previously listed as Cow Creek Band of Umpqua Indians of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cow Creek Band Of Umpqua Tribe Of Indians Cow Creek Band of Umpqua Tribe of Indians \N \N \N \N \N \N \N LIF f \N f 4 -3879 310 Coyote Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coyote Valley Band Of Pomo Indians Of California Coyote Valley Band of Pomo Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3882 310 Crow Tribe of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Crow Tribe Of Montana Crow Tribe of Montana \N \N \N \N \N \N \N LIF f \N f 4 -3885 310 Delaware Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Delaware Tribe Of Indians Delaware Tribe of Indians \N \N \N \N \N \N \N LIF f \N f 4 +4829 351 \N \N Bad BandaLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4830 351 \N \N Bai BamilekeLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4837 351 \N \N Bat BalticLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4842 351 \N \N Ber BerberLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4844 351 \N \N Bih BihariLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4849 351 \N \N Bnt BantuLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4853 351 \N \N Btk BatakLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4813 351 \N \N Arc Aramaic-Old/Classical \N \N \N \N \N \N \N LIF f \N f 1 +4444 313 Armed Forces Pacific \N ArmedForcesPacific ArmedForcesPacific \N \N \N \N \N \N \N LIF f \N f 4 +4816 351 \N \N Arn Mapudungun;Mapuche \N \N \N \N \N \N \N LIF f \N f 1 +4821 351 \N \N Ast Asturian;Bable \N \N \N \N \N \N \N LIF f \N f 1 +4836 351 \N \N Bas Basa;Basaa \N \N \N \N \N \N \N LIF f \N f 1 +4838 351 \N \N Bej Beja;Bedawiyet \N \N \N \N \N \N \N LIF f \N f 1 +4846 351 \N \N Bin Bini;Edo \N \N \N \N \N \N \N LIF f \N f 1 +4848 351 \N \N Bla Siksika;Blackfoot \N \N \N \N \N \N \N LIF f \N f 1 +4854 351 \N \N Bua Buriat;Buryat \N \N \N \N \N \N \N LIF f \N f 1 +3892 310 Egegik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EgegikVillage EgegikVillage \N \N \N \N \N \N \N LIF f \N f 4 +3893 310 Eklutna Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EklutnaNativeVillage EklutnaNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3265 284 Native Village of Napaimute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapaimute NativeVillageOfNapaimute \N CEDS \N \N \N \N \N LIF f \N f 1 4656 329 \N \N LEA LEA \N \N \N \N \N \N \N LIF f \N f 4 -3889 310 Eastern Band of Cherokee Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Band Of Cherokee Indians Eastern Band of Cherokee Indians \N \N \N \N \N \N \N LIF f \N f 4 -3890 310 Eastern Shawnee Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Shawnee Tribe Of Oklahoma Eastern Shawnee Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3896 310 Ely Shoshone Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ely Shoshone Tribe Of Nevada Ely Shoshone Tribe of Nevada \N \N \N \N \N \N \N LIF f \N f 4 -3881 310 Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Crow Creek Sioux Tribe Of the Crow Creek ReservationSouth Dakota Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota \N \N \N \N \N \N \N LIF f \N f 4 +2233 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N MasterOfArtsDegree ceterms-MasterOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +4269 310 Squaxin Island Tribe of the Squaxin Island Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SquaxinIslandTribeOfTheSquaxinIslandReservation SquaxinIslandTribeOfTheSquaxinIslandReservation \N \N \N \N \N \N \N LIF f \N f 4 +3267 284 Native Village of Napaskiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapaskiak NativeVillageOfNapaskiak \N CEDS \N \N \N \N \N LIF f \N f 1 35 3 \N No PK Prekindergarten \N CEDS \N \N \N \N \N LIF f \N t 1 -36 3 \N No TK Transitional Kindergarten \N CEDS \N \N \N \N \N LIF f \N t 1 4640 38 \N \N PrimaryEnrollment PrimaryEnrollment \N \N \N \N \N \N \N LIF f \N f 4 4641 38 \N \N AdditionalEnrollment AdditionalEnrollment \N \N \N \N \N \N \N LIF f \N f 4 4642 38 \N \N PrimaryCompletion PrimaryCompletion \N \N \N \N \N \N \N LIF f \N f 4 @@ -15706,106 +15423,94 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4689 41 \N \N Mentorship Mentorship \N \N \N \N \N \N \N LIF f \N f 4 4690 41 \N \N NonPaidInternship NonPaidInternship \N \N \N \N \N \N \N LIF f \N f 4 4691 41 \N \N OnTheJob OnTheJob \N \N \N \N \N \N \N LIF f \N f 4 +3886 310 Douglas Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DouglasIndianAssociation DouglasIndianAssociation \N \N \N \N \N \N \N LIF f \N f 4 +36 3 \N No TK TransitionalKindergarten \N CEDS \N \N \N \N \N LIF f \N t 1 +4200 310 Puyallup Tribe of the Puyallup Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuyallupTribeOfThePuyallupReservation PuyallupTribeOfThePuyallupReservation \N \N \N \N \N \N \N LIF f \N f 4 4692 41 \N \N PaidInternship PaidInternship \N \N \N \N \N \N \N LIF f \N f 4 4693 41 \N \N ServiceLearning ServiceLearning \N \N \N \N \N \N \N LIF f \N f 4 4694 41 \N \N SupervisedAgricultural SupervisedAgricultural \N \N \N \N \N \N \N LIF f \N f 4 4695 41 \N \N UnpaidInternship UnpaidInternship \N \N \N \N \N \N \N LIF f \N f 4 4696 41 \N \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 -4697 91 Attempts to contact the parent and/or child were unsuccessful. \N 6262 Attempts to contact the parent and/or child were unsuccessful \N \N \N \N \N \N \N LIF f \N f 4 4670 40 \N \N Credit Credit \N \N \N \N \N \N \N LIF f \N f 4 -4698 91 Completion of IFSP prior to reaching maximum age for Part C \N 2226 Completion of IFSP prior to reaching maximum age for Part C \N \N \N \N \N \N \N LIF f \N f 4 -4699 91 Died or is permanently incapacitated \N 1923 Died or is permanently incapacitated \N \N \N \N \N \N \N LIF f \N f 4 -4700 91 Discontinued schooling \N 1927 Discontinued schooling \N \N \N \N \N \N \N LIF f \N f 4 -4701 91 Discontinued schooling, not special education \N 2222 Discontinued schooling, not special education \N \N \N \N \N \N \N LIF f \N f 4 -4702 91 Discontinued schooling, special education only \N 2221 Discontinued schooling, special education only \N \N \N \N \N \N \N LIF f \N f 4 -4703 91 Eligible for IDEA, Part B \N 2227 Eligible for IDEA, Part B \N \N \N \N \N \N \N LIF f \N f 4 +38 3 \N No 1 FirstGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +39 3 \N No 2 SecondGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +89 5 \N \N ProficiencyLevel ProficiencyLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +4708 91 No longer receiving special education \N 2216 NoLongerReceivingSpecialEducation \N \N \N \N \N \N \N LIF f \N f 4 +4711 91 Part B eligibility not determined \N 2230 PartBEligibilityNotDetermined \N \N \N \N \N \N \N LIF f \N f 4 4704 91 Expulsion \N 2224 Expulsion \N \N \N \N \N \N \N LIF f \N f 4 -4705 91 Graduated with a high school diploma \N 2212 Graduated with a high school diploma \N \N \N \N \N \N \N LIF f \N f 4 -4706 91 Moved out of state \N 2231 Moved out of state \N \N \N \N \N \N \N LIF f \N f 4 -4707 91 Moved within the US, not known to be continuing \N 73075 Moved within the US, not known to be continuing \N \N \N \N \N \N \N LIF f \N f 4 -4708 91 No longer receiving special education \N 2216 No longer receiving special education \N \N \N \N \N \N \N LIF f \N f 4 -4709 91 Not eligible for Part B, exit with no referrals \N 6261 Not eligible for Part B, exit with no referrals \N \N \N \N \N \N \N LIF f \N f 4 -4710 91 Not eligible for Part B, exit with referrals to other programs \N 2228 Not eligible for Part B, exit with referrals to other programs \N \N \N \N \N \N \N LIF f \N f 4 -4711 91 Part B eligibility not determined \N 2230 Part B eligibility not determined \N \N \N \N \N \N \N LIF f \N f 4 -4712 91 Program completion \N 2214 Program completion \N \N \N \N \N \N \N LIF f \N f 4 -4713 91 Program discontinued \N 2225 Program discontinued \N \N \N \N \N \N \N LIF f \N f 4 -4714 91 Reached maximum age \N 2215 Reached maximum age \N \N \N \N \N \N \N LIF f \N f 4 -4715 91 Received certificate of completion, modified diploma, or finished IEP requirements \N 2213 Received certificate of completion, modified diploma, or finished IEP requirements \N \N \N \N \N \N \N LIF f \N f 4 -4716 91 Refused services \N 2217 Refused services \N \N \N \N \N \N \N LIF f \N f 4 -4717 91 Student data claimed in error/never attended \N 73076 Student data claimed in error/never attended \N \N \N \N \N \N \N LIF f \N f 4 -4718 91 Student moved to another country, may or may not be continuing \N 73078 Student moved to another country, may or may not be continuing \N \N \N \N \N \N \N LIF f \N f 4 -4719 91 Student with disabilities who met the district graduation requirements for a regular diploma, but is remaining in school to receive transitional services deemed necessary by the IEP team. \N 73079 Student with disabilities remaining in school to receive transitional services \N \N \N \N \N \N \N LIF f \N f 4 -4720 91 Suspended from school \N 2220 Suspended from school \N \N \N \N \N \N \N LIF f \N f 4 -4721 91 Transferred to a juvenile or adult correctional facility where educational services are not provided \N 73077 Transferred to a juvenile or adult correctional facility where educational services are not provided \N \N \N \N \N \N \N LIF f \N f 4 -4722 91 Transferred to another district or school, known not to be continuing in program/service \N 2406 Transferred to another district or school, known not to be continuing in program/service \N \N \N \N \N \N \N LIF f \N f 4 -4723 91 Transferred to another district or school, known to be continuing in program/service \N 2218 Transferred to another district or school, known to be continuing in program/service \N \N \N \N \N \N \N LIF f \N f 4 -4724 91 Transferred to another district or school, not known to be continuing in program/service \N 2219 Transferred to another district or school, not known to be continuing in program/service \N \N \N \N \N \N \N LIF f \N f 4 -4725 91 Unknown reason \N 2233 Unknown reason \N \N \N \N \N \N \N LIF f \N f 4 -4726 91 Withdrawal by a parent (or guardian) \N 2232 Withdrawal by a parent (or guardian) \N \N \N \N \N \N \N LIF f \N f 4 +4703 91 Eligible for IDEA, Part B \N 2227 EligibleForIDEA-PartB \N \N \N \N \N \N \N LIF f \N f 4 +40 3 \N No 3 ThirdGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +4713 91 Program discontinued \N 2225 ProgramDiscontinued \N \N \N \N \N \N \N LIF f \N f 4 +4332 310 Village of Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKalskag VillageOfKalskag \N \N \N \N \N \N \N LIF f \N f 4 +4712 91 Program completion \N 2214 ProgramCompletion \N \N \N \N \N \N \N LIF f \N f 4 +4445 280 Home phone number is the type of communication number listed for a person. \N HomePhoneNumber HomePhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 +4725 91 Unknown reason \N 2233 UnknownReason \N \N \N \N \N \N \N LIF f \N f 4 +41 3 \N No 4 FourthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +4699 91 Died or is permanently incapacitated \N 1923 DiedOrIsPermanentlyIncapacitated \N \N \N \N \N \N \N LIF f \N f 4 +42 3 \N No 5 FifthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +4717 91 Student data claimed in error/never attended \N 73076 StudentDataClaimedInError/neverAttended \N \N \N \N \N \N \N LIF f \N f 4 +2240 124 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in the arts and social sciences fields. \N AssociateOfAppliedArtsDegree ceterms-AssociateOfAppliedArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +3260 284 Native Village of Marshall (aka Fortuna Ledge) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMarshall NativeVillageOfMarshall \N CEDS \N \N \N \N \N LIF f \N f 1 +4720 91 Suspended from school \N 2220 SuspendedFromSchool \N \N \N \N \N \N \N LIF f \N f 4 4727 91 Other \N 9999 Other \N \N \N \N \N \N \N LIF f \N f 4 37 3 \N No KG Kindergarten \N CEDS \N \N \N \N \N LIF f \N t 1 -38 3 \N No 1 First grade \N CEDS \N \N \N \N \N LIF f \N t 1 +4726 91 Withdrawal by a parent (or guardian) \N 2232 WithdrawalByAParent(orGuardian) \N \N \N \N \N \N \N LIF f \N f 4 3512 284 \N \N Viejas Viejas \N CEDS \N \N \N \N \N LIF f \N f 1 -39 3 \N No 2 Second grade \N CEDS \N \N \N \N \N LIF f \N t 1 -40 3 \N No 3 Third grade \N CEDS \N \N \N \N \N LIF f \N t 1 -41 3 \N No 4 Fourth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -42 3 \N No 5 Fifth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -4445 280 Home phone number is the type of communication number listed for a person. \N Home phone number Home phone number \N \N \N \N \N \N \N LIF f \N f 4 -43 3 \N No 6 Sixth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -44 3 \N No 7 Seventh grade \N CEDS \N \N \N \N \N LIF f \N t 1 -45 3 \N No 8 Eighth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -85 5 \N \N Number score Number score \N CEDS \N \N \N \N \N LIF f \N t 1 +4394 313 Federated States of Micronesia \N FederatedStatesOfMicronesia FederatedStatesOfMicronesia \N \N \N \N \N \N \N LIF f \N f 4 +4719 91 Student with disabilities who met the district graduation requirements for a regular diploma, but is remaining in school to receive transitional services deemed necessary by the IEP team. \N 73079 StudentWithDisabilitiesRemainingInSchoolToReceiveTransitionalServices \N \N \N \N \N \N \N LIF f \N f 4 +4705 91 Graduated with a high school diploma \N 2212 GraduatedWithAHighSchoolDiploma \N \N \N \N \N \N \N LIF f \N f 4 +3446 284 Shoshone-Bannock Tribes of the Fort Hall Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-BannockTribesOfTheFortHallReservation Shoshone-BannockTribesOfTheFortHallReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +88 5 \N \N PercentileRank PercentileRank \N CEDS \N \N \N \N \N LIF f \N t 1 87 5 \N \N Percentile Percentile \N CEDS \N \N \N \N \N LIF f \N t 1 -88 5 \N \N Percentile rank Percentile rank \N CEDS \N \N \N \N \N LIF f \N t 1 -89 5 \N \N Proficiency level Proficiency level \N CEDS \N \N \N \N \N LIF f \N t 1 -449 33 \N \N cau Caucasian languages \N CEDS \N \N \N \N \N LIF f \N t 1 450 33 \N \N ceb Cebuano \N CEDS \N \N \N \N \N LIF f \N t 1 -3900 310 Ewiiaapaayp Band of Kumeyaay Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ewiiaapaayp Band Of Kumeyaay IndiansCalifornia Ewiiaapaayp Band of Kumeyaay Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3898 310 Enterprise Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Enterprise Rancheria Of Maidu Indians Of California Enterprise Rancheria of Maidu Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3897 310 Emmonak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Emmonak Village Emmonak Village \N \N \N \N \N \N \N LIF f \N f 4 -3899 310 Evansville Village (aka Bettles Field) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Evansville Village Evansville Village \N \N \N \N \N \N \N LIF f \N f 4 +43 3 \N No 6 SixthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +4700 91 Discontinued schooling \N 1927 DiscontinuedSchooling \N \N \N \N \N \N \N LIF f \N f 4 +44 3 \N No 7 SeventhGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +85 5 \N \N NumberScore NumberScore \N CEDS \N \N \N \N \N LIF f \N t 1 +4716 91 Refused services \N 2217 RefusedServices \N \N \N \N \N \N \N LIF f \N f 4 +449 33 \N \N cau CaucasianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +4701 91 Discontinued schooling, not special education \N 2222 DiscontinuedSchooling-notSpecialEducation \N \N \N \N \N \N \N LIF f \N f 4 +4697 91 Attempts to contact the parent and/or child were unsuccessful. \N 6262 AttemptsToContactTheParentAnd/orChildWereUnsuccessful \N \N \N \N \N \N \N LIF f \N f 4 +4714 91 Reached maximum age \N 2215 ReachedMaximumAge \N \N \N \N \N \N \N LIF f \N f 4 +4446 280 Work phone number is the type of communication number listed for a person. \N WorkPhoneNumber WorkPhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 +4447 280 Mobile phone number is the type of communication number listed for a person. \N MobilePhoneNumber MobilePhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 4397 313 Hawaii \N Hawaii Hawaii \N \N \N \N \N \N \N LIF f \N f 4 4398 313 Iowa \N Iowa Iowa \N \N \N \N \N \N \N LIF f \N f 4 4494 274 The person is the learner's Aunt. \N Daughter-in-law Daughter-in-law \N \N \N \N \N \N \N LIF f \N f 4 -3903 310 Forest County Potawatomi Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Forest County Potawatomi CommunityWisconsin Forest County Potawatomi Community, Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -3901 310 Federated Indians of Graton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Federated Indians Of Graton RancheriaCalifornia Federated Indians of Graton Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3906 310 Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Independence Indian Community Of Paiute Indians Of the Fort Independence ReservationCalifornia Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3902 310 Flandreau Santee Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Flandreau Santee Sioux Tribe Of South Dakota Flandreau Santee Sioux Tribe of South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -3904 310 Fort Belknap Indian Community of the Fort Belknap Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Belknap Indian Community Of the Fort Belknap Reservation Of Montana Fort Belknap Indian Community of the Fort Belknap Reservation of Montana \N \N \N \N \N \N \N LIF f \N f 4 -3905 310 Fort Bidwell Indian Community of the Fort Bidwell Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Bidwell Indian Community Of the Fort Bidwell Reservation Of California Fort Bidwell Indian Community of the Fort Bidwell Reservation of California \N \N \N \N \N \N \N LIF f \N f 4 -4446 280 Work phone number is the type of communication number listed for a person. \N Work phone number Work phone number \N \N \N \N \N \N \N LIF f \N f 4 -90 5 \N \N Promotion score Promotion score \N CEDS \N \N \N \N \N LIF f \N t 1 -4447 280 Mobile phone number is the type of communication number listed for a person. \N Mobile phone number Mobile phone number \N \N \N \N \N \N \N LIF f \N f 4 +92 5 \N \N RatioIQ's RatioIQ's \N CEDS \N \N \N \N \N LIF f \N t 1 +3897 310 Emmonak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EmmonakVillage EmmonakVillage \N \N \N \N \N \N \N LIF f \N f 4 +3281 284 Native Village of Port Graham is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortGraham NativeVillageOfPortGraham \N CEDS \N \N \N \N \N LIF f \N f 1 +80 5 \N \N InternationalBaccalaureateScore InternationalBaccalaureateScore \N CEDS \N \N \N \N \N LIF f \N t 1 +81 5 \N \N LetterGrade/mark LetterGrade/mark \N CEDS \N \N \N \N \N LIF f \N t 1 +3899 310 Evansville Village (aka Bettles Field) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EvansvilleVillage EvansvilleVillage \N \N \N \N \N \N \N LIF f \N f 4 +103 6 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning BlendedLearning \N CEDS \N \N \N \N \N LIF f \N t 1 91 5 \N \N Ranking Ranking \N CEDS \N \N \N \N \N LIF f \N t 1 -92 5 \N \N Ratio IQ's Ratio IQ's \N CEDS \N \N \N \N \N LIF f \N t 1 -93 5 \N \N Raw score Raw score \N CEDS \N \N \N \N \N LIF f \N t 1 -94 5 \N \N Scale score Scale score \N CEDS \N \N \N \N \N LIF f \N t 1 -95 5 \N \N Standard age score Standard age score \N CEDS \N \N \N \N \N LIF f \N t 1 -103 6 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning Blended Learning \N CEDS \N \N \N \N \N LIF f \N t 1 -63 4 Regular assessment based on grade-level achievement standards without accommodations is specified as a type of assessment administered. \N REGASSWOACC Regular assessments based on grade-level achievement standards without accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -64 4 Regular assessment based on grade-level achievement standards with accommodations is specified as a type of assessment administered. \N REGASSWACC Regular assessments based on grade-level achievement standards with accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -65 4 Alternate assessment based on grade-level achievement standards is specified as a type of assessment administered. \N ALTASSGRADELVL Alternate assessments based on grade-level achievement standards \N CEDS \N \N \N \N \N LIF f \N t 1 -66 4 Alternate assessment based on modified achievement standards is specified as a type of assessment administered. \N ALTASSMODACH Alternate assessments based on modified achievement standards \N CEDS \N \N \N \N \N LIF f \N t 1 -67 4 Alternate assessment based on alternate achievement standards is specified as a type of assessment administered. \N ALTASSALTACH Alternate assessments based on alternate achievement standards \N CEDS \N \N \N \N \N LIF f \N t 1 -68 4 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithoutAccommodations Assessment based on age level standards without accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -72 5 \N \N Achievement/proficiency level Achievement/proficiency level \N CEDS \N \N \N \N \N LIF f \N t 1 -73 5 \N \N ACT score ACT score \N CEDS \N \N \N \N \N LIF f \N t 1 -74 5 \N \N Age score Age score \N CEDS \N \N \N \N \N LIF f \N t 1 -75 5 \N \N C-scaled scores C-scaled scores \N CEDS \N \N \N \N \N LIF f \N t 1 -76 5 \N \N College Board examination scores College Board examination scores \N CEDS \N \N \N \N \N LIF f \N t 1 -572 33 \N \N inc Indic languages \N CEDS \N \N \N \N \N LIF f \N t 1 -77 5 \N \N Grade equivalent or grade-level indicator Grade equivalent or grade-level indicator \N CEDS \N \N \N \N \N LIF f \N t 1 -78 5 \N \N Graduation score Graduation score \N CEDS \N \N \N \N \N LIF f \N t 1 +82 5 \N \N MasteryLevel MasteryLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +76 5 \N \N CollegeBoardExaminationScores CollegeBoardExaminationScores \N CEDS \N \N \N \N \N LIF f \N t 1 +77 5 \N \N GradeEquivalentOrGrade-levelIndicator GradeEquivalentOrGrade-levelIndicator \N CEDS \N \N \N \N \N LIF f \N t 1 +3206 284 Mohegan Tribe of Indians of Connecticut (previously listed as Mohegan Indian Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MoheganTribeOfIndiansOfConnecticut MoheganTribeOfIndiansOfConnecticut \N CEDS \N \N \N \N \N LIF f \N f 1 +3460 284 Squaxin Island Tribe of the Squaxin Island Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SquaxinIslandTribeOfTheSquaxinIslandReservation SquaxinIslandTribeOfTheSquaxinIslandReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +95 5 \N \N StandardAgeScore StandardAgeScore \N CEDS \N \N \N \N \N LIF f \N t 1 +63 4 Regular assessment based on grade-level achievement standards without accommodations is specified as a type of assessment administered. \N REGASSWOACC RegularAssessmentsBasedOnGrade-levelAchievementStandardsWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 +64 4 Regular assessment based on grade-level achievement standards with accommodations is specified as a type of assessment administered. \N REGASSWACC RegularAssessmentsBasedOnGrade-levelAchievementStandardsWithAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 +3156 284 Kiowa Indian Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KiowaIndianTribeOfOklahoma KiowaIndianTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 79 5 \N \N Growth/value-added/indexing Growth/value-added/indexing \N CEDS \N \N \N \N \N LIF f \N t 1 -80 5 \N \N International Baccalaureate score International Baccalaureate score \N CEDS \N \N \N \N \N LIF f \N t 1 -81 5 \N \N Letter grade/mark Letter grade/mark \N CEDS \N \N \N \N \N LIF f \N t 1 -82 5 \N \N Mastery level Mastery level \N CEDS \N \N \N \N \N LIF f \N t 1 -83 5 \N \N Normal curve equivalent Normal curve equivalent \N CEDS \N \N \N \N \N LIF f \N t 1 -84 5 \N \N Normalized standard score Normalized standard score \N CEDS \N \N \N \N \N LIF f \N t 1 +90 5 \N \N PromotionScore PromotionScore \N CEDS \N \N \N \N \N LIF f \N t 1 +93 5 \N \N RawScore RawScore \N CEDS \N \N \N \N \N LIF f \N t 1 +94 5 \N \N ScaleScore ScaleScore \N CEDS \N \N \N \N \N LIF f \N t 1 +73 5 \N \N ACTScore ACTScore \N CEDS \N \N \N \N \N LIF f \N t 1 +74 5 \N \N AgeScore AgeScore \N CEDS \N \N \N \N \N LIF f \N t 1 +75 5 \N \N C-scaledScores C-scaledScores \N CEDS \N \N \N \N \N LIF f \N t 1 +78 5 \N \N GraduationScore GraduationScore \N CEDS \N \N \N \N \N LIF f \N t 1 +72 5 \N \N Achievement/proficiencyLevel Achievement/proficiencyLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +572 33 \N \N inc IndicLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +67 4 Alternate assessment based on alternate achievement standards is specified as a type of assessment administered. \N ALTASSALTACH AlternateAassessmentsBasedOnAlternateAchievementStandards \N CEDS \N \N \N \N \N LIF f \N t 1 +65 4 Alternate assessment based on grade-level achievement standards is specified as a type of assessment administered. \N ALTASSGRADELVL AlternateAssessmentsBasedOnGrade-levelAchievementStandards \N CEDS \N \N \N \N \N LIF f \N t 1 +66 4 Alternate assessment based on modified achievement standards is specified as a type of assessment administered. \N ALTASSMODACH AlternateAssessmentsBasedOnModifiedAchievementStandards \N CEDS \N \N \N \N \N LIF f \N t 1 +136 11 No valid score is specified as the primary reason a participant did not complete an assessment. \N NoValidScore NoValidScore \N CEDS \N \N \N \N \N LIF f \N t 1 86 5 \N \N Pass-fail Pass-fail \N CEDS \N \N \N \N \N LIF f \N t 1 -112 7 Work or product created or produced by the person being assessed. \N assessMethod:Artifact Artifact \N CTDL \N \N \N \N \N LIF f \N t 1 -113 7 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod:Exam Exam \N CTDL \N \N \N \N \N LIF f \N t 1 -114 7 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod:Performance Performance \N CTDL \N \N \N \N \N LIF f \N t 1 +135 11 Student participated in an out of level test is specified as the primary reason a participant did not complete an assessment. (may not be in accordance with accountability measures for summative assessments) \N OutOfLevelTest ParticipatedInAnOutOflevelTest \N CEDS \N \N \N \N \N LIF f \N t 1 +300 30 The origin of the association conforms to an established standard that the destination defines. \N ConformsTo ConformsTo \N CEDS \N \N \N \N \N LIF f \N t 1 115 8 A positive or negative whole number or zero such as -2, 4, 4567. \N Integer Integer \N CEDS \N \N \N \N \N LIF f \N t 1 116 8 A representation of a real number using the base ten and decimal notation, such as 201.4, -3.89, or 0.0006 \N Decimal Decimal \N CEDS \N \N \N \N \N LIF f \N t 1 117 8 Any of 100 equal parts into which the range of the values of a set of data can be divided in order to show the distribution of those values. The part may be represented as an integer between 0 and 100, or further broken down into tenths or hundredths. (e.g. 87, 5.2, 45.74) \N Percentile Percentile \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -15818,142 +15523,128 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 124 10 Expired is specified as the completion and scoring status for an instance of a person taking an assessment. \N Expired Expired \N CEDS \N \N \N \N \N LIF f \N t 1 125 10 Hand scoring is specified as the completion and scoring status for an instance of a person taking an assessment. \N Handscoring Handscoring \N CEDS \N \N \N \N \N LIF f \N t 1 126 10 Invalidated is specified as the completion and scoring status for an instance of a person taking an assessment. \N Invalidated Invalidated \N CEDS \N \N \N \N \N LIF f \N t 1 -134 11 Did not participate for other reason is specified as the primary reason a participant did not complete an assessment. \N Other Did not participate for other reason \N CEDS \N \N \N \N \N LIF f \N t 1 -135 11 Student participated in an out of level test is specified as the primary reason a participant did not complete an assessment. (may not be in accordance with accountability measures for summative assessments) \N OutOfLevelTest Participated in an out of level test \N CEDS \N \N \N \N \N LIF f \N t 1 -136 11 No valid score is specified as the primary reason a participant did not complete an assessment. \N NoValidScore No valid score \N CEDS \N \N \N \N \N LIF f \N t 1 -137 11 Medical emergency is specified as the primary reason a participant did not complete an assessment. \N Medical Medical emergency \N CEDS \N \N \N \N \N LIF f \N t 1 +84 5 \N \N NormalizedStandardScore NormalizedStandardScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1652 57 Academic Renewal is specified as the type of enrollment associated with the credit hours for the course. \N AcademicRenewal AcademicRenewal \N CEDS \N \N \N \N \N LIF f \N t 1 +3006 284 Big Pine Paiute Tribe of the Owens Valley (previously listed as Big Pine Band of Owens Valley Paiute Shoshone Indians of the Big Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigPinePaiuteTribeOfTheOwensValley BigPinePaiuteTribeOfTheOwensValley \N CEDS \N \N \N \N \N LIF f \N f 1 +134 11 Did not participate for other reason is specified as the primary reason a participant did not complete an assessment. \N Other DidNotParticipateForOtherReason \N CEDS \N \N \N \N \N LIF f \N t 1 138 11 Moved is specified as the primary reason a participant did not complete an assessment. \N Moved Moved \N CEDS \N \N \N \N \N LIF f \N t 1 -139 11 Person left program - unable to locate is specified as the primary reason a participant did not complete an assessment. \N LeftProgram Person left program - unable to locate \N CEDS \N \N \N \N \N LIF f \N t 1 +139 11 Person left program - unable to locate is specified as the primary reason a participant did not complete an assessment. \N LeftProgram PersonLeftProgram-unableToLocate \N CEDS \N \N \N \N \N LIF f \N t 1 299 30 The destination of the association is required as a prior condition for the origin of the association. \N Prerequisite Prerequisite \N CEDS \N \N \N \N \N LIF f \N t 1 -300 30 The origin of the association conforms to an established standard that the destination defines. \N Conforms To Conforms To \N CEDS \N \N \N \N \N LIF f \N t 1 301 30 The information at origin of the association provides context or meaning for understanding the destination of the association. \N Defines Defines \N CEDS \N \N \N \N \N LIF f \N t 1 462 33 \N \N chr Cherokee \N CEDS \N \N \N \N \N LIF f \N t 1 -1652 57 Academic Renewal is specified as the type of enrollment associated with the credit hours for the course. \N AcademicRenewal Academic Renewal \N CEDS \N \N \N \N \N LIF f \N t 1 -1653 57 Adult Basic is specified as the type of enrollment associated with the credit hours for the course. \N AdultBasic Adult Basic \N CEDS \N \N \N \N \N LIF f \N t 1 -1654 57 Advanced Placement is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedPlacement Advanced Placement \N CEDS \N \N \N \N \N LIF f \N t 1 -1655 57 Advanced Standing is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedStanding Advanced Standing \N CEDS \N \N \N \N \N LIF f \N t 1 -1656 57 Continuing Education is specified as the type of enrollment associated with the credit hours for the course. \N ContinuingEducation Continuing Education \N CEDS \N \N \N \N \N LIF f \N t 1 +83 5 \N \N NormalCurveEquivalent NormalCurveEquivalent \N CEDS \N \N \N \N \N LIF f \N t 1 +1717 61 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo InteractiveAudio/Video \N CEDS \N \N \N \N \N LIF f \N t 1 +137 11 Medical emergency is specified as the primary reason a participant did not complete an assessment. \N Medical MedicalEmergency \N CEDS \N \N \N \N \N LIF f \N t 1 +1658 57 Credit associated with the student's major is specified as the type of enrollment associated with the credit hours for the course. \N Major CreditAssociatedWithTheStudent'sMajor \N CEDS \N \N \N \N \N LIF f \N t 1 1657 57 Correspondence is specified as the type of enrollment associated with the credit hours for the course. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N t 1 -1658 57 Credit associated with the student's major is specified as the type of enrollment associated with the credit hours for the course. \N Major Credit associated with the student's major \N CEDS \N \N \N \N \N LIF f \N t 1 -1717 61 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo Interactive Audio/Video \N CEDS \N \N \N \N \N LIF f \N t 1 +1656 57 Continuing Education is specified as the type of enrollment associated with the credit hours for the course. \N ContinuingEducation ContinuingEducation \N CEDS \N \N \N \N \N LIF f \N t 1 1718 61 Course is taught through a website, web application, or app on an internet connected device. \N Online Online \N CEDS \N \N \N \N \N LIF f \N t 1 1720 62 Student-oriented teaching and learning which is not organized around participants interacting at the same time and in the same space. \N Asynchronous Asynchronous \N CEDS \N \N \N \N \N LIF f \N t 1 1721 62 Group-oriented teaching and learning organized around participants interacting at the same time and in the same space. \N Synchronous Synchronous \N CEDS \N \N \N \N \N LIF f \N t 1 -1723 63 Resource is active, current, ongoing, offered, operational, or available. \N lifeCycle:Active Active \N CTDL \N \N \N \N \N LIF f \N t 1 -1724 63 Resource is permanently no longer active, current, ongoing, offered, operational, or available. \N lifeCycle:Ceased Ceased \N CTDL \N \N \N \N \N LIF f \N t 1 -1725 63 Resource is in the process of becoming no longer active, current, ongoing, offered, operational, or available. \N lifeCycle:Ceasing Ceasing \N CTDL \N \N \N \N \N LIF f \N t 1 -1726 63 Resource is under development and may or may not become active, current, ongoing, offered, operational, or available. \N lifeCycle:Developing Developing \N CTDL \N \N \N \N \N LIF f \N t 1 -1727 63 Resource is temporarily not active, current, ongoing, offered, operational, or available. \N lifeCycle:Suspended Suspended \N CTDL \N \N \N \N \N LIF f \N t 1 -1728 63 Arrangement by which an educational institution provides its current students with the opportunity to complete their course of study when the program, institution or location offering access closes. \N lifeCycle:TeachOut Teach Out \N CTDL \N \N \N \N \N LIF f \N t 1 +1653 57 Adult Basic is specified as the type of enrollment associated with the credit hours for the course. \N AdultBasic AdultBasic \N CEDS \N \N \N \N \N LIF f \N t 1 +1654 57 Advanced Placement is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedPlacement AdvancedPlacement \N CEDS \N \N \N \N \N LIF f \N t 1 +1655 57 Advanced Standing is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedStanding AdvancedStanding \N CEDS \N \N \N \N \N LIF f \N t 1 +343 32 First grade is the extent of formal instruction a person has received. \N 790 FirstGrade \N CEDS \N \N \N \N \N LIF f \N t 1 1729 64 Pre-registered is the status related to a student enrollment in an instance of a course. \N Pre-registered Pre-registered \N CEDS \N \N \N \N \N LIF f \N t 1 1730 64 Registered is the status related to a student enrollment in an instance of a course. \N Registered Registered \N CEDS \N \N \N \N \N LIF f \N t 1 335 31 The learning standards document or competency framework has been adopted. \N Adopted Adopted \N \N \N \N \N \N \N LIF f \N t 1 336 31 The learning standards document or competency framework is in draft. \N Draft Draft \N \N \N \N \N \N \N LIF f \N t 1 -340 32 No school completed is the extent of formal instruction a person has received. \N 1043 No school completed \N CEDS \N \N \N \N \N LIF f \N t 1 +1732 64 Wait Listed is the status related to a student enrollment in an instance of a course. \N WaitListed WaitListed \N CEDS \N \N \N \N \N LIF f \N t 1 341 32 Preschool is the extent of formal instruction a person has received. \N 788 Preschool \N CEDS \N \N \N \N \N LIF f \N t 1 342 32 Kindergarten is the extent of formal instruction a person has received. \N 805 Kindergarten \N CEDS \N \N \N \N \N LIF f \N t 1 -343 32 First grade is the extent of formal instruction a person has received. \N 790 First grade \N CEDS \N \N \N \N \N LIF f \N t 1 -344 32 Second grade is the extent of formal instruction a person has received. \N 791 Second grade \N CEDS \N \N \N \N \N LIF f \N t 1 +2446 146 \N \N SummerUnemployed SummerUnemployed \N PESC \N \N \N \N \N LIF f \N t 1 552 33 \N \N hil Hiligaynon \N CEDS \N \N \N \N \N LIF f \N t 1 1731 64 Enrolled is the status related to a student enrollment in an instance of a course. \N Enrolled Enrolled \N CEDS \N \N \N \N \N LIF f \N t 1 -1732 64 Wait Listed is the status related to a student enrollment in an instance of a course. \N WaitListed Wait Listed \N CEDS \N \N \N \N \N LIF f \N t 1 +1738 65 Replacement course not counted. \N ReplacedNotCounted ReplacementNotCounted \N CEDS \N \N \N \N \N LIF f \N t 1 1733 64 Dropped is the status related to a student enrollment in an instance of a course. \N Dropped Dropped \N CEDS \N \N \N \N \N LIF f \N t 1 1734 64 Completed is the status related to a student enrollment in an instance of a course. \N Completed Completed \N CEDS \N \N \N \N \N LIF f \N t 1 -451 33 \N \N cel Celtic languages \N CEDS \N \N \N \N \N LIF f \N t 1 -1735 65 The student repeated the course and it has been counted in grade point average. \N RepeatCounted Repeated, counted in grade point average \N CEDS \N \N \N \N \N LIF f \N t 1 -1736 65 The student repeated the course and it has not been counted in grade point average. \N RepeatNotCounted Repeated, not counted in grade point average \N CEDS \N \N \N \N \N LIF f \N t 1 -1737 65 Replacement course counted. \N ReplacementCounted Replacement counted \N CEDS \N \N \N \N \N LIF f \N t 1 -1738 65 Replacement course not counted. \N ReplacedNotCounted Replacement not counted \N CEDS \N \N \N \N \N LIF f \N t 1 -1739 65 The student repeated the course and it has been counted by another institution. \N RepeatOtherInstitution Repeated, other institution \N CEDS \N \N \N \N \N LIF f \N t 1 -2269 128 Veriafiable Credential \N VC Veriafiable Credential \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2270 128 Learning and Employment Record Resume Standard \N LER-RS Learning and Employment Record Resume Standard \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2271 128 Rich Skills Descriptor \N RSD Rich Skills Descriptor \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2443 145 \N \N SharedTime Shared Time \N HR Open \N \N \N \N \N LIF f \N t 1 -2445 146 \N \N SchoolYear School Year \N PESC \N \N \N \N \N LIF f \N t 1 -2446 146 \N \N SummerUnemployed Summer Unemployed \N PESC \N \N \N \N \N LIF f \N t 1 -2447 146 \N \N YearRound Year Round \N PESC \N \N \N \N \N LIF f \N t 1 +1737 65 Replacement course counted. \N ReplacementCounted ReplacementCounted \N CEDS \N \N \N \N \N LIF f \N t 1 +1725 63 Resource is in the process of becoming no longer active, current, ongoing, offered, operational, or available. \N lifeCycle-Ceasing Ceasing \N CTDL \N \N \N \N \N LIF f \N t 1 +1726 63 Resource is under development and may or may not become active, current, ongoing, offered, operational, or available. \N lifeCycle-Developing Developing \N CTDL \N \N \N \N \N LIF f \N t 1 +2271 128 Rich Skills Descriptor \N RSD RichSkillsDescriptor \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1727 63 Resource is temporarily not active, current, ongoing, offered, operational, or available. \N lifeCycle-Suspended Suspended \N CTDL \N \N \N \N \N LIF f \N t 1 +344 32 Second grade is the extent of formal instruction a person has received. \N 791 SecondGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +2443 145 \N \N SharedTime SharedTime \N HR Open \N \N \N \N \N LIF f \N t 1 2449 147 \N \N Salary Salary \N PESC \N \N \N \N \N LIF f \N t 1 2646 261 The Organization Identifier is from an identification system not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -2792 270 Health clinic phone number is the type of communication number listed for an organization. \N HealthClinic Health clinic phone number \N CEDS \N \N \N \N \N LIF f \N t 1 2795 270 Other is the type of communication number listed for an organization. \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 -2796 271 Regionally accredited higher education institution. \N Regional Regionally accredited \N CEDS \N \N \N \N \N LIF f \N t 1 -2797 271 Programmatic accreditation higher education institution. \N Programmatic Programmatic accreditation \N CEDS \N \N \N \N \N LIF f \N t 1 -2798 271 Nationally accredited higher education institution. \N National Nationally accredited \N CEDS \N \N \N \N \N LIF f \N t 1 +2269 128 Veriafiable Credential \N VC VeriafiableCredential \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2800 271 Career related higher education institution. \N CareerRelated CareerRelated \N CEDS \N \N \N \N \N LIF f \N t 1 2799 271 Faith-based accreditation organization. \N Faith Faith \N CEDS \N \N \N \N \N LIF f \N t 1 -2800 271 Career related higher education institution. \N CareerRelated Career related \N CEDS \N \N \N \N \N LIF f \N t 1 +2792 270 Health clinic phone number is the type of communication number listed for an organization. \N HealthClinic HealthClinicPhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 378 33 \N \N aar Afar \N CEDS \N \N \N \N \N LIF f \N t 1 379 33 \N \N abk Abkhazian \N CEDS \N \N \N \N \N LIF f \N t 1 380 33 \N \N ace Achinese \N CEDS \N \N \N \N \N LIF f \N t 1 381 33 \N \N ach Acoli \N CEDS \N \N \N \N \N LIF f \N t 1 382 33 \N \N ada Adangme \N CEDS \N \N \N \N \N LIF f \N t 1 -383 33 \N \N ady Adyghe; Adygei \N CEDS \N \N \N \N \N LIF f \N t 1 -384 33 \N \N afa Afro-Asiatic languages \N CEDS \N \N \N \N \N LIF f \N t 1 -2801 271 Not accredited higher education institution. \N NotAccredited Not accredited \N CEDS \N \N \N \N \N LIF f \N t 1 -4555 319 The local education agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Local education agency Local education agency \N CEDS \N \N \N \N \N LIF f \N t 1 -4556 319 A non-profit organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Non-profit organization Non-profit organization \N CEDS \N \N \N \N \N LIF f \N t 1 -4557 319 A postsecondary institution is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Postsecondary institution Postsecondary institution \N CEDS \N \N \N \N \N LIF f \N t 1 -4558 319 A private organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Private organization Private organization \N CEDS \N \N \N \N \N LIF f \N t 1 -4596 323 Delivery is only face-to-face. \N In Person In Person \N CTDL \N \N \N \N \N LIF f \N t 1 -4597 323 Delivery is only via the Internet. \N Online Only Online Only \N CTDL \N \N \N \N \N LIF f \N t 1 +4555 319 The local education agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N LocalEducationAgency LocalEducationAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +2796 271 Regionally accredited higher education institution. \N Regional RegionallyAccredited \N CEDS \N \N \N \N \N LIF f \N t 1 +2447 146 \N \N YearRound YearRound \N PESC \N \N \N \N \N LIF f \N t 1 +3282 284 Native Village of Port Heiden is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortHeiden NativeVillageOfPortHeiden \N CEDS \N \N \N \N \N LIF f \N f 1 +4557 319 A postsecondary institution is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N PostsecondaryInstitution PostsecondaryInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +3922 310 Ho-Chunk Nation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ho-ChunkNationOfWisconsin Ho-ChunkNationOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 +2445 146 \N \N SchoolYear SchoolYear \N PESC \N \N \N \N \N LIF f \N t 1 +2270 128 Learning and Employment Record Resume Standard \N LER-RS LearningAndEmploymentRecordResumeStandard \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +4556 319 A non-profit organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Non-profitOrganization Non-profitOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +340 32 No school completed is the extent of formal instruction a person has received. \N 1043 NoSchoolCompleted \N CEDS \N \N \N \N \N LIF f \N t 1 +383 33 \N \N ady Adyghe;Adygei \N CEDS \N \N \N \N \N LIF f \N t 1 +384 33 \N \N afa Afro-AsiaticLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +451 33 \N \N cel CelticLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +46 3 \N No 9 NinthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +3273 284 Native Village of Nunam Iqua (previously listed as Native Village of Sheldon's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNunamIqua NativeVillageOfNunamIqua \N CEDS \N \N \N \N \N LIF f \N f 1 4598 324 Could not find a vocabulary sheet for this - Jeff \N PlaceHolder PlaceHolder \N CTDL \N \N \N \N \N LIF f \N t 1 4599 325 Could not find a vocabulary sheet for this - Jeff \N PlaceHolder PlaceHolder \N CTDL \N \N \N \N \N LIF f \N t 1 563 33 \N \N ibo Igbo \N CEDS \N \N \N \N \N LIF f \N t 1 -1 1 The related School Identifier uses a School-assigned number. \N School School-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2 1 The related School Identifier uses the College Board/ACT program code set of PK-grade 12 institutions. \N ACT College Board/ACT program code set of PK-grade 12 institutions \N CEDS \N \N \N \N \N LIF f \N t 1 -3 1 The related School Identifier uses a Local Education Agency assigned number. \N LEA Local Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -4 1 The related School Identifier uses the State Education Agency assigned number. \N SEA State Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -5 1 The related School Identifier uses the National Center for Education Statistics assigned number. \N NCES National Center for Education Statistics assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -6 1 The related School Identifier uses the federal identification number. \N Federal Federal identification number \N CEDS \N \N \N \N \N LIF f \N t 1 -7 1 The related School Identifier uses the Dun and Bradstreet number. \N DUNS Dun and Bradstreet number \N CEDS \N \N \N \N \N LIF f \N t 1 -8 1 The related School Identifier uses another federally assigned number. \N OtherFederal Other federally assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -9 1 The related School Identifier uses a State University System assigned number. \N StateUniversitySystem State University System assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 +6 1 The related School Identifier uses the federal identification number. \N Federal FederalIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +47 3 \N No 10 TenthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +22 2 Local graduation requirement is specified as the reason for which an assessment is designed or delivered. \N LocalGraduationRequirement LocalGraduationRequirement \N CEDS \N \N \N \N \N LIF f \N t 1 +32 2 State graduation requirement is specified as the reason for which an assessment is designed or delivered. \N StateGraduationRequirement StateGraduationRequirement \N CEDS \N \N \N \N \N LIF f \N t 1 +48 3 \N No 11 EleventhGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +49 3 \N No 12 TwelfthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +25 2 Program eligibility is specified as the reason for which an assessment is designed or delivered. \N ProgramEligibility ProgramEligibility \N CEDS \N \N \N \N \N LIF f \N t 1 10 1 The related School Identifier uses an identification system not yet categorized in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -11 1 The related School Identifier uses the System for Award Management (SAM) Unique Entity Identifier (UEI). \N SAM System for Award Management Unique Entity Identifier \N CEDS \N \N \N \N \N LIF f \N t 1 -22 2 Local graduation requirement is specified as the reason for which an assessment is designed or delivered. \N Local graduation requirement Local graduation requirement \N CEDS \N \N \N \N \N LIF f \N t 1 -23 2 Obtain a state- or industry-recognized certificate or license is specified as the reason for which an assessment is designed or delivered. \N Obtain a state- or industry-recognized certificate or license Obtain a state- or industry-recognized certificate or license \N CEDS \N \N \N \N \N LIF f \N t 1 -24 2 Obtain postsecondary credit for the course is specified as the reason for which an assessment is designed or delivered. \N Obtain postsecondary credit for the course Obtain postsecondary credit for the course \N CEDS \N \N \N \N \N LIF f \N t 1 -25 2 Program eligibility is specified as the reason for which an assessment is designed or delivered. \N Program eligibility Program eligibility \N CEDS \N \N \N \N \N LIF f \N t 1 -26 2 Program evaluation is specified as the reason for which an assessment is designed or delivered. \N Program evaluation Program evaluation \N CEDS \N \N \N \N \N LIF f \N t 1 -27 2 Program placement is specified as the reason for which an assessment is designed or delivered. \N Program placement Program placement \N CEDS \N \N \N \N \N LIF f \N t 1 -28 2 Promotion to or retention in a grade or program is specified as the reason for which an assessment is designed or delivered. \N Promotion to or retention in a grade or program Promotion to or retention in a grade or program \N CEDS \N \N \N \N \N LIF f \N t 1 +53 3 \N No AS Associate'sDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +26 2 Program evaluation is specified as the reason for which an assessment is designed or delivered. \N ProgramEvaluation ProgramEvaluation \N CEDS \N \N \N \N \N LIF f \N t 1 +54 3 \N No BA Bachelor'sDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +56 3 \N No MD Master'sDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +61 3 \N No PT ProfessionalOrTechnicalCredential \N CEDS \N \N \N \N \N LIF f \N t 1 +3951 310 Kalispel Indian Community of the Kalispel Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KalispelIndianCommunityOfTheKalispelReservation KalispelIndianCommunityOfTheKalispelReservation \N \N \N \N \N \N \N LIF f \N f 4 +58 3 \N No DO DoctoralDegree \N CEDS \N \N \N \N \N LIF f \N t 1 29 2 Screening is specified as the reason for which an assessment is designed or delivered. \N Screening Screening \N CEDS \N \N \N \N \N LIF f \N t 1 -30 2 State accountability is specified as the reason for which an assessment is designed or delivered. \N State accountability State accountability \N CEDS \N \N \N \N \N LIF f \N t 1 31 2 Other is specified as the reason for which an assessment is designed or delivered. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -32 2 State graduation requirement is specified as the reason for which an assessment is designed or delivered. \N State graduation requirement State graduation requirement \N CEDS \N \N \N \N \N LIF f \N t 1 -46 3 \N No 9 Ninth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -47 3 \N No 10 Tenth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -48 3 \N No 11 Eleventh grade \N CEDS \N \N \N \N \N LIF f \N t 1 -49 3 \N No 12 Twelfth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -50 3 \N No 13 Grade 13 \N CEDS \N \N \N \N \N LIF f \N t 1 -51 3 Intended for those attending secondary (high-school) level programs. No audLevel:SecondaryLevel Secondary Level \N CTDL \N \N \N \N \N LIF f \N t 1 -52 3 Intended for those who have completed secondary level school programs or equivalent. No audLevel:PostSecondaryLevel Post Secondary Level \N CTDL \N \N \N \N \N LIF f \N t 1 -53 3 \N No AS Associate's degree \N CEDS \N \N \N \N \N LIF f \N t 1 -54 3 \N No BA Bachelor's degree \N CEDS \N \N \N \N \N LIF f \N t 1 -55 3 \N No PB Post-baccalaureate certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -56 3 \N No MD Master's degree \N CEDS \N \N \N \N \N LIF f \N t 1 -57 3 \N No PM Post-master's certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -58 3 \N No DO Doctoral degree \N CEDS \N \N \N \N \N LIF f \N t 1 -59 3 \N No PD Post-doctoral certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -60 3 \N No AE Adult Education \N CEDS \N \N \N \N \N LIF f \N t 1 -61 3 \N No PT Professional or technical credential \N CEDS \N \N \N \N \N LIF f \N t 1 -69 4 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithAccommodations Assessment based on age level standards with accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -70 4 Assessment based on standards below age level without accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithoutAccommodations Assessment based on standards below age level without accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -71 4 Assessment based on standards below age level with accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithAccommodations Assessment based on standards below age level with accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -96 5 \N \N Stanine score Stanine score \N CEDS \N \N \N \N \N LIF f \N t 1 -97 5 \N \N Sten score Sten score \N CEDS \N \N \N \N \N LIF f \N t 1 +3290 284 Native Village of Shishmaref is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShishmaref NativeVillageOfShishmaref \N CEDS \N \N \N \N \N LIF f \N f 1 +1 1 The related School Identifier uses a School-assigned number. \N School School-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +24 2 Obtain postsecondary credit for the course is specified as the reason for which an assessment is designed or delivered. \N ObtainPostsecondaryCreditForTheCourse ObtainPostsecondaryCreditForTheCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +27 2 Program placement is specified as the reason for which an assessment is designed or delivered. \N ProgramPlacement ProgramPlacement \N CEDS \N \N \N \N \N LIF f \N t 1 +3916 310 Guidiville Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GuidivilleRancheriaOfCalifornia GuidivilleRancheriaOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +55 3 \N No PB Post-baccalaureateCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 +7 1 The related School Identifier uses the Dun and Bradstreet number. \N DUNS DunAndBradstreetNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4596 323 Delivery is only face-to-face. \N InPerson InPerson \N CTDL \N \N \N \N \N LIF f \N t 1 +2 1 The related School Identifier uses the College Board/ACT program code set of PK-grade 12 institutions. \N ACT CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions \N CEDS \N \N \N \N \N LIF f \N t 1 +30 2 State accountability is specified as the reason for which an assessment is designed or delivered. \N StateAccountability StateAccountability \N CEDS \N \N \N \N \N LIF f \N t 1 +8 1 The related School Identifier uses another federally assigned number. \N OtherFederal OtherFederallyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +50 3 \N No 13 Grade13 \N CEDS \N \N \N \N \N LIF f \N t 1 +57 3 \N No PM Post-master'sCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 +4558 319 A private organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N PrivateOrganization PrivateOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +59 3 \N No PD Post-doctoralCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 +60 3 \N No AE AdultEducation \N CEDS \N \N \N \N \N LIF f \N t 1 +69 4 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithAccommodations AssessmentBasedOnAgeLevelStandardsWithAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 +70 4 Assessment based on standards below age level without accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithoutAccommodations AssessmentBasedOnStandardsBelowAgeLevelWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 +109 6 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo InteractiveAudio/Video \N CEDS \N \N \N \N \N LIF f \N t 1 +306 30 The destination of the association references an established standard to which the origin of the association conforms. \N IsConformedTo IsConformedTo \N CEDS \N \N \N \N \N LIF f \N t 1 +304 30 The destination of the association is a version, edition, or adaptation of the resource at the origin of the association. \N HasVersion HasVersion \N CEDS \N \N \N \N \N LIF f \N t 1 98 5 \N \N T-score T-score \N CEDS \N \N \N \N \N LIF f \N t 1 -99 5 \N \N Workplace readiness score Workplace readiness score \N CEDS \N \N \N \N \N LIF f \N t 1 +106 6 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege EarlyCollege \N CEDS \N \N \N \N \N LIF f \N t 1 100 5 \N \N Z-score Z-score \N CEDS \N \N \N \N \N LIF f \N t 1 -101 5 \N \N SAT Score SAT Score \N CEDS \N \N \N \N \N LIF f \N t 1 102 5 \N \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 104 6 Course is taught via live or taped broadcast over open air, closed circuit, or cable television systems. \N Broadcast Broadcast \N CEDS \N \N \N \N \N LIF f \N t 1 105 6 Course is taught via hard or electronic copy or other media (CD, DVD, video cassette) and student works at own pace usually without an instructor present, but generally under supervision of LEA. Includes “packet” programs. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N t 1 -106 6 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege Early College \N CEDS \N \N \N \N \N LIF f \N t 1 -107 6 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace Face to Face \N CEDS \N \N \N \N \N LIF f \N t 1 -108 6 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N t 1 -109 6 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo Interactive Audio/Video \N CEDS \N \N \N \N \N LIF f \N t 1 +4110 310 Native Village of Tyonek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTyonek NativeVillageOfTyonek \N \N \N \N \N \N \N LIF f \N f 4 +311 30 The origin of the association is cited by the resource at the destination of the association. \N IsReferencedBy IsReferencedBy \N CEDS \N \N \N \N \N LIF f \N t 1 +307 30 Context or meaning for understanding the origin of the association is provided by the destination of the association. \N IsDefinedBy IsDefinedBy \N CEDS \N \N \N \N \N LIF f \N t 1 +108 6 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N t 1 110 6 Course is taught through a website, web application, or app on an internet connected device. \N Online Online \N CEDS \N \N \N \N \N LIF f \N t 1 -111 6 Delivery is not tied to a specific site. \N deliveryType:VariableSite Variable Site \N CTDL \N \N \N \N \N LIF f \N t 1 +96 5 \N \N StanineScore StanineScore \N CEDS \N \N \N \N \N LIF f \N t 1 130 10 Scored is specified as the completion and scoring status for an instance of a person taking an assessment. \N Scored Scored \N CEDS \N \N \N \N \N LIF f \N t 1 131 10 Submitted is specified as the completion and scoring status for an instance of a person taking an assessment. \N Submitted Submitted \N CEDS \N \N \N \N \N LIF f \N t 1 293 29 A generic result. \N Result Result \N \N \N \N \N \N \N LIF f \N t 1 @@ -15968,32 +15659,28 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 296 29 The result represents a rubric score with both a name and a numeric value. \N RubricScore RubricScore \N \N \N \N \N \N \N LIF f \N t 1 297 29 The result is a scaled score. \N ScaledScore ScaledScore \N \N \N \N \N \N \N LIF f \N t 1 298 29 The result conveys the status of the achievement. \N Status Status \N \N \N \N \N \N \N LIF f \N t 1 -302 30 The destination of the association is substantially the same as the resource at the origin of the association, but in another format. \N Has Format Has Format \N CEDS \N \N \N \N \N LIF f \N t 1 -303 30 The destination of the association is included either physically or logically in the resource at the origin of the association. \N Has Part Has Part \N CEDS \N \N \N \N \N LIF f \N t 1 -304 30 The destination of the association is a version, edition, or adaptation of the resource at the origin of the association. \N Has Version Has Version \N CEDS \N \N \N \N \N LIF f \N t 1 -305 30 The destination of the association may be used to assess the origin of the association. \N Is Assessed By Is Assessed By \N CEDS \N \N \N \N \N LIF f \N t 1 -306 30 The destination of the association references an established standard to which the origin of the association conforms. \N Is Conformed To Is Conformed To \N CEDS \N \N \N \N \N LIF f \N t 1 -307 30 Context or meaning for understanding the origin of the association is provided by the destination of the association. \N Is Defined By Is Defined By \N CEDS \N \N \N \N \N LIF f \N t 1 -308 30 The destination of the association is substantially the same as the resource at the origin of the association, but in another format. \N Is Format of Is Format of \N CEDS \N \N \N \N \N LIF f \N t 1 -309 30 The origin of the association is included either physically or logically in the resource at the destination of the association. \N Is Part Of Is Part Of \N CEDS \N \N \N \N \N LIF f \N t 1 -310 30 The origin of the association is required as a prior condition for the destination of the association. \N Is Prerequisite To Is Prerequisite To \N CEDS \N \N \N \N \N LIF f \N t 1 -311 30 The origin of the association is cited by the resource at the destination of the association. \N Is Referenced By Is Referenced By \N CEDS \N \N \N \N \N LIF f \N t 1 -312 30 The origin of the association has been supplanted by, displaced by, or superseded by the destination of the association. \N Is Replaced By Is Replaced By \N CEDS \N \N \N \N \N LIF f \N t 1 -313 30 The origin of the association is required by the destination of the association to support its function, delivery, or coherence. \N Is Required By Is Required By \N CEDS \N \N \N \N \N LIF f \N t 1 -314 30 The competency at the origin of the association may be taught by the resource or method at the destination of the association. \N Is Taught By Is Taught By \N CEDS \N \N \N \N \N LIF f \N t 1 -359 32 Grade 13 is the extent of formal instruction a person has received. \N 803 Grade 13 \N CEDS \N \N \N \N \N LIF f \N t 1 -315 30 The origin of the association is a version, edition, or adaptation of the resource at the destination of the association. \N Is Version Of Is Version Of \N CEDS \N \N \N \N \N LIF f \N t 1 +303 30 The destination of the association is included either physically or logically in the resource at the origin of the association. \N HasPart HasPart \N CEDS \N \N \N \N \N LIF f \N t 1 +3927 310 Hopi Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HopiTribeOfArizona HopiTribeOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +309 30 The origin of the association is included either physically or logically in the resource at the destination of the association. \N IsPartOf IsPartOf \N CEDS \N \N \N \N \N LIF f \N t 1 +302 30 The destination of the association is substantially the same as the resource at the origin of the association, but in another format. \N HasFormat HasFormat \N CEDS \N \N \N \N \N LIF f \N t 1 +315 30 The origin of the association is a version, edition, or adaptation of the resource at the destination of the association. \N IsVersionOf IsVersionOf \N CEDS \N \N \N \N \N LIF f \N t 1 +308 30 The destination of the association is substantially the same as the resource at the origin of the association, but in another format. \N IsFormatOf IsFormatOf \N CEDS \N \N \N \N \N LIF f \N t 1 +107 6 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace FaceToFace \N CEDS \N \N \N \N \N LIF f \N t 1 +359 32 Grade 13 is the extent of formal instruction a person has received. \N 803 Grade13 \N CEDS \N \N \N \N \N LIF f \N t 1 316 30 The origin of the association cites the resource at the destination of the association. \N Referenced Referenced \N CEDS \N \N \N \N \N LIF f \N t 1 +97 5 \N \N StenScore StenScore \N CEDS \N \N \N \N \N LIF f \N t 1 +101 5 \N \N SATScore SATScore \N CEDS \N \N \N \N \N LIF f \N t 1 +71 4 Assessment based on standards below age level with accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithAccommodations AssessmentBasedOnStandardsBelowAgeLevelWithAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 317 30 The origin of the association may be used to assess the destination of the association. \N Assesses Assesses \N CEDS \N \N \N \N \N LIF f \N t 1 318 30 The resource or method at the origin of the association may be used to teach the competency at the destination of the association. \N Teaches Teaches \N CEDS \N \N \N \N \N LIF f \N t 1 319 30 The origin of the association requires the destination of the association to support its function, delivery, or coherence. \N Requires Requires \N CEDS \N \N \N \N \N LIF f \N t 1 -320 30 The point in the framework being referenced defines a level or range that measures the difficulty or challenge presented by the learning resource being described. \N Complexity Level Complexity Level \N CEDS \N \N \N \N \N LIF f \N t 1 -321 30 The destination of the association defines a level or range of ability expected for a person using the resource at the origin of the association. \N Reading Level Reading Level \N CEDS \N \N \N \N \N LIF f \N t 1 -322 30 The destination of the association defines a topic or subject from a controlled vocabulary. \N Educational Subject Educational Subject \N CEDS \N \N \N \N \N LIF f \N t 1 -323 30 The destination of the association defines an education level from a controlled vocabulary. \N Education Level Education Level \N CEDS \N \N \N \N \N LIF f \N t 1 +4111 310 Native Village of Unalakleet is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfUnalakleet NativeVillageOfUnalakleet \N \N \N \N \N \N \N LIF f \N f 4 +3870 310 Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheCoosLowerUmpquaAndSiuslawIndians ConfederatedTribesOfTheCoos-LowerUmpquaAndSiuslawIndians \N \N \N \N \N \N \N LIF f \N f 4 +326 30 The origin of the association is achieved or delivered at the same time, or has the same ordinal position, as the destination of the association. \N IsConcurrentTo IsConcurrentTo \N CEDS \N \N \N \N \N LIF f \N t 1 +4523 31 CIP 1980 is the version of CIP being reported. \N CIP1980 CIP1980 \N CEDS \N \N \N \N \N LIF f \N t 1 324 30 The origin of the association comes before the destination of the association in time or order. \N Precedes Precedes \N CEDS \N \N \N \N \N LIF f \N t 1 325 30 The origin of the association comes after the destination of the association in time or order. \N Follows Follows \N CEDS \N \N \N \N \N LIF f \N t 1 -326 30 The origin of the association is achieved or delivered at the same time, or has the same ordinal position, as the destination of the association. \N Is Concurrent To Is Concurrent To \N CEDS \N \N \N \N \N LIF f \N t 1 +353 32 Eleventh Grade is the extent of formal instruction a person has received. \N 801 EleventhGrade \N CEDS \N \N \N \N \N LIF f \N t 1 327 30 Equivalent to. Used to connect derived CFItem to CFItem in original source CFDocument. \N exactMatchOf exactMatchOf \N CEDS \N \N \N \N \N LIF f \N t 1 328 30 The target of the association is an example of best practice for the definition of the item. \N exemplar exemplar \N CEDS \N \N \N \N \N LIF f \N t 1 329 30 To represent the structural relationship in a taxonomy between parent and child. The item is a child of the target of the association. \N isChildOf isChildOf \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16001,51 +15688,32 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 331 30 The item is a peer of the target of the association. \N isPeerOf isPeerOf \N CEDS \N \N \N \N \N LIF f \N t 1 332 30 The item is related to the target of the association in some way that is not better described by another association type. \N isRelatedTo isRelatedTo \N CEDS \N \N \N \N \N LIF f \N t 1 333 30 The item supplants, displaces, or supersedes the target of the association. \N replaces replaces \N CEDS \N \N \N \N \N LIF f \N t 1 -471 33 \N \N cpf Creoles and pidgins, French-based \N CEDS \N \N \N \N \N LIF f \N t 1 +358 32 Career and Technical Education certificate is the extent of formal instruction a person has received. \N 819 CareerAndTechnicalEducationCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 334 30 The item is understood to define a given skill level i.e. Reading Lexile 100, Depth Knowledge 2, or Cognitive Level (Blooms Taxonomy) for the target of the association. \N skillLevelFor skillLevelFor \N CEDS \N \N \N \N \N LIF f \N t 1 337 31 The learning standards document or competency framework has been published. \N Published Published \N \N \N \N \N \N \N LIF f \N t 1 338 31 The learning standards document or competency framework has been deprecated. \N Deprecated Deprecated \N \N \N \N \N \N \N LIF f \N t 1 339 31 The publication status of the learning standards document or competency framework is unknown. \N Unknown Unknown \N \N \N \N \N \N \N LIF f \N t 1 -4523 31 CIP 1980 is the version of CIP being reported. \N CIP 1980 CIP 1980 \N CEDS \N \N \N \N \N LIF f \N t 1 -4524 31 CIP 1985 is the version of CIP being reported. \N CIP 1985 CIP 1985 \N CEDS \N \N \N \N \N LIF f \N t 1 -4525 31 CIP 1990 is the version of CIP being reported. \N CIP 1990 CIP 1990 \N CEDS \N \N \N \N \N LIF f \N t 1 -4526 31 CIP 2000 is the version of CIP being reported. \N CIP 2000 CIP 2000 \N CEDS \N \N \N \N \N LIF f \N t 1 -4527 31 CIP 2010 is the version of CIP being reported. \N CIP 2010 CIP 2010 \N CEDS \N \N \N \N \N LIF f \N t 1 -345 32 Third grade is the extent of formal instruction a person has received. \N 792 Third grade \N CEDS \N \N \N \N \N LIF f \N t 1 -346 32 Fourth grade is the extent of formal instruction a person has received. \N 793 Fourth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -347 32 Fifth grade is the extent of formal instruction a person has received. \N 794 Fifth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -348 32 Sixth grade is the extent of formal instruction a person has received. \N 795 Sixth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -349 32 Seventh grade is the extent of formal instruction a person has received. \N 796 Seventh grade \N CEDS \N \N \N \N \N LIF f \N t 1 -350 32 Eighth grade is the extent of formal instruction a person has received. \N 798 Eighth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -351 32 Ninth grade is the extent of formal instruction a person has received. \N 799 Ninth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -352 32 Tenth grade is the extent of formal instruction a person has received. \N 800 Tenth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -353 32 Eleventh Grade is the extent of formal instruction a person has received. \N 801 Eleventh Grade \N CEDS \N \N \N \N \N LIF f \N t 1 -354 32 12th grade, no diploma is the extent of formal instruction a person has received. \N 1809 12th grade, no diploma \N CEDS \N \N \N \N \N LIF f \N t 1 -355 32 High school diploma is the extent of formal instruction a person has received. \N 1044 High school diploma \N CEDS \N \N \N \N \N LIF f \N t 1 -356 32 High school completers (e.g., certificate of attendance) is the extent of formal instruction a person has received. \N 2408 High school completers (e.g., certificate of attendance) \N CEDS \N \N \N \N \N LIF f \N t 1 -357 32 High school equivalency (e.g., GED) is the extent of formal instruction a person has received. \N 2409 High school equivalency (e.g., GED) \N CEDS \N \N \N \N \N LIF f \N t 1 -358 32 Career and Technical Education certificate is the extent of formal instruction a person has received. \N 819 Career and Technical Education certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -360 32 Some college but no degree is the extent of formal instruction a person has received. \N 1049 Some college but no degree \N CEDS \N \N \N \N \N LIF f \N t 1 -361 32 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N 1047 Formal award, certificate or diploma (less than one year) \N CEDS \N \N \N \N \N LIF f \N t 1 -362 32 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N 1048 Formal award, certificate or diploma (more than or equal to one year) \N CEDS \N \N \N \N \N LIF f \N t 1 -363 32 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N 1050 Associate's degree (two years or more) \N CEDS \N \N \N \N \N LIF f \N t 1 -364 32 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N 73063 Adult education certification, endorsement, or degree \N CEDS \N \N \N \N \N LIF f \N t 1 -365 32 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N 1051 Bachelor's (Baccalaureate) degree \N CEDS \N \N \N \N \N LIF f \N t 1 -366 32 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N 1054 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) \N CEDS \N \N \N \N \N LIF f \N t 1 -367 32 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N 1055 Specialist's degree (e.g., Ed.S.) \N CEDS \N \N \N \N \N LIF f \N t 1 -368 32 Post-master’s certificate is the extent of formal instruction a person has received. \N 73081 Post-master’s certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -369 32 Graduate certificate is the extent of formal instruction a person has received. \N 1052 Graduate certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -370 32 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N 1057 Doctoral (Doctor's) degree \N CEDS \N \N \N \N \N LIF f \N t 1 -371 32 First-professional degree is the extent of formal instruction a person has received. \N 1053 First-professional degree \N CEDS \N \N \N \N \N LIF f \N t 1 -372 32 Post-professional degree is the extent of formal instruction a person has received. \N 1056 Post-professional degree \N CEDS \N \N \N \N \N LIF f \N t 1 -373 32 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N 73082 Doctor’s degree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N t 1 -374 32 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N 73083 Doctor’s degree-professional practice \N CEDS \N \N \N \N \N LIF f \N t 1 -375 32 Doctor’s degree-other is the extent of formal instruction a person has received. \N 73084 Doctor’s degree-other \N CEDS \N \N \N \N \N LIF f \N t 1 -376 32 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N 73085 Doctor’s degree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N t 1 +4524 31 CIP 1985 is the version of CIP being reported. \N CIP1985 CIP1985 \N CEDS \N \N \N \N \N LIF f \N t 1 +322 30 The destination of the association defines a topic or subject from a controlled vocabulary. \N EducationalSubject EducationalSubject \N CEDS \N \N \N \N \N LIF f \N t 1 +4525 31 CIP 1990 is the version of CIP being reported. \N CIP1990 CIP1990 \N CEDS \N \N \N \N \N LIF f \N t 1 +4526 31 CIP 2000 is the version of CIP being reported. \N CIP2000 CIP2000 \N CEDS \N \N \N \N \N LIF f \N t 1 +4527 31 CIP 2010 is the version of CIP being reported. \N CIP2010 CIP2010 \N CEDS \N \N \N \N \N LIF f \N t 1 +345 32 Third grade is the extent of formal instruction a person has received. \N 792 ThirdGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +355 32 High school diploma is the extent of formal instruction a person has received. \N 1044 HighSchoolDiploma \N CEDS \N \N \N \N \N LIF f \N t 1 +360 32 Some college but no degree is the extent of formal instruction a person has received. \N 1049 SomeCollegeButNoDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +320 30 The point in the framework being referenced defines a level or range that measures the difficulty or challenge presented by the learning resource being described. \N ComplexityLevel ComplexityLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +321 30 The destination of the association defines a level or range of ability expected for a person using the resource at the origin of the association. \N ReadingLevel ReadingLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +323 30 The destination of the association defines an education level from a controlled vocabulary. \N EducationLevel EducationLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +399 33 \N \N arc OfficialAramaic(700-300BCE);ImperialAramaic(700-300BCE) \N CEDS \N \N \N \N \N LIF f \N t 1 +4521 32 The related Classification of Instructional Program code is referencing primary completion. \N PrimaryCompletion PrimaryCompletion \N CEDS \N \N \N \N \N LIF f \N t 1 +459 33 \N \N chn ChinookJargon \N CEDS \N \N \N \N \N LIF f \N t 1 +4010 310 Middletown Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiddletownRancheriaOfPomoIndiansOfCalifornia MiddletownRancheriaOfPomoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +368 32 Post-master’s certificate is the extent of formal instruction a person has received. \N 73081 Post-master’sCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 +3992 310 Lytton Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LyttonRancheriaOfCalifornia LyttonRancheriaOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3208 284 Mooretown Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MooretownRancheriaOfMaiduIndiansOfCalifornia MooretownRancheriaOfMaiduIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +393 33 \N \N alt SouthernAltai \N CEDS \N \N \N \N \N LIF f \N t 1 377 32 The extent of formal instruction a person has received is in a category not yet defined in CEDS. \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N t 1 562 33 \N \N iba Iban \N CEDS \N \N \N \N \N LIF f \N t 1 -4521 32 The related Classification of Instructional Program code is referencing primary completion. \N Primary completion Primary completion \N CEDS \N \N \N \N \N LIF f \N t 1 -4522 32 The related Classification of Instructional Program code is referencing additional completion. \N Additional completion Additional completion \N CEDS \N \N \N \N \N LIF f \N t 1 385 33 \N \N afh Afrihili \N CEDS \N \N \N \N \N LIF f \N t 1 386 33 \N \N afr Afrikaans \N CEDS \N \N \N \N \N LIF f \N t 1 387 33 \N \N ain Ainu \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16053,287 +15721,265 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 389 33 \N \N akk Akkadian \N CEDS \N \N \N \N \N LIF f \N t 1 390 33 \N \N alb Albanian \N CEDS \N \N \N \N \N LIF f \N t 1 391 33 \N \N ale Aleut \N CEDS \N \N \N \N \N LIF f \N t 1 -392 33 \N \N alg Algonquian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -393 33 \N \N alt Southern Altai \N CEDS \N \N \N \N \N LIF f \N t 1 394 33 \N \N amh Amharic \N CEDS \N \N \N \N \N LIF f \N t 1 -395 33 \N \N ang English, Old (ca.450-1100) \N CEDS \N \N \N \N \N LIF f \N t 1 +369 32 Graduate certificate is the extent of formal instruction a person has received. \N 1052 GraduateCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 396 33 \N \N anp Angika \N CEDS \N \N \N \N \N LIF f \N t 1 -397 33 \N \N apa Apache languages \N CEDS \N \N \N \N \N LIF f \N t 1 398 33 \N \N ara Arabic \N CEDS \N \N \N \N \N LIF f \N t 1 -399 33 \N \N arc Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE) \N CEDS \N \N \N \N \N LIF f \N t 1 400 33 \N \N arg Aragonese \N CEDS \N \N \N \N \N LIF f \N t 1 401 33 \N \N arm Armenian \N CEDS \N \N \N \N \N LIF f \N t 1 -402 33 \N \N arn Mapudungun; Mapuche \N CEDS \N \N \N \N \N LIF f \N t 1 403 33 \N \N arp Arapaho \N CEDS \N \N \N \N \N LIF f \N t 1 -404 33 \N \N art Artificial languages \N CEDS \N \N \N \N \N LIF f \N t 1 405 33 \N \N arw Arawak \N CEDS \N \N \N \N \N LIF f \N t 1 406 33 \N \N asm Assamese \N CEDS \N \N \N \N \N LIF f \N t 1 -407 33 \N \N ast Asturian; Bable; Leonese; Asturleonese \N CEDS \N \N \N \N \N LIF f \N t 1 -408 33 \N \N ath Athapascan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -409 33 \N \N aus Australian languages \N CEDS \N \N \N \N \N LIF f \N t 1 410 33 \N \N ava Avaric \N CEDS \N \N \N \N \N LIF f \N t 1 411 33 \N \N ave Avestan \N CEDS \N \N \N \N \N LIF f \N t 1 412 33 \N \N awa Awadhi \N CEDS \N \N \N \N \N LIF f \N t 1 413 33 \N \N aym Aymara \N CEDS \N \N \N \N \N LIF f \N t 1 414 33 \N \N aze Azerbaijani \N CEDS \N \N \N \N \N LIF f \N t 1 -415 33 \N \N bad Banda languages \N CEDS \N \N \N \N \N LIF f \N t 1 -416 33 \N \N bai Bamileke languages \N CEDS \N \N \N \N \N LIF f \N t 1 417 33 \N \N bak Bashkir \N CEDS \N \N \N \N \N LIF f \N t 1 418 33 \N \N bal Baluchi \N CEDS \N \N \N \N \N LIF f \N t 1 419 33 \N \N bam Bambara \N CEDS \N \N \N \N \N LIF f \N t 1 420 33 \N \N ban Balinese \N CEDS \N \N \N \N \N LIF f \N t 1 421 33 \N \N baq Basque \N CEDS \N \N \N \N \N LIF f \N t 1 422 33 \N \N bas Basa \N CEDS \N \N \N \N \N LIF f \N t 1 -423 33 \N \N bat Baltic languages \N CEDS \N \N \N \N \N LIF f \N t 1 -424 33 \N \N bej Beja; Bedawiyet \N CEDS \N \N \N \N \N LIF f \N t 1 425 33 \N \N bel Belarusian \N CEDS \N \N \N \N \N LIF f \N t 1 454 33 \N \N che Chechen \N CEDS \N \N \N \N \N LIF f \N t 1 455 33 \N \N chg Chagatai \N CEDS \N \N \N \N \N LIF f \N t 1 456 33 \N \N chi Chinese \N CEDS \N \N \N \N \N LIF f \N t 1 457 33 \N \N chk Chuukese \N CEDS \N \N \N \N \N LIF f \N t 1 458 33 \N \N chm Mari \N CEDS \N \N \N \N \N LIF f \N t 1 -459 33 \N \N chn Chinook jargon \N CEDS \N \N \N \N \N LIF f \N t 1 +365 32 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N 1051 Bachelor's(Baccalaureate)Degree \N CEDS \N \N \N \N \N LIF f \N t 1 +4522 32 The related Classification of Instructional Program code is referencing additional completion. \N AdditionalCompletion AdditionalCompletion \N CEDS \N \N \N \N \N LIF f \N t 1 +392 33 \N \N alg AlgonquianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +397 33 \N \N apa ApacheLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +404 33 \N \N art ArtificialLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +408 33 \N \N ath AthapascanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +409 33 \N \N aus AustralianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +415 33 \N \N bad BandaLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +416 33 \N \N bai BamilekeLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +423 33 \N \N bat BalticLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +402 33 \N \N arn Mapudungun;Mapuche \N CEDS \N \N \N \N \N LIF f \N t 1 +407 33 \N \N ast Asturian;Bable;Leonese;Asturleonese \N CEDS \N \N \N \N \N LIF f \N t 1 +424 33 \N \N bej Beja;Bedawiyet \N CEDS \N \N \N \N \N LIF f \N t 1 460 33 \N \N cho Choctaw \N CEDS \N \N \N \N \N LIF f \N t 1 -461 33 \N \N chp Chipewyan; Dene Suline \N CEDS \N \N \N \N \N LIF f \N t 1 -463 33 \N \N chu Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic \N CEDS \N \N \N \N \N LIF f \N t 1 +4112 310 Native Village of Unga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfUnga NativeVillageOfUnga \N \N \N \N \N \N \N LIF f \N f 4 +482 33 \N \N day LandDayakLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 464 33 \N \N chv Chuvash \N CEDS \N \N \N \N \N LIF f \N t 1 465 33 \N \N chy Cheyenne \N CEDS \N \N \N \N \N LIF f \N t 1 -466 33 \N \N cmc Chamic languages \N CEDS \N \N \N \N \N LIF f \N t 1 467 33 \N \N cop Coptic \N CEDS \N \N \N \N \N LIF f \N t 1 468 33 \N \N cor Cornish \N CEDS \N \N \N \N \N LIF f \N t 1 469 33 \N \N cos Corsican \N CEDS \N \N \N \N \N LIF f \N t 1 -470 33 \N \N cpe Creoles and pidgins, English based \N CEDS \N \N \N \N \N LIF f \N t 1 -863 34 Testable using a single indicator type, measuring a single competency \N SingleIndicator Single Indicator \N CEDS \N \N \N \N \N LIF f \N t 1 -864 34 Testability requires more than one indicator type used to measure a single competency \N MultipleIndicator Multiple Indicator \N CEDS \N \N \N \N \N LIF f \N t 1 -865 34 Testability requires a combination of indicators that assess multiple competencies or performance tasks \N MultipleCompetency Multiple Competency \N CEDS \N \N \N \N \N LIF f \N t 1 -866 34 The competency (skill, knowledge, ability, disposition) cannot be assessed. \N CannotBeAssessed Cannot be assessed \N CEDS \N \N \N \N \N LIF f \N t 1 +475 33 \N \N crp CreolesAndpidgins \N CEDS \N \N \N \N \N LIF f \N t 1 +1507 47 The course being described is not included in the computation of the student’s Grade Point Average (GPA). \N NotApplicable NotApplicableInGPA \N CEDS \N \N \N \N \N LIF f \N t 1 +1508 47 The course being described is weighted in the computation of the student’s Grade Point Average (GPA) \N Weighted WeightedInGPA \N CEDS \N \N \N \N \N LIF f \N t 1 +863 34 Testable using a single indicator type, measuring a single competency \N SingleIndicator SingleIndicator \N CEDS \N \N \N \N \N LIF f \N t 1 867 35 All items in the set must be achieved. \N All All \N CEDS \N \N \N \N \N LIF f \N t 1 -868 35 At least the number of items in the set specified by Competency Set Completion Criteria Threshold must be achieved. \N AtLeast At Least \N CEDS \N \N \N \N \N LIF f \N t 1 -472 33 \N \N cpp Creoles and pidgins, Portuguese-based \N CEDS \N \N \N \N \N LIF f \N t 1 +864 34 Testability requires more than one indicator type used to measure a single competency \N MultipleIndicator MultipleIndicator \N CEDS \N \N \N \N \N LIF f \N t 1 473 33 \N \N cre Cree \N CEDS \N \N \N \N \N LIF f \N t 1 -474 33 \N \N crh Crimean Tatar; Crimean Turkish \N CEDS \N \N \N \N \N LIF f \N t 1 -475 33 \N \N crp Creoles and pidgins \N CEDS \N \N \N \N \N LIF f \N t 1 +866 34 The competency (skill, knowledge, ability, disposition) cannot be assessed. \N CannotBeAssessed CannotBeAssessed \N CEDS \N \N \N \N \N LIF f \N t 1 476 33 \N \N csb Kashubian \N CEDS \N \N \N \N \N LIF f \N t 1 -477 33 \N \N cus Cushitic languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1505 46 Other system type not otherwise categorized \N Other OtherSystemTypeNotOtherwiseCategorized \N LIF New \N \N \N \N \N LIF f \N t 1 478 33 \N \N cze Czech \N CEDS \N \N \N \N \N LIF f \N t 1 479 33 \N \N dak Dakota \N CEDS \N \N \N \N \N LIF f \N t 1 480 33 \N \N dan Danish \N CEDS \N \N \N \N \N LIF f \N t 1 481 33 \N \N dar Dargwa \N CEDS \N \N \N \N \N LIF f \N t 1 -482 33 \N \N day Land Dayak languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1512 49 The related Course Code is based on the LEA defined course code system. \N LEA LEACourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 483 33 \N \N del Delaware \N CEDS \N \N \N \N \N LIF f \N t 1 -484 33 \N \N den Slave (Athapascan) \N CEDS \N \N \N \N \N LIF f \N t 1 +1516 49 The related Course Code is based on the school's course code system. \N School SchoolCourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 485 33 \N \N dgr Dogrib \N CEDS \N \N \N \N \N LIF f \N t 1 486 33 \N \N din Dinka \N CEDS \N \N \N \N \N LIF f \N t 1 -487 33 \N \N div Divehi; Dhivehi; Maldivian \N CEDS \N \N \N \N \N LIF f \N t 1 +474 33 \N \N crh CrimeanTatar;CrimeanTurkish \N CEDS \N \N \N \N \N LIF f \N t 1 488 33 \N \N doi Dogri \N CEDS \N \N \N \N \N LIF f \N t 1 -489 33 \N \N dra Dravidian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -490 33 \N \N dsb Lower Sorbian \N CEDS \N \N \N \N \N LIF f \N t 1 +4000 310 Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Match-e-be-nash-she-wishBandOfPottawatomiIndiansOfMichigan Match-e-be-nash-she-wishBandOfPottawatomiIndiansOfMichigan \N \N \N \N \N \N \N LIF f \N f 4 491 33 \N \N dua Duala \N CEDS \N \N \N \N \N LIF f \N t 1 -1501 46 Student Information System \N SIS Student Information System \N LIF New \N \N \N \N \N LIF f \N t 1 -1502 46 Customer Relationship Management System \N CRM Customer Relationship Management System \N LIF New \N \N \N \N \N LIF f \N t 1 -1503 46 Learning and Employment Record Wallet \N LER Wallet Learning and Employment Record Wallet \N LIF New \N \N \N \N \N LIF f \N t 1 -1504 46 Learning Management System \N LMS Learning Management System \N LIF New \N \N \N \N \N LIF f \N t 1 -1505 46 Other system type not otherwise categorized \N Other Other system type not otherwise categorized \N LIF New \N \N \N \N \N LIF f \N t 1 -1506 47 The course being described is included in the computation of the student’s Grade Point Average (GPA). \N Applicable Applicable in GPA \N CEDS \N \N \N \N \N LIF f \N t 1 -1507 47 The course being described is not included in the computation of the student’s Grade Point Average (GPA). \N NotApplicable Not Applicable in GPA \N CEDS \N \N \N \N \N LIF f \N t 1 -1508 47 The course being described is weighted in the computation of the student’s Grade Point Average (GPA) \N Weighted Weighted in GPA \N CEDS \N \N \N \N \N LIF f \N t 1 +1501 46 Student Information System \N SIS StudentInformationSystem \N LIF New \N \N \N \N \N LIF f \N t 1 1509 48 \N \N Yes Yes \N CEDS \N \N \N \N \N LIF f \N t 1 1510 48 \N \N No No \N CEDS \N \N \N \N \N LIF f \N t 1 -1511 49 The related Course Code is based on the intermediate agency defined course code system. \N Intermediate Intermediate agency course code \N CEDS \N \N \N \N \N LIF f \N t 1 -1512 49 The related Course Code is based on the LEA defined course code system. \N LEA LEA course code \N CEDS \N \N \N \N \N LIF f \N t 1 -1513 49 The related Course Code is based on the NCES Pilot Standard National Course Classification System for Secondary Education Codes. \N NCES NCES Pilot Standard National Course Classification System for Secondary Education Codes \N CEDS \N \N \N \N \N LIF f \N t 1 +490 33 \N \N dsb LowerSorbian \N CEDS \N \N \N \N \N LIF f \N t 1 +466 33 \N \N cmc ChamicLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 1514 49 The related Course Code is based on a course code system not yet categorized within CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -1515 49 The related Course Code is based on the School Codes for the Exchange of Data (SCED) course code system. \N SCED School Codes for the Exchange of Data (SCED) course code \N CEDS \N \N \N \N \N LIF f \N t 1 -1516 49 The related Course Code is based on the school's course code system. \N School School course code \N CEDS \N \N \N \N \N LIF f \N t 1 -492 33 \N \N dum Dutch, Middle (ca.1050-1350) \N CEDS \N \N \N \N \N LIF f \N t 1 -493 33 \N \N dut Dutch; Flemish \N CEDS \N \N \N \N \N LIF f \N t 1 +477 33 \N \N cus CushiticLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +1504 46 Learning Management System \N LMS LearningManagementSystem \N LIF New \N \N \N \N \N LIF f \N t 1 494 33 \N \N dyu Dyula \N CEDS \N \N \N \N \N LIF f \N t 1 495 33 \N \N dzo Dzongkha \N CEDS \N \N \N \N \N LIF f \N t 1 496 33 \N \N efi Efik \N CEDS \N \N \N \N \N LIF f \N t 1 -497 33 \N \N egy Egyptian (Ancient) \N CEDS \N \N \N \N \N LIF f \N t 1 +1502 46 Customer Relationship Management System \N CRM CustomerRelationshipManagementSystem \N LIF New \N \N \N \N \N LIF f \N t 1 498 33 \N \N eka Ekajuk \N CEDS \N \N \N \N \N LIF f \N t 1 499 33 \N \N elx Elamite \N CEDS \N \N \N \N \N LIF f \N t 1 500 33 \N \N eng English \N CEDS \N \N \N \N \N LIF f \N t 1 -501 33 \N \N enm English, Middle (1100-1500) \N CEDS \N \N \N \N \N LIF f \N t 1 502 33 \N \N epo Esperanto \N CEDS \N \N \N \N \N LIF f \N t 1 503 33 \N \N est Estonian \N CEDS \N \N \N \N \N LIF f \N t 1 504 33 \N \N ewe Ewe \N CEDS \N \N \N \N \N LIF f \N t 1 505 33 \N \N ewo Ewondo \N CEDS \N \N \N \N \N LIF f \N t 1 506 33 \N \N fan Fang \N CEDS \N \N \N \N \N LIF f \N t 1 +472 33 \N \N cpp CreolesAndPidgins-PortugueseBased \N CEDS \N \N \N \N \N LIF f \N t 1 +492 33 \N \N dum Dutch-Middle(ca.1050-1350) \N CEDS \N \N \N \N \N LIF f \N t 1 +501 33 \N \N enm English-Middle(1100-1500) \N CEDS \N \N \N \N \N LIF f \N t 1 +489 33 \N \N dra DravidianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +1506 47 The course being described is included in the computation of the student’s Grade Point Average (GPA). \N Applicable ApplicableInGPA \N CEDS \N \N \N \N \N LIF f \N t 1 +484 33 \N \N den Slave(Athapascan) \N CEDS \N \N \N \N \N LIF f \N t 1 +497 33 \N \N egy Egyptian(Ancient) \N CEDS \N \N \N \N \N LIF f \N t 1 +487 33 \N \N div Divehi;Dhivehi;Maldivian \N CEDS \N \N \N \N \N LIF f \N t 1 +493 33 \N \N dut Dutch;Flemish \N CEDS \N \N \N \N \N LIF f \N t 1 +868 35 At least the number of items in the set specified by Competency Set Completion Criteria Threshold must be achieved. \N AtLeast AtLeast \N CEDS \N \N \N \N \N LIF f \N t 1 507 33 \N \N fao Faroese \N CEDS \N \N \N \N \N LIF f \N t 1 508 33 \N \N fat Fanti \N CEDS \N \N \N \N \N LIF f \N t 1 509 33 \N \N fij Fijian \N CEDS \N \N \N \N \N LIF f \N t 1 -1524 50 The result is a grade point average. \N GradePointAverage Grade Point Average \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1525 50 The result is a letter grade. \N LetterGrade Letter Grade \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1531 50 The result is from a rubric criterion. \N RubricCriterion RubricCriterion \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1524 50 The result is a grade point average. \N GradePointAverage GradePointAverage \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 1526 50 The result is a percent score. \N Percent Percent \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1527 50 The result is a performance level. \N PerformanceLevel Performance Level \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1528 50 The result is a predicted score. \N PredictedScore Predicted Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1529 50 The result is a raw score. \N RawScore Raw Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1587 53 Dual level is specified as the level of work required for a course or the level of the typical individual taking the course. \N Dual DualLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1586 53 College Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N CollegePreparatory CollegePreparatory \N CEDS \N \N \N \N \N LIF f \N t 1 1530 50 A generic result. \N Result Result \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1531 50 The result is from a rubric criterion. \N RubricCriterion Rubric Criterion \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1532 50 The result is a rubric criterion level. \N RubricCriterionLevel Rubric Criterion Level \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1536 51 Accepted as a high school equivalent is specified as the general nature and difficulty of instruction provided throughout a course. \N Accepted as a high school equivalent Accepted as a high school equivalent \N CEDS \N \N \N \N \N LIF f \N t 1 -1537 51 Advanced placement course is specified as the general nature and difficulty of instruction provided throughout a course. \N Advanced placement course Advanced placement course \N CEDS \N \N \N \N \N LIF f \N t 1 -1538 51 Basic course is specified as the general nature and difficulty of instruction provided throughout a course. \N Basic course Basic course \N CEDS \N \N \N \N \N LIF f \N t 1 -1539 51 Career and technical education dual-credit course (course qualifies for high school and postsecondary credit) is specified as the general nature and difficulty of instruction provided throughout a course. \N Career and technical education dual-credit course Career and technical education dual-credit course \N CEDS \N \N \N \N \N LIF f \N t 1 -1540 51 Career and technical education general course is specified as the general nature and difficulty of instruction provided throughout a course. \N Career and technical education general course Career and technical education general course \N CEDS \N \N \N \N \N LIF f \N t 1 -1541 51 College-level course is specified as the general nature and difficulty of instruction provided throughout a course. \N College-level course College-level course \N CEDS \N \N \N \N \N LIF f \N t 1 -510 33 \N \N fil Filipino; Pilipino \N CEDS \N \N \N \N \N LIF f \N t 1 +1525 50 The result is a letter grade. \N LetterGrade LetterGrade \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1532 50 The result is a rubric criterion level. \N RubricCriterionLevel RubricCriterionLevel \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1601 53 Dual Grad/ Upper \N DualGrad/Upper DualGrad/Upper \N PESC \N \N \N \N \N LIF f \N t 1 +4114 310 Native Village of Wales is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfWales NativeVillageOfWales \N \N \N \N \N \N \N LIF f \N f 4 +517 33 \N \N frr NorthernFrisian \N CEDS \N \N \N \N \N LIF f \N t 1 +1528 50 The result is a predicted score. \N PredictedScore PredictedScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1529 50 The result is a raw score. \N RawScore RawScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +3285 284 Native Village of Saint Michael is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSaintMichael NativeVillageOfSaintMichael \N CEDS \N \N \N \N \N LIF f \N f 1 1581 53 Accelerated is specified as the level of work required for a course or the level of the typical individual taking the course. \N Accelerated Accelerated \N CEDS \N \N \N \N \N LIF f \N t 1 -1582 53 Adult Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N AdultBasic Adult Basic \N CEDS \N \N \N \N \N LIF f \N t 1 -1583 53 Advanced Placement is specified as the level of work required for a course or the level of the typical individual taking the course. \N AdvancedPlacement Advanced Placement \N CEDS \N \N \N \N \N LIF f \N t 1 +4008 310 Miami Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiamiTribeOfOklahoma MiamiTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +518 33 \N \N frs EasternFrisian \N CEDS \N \N \N \N \N LIF f \N t 1 1584 53 Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N Basic Basic \N CEDS \N \N \N \N \N LIF f \N t 1 -1585 53 College Level is specified as the level of work required for a course or the level of the typical individual taking the course. \N CollegeLevel College Level \N CEDS \N \N \N \N \N LIF f \N t 1 -1586 53 College Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N CollegePreparatory College Preparatory \N CEDS \N \N \N \N \N LIF f \N t 1 -1587 53 Dual level is specified as the level of work required for a course or the level of the typical individual taking the course. \N Dual Dual level \N CEDS \N \N \N \N \N LIF f \N t 1 -1588 53 Gifted and Talented is specified as the level of work required for a course or the level of the typical individual taking the course. \N GiftedTalented Gifted and Talented \N CEDS \N \N \N \N \N LIF f \N t 1 -1601 53 Dual Grad/ Upper \N Dual Grad/Upper Dual Grad/Upper \N PESC \N \N \N \N \N LIF f \N t 1 +519 33 \N \N fry WesternFrisian \N CEDS \N \N \N \N \N LIF f \N t 1 +1536 51 Accepted as a high school equivalent is specified as the general nature and difficulty of instruction provided throughout a course. \N AcceptedAsAHighSchoolEquivalent AcceptedAsAHighSchoolEquivalent \N CEDS \N \N \N \N \N LIF f \N t 1 1603 54 Undergraduate is specified as the level of credit associated with the credit hours earned for the course. \N Undergraduate Undergraduate \N CEDS \N \N \N \N \N LIF f \N t 1 1604 54 Ungraded is specified as the level of credit associated with the credit hours earned for the course. \N Ungraded Ungraded \N CEDS \N \N \N \N \N LIF f \N t 1 -1605 54 Lower division credit (associated with first/second year) is specified as the level of credit associated with the credit hours earned for the course. \N LowerDivision Lower division credit (associated with first/second year) \N CEDS \N \N \N \N \N LIF f \N t 1 -1606 54 Higher or upper division credit (associated with third or fourth year) is specified as the level of credit associated with the credit hours earned for the course. \N UpperDivision Higher or upper division credit (associated with third or fourth year) \N CEDS \N \N \N \N \N LIF f \N t 1 +1582 53 Adult Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N AdultBasic AdultBasic \N CEDS \N \N \N \N \N LIF f \N t 1 511 33 \N \N fin Finnish \N CEDS \N \N \N \N \N LIF f \N t 1 -512 33 \N \N fiu Finno-Ugrian languages \N CEDS \N \N \N \N \N LIF f \N t 1 513 33 \N \N fon Fon \N CEDS \N \N \N \N \N LIF f \N t 1 514 33 \N \N fre French \N CEDS \N \N \N \N \N LIF f \N t 1 -515 33 \N \N frm French, Middle (ca.1400-1600) \N CEDS \N \N \N \N \N LIF f \N t 1 -516 33 \N \N fro French, Old (842-ca.1400) \N CEDS \N \N \N \N \N LIF f \N t 1 -517 33 \N \N frr Northern Frisian \N CEDS \N \N \N \N \N LIF f \N t 1 -518 33 \N \N frs Eastern Frisian \N CEDS \N \N \N \N \N LIF f \N t 1 -519 33 \N \N fry Western Frisian \N CEDS \N \N \N \N \N LIF f \N t 1 +1583 53 Advanced Placement is specified as the level of work required for a course or the level of the typical individual taking the course. \N AdvancedPlacement AdvancedPlacement \N CEDS \N \N \N \N \N LIF f \N t 1 520 33 \N \N ful Fulah \N CEDS \N \N \N \N \N LIF f \N t 1 521 33 \N \N fur Friulian \N CEDS \N \N \N \N \N LIF f \N t 1 522 33 \N \N gaa Ga \N CEDS \N \N \N \N \N LIF f \N t 1 523 33 \N \N gay Gayo \N CEDS \N \N \N \N \N LIF f \N t 1 524 33 \N \N gba Gbaya \N CEDS \N \N \N \N \N LIF f \N t 1 -525 33 \N \N gem Germanic languages \N CEDS \N \N \N \N \N LIF f \N t 1 526 33 \N \N geo Georgian \N CEDS \N \N \N \N \N LIF f \N t 1 527 33 \N \N ger German \N CEDS \N \N \N \N \N LIF f \N t 1 528 33 \N \N gez Geez \N CEDS \N \N \N \N \N LIF f \N t 1 529 33 \N \N gil Gilbertese \N CEDS \N \N \N \N \N LIF f \N t 1 -530 33 \N \N gla Gaelic; Scottish Gaelic \N CEDS \N \N \N \N \N LIF f \N t 1 +516 33 \N \N fro French-Old(842-ca.1400) \N CEDS \N \N \N \N \N LIF f \N t 1 +1537 51 Advanced placement course is specified as the general nature and difficulty of instruction provided throughout a course. \N AdvancedPlacementCourse AdvancedPlacementCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +512 33 \N \N fiu Finno-UgrianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +525 33 \N \N gem GermanicLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +510 33 \N \N fil Filipino;Pilipino \N CEDS \N \N \N \N \N LIF f \N t 1 +1527 50 The result is a performance level. \N PerformanceLevel PerformanceLevel \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1585 53 College Level is specified as the level of work required for a course or the level of the typical individual taking the course. \N CollegeLevel CollegeLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1538 51 Basic course is specified as the general nature and difficulty of instruction provided throughout a course. \N BasicCourse BasicCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1541 51 College-level course is specified as the general nature and difficulty of instruction provided throughout a course. \N College-levelCourse College-levelCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1677 59 Compressed Video is the primary method of instruction used for the course. \N CompressedVideo CompressedVideo \N CEDS \N \N \N \N \N LIF f \N t 1 531 33 \N \N gle Irish \N CEDS \N \N \N \N \N LIF f \N t 1 -1613 55 Carnegie Units is specified as the type of credit associated with the credit hours earned for the course. \N CarnegieUnits Carnegie Units \N CEDS \N \N \N \N \N LIF f \N t 1 -1614 55 Clock Hours is specified as the type of credit associated with the credit hours earned for the course. \N ClockHours Clock Hours \N CEDS \N \N \N \N \N LIF f \N t 1 -1615 55 Continuing Education Units is specified as the type of credit associated with the credit hours earned for the course. \N ContinuingEducationUnits Continuing Education Units \N CEDS \N \N \N \N \N LIF f \N t 1 -1616 55 No Credit is specified as the type of credit associated with the credit hours earned for the course. \N NoCredit No Credit \N CEDS \N \N \N \N \N LIF f \N t 1 +1613 55 Carnegie Units is specified as the type of credit associated with the credit hours earned for the course. \N CarnegieUnits CarnegieUnits \N CEDS \N \N \N \N \N LIF f \N t 1 +1683 59 Interactive Video is the primary method of instruction used for the course. \N InteractiveVideo InteractiveVideo \N CEDS \N \N \N \N \N LIF f \N t 1 1617 55 Other is specified as the type of credit associated with the credit hours earned for the course. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 1618 55 Quarter is specified as the type of credit associated with the credit hours earned for the course. \N Quarter Quarter \N CEDS \N \N \N \N \N LIF f \N t 1 1619 55 Semester is specified as the type of credit associated with the credit hours earned for the course. \N Semester Semester \N CEDS \N \N \N \N \N LIF f \N t 1 -1622 56 \N \N Achievement/proficiency level Achievement/proficiency level \N CEDS \N \N \N \N \N LIF f \N t 1 -1623 56 \N \N ACT score ACT score \N CEDS \N \N \N \N \N LIF f \N t 1 -1624 56 \N \N Age score Age score \N CEDS \N \N \N \N \N LIF f \N t 1 -1625 56 \N \N C-scaled scores C-scaled scores \N CEDS \N \N \N \N \N LIF f \N t 1 -1626 56 \N \N College Board examination scores College Board examination scores \N CEDS \N \N \N \N \N LIF f \N t 1 -1627 56 \N \N Grade equivalent or grade-level indicator Grade equivalent or grade-level indicator \N CEDS \N \N \N \N \N LIF f \N t 1 -1628 56 \N \N Graduation score Graduation score \N CEDS \N \N \N \N \N LIF f \N t 1 +1632 56 \N \N MasteryLevel MasteryLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1684 59 Internet Instruction is the primary method of instruction used for the course. \N InternetInstruction InternetInstruction \N CEDS \N \N \N \N \N LIF f \N t 1 +1678 59 Computer Based Instruction is the primary method of instruction used for the course. \N ComputerBasedInstruction ComputerBasedInstruction \N CEDS \N \N \N \N \N LIF f \N t 1 +1615 55 Continuing Education Units is specified as the type of credit associated with the credit hours earned for the course. \N ContinuingEducationUnits ContinuingEducationUnits \N CEDS \N \N \N \N \N LIF f \N t 1 +1616 55 No Credit is specified as the type of credit associated with the credit hours earned for the course. \N NoCredit NoCredit \N CEDS \N \N \N \N \N LIF f \N t 1 +1631 56 \N \N LetterGrade/mark LetterGrade/mark \N CEDS \N \N \N \N \N LIF f \N t 1 +547 33 \N \N hat Haitian;HaitianCreole \N CEDS \N \N \N \N \N LIF f \N t 1 1629 56 \N \N Growth/value-added/indexing Growth/value-added/indexing \N CEDS \N \N \N \N \N LIF f \N t 1 -1630 56 \N \N International Baccalaureate score International Baccalaureate score \N CEDS \N \N \N \N \N LIF f \N t 1 -1631 56 \N \N Letter grade/mark Letter grade/mark \N CEDS \N \N \N \N \N LIF f \N t 1 -1632 56 \N \N Mastery level Mastery level \N CEDS \N \N \N \N \N LIF f \N t 1 -1633 56 \N \N Normal curve equivalent Normal curve equivalent \N CEDS \N \N \N \N \N LIF f \N t 1 -1634 56 \N \N Normalized standard score Normalized standard score \N CEDS \N \N \N \N \N LIF f \N t 1 -1635 56 \N \N Number score Number score \N CEDS \N \N \N \N \N LIF f \N t 1 +1676 59 Clinical Rotation Instruction is the primary method of instruction used for the course. \N ClinicalRotationInstruction ClinicalRotationInstruction \N CEDS \N \N \N \N \N LIF f \N t 1 +1681 59 Field Study is the primary method of instruction used for the course. \N FieldStudy FieldStudy \N CEDS \N \N \N \N \N LIF f \N t 1 +1614 55 Clock Hours is specified as the type of credit associated with the credit hours earned for the course. \N ClockHours ClockHours \N CEDS \N \N \N \N \N LIF f \N t 1 +530 33 \N \N gla Gaelic;ScottishGaelic \N CEDS \N \N \N \N \N LIF f \N t 1 +1682 59 Independent Study is the primary method of instruction used for the course. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N t 1 +543 33 \N \N gsw SwissGerman;Alemannic;Alsatian \N CEDS \N \N \N \N \N LIF f \N t 1 1636 56 \N \N Pass-fail Pass-fail \N CEDS \N \N \N \N \N LIF f \N t 1 532 33 \N \N glg Galician \N CEDS \N \N \N \N \N LIF f \N t 1 1671 58 The course is counted as an honors course. \N Honors Honors \N CEDS \N \N \N \N \N LIF f \N t 1 -1672 58 The course can be counted as an honors course. \N HonorsOption Honors option \N CEDS \N \N \N \N \N LIF f \N t 1 -1673 59 Applied Instruction is the primary method of instruction used for the course. \N AppliedInstruction Applied Instruction \N CEDS \N \N \N \N \N LIF f \N t 1 -1674 59 Apprenticeship Externship is the primary method of instruction used for the course. \N ApprenticeshipExternship Apprenticeship Externship \N CEDS \N \N \N \N \N LIF f \N t 1 +3976 310 Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacCourteOreillesBandOfLakeSuperiorChippewaIndiansOfWisconsin LacCourteOreillesBandOfLakeSuperiorChippewaIndiansOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 +1633 56 \N \N NormalCurveEquivalent NormalCurveEquivalent \N CEDS \N \N \N \N \N LIF f \N t 1 1675 59 Audiotape is the primary method of instruction used for the course. \N Audiotape Audiotape \N CEDS \N \N \N \N \N LIF f \N t 1 -1676 59 Clinical Rotation Instruction is the primary method of instruction used for the course. \N ClinicalRotationInstruction Clinical Rotation Instruction \N CEDS \N \N \N \N \N LIF f \N t 1 -1677 59 Compressed Video is the primary method of instruction used for the course. \N CompressedVideo Compressed Video \N CEDS \N \N \N \N \N LIF f \N t 1 -1678 59 Computer Based Instruction is the primary method of instruction used for the course. \N ComputerBasedInstruction Computer Based Instruction \N CEDS \N \N \N \N \N LIF f \N t 1 -1679 59 Cooperative Education is the primary method of instruction used for the course. \N CooperativeEducation Cooperative Education \N CEDS \N \N \N \N \N LIF f \N t 1 +1679 59 Cooperative Education is the primary method of instruction used for the course. \N CooperativeEducation CooperativeEducation \N CEDS \N \N \N \N \N LIF f \N t 1 +1672 58 The course can be counted as an honors course. \N HonorsOption HonorsOption \N CEDS \N \N \N \N \N LIF f \N t 1 1680 59 Correspondence is the primary method of instruction used for the course. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N t 1 -1681 59 Field Study is the primary method of instruction used for the course. \N FieldStudy Field Study \N CEDS \N \N \N \N \N LIF f \N t 1 -1682 59 Independent Study is the primary method of instruction used for the course. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N t 1 -1683 59 Interactive Video is the primary method of instruction used for the course. \N InteractiveVideo Interactive Video \N CEDS \N \N \N \N \N LIF f \N t 1 -1684 59 Internet Instruction is the primary method of instruction used for the course. \N InternetInstruction Internet Instruction \N CEDS \N \N \N \N \N LIF f \N t 1 1685 59 Internship is the primary method of instruction used for the course. \N Internship Internship \N CEDS \N \N \N \N \N LIF f \N t 1 1686 59 Laboratory is the primary method of instruction used for the course. \N Laboratory Laboratory \N CEDS \N \N \N \N \N LIF f \N t 1 1687 59 Lecture is the primary method of instruction used for the course. \N Lecture Lecture \N CEDS \N \N \N \N \N LIF f \N t 1 533 33 \N \N glv Manx \N CEDS \N \N \N \N \N LIF f \N t 1 -534 33 \N \N gmh German, Middle High (ca.1050-1500) \N CEDS \N \N \N \N \N LIF f \N t 1 -535 33 \N \N goh German, Old High (ca.750-1050) \N CEDS \N \N \N \N \N LIF f \N t 1 +1623 56 \N \N ACTScore ACTScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1624 56 \N \N AgeScore AgeScore \N CEDS \N \N \N \N \N LIF f \N t 1 536 33 \N \N gon Gondi \N CEDS \N \N \N \N \N LIF f \N t 1 537 33 \N \N gor Gorontalo \N CEDS \N \N \N \N \N LIF f \N t 1 538 33 \N \N got Gothic \N CEDS \N \N \N \N \N LIF f \N t 1 539 33 \N \N grb Grebo \N CEDS \N \N \N \N \N LIF f \N t 1 -540 33 \N \N grc Greek, Ancient (to 1453) \N CEDS \N \N \N \N \N LIF f \N t 1 -541 33 \N \N gre Greek, Modern (1453-) \N CEDS \N \N \N \N \N LIF f \N t 1 +1635 56 \N \N NumberScore NumberScore \N CEDS \N \N \N \N \N LIF f \N t 1 542 33 \N \N grn Guarani \N CEDS \N \N \N \N \N LIF f \N t 1 -543 33 \N \N gsw Swiss German; Alemannic; Alsatian \N CEDS \N \N \N \N \N LIF f \N t 1 544 33 \N \N guj Gujarati \N CEDS \N \N \N \N \N LIF f \N t 1 545 33 \N \N gwi Gwich'in \N CEDS \N \N \N \N \N LIF f \N t 1 546 33 \N \N hai Haida \N CEDS \N \N \N \N \N LIF f \N t 1 -547 33 \N \N hat Haitian; Haitian Creole \N CEDS \N \N \N \N \N LIF f \N t 1 548 33 \N \N hau Hausa \N CEDS \N \N \N \N \N LIF f \N t 1 549 33 \N \N haw Hawaiian \N CEDS \N \N \N \N \N LIF f \N t 1 550 33 \N \N heb Hebrew \N CEDS \N \N \N \N \N LIF f \N t 1 +535 33 \N \N goh German-OldHigh(ca.750-1050) \N CEDS \N \N \N \N \N LIF f \N t 1 +540 33 \N \N grc Greek-Ancient(to1453) \N CEDS \N \N \N \N \N LIF f \N t 1 +541 33 \N \N gre Greek-Modern(1453-) \N CEDS \N \N \N \N \N LIF f \N t 1 +1622 56 \N \N Achievement/proficiencyLevel Achievement/proficiencyLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1673 59 Applied Instruction is the primary method of instruction used for the course. \N AppliedInstruction AppliedInstruction \N CEDS \N \N \N \N \N LIF f \N t 1 +1674 59 Apprenticeship Externship is the primary method of instruction used for the course. \N ApprenticeshipExternship ApprenticeshipExternship \N CEDS \N \N \N \N \N LIF f \N t 1 551 33 \N \N her Herero \N CEDS \N \N \N \N \N LIF f \N t 1 -553 33 \N \N him Himachali languages; Western Pahari languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1711 61 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning BlendedLearning \N CEDS \N \N \N \N \N LIF f \N t 1 1701 60 Auxiliary is specified as the type of location at which the course is taught. \N Auxiliary Auxiliary \N CEDS \N \N \N \N \N LIF f \N t 1 -1702 60 Clinic or hospital is specified as the type of location at which the course is taught. \N ClinicHospital Clinic or hospital \N CEDS \N \N \N \N \N LIF f \N t 1 -1706 60 Military Base is specified as the type of location at which the course is taught. \N Military Military Base \N CEDS \N \N \N \N \N LIF f \N t 1 -1711 61 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning Blended Learning \N CEDS \N \N \N \N \N LIF f \N t 1 +1748 68 Honors grade is specified as additional information regarding the context of the given grade. \N HonorsGrade HonorsGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +571 33 \N \N ina Interlingua(InternationalAuxiliaryLanguageAssociation) \N CEDS \N \N \N \N \N LIF f \N t 1 1712 61 Course is taught via live or taped broadcast over open air, closed circuit, or cable television systems. \N Broadcast Broadcast \N CEDS \N \N \N \N \N LIF f \N t 1 1713 61 Course is taught via hard or electronic copy or other media (CD, DVD, video cassette) and student works at own pace usually without an instructor present, but generally under supervision of LEA. Includes “packet” programs. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N t 1 -1714 61 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege Early College \N CEDS \N \N \N \N \N LIF f \N t 1 -1715 61 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace Face to Face \N CEDS \N \N \N \N \N LIF f \N t 1 -1716 61 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N t 1 -1741 66 New Class Section enrollment. \N NewEnrollment New Enrollment \N CEDS \N \N \N \N \N LIF f \N t 1 -1743 67 The student exited the course section and transferred to another course section of the same course in the same educational institution. \N Transfer Student transferred to another Class Section of the same course in the same educational institution. \N CEDS \N \N \N \N \N LIF f \N t 1 -1747 68 Audited or visited the course is specified as additional information regarding the context of the given grade. \N AuditedCourse Audited or visited the course \N CEDS \N \N \N \N \N LIF f \N t 1 -1748 68 Honors grade is specified as additional information regarding the context of the given grade. \N HonorsGrade Honors grade \N CEDS \N \N \N \N \N LIF f \N t 1 +2185 123 An identifier for information assets that have identifiers in public namespaces but are not part of the URI allocation. \N INFO INFOURIScheme \N \N \N \N \N \N \N LIF f \N t 1 +1741 66 New Class Section enrollment. \N NewEnrollment NewEnrollment \N CEDS \N \N \N \N \N LIF f \N t 1 +2181 123 A string of characters used to identify a name of a web resource. \N URN UniformResourceName \N \N \N \N \N \N \N LIF f \N t 1 +2178 123 A globally unique Credential Transparency Identifier issued by the Credential Registry Service by which the creator/owner/provider of a credential recognizes the credential in transactions with the external environment. \N CTID CredentialTransparencyIdentifier \N \N \N \N \N \N \N LIF f \N t 1 +1706 60 Military Base is specified as the type of location at which the course is taught. \N Military MilitaryBase \N CEDS \N \N \N \N \N LIF f \N t 1 1749 68 Incomplete is specified as additional information regarding the context of the given grade. \N Incomplete Incomplete \N CEDS \N \N \N \N \N LIF f \N t 1 -1750 68 Failing/no pass/unsatisfactory grade awarded because incomplete not resolved satisfactorily is specified as additional information regarding the context of the given grade. \N IncompleteNotResolvedFail Incomplete Not Resolved Fail \N CEDS \N \N \N \N \N LIF f \N t 1 -1751 68 Current enrollment course in progress, permanent grade not yet assigned is specified as additional information regarding the context of the given grade. \N InProgress In Progress \N CEDS \N \N \N \N \N LIF f \N t 1 +3978 310 Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacVieuxDesertBandOfLakeSuperiorChippewaIndiansOfMichigan LacVieuxDesertBandOfLakeSuperiorChippewaIndiansOfMichigan \N \N \N \N \N \N \N LIF f \N f 4 1764 69 Male-only is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N MaleOnly Male-only \N CEDS \N \N \N \N \N LIF f \N t 1 1765 69 Female-only is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N FemaleOnly Female-only \N CEDS \N \N \N \N \N LIF f \N t 1 -1766 69 Not a single-sex class is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N NotSingleSex Not a single-sex class \N CEDS \N \N \N \N \N LIF f \N t 1 554 33 \N \N hin Hindi \N CEDS \N \N \N \N \N LIF f \N t 1 555 33 \N \N hit Hittite \N CEDS \N \N \N \N \N LIF f \N t 1 -556 33 \N \N hmn Hmong; Mong \N CEDS \N \N \N \N \N LIF f \N t 1 -557 33 \N \N hmo Hiri Motu \N CEDS \N \N \N \N \N LIF f \N t 1 +1714 61 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege EarlyCollege \N CEDS \N \N \N \N \N LIF f \N t 1 +4035 310 Native Village of Chenega (aka Chanega) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChenega NativeVillageOfChenega \N \N \N \N \N \N \N LIF f \N f 4 558 33 \N \N hrv Croatian \N CEDS \N \N \N \N \N LIF f \N t 1 -559 33 \N \N hsb Upper Sorbian \N CEDS \N \N \N \N \N LIF f \N t 1 +1702 60 Clinic or hospital is specified as the type of location at which the course is taught. \N ClinicHospital ClinicOrHospital \N CEDS \N \N \N \N \N LIF f \N t 1 560 33 \N \N hun Hungarian \N CEDS \N \N \N \N \N LIF f \N t 1 561 33 \N \N hup Hupa \N CEDS \N \N \N \N \N LIF f \N t 1 564 33 \N \N ice Icelandic \N CEDS \N \N \N \N \N LIF f \N t 1 565 33 \N \N ido Ido \N CEDS \N \N \N \N \N LIF f \N t 1 -566 33 \N \N iii Sichuan Yi; Nuosu \N CEDS \N \N \N \N \N LIF f \N t 1 -567 33 \N \N ijo Ijo languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1751 68 Current enrollment course in progress, permanent grade not yet assigned is specified as additional information regarding the context of the given grade. \N InProgress InProgress \N CEDS \N \N \N \N \N LIF f \N t 1 568 33 \N \N iku Inuktitut \N CEDS \N \N \N \N \N LIF f \N t 1 -569 33 \N \N ile Interlingue; Occidental \N CEDS \N \N \N \N \N LIF f \N t 1 570 33 \N \N ilo Iloko \N CEDS \N \N \N \N \N LIF f \N t 1 -571 33 \N \N ina Interlingua (International Auxiliary Language Association) \N CEDS \N \N \N \N \N LIF f \N t 1 -2178 123 A globally unique Credential Transparency Identifier issued by the Credential Registry Service by which the creator/owner/provider of a credential recognizes the credential in transactions with the external environment. \N CTID Credential Transparency Identifier \N \N \N \N \N \N \N LIF f \N t 1 -2179 123 A string of characters used to identify a resource. \N URI Uniform Resource Identifier \N \N \N \N \N \N \N LIF f \N t 1 -2180 123 A Uniform Resource Locator, commonly informally termed a web address is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. \N URL Uniform Resource Locator \N \N \N \N \N \N \N LIF f \N t 1 -2181 123 A string of characters used to identify a name of a web resource. \N URN Uniform Resource Name \N \N \N \N \N \N \N LIF f \N t 1 -2182 123 128-bit number used to identify information in computer systems. \N UUID Universally Unique Identifier \N \N \N \N \N \N \N LIF f \N t 1 +1716 61 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N t 1 +553 33 \N \N him HimachaliLanguages;WesternPahariLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +4003 310 Menominee Indian Tribe of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MenomineeIndianTribeOfWisconsin MenomineeIndianTribeOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 +1750 68 Failing/no pass/unsatisfactory grade awarded because incomplete not resolved satisfactorily is specified as additional information regarding the context of the given grade. \N IncompleteNotResolvedFail IncompleteNotResolvedFail \N CEDS \N \N \N \N \N LIF f \N t 1 +1715 61 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace FaceToFace \N CEDS \N \N \N \N \N LIF f \N t 1 +566 33 \N \N iii SichuanYi;Nuosu \N CEDS \N \N \N \N \N LIF f \N t 1 636 33 \N \N lun Lunda \N CEDS \N \N \N \N \N LIF f \N t 1 -2183 123 A Uniform Resource Locator that is a multi-purpose persistent identifier for information objects of any type. \N ARK Archival Resource Key \N \N \N \N \N \N \N LIF f \N t 1 -2184 123 A persistent identifier or handle used to uniquely identify objects, standardized by the ISO. \N DOI Digital Document Identifier \N \N \N \N \N \N \N LIF f \N t 1 -2185 123 An identifier for information assets that have identifiers in public namespaces but are not part of the URI allocation. \N INFO INFO URI Scheme \N \N \N \N \N \N \N LIF f \N t 1 +559 33 \N \N hsb UpperSorbian \N CEDS \N \N \N \N \N LIF f \N t 1 2186 124 Represents a generic achievement. \N Achievement Achievement \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2187 124 Represents an assessment result. \N AssessmentResult AssessmentResult \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +567 33 \N \N ijo IjoLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2183 123 A Uniform Resource Locator that is a multi-purpose persistent identifier for information objects of any type. \N ARK ArchivalResourceKey \N \N \N \N \N \N \N LIF f \N t 1 +556 33 \N \N hmn Hmong;Mong \N CEDS \N \N \N \N \N LIF f \N t 1 +569 33 \N \N ile Interlingue;Occidental \N CEDS \N \N \N \N \N LIF f \N t 1 +557 33 \N \N hmo HiriMotu \N CEDS \N \N \N \N \N LIF f \N t 1 2188 124 Represents an award. \N Award Award \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2189 124 Represents a generic badge. Set the type to 'BadgeClass' and reference the IMS Open Badges @context file if the achievement is an IMS Open Badges achievement. \N Badge Badge \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2190 124 A badge offered in digital form. \N Digital Badge ceterms:DigitalBadge \N CTDL \N \N \N \N \N LIF f \N t 1 -2191 124 An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N Open Badge ceterms:OpenBadge \N CTDL \N \N \N \N \N LIF f \N t 1 +574 33 \N \N ine Indo-EuropeanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +577 33 \N \N ira IranianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2192 124 Represents a credit bearing certificate such as an undergraduate certificate in autism. \N Certificate Certificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2193 124 Represents a non-credit certification such as a CompTIA certification in IT. \N Certification Certification \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2194 124 Represents a course completion. \N Course Course \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2195 124 Represents community service. \N CommunityService CommunityService \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2196 124 Represents a competency. \N Competency Competency \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 573 33 \N \N ind Indonesian \N CEDS \N \N \N \N \N LIF f \N t 1 -574 33 \N \N ine Indo-European languages \N CEDS \N \N \N \N \N LIF f \N t 1 575 33 \N \N inh Ingush \N CEDS \N \N \N \N \N LIF f \N t 1 576 33 \N \N ipk Inupiaq \N CEDS \N \N \N \N \N LIF f \N t 1 -577 33 \N \N ira Iranian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -578 33 \N \N iro Iroquoian languages \N CEDS \N \N \N \N \N LIF f \N t 1 +599 33 \N \N khm CentralKhmer \N CEDS \N \N \N \N \N LIF f \N t 1 579 33 \N \N ita Italian \N CEDS \N \N \N \N \N LIF f \N t 1 580 33 \N \N jav Javanese \N CEDS \N \N \N \N \N LIF f \N t 1 581 33 \N \N jbo Lojban \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16342,23 +15988,15 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 584 33 \N \N jrb Judeo-Arabic \N CEDS \N \N \N \N \N LIF f \N t 1 585 33 \N \N kaa Kara-Kalpak \N CEDS \N \N \N \N \N LIF f \N t 1 586 33 \N \N kab Kabyle \N CEDS \N \N \N \N \N LIF f \N t 1 -587 33 \N \N kac Kachin; Jingpho \N CEDS \N \N \N \N \N LIF f \N t 1 -588 33 \N \N kal Kalaallisut; Greenlandic \N CEDS \N \N \N \N \N LIF f \N t 1 589 33 \N \N kam Kamba \N CEDS \N \N \N \N \N LIF f \N t 1 590 33 \N \N kan Kannada \N CEDS \N \N \N \N \N LIF f \N t 1 -591 33 \N \N kar Karen languages \N CEDS \N \N \N \N \N LIF f \N t 1 592 33 \N \N kas Kashmiri \N CEDS \N \N \N \N \N LIF f \N t 1 593 33 \N \N kau Kanuri \N CEDS \N \N \N \N \N LIF f \N t 1 594 33 \N \N kaw Kawi \N CEDS \N \N \N \N \N LIF f \N t 1 595 33 \N \N kaz Kazakh \N CEDS \N \N \N \N \N LIF f \N t 1 596 33 \N \N kbd Kabardian \N CEDS \N \N \N \N \N LIF f \N t 1 597 33 \N \N kha Khasi \N CEDS \N \N \N \N \N LIF f \N t 1 -598 33 \N \N khi Khoisan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -599 33 \N \N khm Central Khmer \N CEDS \N \N \N \N \N LIF f \N t 1 -600 33 \N \N kho Khotanese; Sakan \N CEDS \N \N \N \N \N LIF f \N t 1 -601 33 \N \N kik Kikuyu; Gikuyu \N CEDS \N \N \N \N \N LIF f \N t 1 602 33 \N \N kin Kinyarwanda \N CEDS \N \N \N \N \N LIF f \N t 1 -603 33 \N \N kir Kirghiz; Kyrgyz \N CEDS \N \N \N \N \N LIF f \N t 1 604 33 \N \N kmb Kimbundu \N CEDS \N \N \N \N \N LIF f \N t 1 605 33 \N \N kok Konkani \N CEDS \N \N \N \N \N LIF f \N t 1 606 33 \N \N kom Komi \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16368,9 +16006,7 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 610 33 \N \N kpe Kpelle \N CEDS \N \N \N \N \N LIF f \N t 1 611 33 \N \N krc Karachay-Balkar \N CEDS \N \N \N \N \N LIF f \N t 1 612 33 \N \N krl Karelian \N CEDS \N \N \N \N \N LIF f \N t 1 -613 33 \N \N kro Kru languages \N CEDS \N \N \N \N \N LIF f \N t 1 614 33 \N \N kru Kurukh \N CEDS \N \N \N \N \N LIF f \N t 1 -615 33 \N \N kua Kuanyama; Kwanyama \N CEDS \N \N \N \N \N LIF f \N t 1 616 33 \N \N kum Kumyk \N CEDS \N \N \N \N \N LIF f \N t 1 617 33 \N \N kur Kurdish \N CEDS \N \N \N \N \N LIF f \N t 1 618 33 \N \N kut Kutenai \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16381,17 +16017,15 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 623 33 \N \N lat Latin \N CEDS \N \N \N \N \N LIF f \N t 1 624 33 \N \N lav Latvian \N CEDS \N \N \N \N \N LIF f \N t 1 625 33 \N \N lez Lezghian \N CEDS \N \N \N \N \N LIF f \N t 1 -626 33 \N \N lim Limburgan; Limburger; Limburgish \N CEDS \N \N \N \N \N LIF f \N t 1 627 33 \N \N lin Lingala \N CEDS \N \N \N \N \N LIF f \N t 1 628 33 \N \N lit Lithuanian \N CEDS \N \N \N \N \N LIF f \N t 1 629 33 \N \N lol Mongo \N CEDS \N \N \N \N \N LIF f \N t 1 630 33 \N \N loz Lozi \N CEDS \N \N \N \N \N LIF f \N t 1 -631 33 \N \N ltz Luxembourgish; Letzeburgesch \N CEDS \N \N \N \N \N LIF f \N t 1 632 33 \N \N lua Luba-Lulua \N CEDS \N \N \N \N \N LIF f \N t 1 633 33 \N \N lub Luba-Katanga \N CEDS \N \N \N \N \N LIF f \N t 1 634 33 \N \N lug Ganda \N CEDS \N \N \N \N \N LIF f \N t 1 635 33 \N \N lui Luiseno \N CEDS \N \N \N \N \N LIF f \N t 1 -637 33 \N \N luo Luo (Kenya and Tanzania) \N CEDS \N \N \N \N \N LIF f \N t 1 +578 33 \N \N iro IroquoianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 638 33 \N \N lus Lushai \N CEDS \N \N \N \N \N LIF f \N t 1 639 33 \N \N mac Macedonian \N CEDS \N \N \N \N \N LIF f \N t 1 640 33 \N \N mad Madurese \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16402,163 +16036,153 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 645 33 \N \N mal Malayalam \N CEDS \N \N \N \N \N LIF f \N t 1 646 33 \N \N man Mandingo \N CEDS \N \N \N \N \N LIF f \N t 1 647 33 \N \N mao Maori \N CEDS \N \N \N \N \N LIF f \N t 1 -648 33 \N \N map Austronesian languages \N CEDS \N \N \N \N \N LIF f \N t 1 +591 33 \N \N kar KarenLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +637 33 \N \N luo Luo(KenyaAndTanzania) \N CEDS \N \N \N \N \N LIF f \N t 1 +587 33 \N \N kac Kachin;Jingpho \N CEDS \N \N \N \N \N LIF f \N t 1 +588 33 \N \N kal Kalaallisut;Greenlandic \N CEDS \N \N \N \N \N LIF f \N t 1 +600 33 \N \N kho Khotanese;Sakan \N CEDS \N \N \N \N \N LIF f \N t 1 +601 33 \N \N kik Kikuyu;Gikuyu \N CEDS \N \N \N \N \N LIF f \N t 1 +603 33 \N \N kir Kirghiz;Kyrgyz \N CEDS \N \N \N \N \N LIF f \N t 1 +615 33 \N \N kua Kuanyama;Kwanyama \N CEDS \N \N \N \N \N LIF f \N t 1 +718 33 \N \N peo Persian-Old(ca.600-400B.C.) \N CEDS \N \N \N \N \N LIF f \N t 1 649 33 \N \N mar Marathi \N CEDS \N \N \N \N \N LIF f \N t 1 650 33 \N \N mas Masai \N CEDS \N \N \N \N \N LIF f \N t 1 651 33 \N \N may Malay \N CEDS \N \N \N \N \N LIF f \N t 1 652 33 \N \N mdf Moksha \N CEDS \N \N \N \N \N LIF f \N t 1 653 33 \N \N mdr Mandar \N CEDS \N \N \N \N \N LIF f \N t 1 654 33 \N \N men Mende \N CEDS \N \N \N \N \N LIF f \N t 1 -655 33 \N \N mga Irish, Middle (900-1200) \N CEDS \N \N \N \N \N LIF f \N t 1 -656 33 \N \N mic Mi'kmaq; Micmac \N CEDS \N \N \N \N \N LIF f \N t 1 +648 33 \N \N map AustronesianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +685 33 \N \N new NepalBhasa;Newari \N CEDS \N \N \N \N \N LIF f \N t 1 657 33 \N \N min Minangkabau \N CEDS \N \N \N \N \N LIF f \N t 1 -658 33 \N \N mis Uncoded languages \N CEDS \N \N \N \N \N LIF f \N t 1 -659 33 \N \N mkh Mon-Khmer languages \N CEDS \N \N \N \N \N LIF f \N t 1 +697 33 \N \N nwc ClassicalNewari;OldNewari;ClassicalNepalBhasa \N CEDS \N \N \N \N \N LIF f \N t 1 +3035 284 Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CheyenneRiverSiouxTribeOfTheCheyenneRiverReservationSouthDakota CheyenneRiverSiouxTribeOfTheCheyenneRiverReservation-SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 660 33 \N \N mlg Malagasy \N CEDS \N \N \N \N \N LIF f \N t 1 661 33 \N \N mlt Maltese \N CEDS \N \N \N \N \N LIF f \N t 1 662 33 \N \N mnc Manchu \N CEDS \N \N \N \N \N LIF f \N t 1 663 33 \N \N mni Manipuri \N CEDS \N \N \N \N \N LIF f \N t 1 -664 33 \N \N mno Manobo languages \N CEDS \N \N \N \N \N LIF f \N t 1 665 33 \N \N moh Mohawk \N CEDS \N \N \N \N \N LIF f \N t 1 666 33 \N \N mon Mongolian \N CEDS \N \N \N \N \N LIF f \N t 1 667 33 \N \N mos Mossi \N CEDS \N \N \N \N \N LIF f \N t 1 -668 33 \N \N mul Multiple languages \N CEDS \N \N \N \N \N LIF f \N t 1 +3111 284 Havasupai Tribe of the Havasupai Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HavasupaiTribeOfTheHavasupaiReservationArizona HavasupaiTribeOfTheHavasupaiReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 2246 125 The learner has successfully completed the achievement. This is the default status if no status result is included. \N Completed Completed \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2247 125 The learner is enrolled in the activity described by the achievement. \N Enrolled Enrolled \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2248 125 The learner has unsuccessfully completed the achievement. \N Failed Failed \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2249 125 The learner has started progress in the activity described by the achievement. \N InProgress InProgress \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2250 125 The learner has completed the activity described by the achievement, but successful completion has not been awarded, typically for administrative reasons. \N OnHold OnHold \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2251 125 The learner has completed the activity described by the achievement, but the completed result has not yet been confirmed. \N Provisional Provisional \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -669 33 \N \N mun Munda languages \N CEDS \N \N \N \N \N LIF f \N t 1 +695 33 \N \N nso Pedi;Sepedi;NorthernSotho \N CEDS \N \N \N \N \N LIF f \N t 1 670 33 \N \N mus Creek \N CEDS \N \N \N \N \N LIF f \N t 1 671 33 \N \N mwl Mirandese \N CEDS \N \N \N \N \N LIF f \N t 1 672 33 \N \N mwr Marwari \N CEDS \N \N \N \N \N LIF f \N t 1 -673 33 \N \N myn Mayan languages \N CEDS \N \N \N \N \N LIF f \N t 1 674 33 \N \N myv Erzya \N CEDS \N \N \N \N \N LIF f \N t 1 -675 33 \N \N nah Nahuatl languages \N CEDS \N \N \N \N \N LIF f \N t 1 -676 33 \N \N nai North American Indian languages \N CEDS \N \N \N \N \N LIF f \N t 1 +703 33 \N \N oci Occitan(post1500) \N CEDS \N \N \N \N \N LIF f \N t 1 677 33 \N \N nap Neapolitan \N CEDS \N \N \N \N \N LIF f \N t 1 678 33 \N \N nau Nauru \N CEDS \N \N \N \N \N LIF f \N t 1 -679 33 \N \N nav Navajo; Navaho \N CEDS \N \N \N \N \N LIF f \N t 1 -680 33 \N \N nbl Ndebele, South; South Ndebele \N CEDS \N \N \N \N \N LIF f \N t 1 -681 33 \N \N nde Ndebele, North; North Ndebele \N CEDS \N \N \N \N \N LIF f \N t 1 +658 33 \N \N mis UncodedLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 682 33 \N \N ndo Ndonga \N CEDS \N \N \N \N \N LIF f \N t 1 -683 33 \N \N nds Low German; Low Saxon; German, Low; Saxon, Low \N CEDS \N \N \N \N \N LIF f \N t 1 +709 33 \N \N ota Turkish-Ottoman(1500-1928) \N CEDS \N \N \N \N \N LIF f \N t 1 684 33 \N \N nep Nepali \N CEDS \N \N \N \N \N LIF f \N t 1 -685 33 \N \N new Nepal Bhasa; Newari \N CEDS \N \N \N \N \N LIF f \N t 1 686 33 \N \N nia Nias \N CEDS \N \N \N \N \N LIF f \N t 1 -687 33 \N \N nic Niger-Kordofanian languages \N CEDS \N \N \N \N \N LIF f \N t 1 688 33 \N \N niu Niuean \N CEDS \N \N \N \N \N LIF f \N t 1 -689 33 \N \N nno Norwegian Nynorsk; Nynorsk, Norwegian \N CEDS \N \N \N \N \N LIF f \N t 1 -690 33 \N \N nob Bokmål, Norwegian; Norwegian Bokmål \N CEDS \N \N \N \N \N LIF f \N t 1 +656 33 \N \N mic Mi'kmaq;Micmac \N CEDS \N \N \N \N \N LIF f \N t 1 691 33 \N \N nog Nogai \N CEDS \N \N \N \N \N LIF f \N t 1 -692 33 \N \N non Norse, Old \N CEDS \N \N \N \N \N LIF f \N t 1 +679 33 \N \N nav Navajo;Navaho \N CEDS \N \N \N \N \N LIF f \N t 1 693 33 \N \N nor Norwegian \N CEDS \N \N \N \N \N LIF f \N t 1 694 33 \N \N nqo N'Ko \N CEDS \N \N \N \N \N LIF f \N t 1 -695 33 \N \N nso Pedi; Sepedi; Northern Sotho \N CEDS \N \N \N \N \N LIF f \N t 1 -696 33 \N \N nub Nubian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -697 33 \N \N nwc Classical Newari; Old Newari; Classical Nepal Bhasa \N CEDS \N \N \N \N \N LIF f \N t 1 -698 33 \N \N nya Chichewa; Chewa; Nyanja \N CEDS \N \N \N \N \N LIF f \N t 1 699 33 \N \N nym Nyamwezi \N CEDS \N \N \N \N \N LIF f \N t 1 700 33 \N \N nyn Nyankole \N CEDS \N \N \N \N \N LIF f \N t 1 701 33 \N \N nyo Nyoro \N CEDS \N \N \N \N \N LIF f \N t 1 702 33 \N \N nzi Nzima \N CEDS \N \N \N \N \N LIF f \N t 1 -703 33 \N \N oci Occitan (post 1500) \N CEDS \N \N \N \N \N LIF f \N t 1 704 33 \N \N oji Ojibwa \N CEDS \N \N \N \N \N LIF f \N t 1 705 33 \N \N ori Oriya \N CEDS \N \N \N \N \N LIF f \N t 1 706 33 \N \N orm Oromo \N CEDS \N \N \N \N \N LIF f \N t 1 707 33 \N \N osa Osage \N CEDS \N \N \N \N \N LIF f \N t 1 -708 33 \N \N oss Ossetian; Ossetic \N CEDS \N \N \N \N \N LIF f \N t 1 -709 33 \N \N ota Turkish, Ottoman (1500-1928) \N CEDS \N \N \N \N \N LIF f \N t 1 2461 148 \N \N Bonus Bonus \N \N \N \N \N \N \N LIF f \N t 1 -710 33 \N \N oto Otomian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -711 33 \N \N paa Papuan languages \N CEDS \N \N \N \N \N LIF f \N t 1 712 33 \N \N pag Pangasinan \N CEDS \N \N \N \N \N LIF f \N t 1 713 33 \N \N pal Pahlavi \N CEDS \N \N \N \N \N LIF f \N t 1 -714 33 \N \N pam Pampanga; Kapampangan \N CEDS \N \N \N \N \N LIF f \N t 1 -715 33 \N \N pan Panjabi; Punjabi \N CEDS \N \N \N \N \N LIF f \N t 1 716 33 \N \N pap Papiamento \N CEDS \N \N \N \N \N LIF f \N t 1 717 33 \N \N pau Palauan \N CEDS \N \N \N \N \N LIF f \N t 1 -718 33 \N \N peo Persian, Old (ca.600-400 B.C.) \N CEDS \N \N \N \N \N LIF f \N t 1 719 33 \N \N per Persian \N CEDS \N \N \N \N \N LIF f \N t 1 -720 33 \N \N phi Philippine languages \N CEDS \N \N \N \N \N LIF f \N t 1 +680 33 \N \N nbl Ndebele-South;SouthNdebele \N CEDS \N \N \N \N \N LIF f \N t 1 +681 33 \N \N nde Ndebele-North;NorthNdebele \N CEDS \N \N \N \N \N LIF f \N t 1 +689 33 \N \N nno NorwegianNynorsk;Nynorsk-Norwegian \N CEDS \N \N \N \N \N LIF f \N t 1 +690 33 \N \N nob Bokmål-Norwegian;NorwegianBokmål \N CEDS \N \N \N \N \N LIF f \N t 1 +692 33 \N \N non Norse-Old \N CEDS \N \N \N \N \N LIF f \N t 1 +698 33 \N \N nya Chichewa;Chewa;Nyanja \N CEDS \N \N \N \N \N LIF f \N t 1 +708 33 \N \N oss Ossetian;Ossetic \N CEDS \N \N \N \N \N LIF f \N t 1 +714 33 \N \N pam Pampanga;Kapampangan \N CEDS \N \N \N \N \N LIF f \N t 1 +715 33 \N \N pan Panjabi;Punjabi \N CEDS \N \N \N \N \N LIF f \N t 1 721 33 \N \N phn Phoenician \N CEDS \N \N \N \N \N LIF f \N t 1 722 33 \N \N pli Pali \N CEDS \N \N \N \N \N LIF f \N t 1 723 33 \N \N pol Polish \N CEDS \N \N \N \N \N LIF f \N t 1 724 33 \N \N pon Pohnpeian \N CEDS \N \N \N \N \N LIF f \N t 1 725 33 \N \N por Portuguese \N CEDS \N \N \N \N \N LIF f \N t 1 2253 126 Awards of the credential are ongoing. \N Active Active \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2257 127 An alignment to a CTDL-ASN/CTDL competency published by Credential Engine. \N ceasn:Competency ceasn:Competency \N \N \N \N \N \N \N LIF f \N t 1 -2258 127 An alignment to a CTDL Credential published by Credential Engine. \N ceterms:Credential ceterms:Credential \N \N \N \N \N \N \N LIF f \N t 1 +2529 155 \N \N ActiveDuty ActiveDuty \N NONE \N \N \N \N \N LIF f \N t 1 +2523 154 \N \N AirForce AirForce \N NONE \N \N \N \N \N LIF f \N t 1 2259 127 An alignment to a CASE Framework Item. \N CFItem CFItem \N \N \N \N \N \N \N LIF f \N t 1 2260 127 An alignment to a CASE Framework Rubric. \N CFRubric CFRubric \N \N \N \N \N \N \N LIF f \N t 1 2263 127 An alignment to a Credential Engine Item. \N CTDL CTDL \N \N \N \N \N \N \N LIF f \N t 1 -2265 128 Open Badges 2.0 \N OB2 Open Badges 2.0 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2266 128 Comprehensive Learner Record 1 \N CLR1 Comprehensive Learner Record 1 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2267 128 Open Badges 3.0 \N OB3 Open Badges 3.0 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2268 128 Comprehensive Learner Record 2 \N CLR2 Comprehensive Learner Record 2 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -726 33 \N \N pra Prakrit languages \N CEDS \N \N \N \N \N LIF f \N t 1 -2487 151 Change of assignment is the primary reason for the termination of the employment relationship. \N Change Of assignment Change of assignment \N CEDS \N \N \N \N \N LIF f \N t 1 +2430 144 \N \N SelfEmployed SelfEmployed \N PESC \N \N \N \N \N LIF f \N t 1 +4032 310 Native Village of Brevig Mission is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBrevigMission NativeVillageOfBrevigMission \N \N \N \N \N \N \N LIF f \N f 4 +726 33 \N \N pra PrakritLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2428 144 \N \N Retired Retired \N PESC \N \N \N \N \N LIF f \N t 1 -2430 144 \N \N SelfEmployed Self Employed \N PESC \N \N \N \N \N LIF f \N t 1 -2440 145 Full-time paid is specified as the condition under which a person has agreed to serve as an employee. \N FullTime Full-time paid \N CEDS \N \N \N \N \N LIF f \N t 1 -2441 145 Part-time paid is specified as the condition under which a person has agreed to serve as an employee. \N PartTime Part-time paid \N CEDS \N \N \N \N \N LIF f \N t 1 -2442 145 \N \N FlexTime Flex Time \N HR Open \N \N \N \N \N LIF f \N t 1 -2486 151 Budgetary reduction is the primary reason for the termination of the employment relationship. \N Budgetary reduction Budgetary reduction \N CEDS \N \N \N \N \N LIF f \N t 1 +2442 145 \N \N FlexTime FlexTime \N HR Open \N \N \N \N \N LIF f \N t 1 2488 151 Compensation is the primary reason for the termination of the employment relationship. \N Compensation Compensation \N CEDS \N \N \N \N \N LIF f \N t 1 -2489 151 Continued absence or tardiness is the primary reason for the termination of the employment relationship. \N Continued absence or tardiness Continued absence or tardiness \N CEDS \N \N \N \N \N LIF f \N t 1 -2490 151 Credential revoked or suspended is the primary reason for the termination of the employment relationship. \N Credential revoked or suspended Credential revoked or suspended \N CEDS \N \N \N \N \N LIF f \N t 1 +733 33 \N \N roa RomanceLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2491 151 Death is the primary reason for the termination of the employment relationship. \N Death Death \N CEDS \N \N \N \N \N LIF f \N t 1 -2492 151 Decreased workload is the primary reason for the termination of the employment relationship. \N Decreased workload Decreased workload \N CEDS \N \N \N \N \N LIF f \N t 1 -2511 152 Involuntary separation is the type of separation occurring between a person and the organization. \N Involuntary Involuntary separation \N CEDS \N \N \N \N \N LIF f \N t 1 -2512 152 Mutual agreement is the type of separation occurring between a person and the organization. \N MutualAgreement Mutual agreement \N CEDS \N \N \N \N \N LIF f \N t 1 +2487 151 Change of assignment is the primary reason for the termination of the employment relationship. \N ChangeOfAssignment ChangeOfassignment \N CEDS \N \N \N \N \N LIF f \N t 1 +2440 145 Full-time paid is specified as the condition under which a person has agreed to serve as an employee. \N FullTime Full-timePaid \N CEDS \N \N \N \N \N LIF f \N t 1 2513 152 The type of separation occurring between a person and the organization is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -2514 152 Voluntary separation is the type of separation occurring between a person and the organization. \N Voluntary Voluntary separation \N CEDS \N \N \N \N \N LIF f \N t 1 +2441 145 Part-time paid is specified as the condition under which a person has agreed to serve as an employee. \N PartTime Part-timePaid \N CEDS \N \N \N \N \N LIF f \N t 1 2517 153 Multi-year employment contract is specified. \N Multi-year Multi-year \N CEDS \N \N \N \N \N LIF f \N t 1 2518 153 Annual employment contract is specified. \N Annual Annual \N CEDS \N \N \N \N \N LIF f \N t 1 -727 33 \N \N pro Provençal, Old (to 1500); Occitan, Old (to 1500) \N CEDS \N \N \N \N \N LIF f \N t 1 -728 33 \N \N pus Pushto; Pashto \N CEDS \N \N \N \N \N LIF f \N t 1 729 33 \N \N que Quechua \N CEDS \N \N \N \N \N LIF f \N t 1 730 33 \N \N raj Rajasthani \N CEDS \N \N \N \N \N LIF f \N t 1 731 33 \N \N rap Rapanui \N CEDS \N \N \N \N \N LIF f \N t 1 -732 33 \N \N rar Rarotongan; Cook Islands Maori \N CEDS \N \N \N \N \N LIF f \N t 1 -733 33 \N \N roa Romance languages \N CEDS \N \N \N \N \N LIF f \N t 1 +2512 152 Mutual agreement is the type of separation occurring between a person and the organization. \N MutualAgreement MutualAgreement \N CEDS \N \N \N \N \N LIF f \N t 1 +2492 151 Decreased workload is the primary reason for the termination of the employment relationship. \N DecreasedWorkload DecreasedWorkload \N CEDS \N \N \N \N \N LIF f \N t 1 734 33 \N \N roh Romansh \N CEDS \N \N \N \N \N LIF f \N t 1 735 33 \N \N rom Romany \N CEDS \N \N \N \N \N LIF f \N t 1 736 33 \N \N rum Romanian \N CEDS \N \N \N \N \N LIF f \N t 1 737 33 \N \N run Rundi \N CEDS \N \N \N \N \N LIF f \N t 1 -738 33 \N \N rup Aromanian; Arumanian; Macedo-Romanian \N CEDS \N \N \N \N \N LIF f \N t 1 739 33 \N \N rus Russian \N CEDS \N \N \N \N \N LIF f \N t 1 740 33 \N \N sad Sandawe \N CEDS \N \N \N \N \N LIF f \N t 1 741 33 \N \N sag Sango \N CEDS \N \N \N \N \N LIF f \N t 1 742 33 \N \N sah Yakut \N CEDS \N \N \N \N \N LIF f \N t 1 -743 33 \N \N sai South American Indian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -744 33 \N \N sal Salishan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -745 33 \N \N sam Samaritan Aramaic \N CEDS \N \N \N \N \N LIF f \N t 1 +743 33 \N \N sai SouthAmericanIndianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +745 33 \N \N sam SamaritanAramaic \N CEDS \N \N \N \N \N LIF f \N t 1 +2266 128 Comprehensive Learner Record 1 \N CLR1 ComprehensiveLearnerRecord1 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 746 33 \N \N san Sanskrit \N CEDS \N \N \N \N \N LIF f \N t 1 747 33 \N \N sas Sasak \N CEDS \N \N \N \N \N LIF f \N t 1 748 33 \N \N sat Santali \N CEDS \N \N \N \N \N LIF f \N t 1 749 33 \N \N scn Sicilian \N CEDS \N \N \N \N \N LIF f \N t 1 2521 154 \N \N Army Army \N NONE \N \N \N \N \N LIF f \N t 1 2522 154 \N \N Navy Navy \N NONE \N \N \N \N \N LIF f \N t 1 -2523 154 \N \N Air Force Air Force \N NONE \N \N \N \N \N LIF f \N t 1 -2528 155 \N \N Not Military Connected Not Military Connected \N NONE \N \N \N \N \N LIF f \N t 1 -2529 155 \N \N Active Duty Active Duty \N NONE \N \N \N \N \N LIF f \N t 1 -2530 155 \N \N National Guard or Reserve National Guard or Reserve \N NONE \N \N \N \N \N LIF f \N t 1 +2268 128 Comprehensive Learner Record 2 \N CLR2 ComprehensiveLearnerRecord2 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +4048 310 Native Village of False Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfFalsePass NativeVillageOfFalsePass \N \N \N \N \N \N \N LIF f \N f 4 +2511 152 Involuntary separation is the type of separation occurring between a person and the organization. \N Involuntary InvoluntarySeparation \N CEDS \N \N \N \N \N LIF f \N t 1 +744 33 \N \N sal SalishanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2533 156 \N \N yes yes \N NONE \N \N \N \N \N LIF f \N t 1 2534 156 \N \N no no \N NONE \N \N \N \N \N LIF f \N t 1 -2659 264 An administrative unit at the local level which exists primarily to operate schools or to contract for educational services. These units may or may not be co-extensive with county, city, or town boundaries. \N Local Education Agency (LEA) Local Education Agency (LEA) \N CEDS \N \N \N \N \N LIF f \N t 1 -2675 264 An institution that is responsible for the policy decisions of an educational entity. \N Governing Board Governing Board \N CEDS \N \N \N \N \N LIF f \N t 1 +2514 152 Voluntary separation is the type of separation occurring between a person and the organization. \N Voluntary VoluntarySeparation \N CEDS \N \N \N \N \N LIF f \N t 1 +2265 128 Open Badges 2.0 \N OB2 OpenBadges2.0 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +738 33 \N \N rup Aromanian;Arumanian;Macedo-Romanian \N CEDS \N \N \N \N \N LIF f \N t 1 +728 33 \N \N pus Pushto;Pashto \N CEDS \N \N \N \N \N LIF f \N t 1 +2267 128 Open Badges 3.0 \N OB3 OpenBadges3.0 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2490 151 Credential revoked or suspended is the primary reason for the termination of the employment relationship. \N CredentialRevokedOrSuspended CredentialRevokedOrSuspended \N CEDS \N \N \N \N \N LIF f \N t 1 +732 33 \N \N rar Rarotongan;CookIslandsMaori \N CEDS \N \N \N \N \N LIF f \N t 1 +2528 155 \N \N NotMilitaryConnected NotMilitaryConnected \N NONE \N \N \N \N \N LIF f \N t 1 +2675 264 An institution that is responsible for the policy decisions of an educational entity. \N GoverningBoard GoverningBoard \N CEDS \N \N \N \N \N LIF f \N t 1 2706 266 Physical is specified as the type of address listed for an organization. \N Physical Physical \N CEDS \N \N \N \N \N LIF f \N t 1 774 33 \N \N som Somali \N CEDS \N \N \N \N \N LIF f \N t 1 -775 33 \N \N son Songhai languages \N CEDS \N \N \N \N \N LIF f \N t 1 -776 33 \N \N sot Sotho, Southern \N CEDS \N \N \N \N \N LIF f \N t 1 -777 33 \N \N spa Spanish; Castilian \N CEDS \N \N \N \N \N LIF f \N t 1 +2690 265 An organization in the public sector at the federal, state or local levels. Includes quasi-governmental organizations, special districts (e.g., libraries), corrections organizations, etc., except college and school districts. Is also responsible for the oversight and administration of specific functions other than the military services. \N GovernmentAgency GovernmentAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +775 33 \N \N son SonghaiLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2688 265 An independent, third-party organization that operates a certification program. A certification body may or may not be governmental, and may or may not have regulatory authority. \N CertificationBody CertificationBody \N CEDS \N \N \N \N \N LIF f \N t 1 778 33 \N \N srd Sardinian \N CEDS \N \N \N \N \N LIF f \N t 1 -779 33 \N \N srn Sranan Tongo \N CEDS \N \N \N \N \N LIF f \N t 1 780 33 \N \N srp Serbian \N CEDS \N \N \N \N \N LIF f \N t 1 781 33 \N \N srr Serer \N CEDS \N \N \N \N \N LIF f \N t 1 -782 33 \N \N ssa Nilo-Saharan languages \N CEDS \N \N \N \N \N LIF f \N t 1 +2689 265 Authorized postsecondary institution that primarily offers bachelor or higher degrees, but may also award associate degrees. Includes free-standing medical, law or other first-professional schools, schools that offer postbaccalaureate certificates only, those that offer graduate programs only, etc. \N Four-YearCollege Four-YearCollege \N CEDS \N \N \N \N \N LIF f \N t 1 783 33 \N \N ssw Swati \N CEDS \N \N \N \N \N LIF f \N t 1 784 33 \N \N suk Sukuma \N CEDS \N \N \N \N \N LIF f \N t 1 785 33 \N \N sun Sundanese \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16566,10 +16190,9 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 787 33 \N \N sux Sumerian \N CEDS \N \N \N \N \N LIF f \N t 1 788 33 \N \N swa Swahili \N CEDS \N \N \N \N \N LIF f \N t 1 789 33 \N \N swe Swedish \N CEDS \N \N \N \N \N LIF f \N t 1 -790 33 \N \N syc Classical Syriac \N CEDS \N \N \N \N \N LIF f \N t 1 791 33 \N \N syr Syriac \N CEDS \N \N \N \N \N LIF f \N t 1 792 33 \N \N tah Tahitian \N CEDS \N \N \N \N \N LIF f \N t 1 -793 33 \N \N tai Tai languages \N CEDS \N \N \N \N \N LIF f \N t 1 +790 33 \N \N syc ClassicalSyriac \N CEDS \N \N \N \N \N LIF f \N t 1 794 33 \N \N tam Tamil \N CEDS \N \N \N \N \N LIF f \N t 1 795 33 \N \N tat Tatar \N CEDS \N \N \N \N \N LIF f \N t 1 796 33 \N \N tel Telugu \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16584,33 +16207,25 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 805 33 \N \N tir Tigrinya \N CEDS \N \N \N \N \N LIF f \N t 1 806 33 \N \N tiv Tiv \N CEDS \N \N \N \N \N LIF f \N t 1 807 33 \N \N tkl Tokelau \N CEDS \N \N \N \N \N LIF f \N t 1 -808 33 \N \N tlh Klingon; tlhIngan-Hol \N CEDS \N \N \N \N \N LIF f \N t 1 +779 33 \N \N srn SrananTongo \N CEDS \N \N \N \N \N LIF f \N t 1 809 33 \N \N tli Tlingit \N CEDS \N \N \N \N \N LIF f \N t 1 810 33 \N \N tmh Tamashek \N CEDS \N \N \N \N \N LIF f \N t 1 -811 33 \N \N tog Tonga (Nyasa) \N CEDS \N \N \N \N \N LIF f \N t 1 -812 33 \N \N ton Tonga (Tonga Islands) \N CEDS \N \N \N \N \N LIF f \N t 1 -813 33 \N \N tpi Tok Pisin \N CEDS \N \N \N \N \N LIF f \N t 1 +813 33 \N \N tpi TokPisin \N CEDS \N \N \N \N \N LIF f \N t 1 814 33 \N \N tsi Tsimshian \N CEDS \N \N \N \N \N LIF f \N t 1 815 33 \N \N tsn Tswana \N CEDS \N \N \N \N \N LIF f \N t 1 816 33 \N \N tso Tsonga \N CEDS \N \N \N \N \N LIF f \N t 1 817 33 \N \N tuk Turkmen \N CEDS \N \N \N \N \N LIF f \N t 1 818 33 \N \N tum Tumbuka \N CEDS \N \N \N \N \N LIF f \N t 1 -819 33 \N \N tup Tupi languages \N CEDS \N \N \N \N \N LIF f \N t 1 +4049 310 Native Village of Fort Yukon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfFortYukon NativeVillageOfFortYukon \N \N \N \N \N \N \N LIF f \N f 4 820 33 \N \N tur Turkish \N CEDS \N \N \N \N \N LIF f \N t 1 -821 33 \N \N tut Altaic languages \N CEDS \N \N \N \N \N LIF f \N t 1 822 33 \N \N tvl Tuvalu \N CEDS \N \N \N \N \N LIF f \N t 1 -2685 265 Primarily offers access to assessments for credentials as a service. \N Assessment Body Assessment Body \N CEDS \N \N \N \N \N LIF f \N t 1 2686 265 An organization that primarily sells products or services and employs one or more individuals. \N Business Business \N CEDS \N \N \N \N \N LIF f \N t 1 -2687 265 A membership organization primarily engaged in promoting the interests of their business members and providing them with services that may involve the provision of education and credentialing services. \N Business or Industry Association Business or Industry Association \N CEDS \N \N \N \N \N LIF f \N t 1 -2688 265 An independent, third-party organization that operates a certification program. A certification body may or may not be governmental, and may or may not have regulatory authority. \N Certification Body Certification Body \N CEDS \N \N \N \N \N LIF f \N t 1 -2689 265 Authorized postsecondary institution that primarily offers bachelor or higher degrees, but may also award associate degrees. Includes free-standing medical, law or other first-professional schools, schools that offer postbaccalaureate certificates only, those that offer graduate programs only, etc. \N Four-Year College Four-Year College \N CEDS \N \N \N \N \N LIF f \N t 1 -2690 265 An organization in the public sector at the federal, state or local levels. Includes quasi-governmental organizations, special districts (e.g., libraries), corrections organizations, etc., except college and school districts. Is also responsible for the oversight and administration of specific functions other than the military services. \N Government Agency Government Agency \N CEDS \N \N \N \N \N LIF f \N t 1 +782 33 \N \N ssa Nilo-SaharanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2705 266 Mailing is specified as the type of address listed for an organization. \N Mailing Mailing \N CEDS \N \N \N \N \N LIF f \N t 1 823 33 \N \N twi Twi \N CEDS \N \N \N \N \N LIF f \N t 1 824 33 \N \N tyv Tuvinian \N CEDS \N \N \N \N \N LIF f \N t 1 825 33 \N \N udm Udmurt \N CEDS \N \N \N \N \N LIF f \N t 1 826 33 \N \N uga Ugaritic \N CEDS \N \N \N \N \N LIF f \N t 1 -827 33 \N \N uig Uighur; Uyghur \N CEDS \N \N \N \N \N LIF f \N t 1 828 33 \N \N ukr Ukrainian \N CEDS \N \N \N \N \N LIF f \N t 1 829 33 \N \N umb Umbundu \N CEDS \N \N \N \N \N LIF f \N t 1 830 33 \N \N und Undetermined \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16619,210 +16234,179 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 833 33 \N \N vai Vai \N CEDS \N \N \N \N \N LIF f \N t 1 834 33 \N \N ven Venda \N CEDS \N \N \N \N \N LIF f \N t 1 835 33 \N \N vie Vietnamese \N CEDS \N \N \N \N \N LIF f \N t 1 +793 33 \N \N tai TaiLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +819 33 \N \N tup TupiLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +821 33 \N \N tut AltaicLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2685 265 Primarily offers access to assessments for credentials as a service. \N AssessmentBody AssessmentBody \N CEDS \N \N \N \N \N LIF f \N t 1 +811 33 \N \N tog Tonga(Nyasa) \N CEDS \N \N \N \N \N LIF f \N t 1 +777 33 \N \N spa Spanish;Castilian \N CEDS \N \N \N \N \N LIF f \N t 1 +808 33 \N \N tlh Klingon;tlhIngan-Hol \N CEDS \N \N \N \N \N LIF f \N t 1 +827 33 \N \N uig Uighur;Uyghur \N CEDS \N \N \N \N \N LIF f \N t 1 836 33 \N \N vol Volapük \N CEDS \N \N \N \N \N LIF f \N t 1 837 33 \N \N vot Votic \N CEDS \N \N \N \N \N LIF f \N t 1 -838 33 \N \N wak Wakashan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -839 33 \N \N wal Wolaitta; Wolaytta \N CEDS \N \N \N \N \N LIF f \N t 1 +4572 35 Service learning is the type of work-based learning opportunity the student participated in. \N ServiceLearning ServiceLearning \N CEDS \N \N \N \N \N LIF f \N t 1 +4569 35 Non-Paid Internship is the type of work-based learning opportunity the student participated in. \N Non-PaidInternship Non-PaidInternship \N CEDS \N \N \N \N \N LIF f \N t 1 840 33 \N \N war Waray \N CEDS \N \N \N \N \N LIF f \N t 1 841 33 \N \N was Washo \N CEDS \N \N \N \N \N LIF f \N t 1 842 33 \N \N wel Welsh \N CEDS \N \N \N \N \N LIF f \N t 1 -843 33 \N \N wen Sorbian languages \N CEDS \N \N \N \N \N LIF f \N t 1 +4566 35 Cooperative education is the type of work-based learning opportunity the student participated in. \N CooperativeEducation CooperativeEducation \N CEDS \N \N \N \N \N LIF f \N t 1 844 33 \N \N wln Walloon \N CEDS \N \N \N \N \N LIF f \N t 1 845 33 \N \N wol Wolof \N CEDS \N \N \N \N \N LIF f \N t 1 -846 33 \N \N xal Kalmyk; Oirat \N CEDS \N \N \N \N \N LIF f \N t 1 +856 33 \N \N zgh StandardMoroccanTamazight \N CEDS \N \N \N \N \N LIF f \N t 1 847 33 \N \N xho Xhosa \N CEDS \N \N \N \N \N LIF f \N t 1 848 33 \N \N yao Yao \N CEDS \N \N \N \N \N LIF f \N t 1 849 33 \N \N yap Yapese \N CEDS \N \N \N \N \N LIF f \N t 1 850 33 \N \N yid Yiddish \N CEDS \N \N \N \N \N LIF f \N t 1 851 33 \N \N yor Yoruba \N CEDS \N \N \N \N \N LIF f \N t 1 -852 33 \N \N ypk Yupik languages \N CEDS \N \N \N \N \N LIF f \N t 1 +3979 310 Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LasVegasTribeOfPaiuteIndiansOfTheLasVegasIndianColonyNevada LasVegasTribeOfPaiuteIndiansOfTheLasVegasIndianColony-Nevada \N \N \N \N \N \N \N LIF f \N f 4 853 33 \N \N zap Zapotec \N CEDS \N \N \N \N \N LIF f \N t 1 -854 33 \N \N zbl Blissymbols; Blissymbolics; Bliss \N CEDS \N \N \N \N \N LIF f \N t 1 +861 33 \N \N zxx NoLinguisticContent;NotApplicable \N CEDS \N \N \N \N \N LIF f \N t 1 855 33 \N \N zen Zenaga \N CEDS \N \N \N \N \N LIF f \N t 1 -856 33 \N \N zgh Standard Moroccan Tamazight \N CEDS \N \N \N \N \N LIF f \N t 1 -857 33 \N \N zha Zhuang; Chuang \N CEDS \N \N \N \N \N LIF f \N t 1 -858 33 \N \N znd Zande languages \N CEDS \N \N \N \N \N LIF f \N t 1 +4565 35 Clinical work experience is the type of work-based learning opportunity the student participated in. \N ClinicalWorkExperience ClinicalWorkExperience \N CEDS \N \N \N \N \N LIF f \N t 1 +4573 35 Supervised agricultural experience is the type of work-based learning opportunity the student participated in. \N SupervisedAgriculturalExperience SupervisedAgriculturalExperience \N CEDS \N \N \N \N \N LIF f \N t 1 859 33 \N \N zul Zulu \N CEDS \N \N \N \N \N LIF f \N t 1 860 33 \N \N zun Zuni \N CEDS \N \N \N \N \N LIF f \N t 1 -861 33 \N \N zxx No linguistic content; Not applicable \N CEDS \N \N \N \N \N LIF f \N t 1 -862 33 \N \N zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki \N CEDS \N \N \N \N \N LIF f \N t 1 +4567 35 Job shadowing is the type of work-based learning opportunity the student participated in. \N JobShadowing JobShadowing \N CEDS \N \N \N \N \N LIF f \N t 1 4529 33 The value given for Normal Length of Time for Completion is in Weeks. \N Weeks Weeks \N CEDS \N \N \N \N \N LIF f \N t 1 4530 33 The value given for Normal Length of Time for Completion is in Quarters. \N Quarters Quarters \N CEDS \N \N \N \N \N LIF f \N t 1 2711 267 Alaska \N AK Alaska \N CEDS \N \N \N \N \N LIF f \N t 1 2712 267 Alabama \N AL Alabama \N CEDS \N \N \N \N \N LIF f \N t 1 2713 267 Arkansas \N AR Arkansas \N CEDS \N \N \N \N \N LIF f \N t 1 -2714 267 American Samoa \N AS American Samoa \N CEDS \N \N \N \N \N LIF f \N t 1 2715 267 Arizona \N AZ Arizona \N CEDS \N \N \N \N \N LIF f \N t 1 -2773 268 Counties in metro areas of 1 million population or more \N 1 Counties in metro areas of 1 million population or more \N CEDS \N \N \N \N \N LIF f \N t 1 -2774 268 Counties in metro areas of 250,000 to 1 million population \N 2 Counties in metro areas of 250,000 to 1 million population \N CEDS \N \N \N \N \N LIF f \N t 1 -2775 268 Counties in metro areas of fewer than 250,000 population \N 3 Counties in metro areas of fewer than 250,000 population \N CEDS \N \N \N \N \N LIF f \N t 1 -2776 268 Urban population of 20,000 or more, adjacent to a metro area \N 4 Urban population of 20,000 or more, adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 -2777 268 Urban population of 20,000 or more, not adjacent to a metro area \N 5 Urban population of 20,000 or more, not adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 -2778 268 Urban population of 2,500 to 19,999, adjacent to a metro area \N 6 Urban population of 2,500 to 19,999, adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 -2779 268 Urban population of 2,500 to 19,999, not adjacent to a metro area \N 7 Urban population of 2,500 to 19,999, not adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 +4571 35 Paid internship is the type of work-based learning opportunity the student participated in. \N PaidInternship PaidInternship \N CEDS \N \N \N \N \N LIF f \N t 1 +4574 35 Unpaid internship is the type of work-based learning opportunity the student participated in. \N UnpaidInternship UnpaidInternship \N CEDS \N \N \N \N \N LIF f \N t 1 +838 33 \N \N wak WakashanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +843 33 \N \N wen SorbianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +852 33 \N \N ypk YupikLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 4531 33 The value given for Normal Length of Time for Completion is in Semesters. \N Semesters Semesters \N CEDS \N \N \N \N \N LIF f \N t 1 4532 33 The value given for Normal Length of Time for Completion is in Years. \N Years Years \N CEDS \N \N \N \N \N LIF f \N t 1 4564 35 Apprenticeship is the type of work-based learning opportunity the student participated in. \N Apprenticeship Apprenticeship \N CEDS \N \N \N \N \N LIF f \N t 1 -4565 35 Clinical work experience is the type of work-based learning opportunity the student participated in. \N Clinical work experience Clinical work experience \N CEDS \N \N \N \N \N LIF f \N t 1 -4566 35 Cooperative education is the type of work-based learning opportunity the student participated in. \N Cooperative education Cooperative education \N CEDS \N \N \N \N \N LIF f \N t 1 -4567 35 Job shadowing is the type of work-based learning opportunity the student participated in. \N Job shadowing Job shadowing \N CEDS \N \N \N \N \N LIF f \N t 1 +3990 310 Lower Sioux Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerSiouxIndianCommunityInTheStateOfMinnesota LowerSiouxIndianCommunityInTheStateOfMinnesota \N \N \N \N \N \N \N LIF f \N f 4 4568 35 Mentorship is the type of work-based learning opportunity the student participated in. \N Mentorship Mentorship \N CEDS \N \N \N \N \N LIF f \N t 1 -4569 35 Non-Paid Internship is the type of work-based learning opportunity the student participated in. \N Non-Paid Internship Non-Paid Internship \N CEDS \N \N \N \N \N LIF f \N t 1 4570 35 On-the-Job is the type of work-based learning opportunity the student participated in. \N On-the-Job On-the-Job \N CEDS \N \N \N \N \N LIF f \N t 1 -4571 35 Paid internship is the type of work-based learning opportunity the student participated in. \N Paid internship Paid internship \N CEDS \N \N \N \N \N LIF f \N t 1 -4572 35 Service learning is the type of work-based learning opportunity the student participated in. \N Service learning Service learning \N CEDS \N \N \N \N \N LIF f \N t 1 -4573 35 Supervised agricultural experience is the type of work-based learning opportunity the student participated in. \N Supervised agricultural experience Supervised agricultural experience \N CEDS \N \N \N \N \N LIF f \N t 1 -4574 35 Unpaid internship is the type of work-based learning opportunity the student participated in. \N Unpaid internship Unpaid internship \N CEDS \N \N \N \N \N LIF f \N t 1 4575 35 The type of work-based learning opportunity the student participated in is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 2782 269 Home/personal is the type of electronic mail (e-mail) address listed for a person or organization. \N Home Home/personal \N CEDS \N \N \N \N \N LIF f \N t 1 2783 269 Work is the type of electronic mail (e-mail) address listed for a person or organization. \N Work Work \N CEDS \N \N \N \N \N LIF f \N t 1 2785 269 Other is the type of electronic mail (e-mail) address listed for a person or organization. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -2789 270 Fax number is the type of communication number listed for an organization. \N Fax Fax number \N CEDS \N \N \N \N \N LIF f \N t 1 -2790 270 Main phone number is the type of communication number listed for an organization. \N Main Main phone number \N CEDS \N \N \N \N \N LIF f \N t 1 -2791 270 Administrative phone number is the type of communication number listed for an organization. \N Administrative Administrative phone number \N CEDS \N \N \N \N \N LIF f \N t 1 -2793 270 Attendance line is the type of communication number listed for an organization. \N Attendance Attendance line \N CEDS \N \N \N \N \N LIF f \N t 1 -4778 7 \N \N MissingAtWill Missing At Will \N \N \N 2025-09-16 19:54:00+00 2025-09-16 19:54:00+00 \N UX LIF f \N t 1 -1517 49 The related Course Code is based on the State course code system. \N State State course code \N CEDS \N \N \N \N \N LIF f \N t 1 -1518 49 The related Course Code is based on the university course code system. \N University University course code \N CEDS \N \N \N \N \N LIF f \N t 1 -1519 49 The Classification of Instructional Programs (CIP) code to describe the area of study for the course. \N CourseCIPCode Course CIP Code \N PESC \N \N \N \N \N LIF f \N t 1 -1520 49 The Statistics Canada Canadian College Student Information System (CCSIS) code to describe the area of study for the course. \N CourseCSISCode Course CSIS Code \N PESC \N \N \N \N \N LIF f \N t 1 -1521 49 The Statistics Canada University Student Information System (USIS) code to describe the area of study for the course. \N CourseUSISCode Course USIS Code \N PESC \N \N \N \N \N LIF f \N t 1 -4779 7 \N \N NotApplicable Not Applicable \N \N \N 2025-09-16 19:55:00+00 2025-09-16 19:55:00+00 \N UX LIF f \N t 1 -1522 49 This set of code values is derived from the first five digits of the CourseSCEDCode above. \N CourseFiveDigitSCEDCode Course Five Digit SCED Code \N PESC \N \N \N \N \N LIF f \N t 1 -1523 49 This set of code values is derived from the first two digits of the CourseSCEDCode above. \N CourseSubjectAreaCode Course Subject Area Code \N PESC \N \N \N \N \N LIF f \N t 1 -1533 50 The result represents a rubric score with both a name and a numeric value. \N RubricScore Rubric Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1534 50 The result is a scaled score. \N ScaledScore Scaled Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +858 33 \N \N znd ZandeLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2714 267 American Samoa \N AS AmericanSamoa \N CEDS \N \N \N \N \N LIF f \N t 1 +839 33 \N \N wal Wolaitta;Wolaytta \N CEDS \N \N \N \N \N LIF f \N t 1 +846 33 \N \N xal Kalmyk;Oirat \N CEDS \N \N \N \N \N LIF f \N t 1 +854 33 \N \N zbl Blissymbols;Blissymbolics;Bliss \N CEDS \N \N \N \N \N LIF f \N t 1 +857 33 \N \N zha Zhuang;Chuang \N CEDS \N \N \N \N \N LIF f \N t 1 +1591 53 International Baccalaureate is specified as the level of work required for a course or the level of the typical individual taking the course. \N InternationalBaccalaureate InternationalBaccalaureate \N CEDS \N \N \N \N \N LIF f \N t 1 +1607 54 Vocational/technical credit is specified as the level of credit associated with the credit hours earned for the course. \N Vocational Vocational/technicalCredit \N CEDS \N \N \N \N \N LIF f \N t 1 +2789 270 Fax number is the type of communication number listed for an organization. \N Fax FaxNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +1517 49 The related Course Code is based on the State course code system. \N State StateCourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 +1518 49 The related Course Code is based on the university course code system. \N University UniversityCourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 +1521 49 The Statistics Canada University Student Information System (USIS) code to describe the area of study for the course. \N CourseUSISCode CourseUSISCode \N PESC \N \N \N \N \N LIF f \N t 1 +1593 53 Lower division is specified as the level of work required for a course or the level of the typical individual taking the course. \N LowerDivision LowerDivision \N CEDS \N \N \N \N \N LIF f \N t 1 +1599 53 Upper division is specified as the level of work required for a course or the level of the typical individual taking the course. \N UpperDivision UpperDivision \N CEDS \N \N \N \N \N LIF f \N t 1 +1519 49 The Classification of Instructional Programs (CIP) code to describe the area of study for the course. \N CourseCIPCode CourseCIPCode \N PESC \N \N \N \N \N LIF f \N t 1 +1520 49 The Statistics Canada Canadian College Student Information System (CCSIS) code to describe the area of study for the course. \N CourseCSISCode CourseCSISCode \N PESC \N \N \N \N \N LIF f \N t 1 +1597 53 Special Education is specified as the level of work required for a course or the level of the typical individual taking the course. \N SpecialEducation SpecialEducation \N CEDS \N \N \N \N \N LIF f \N t 1 1535 50 The result conveys the status of the achievement. \N Status Status \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1543 51 English Learner course is specified as the general nature and difficulty of instruction provided throughout a course. \N English Learner course English Learner course \N CEDS \N \N \N \N \N LIF f \N t 1 -1544 51 General course is specified as the general nature and difficulty of instruction provided throughout a course. \N General course General course \N CEDS \N \N \N \N \N LIF f \N t 1 -1545 51 Gifted and talented course is specified as the general nature and difficulty of instruction provided throughout a course. \N Gifted and talented course Gifted and talented course \N CEDS \N \N \N \N \N LIF f \N t 1 -1546 51 Honors level course is specified as the general nature and difficulty of instruction provided throughout a course. \N Honors level course Honors level course \N CEDS \N \N \N \N \N LIF f \N t 1 -1547 51 International Baccalaureate course is specified as the general nature and difficulty of instruction provided throughout a course. \N International Baccalaureate course International Baccalaureate course \N CEDS \N \N \N \N \N LIF f \N t 1 -1548 51 Remedial course is specified as the general nature and difficulty of instruction provided throughout a course. \N Remedial course Remedial course \N CEDS \N \N \N \N \N LIF f \N t 1 -1549 51 Students with disabilities course is specified as the general nature and difficulty of instruction provided throughout a course. \N Students with disabilities course Students with disabilities course \N CEDS \N \N \N \N \N LIF f \N t 1 -1550 51 Untracked course is specified as the general nature and difficulty of instruction provided throughout a course. \N Untracked course Untracked course \N CEDS \N \N \N \N \N LIF f \N t 1 +1533 50 The result represents a rubric score with both a name and a numeric value. \N RubricScore RubricScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +4779 7 \N \N NotApplicable NotApplicable \N \N \N 2025-09-16 19:55:00+00 2025-09-16 19:55:00+00 \N UX LIF f \N t 1 +1602 53 Dual H S/ Undergrad \N DualHS/Undergrad DualHS/Undergrad \N PESC \N \N \N \N \N LIF f \N t 1 +4256 310 Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-PaiuteTribesOfTheDuckValleyReservationNevada Shoshone-PaiuteTribesOfTheDuckValleyReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +2790 270 Main phone number is the type of communication number listed for an organization. \N Main MainPhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 1589 53 Graduate/Professional is specified as the level of work required for a course or the level of the typical individual taking the course. \N GraduateProfessional Graduate/Professional \N CEDS \N \N \N \N \N LIF f \N t 1 1590 53 Honors is specified as the level of work required for a course or the level of the typical individual taking the course. \N Honors Honors \N CEDS \N \N \N \N \N LIF f \N t 1 -1591 53 International Baccalaureate is specified as the level of work required for a course or the level of the typical individual taking the course. \N InternationalBaccalaureate International Baccalaureate \N CEDS \N \N \N \N \N LIF f \N t 1 +1598 53 Technical Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N TechnicalPreparatory TechnicalPreparatory \N CEDS \N \N \N \N \N LIF f \N t 1 1592 53 K12 is specified as the level of work required for a course or the level of the typical individual taking the course. \N K12 K12 \N CEDS \N \N \N \N \N LIF f \N t 1 -1593 53 Lower division is specified as the level of work required for a course or the level of the typical individual taking the course. \N LowerDivision Lower division \N CEDS \N \N \N \N \N LIF f \N t 1 +4778 7 \N \N MissingAtWill MissingAtWill \N \N \N 2025-09-16 19:54:00+00 2025-09-16 19:54:00+00 \N UX LIF f \N t 1 1594 53 Non-Academic is specified as the level of work required for a course or the level of the typical individual taking the course. \N NonAcademic Non-Academic \N CEDS \N \N \N \N \N LIF f \N t 1 1595 53 Regents is specified as the level of work required for a course or the level of the typical individual taking the course. \N Regents Regents \N CEDS \N \N \N \N \N LIF f \N t 1 1596 53 Remedial/Developmental is specified as the level of work required for a course or the level of the typical individual taking the course. \N Remedial Remedial/Developmental \N CEDS \N \N \N \N \N LIF f \N t 1 -1597 53 Special Education is specified as the level of work required for a course or the level of the typical individual taking the course. \N SpecialEducation Special Education \N CEDS \N \N \N \N \N LIF f \N t 1 -1598 53 Technical Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N TechnicalPreparatory Technical Preparatory \N CEDS \N \N \N \N \N LIF f \N t 1 -1599 53 Upper division is specified as the level of work required for a course or the level of the typical individual taking the course. \N UpperDivision Upper division \N CEDS \N \N \N \N \N LIF f \N t 1 +1522 49 This set of code values is derived from the first five digits of the CourseSCEDCode above. \N CourseFiveDigitSCEDCode CourseFiveDigitSCEDCode \N PESC \N \N \N \N \N LIF f \N t 1 +3095 284 Fort Belknap Indian Community of the Fort Belknap Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortBelknapIndianCommunityOfTheFortBelknapReservationOfMontana FortBelknapIndianCommunityOfTheFortBelknapReservationOfMontana \N CEDS \N \N \N \N \N LIF f \N f 1 1600 53 Vocational is specified as the level of work required for a course or the level of the typical individual taking the course. \N Vocational Vocational \N CEDS \N \N \N \N \N LIF f \N t 1 -1602 53 Dual H S/ Undergrad \N Dual HS/Undergrad Dual HS/Undergrad \N PESC \N \N \N \N \N LIF f \N t 1 -1607 54 Vocational/technical credit is specified as the level of credit associated with the credit hours earned for the course. \N Vocational Vocational/technical credit \N CEDS \N \N \N \N \N LIF f \N t 1 -1608 54 Technical preparatory credit is specified as the level of credit associated with the credit hours earned for the course. \N TechnicalPreparatory Technical preparatory credit \N CEDS \N \N \N \N \N LIF f \N t 1 -1609 54 Graduate level credit is specified as the level of credit associated with the credit hours earned for the course. \N Graduate Graduate level credit \N CEDS \N \N \N \N \N LIF f \N t 1 +3096 284 Fort Bidwell Indian Community of the Fort Bidwell Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortBidwellIndianCommunityOfTheFortBidwellReservationOfCalifornia FortBidwellIndianCommunityOfTheFortBidwellReservationOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +1534 50 The result is a scaled score. \N ScaledScore ScaledScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2791 270 Administrative phone number is the type of communication number listed for an organization. \N Administrative AdministrativePhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2793 270 Attendance line is the type of communication number listed for an organization. \N Attendance AttendanceLine \N CEDS \N \N \N \N \N LIF f \N t 1 +1639 56 \N \N ProficiencyLevel ProficiencyLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1609 54 Graduate level credit is specified as the level of credit associated with the credit hours earned for the course. \N Graduate GraduateLevelCredit \N CEDS \N \N \N \N \N LIF f \N t 1 1610 54 Professional is specified as the level of credit associated with the credit hours earned for the course. \N Professional Professional \N CEDS \N \N \N \N \N LIF f \N t 1 -1611 54 Dual level (upper division and graduate- may be applicable to a bachelor's degree or graduate degree or both) is specified as the level of credit associated with the credit hours earned for the course. \N Dual Dual Level \N CEDS \N \N \N \N \N LIF f \N t 1 -1612 54 Dual level (graduate and professional- may be applicable to both) is specified as the level of credit associated with the credit hours earned for the course. \N GraduateProfessional Graduate Professional \N CEDS \N \N \N \N \N LIF f \N t 1 +1689 59 Practice Teaching is the primary method of instruction used for the course. \N PracticeTeaching PracticeTeaching \N CEDS \N \N \N \N \N LIF f \N t 1 1620 55 Units is specified as the type of credit associated with the credit hours earned for the course. \N Units Units \N CEDS \N \N \N \N \N LIF f \N t 1 -4780 5 \N \N Missing At Will Missing At Will \N \N \N 2025-09-16 19:56:00+00 2025-09-16 19:56:00+00 \N UX LIF f \N t 1 +1688 59 Other Distance Learning is the primary method of instruction used for the course. \N OtherDistanceLearning OtherDistanceLearning \N CEDS \N \N \N \N \N LIF f \N t 1 1621 55 Unreported is specified as the type of credit associated with the credit hours earned for the course. \N Unreported Unreported \N CEDS \N \N \N \N \N LIF f \N t 1 1637 56 \N \N Percentile Percentile \N CEDS \N \N \N \N \N LIF f \N t 1 -1638 56 \N \N Percentile rank Percentile rank \N CEDS \N \N \N \N \N LIF f \N t 1 -1639 56 \N \N Proficiency level Proficiency level \N CEDS \N \N \N \N \N LIF f \N t 1 -1640 56 \N \N Promotion score Promotion score \N CEDS \N \N \N \N \N LIF f \N t 1 +4057 310 Native Village of Karluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKarluk NativeVillageOfKarluk \N \N \N \N \N \N \N LIF f \N f 4 +1668 57 Regular/general enrollment is specified as the type of enrollment associated with the credit hours for the course. \N Regular Regular/generalEnrollment \N CEDS \N \N \N \N \N LIF f \N t 1 1641 56 \N \N Ranking Ranking \N CEDS \N \N \N \N \N LIF f \N t 1 -1642 56 \N \N Ratio IQ's Ratio IQ's \N CEDS \N \N \N \N \N LIF f \N t 1 -1643 56 \N \N Raw score Raw score \N CEDS \N \N \N \N \N LIF f \N t 1 -1644 56 \N \N Scale score Scale score \N CEDS \N \N \N \N \N LIF f \N t 1 -1645 56 \N \N Standard age score Standard age score \N CEDS \N \N \N \N \N LIF f \N t 1 -1646 56 \N \N Stanine score Stanine score \N CEDS \N \N \N \N \N LIF f \N t 1 -1647 56 \N \N Sten score Sten score \N CEDS \N \N \N \N \N LIF f \N t 1 +1670 57 Life Experience \N LifeExperience LifeExperience \N PESC \N \N \N \N \N LIF f \N t 1 +1642 56 \N \N RatioIQ's RatioIQ's \N CEDS \N \N \N \N \N LIF f \N t 1 +1645 56 \N \N StandardAgeScore StandardAgeScore \N CEDS \N \N \N \N \N LIF f \N t 1 1648 56 \N \N T-score T-score \N CEDS \N \N \N \N \N LIF f \N t 1 -1649 56 \N \N Workplace readiness score Workplace readiness score \N CEDS \N \N \N \N \N LIF f \N t 1 1650 56 \N \N Z-score Z-score \N CEDS \N \N \N \N \N LIF f \N t 1 1651 56 \N \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -1659 57 Credit for a course from a college course is counted at both the college and high school. \N HighSchoolDualCredit Credit from a college course is counted at both the college and high school. \N CEDS \N \N \N \N \N LIF f \N t 1 -1660 57 Credit granted for a course from a college course is transferred back to high school and not counted by the college. \N HighSchoolCreditOnly Credit from a college course is transferred back to high school and not counted by the college. \N CEDS \N \N \N \N \N LIF f \N t 1 -1661 57 Credit granted for a course from a high school course is transferred to the college. \N HighSchoolTransferCredit Credit from a high school course is transferred to the college. \N CEDS \N \N \N \N \N LIF f \N t 1 -1662 57 Credit for a course from a junior high school course counted at the high school. \N JuniorHighSchoolCredit Credit from a junior high school course is counted at the high school. \N CEDS \N \N \N \N \N LIF f \N t 1 -1663 57 Credit granted for the course based on successful score on a standardized test of comprehension or proficiency. \N CreditByExam Credit granted from successful score on a standardized test of comprehension or proficiency. \N CEDS \N \N \N \N \N LIF f \N t 1 +1640 56 \N \N PromotionScore PromotionScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1643 56 \N \N RawScore RawScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1666 57 International Baccalaureate is specified as the type of enrollment associated with the credit hours for the course. \N InternationalBaccalaureate InternationalBaccalaureate \N CEDS \N \N \N \N \N LIF f \N t 1 +1644 56 \N \N ScaleScore ScaleScore \N CEDS \N \N \N \N \N LIF f \N t 1 1664 57 Equivalence is specified as the type of enrollment associated with the credit hours for the course. \N Equivalence Equivalence \N CEDS \N \N \N \N \N LIF f \N t 1 1665 57 Exemption is specified as the type of enrollment associated with the credit hours for the course. \N Exemption Exemption \N CEDS \N \N \N \N \N LIF f \N t 1 -1666 57 International Baccalaureate is specified as the type of enrollment associated with the credit hours for the course. \N InternationalBaccalaureate International Baccalaureate \N CEDS \N \N \N \N \N LIF f \N t 1 +1608 54 Technical preparatory credit is specified as the level of credit associated with the credit hours earned for the course. \N TechnicalPreparatory TechnicalPreparatoryCredit \N CEDS \N \N \N \N \N LIF f \N t 1 1667 57 Military is specified as the type of enrollment associated with the credit hours for the course. \N Military Military \N CEDS \N \N \N \N \N LIF f \N t 1 -1668 57 Regular/general enrollment is specified as the type of enrollment associated with the credit hours for the course. \N Regular Regular/general enrollment \N CEDS \N \N \N \N \N LIF f \N t 1 +1612 54 Dual level (graduate and professional- may be applicable to both) is specified as the level of credit associated with the credit hours earned for the course. \N GraduateProfessional GraduateProfessional \N CEDS \N \N \N \N \N LIF f \N t 1 1669 57 Remedial/developmental is specified as the type of enrollment associated with the credit hours for the course. \N Remedial Remedial/developmental \N CEDS \N \N \N \N \N LIF f \N t 1 -1670 57 Life Experience \N LifeExperience Life Experience \N PESC \N \N \N \N \N LIF f \N t 1 -1688 59 Other Distance Learning is the primary method of instruction used for the course. \N OtherDistanceLearning Other Distance Learning \N CEDS \N \N \N \N \N LIF f \N t 1 -1689 59 Practice Teaching is the primary method of instruction used for the course. \N PracticeTeaching Practice Teaching \N CEDS \N \N \N \N \N LIF f \N t 1 +3050 284 Cloverdale Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CloverdaleRancheriaOfPomoIndiansOfCalifornia CloverdaleRancheriaOfPomoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 1690 59 Practicum is the primary method of instruction used for the course. \N Practicum Practicum \N CEDS \N \N \N \N \N LIF f \N t 1 -1691 59 Private Study is the primary method of instruction used for the course. \N PrivateStudy Private Study \N CEDS \N \N \N \N \N LIF f \N t 1 +1693 59 Self Paced is the primary method of instruction used for the course. \N SelfPaced SelfPaced \N CEDS \N \N \N \N \N LIF f \N t 1 1692 59 Residency is the primary method of instruction used for the course. \N Residency Residency \N CEDS \N \N \N \N \N LIF f \N t 1 -1693 59 Self Paced is the primary method of instruction used for the course. \N SelfPaced Self Paced \N CEDS \N \N \N \N \N LIF f \N t 1 1694 59 Seminar is the primary method of instruction used for the course. \N Seminar Seminar \N CEDS \N \N \N \N \N LIF f \N t 1 1695 59 Television is the primary method of instruction used for the course. \N Television Television \N CEDS \N \N \N \N \N LIF f \N t 1 1696 59 Videotape is the primary method of instruction used for the course. \N Videotape Videotape \N CEDS \N \N \N \N \N LIF f \N t 1 -1697 59 Work Study is the primary method of instruction used for the course. \N WorkStudy Work Study \N CEDS \N \N \N \N \N LIF f \N t 1 -1698 59 Learning through work that leads to a credential that is recognized by a relevant authority and is deliberately structured and supported to provide a progression of learning experiences. \N learnMethod:Apprenticeship Apprenticeship \N CTDL \N \N \N \N \N LIF f \N t 1 -1699 59 Format in which people progress as a group. \N learnMethod:CohortBased Cohort Based \N CTDL \N \N \N \N \N LIF f \N t 1 -1700 59 Provides interactive educational experiences which demonstrate concepts in a way that promotes critical thinking, overcoming challenges within prescribed rule sets, problem solving, and in some cases, teamwork and/or competition. \N learnMethod:Gaming Gaming \N CTDL \N \N \N \N \N LIF f \N t 1 -1703 60 Correctional institution is specified as the type of location at which the course is taught. \N Correctional Correctional institution \N CEDS \N \N \N \N \N LIF f \N t 1 -1704 60 Extension center or site is specified as the type of location at which the course is taught. \N Extension Extension center or site \N CEDS \N \N \N \N \N LIF f \N t 1 -1705 60 Instructional telecommunications is specified as the type of location at which the course is taught. \N Telecommunication Instructional telecommunications \N CEDS \N \N \N \N \N LIF f \N t 1 -1707 60 Off campus (e.g., branch campus, etc.) is specified as the type of location at which the course is taught. \N OffCampus Off campus (e.g., branch campus, etc.) \N CEDS \N \N \N \N \N LIF f \N t 1 -1708 60 On campus is specified as the type of location at which the course is taught. \N OnCampus On campus \N CEDS \N \N \N \N \N LIF f \N t 1 -1709 60 Study abroad is specified as the type of location at which the course is taught. \N StudyAbroad Study abroad \N CEDS \N \N \N \N \N LIF f \N t 1 -1710 60 Distance Learning \N DistanceLearning Distance Learning \N PESC \N \N \N \N \N LIF f \N t 1 -1719 61 Delivery is not tied to a specific site. \N deliveryType:VariableSite Variable Site \N CTDL \N \N \N \N \N LIF f \N t 1 -1740 65 Other, the course is not counted in GPA (e.g., used for academic forgiveness or clemency). \N NotCountedOther Other, not counted in GPA (e.g., used for academic forgiveness or clemency). \N CEDS \N \N \N \N \N LIF f \N t 1 +4780 5 \N \N MissingAtWill MissingAtWill \N \N \N 2025-09-16 19:56:00+00 2025-09-16 19:56:00+00 \N UX LIF f \N t 1 +1662 57 Credit for a course from a junior high school course counted at the high school. \N JuniorHighSchoolCredit CreditFromAJuniorHighSchoolCourseIsCountedAtTheHighSchool. \N CEDS \N \N \N \N \N LIF f \N t 1 +1646 56 \N \N StanineScore StanineScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1638 56 \N \N PercentileRank PercentileRank \N CEDS \N \N \N \N \N LIF f \N t 1 +1647 56 \N \N StenScore StenScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1649 56 \N \N WorkplaceReadinessScore WorkplaceReadinessScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1611 54 Dual level (upper division and graduate- may be applicable to a bachelor's degree or graduate degree or both) is specified as the level of credit associated with the credit hours earned for the course. \N Dual DualLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1691 59 Private Study is the primary method of instruction used for the course. \N PrivateStudy PrivateStudy \N CEDS \N \N \N \N \N LIF f \N t 1 +1697 59 Work Study is the primary method of instruction used for the course. \N WorkStudy WorkStudy \N CEDS \N \N \N \N \N LIF f \N t 1 +1705 60 Instructional telecommunications is specified as the type of location at which the course is taught. \N Telecommunication InstructionalTelecommunications \N CEDS \N \N \N \N \N LIF f \N t 1 +1710 60 Distance Learning \N DistanceLearning DistanceLearning \N PESC \N \N \N \N \N LIF f \N t 1 +1708 60 On campus is specified as the type of location at which the course is taught. \N OnCampus OnCampus \N CEDS \N \N \N \N \N LIF f \N t 1 +4616 67 Program discontinued \N 2225 ProgramDiscontinued \N CEDS \N \N \N \N \N LIF f \N t 1 +1699 59 Format in which people progress as a group. \N learnMethod-CohortBased CohortBased \N CTDL \N \N \N \N \N LIF f \N t 1 +1700 59 Provides interactive educational experiences which demonstrate concepts in a way that promotes critical thinking, overcoming challenges within prescribed rule sets, problem solving, and in some cases, teamwork and/or competition. \N learnMethod-Gaming Gaming \N CTDL \N \N \N \N \N LIF f \N t 1 1742 66 Student transferred from another Class Section of the same course in the same educational institution. \N Transfer Transfer \N CEDS \N \N \N \N \N LIF f \N t 1 -1744 67 The course section completed and the student received credit for the course. \N CompletedForCredit Class Section completed, student received credit for the course. \N CEDS \N \N \N \N \N LIF f \N t 1 -1745 67 The course section completed and the student did not receive credit for the course. \N CompletedNoCredit Class Section completed, student did not receive credit for the course. \N CEDS \N \N \N \N \N LIF f \N t 1 -1746 67 The course section ended and the student did not complete the work required to complete the course. \N Incomplete Class Section completed, student did not complete the work required to complete the course. \N CEDS \N \N \N \N \N LIF f \N t 1 -4600 67 Attempts to contact the parent and/or child were unsuccessful. \N 6262 Attempts to contact the parent and/or child were unsuccessful \N CEDS \N \N \N \N \N LIF f \N t 1 -4601 67 Completion of IFSP prior to reaching maximum age for Part C \N 2226 Completion of IFSP prior to reaching maximum age for Part C \N CEDS \N \N \N \N \N LIF f \N t 1 -4602 67 Died or is permanently incapacitated \N 1923 Died or is permanently incapacitated \N CEDS \N \N \N \N \N LIF f \N t 1 -4603 67 Discontinued schooling \N 1927 Discontinued schooling \N CEDS \N \N \N \N \N LIF f \N t 1 -4604 67 Discontinued schooling, not special education \N 2222 Discontinued schooling, not special education \N CEDS \N \N \N \N \N LIF f \N t 1 -4605 67 Discontinued schooling, special education only \N 2221 Discontinued schooling, special education only \N CEDS \N \N \N \N \N LIF f \N t 1 -4606 67 Eligible for IDEA, Part B \N 2227 Eligible for IDEA, Part B \N CEDS \N \N \N \N \N LIF f \N t 1 +3221 284 Native Village of Barrow Inupiat Traditional Government is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBarrowInupiatTraditionalGovernment NativeVillageOfBarrowInupiatTraditionalGovernment \N CEDS \N \N \N \N \N LIF f \N f 1 +4611 67 No longer receiving special education \N 2216 NoLongerReceivingSpecialEducation \N CEDS \N \N \N \N \N LIF f \N t 1 +4615 67 Program completion \N 2214 ProgramCompletion \N CEDS \N \N \N \N \N LIF f \N t 1 +4609 67 Moved out of state \N 2231 MovedOutOfstate \N CEDS \N \N \N \N \N LIF f \N t 1 +4601 67 Completion of IFSP prior to reaching maximum age for Part C \N 2226 CompletionOfIFSPPriorToReachingMaximumAgeForPartC \N CEDS \N \N \N \N \N LIF f \N t 1 4607 67 Expulsion \N 2224 Expulsion \N CEDS \N \N \N \N \N LIF f \N t 1 -4608 67 Graduated with a high school diploma \N 2212 Graduated with a high school diploma \N CEDS \N \N \N \N \N LIF f \N t 1 -4609 67 Moved out of state \N 2231 Moved out of state \N CEDS \N \N \N \N \N LIF f \N t 1 -4610 67 Moved within the US, not known to be continuing \N 73075 Moved within the US, not known to be continuing \N CEDS \N \N \N \N \N LIF f \N t 1 -4611 67 No longer receiving special education \N 2216 No longer receiving special education \N CEDS \N \N \N \N \N LIF f \N t 1 -4612 67 Not eligible for Part B, exit with no referrals \N 6261 Not eligible for Part B, exit with no referrals \N CEDS \N \N \N \N \N LIF f \N t 1 -4613 67 Not eligible for Part B, exit with referrals to other programs \N 2228 Not eligible for Part B, exit with referrals to other programs \N CEDS \N \N \N \N \N LIF f \N t 1 -4614 67 Part B eligibility not determined \N 2230 Part B eligibility not determined \N CEDS \N \N \N \N \N LIF f \N t 1 -4615 67 Program completion \N 2214 Program completion \N CEDS \N \N \N \N \N LIF f \N t 1 -4616 67 Program discontinued \N 2225 Program discontinued \N CEDS \N \N \N \N \N LIF f \N t 1 -4617 67 Reached maximum age \N 2215 Reached maximum age \N CEDS \N \N \N \N \N LIF f \N t 1 -4618 67 Received certificate of completion, modified diploma, or finished IEP requirements \N 2213 Received certificate of completion, modified diploma, or finished IEP requirements \N CEDS \N \N \N \N \N LIF f \N t 1 -4619 67 Refused services \N 2217 Refused services \N CEDS \N \N \N \N \N LIF f \N t 1 -4620 67 Student data claimed in error/never attended \N 73076 Student data claimed in error/never attended \N CEDS \N \N \N \N \N LIF f \N t 1 -4621 67 Student moved to another country, may or may not be continuing \N 73078 Student moved to another country, may or may not be continuing \N CEDS \N \N \N \N \N LIF f \N t 1 -4622 67 Student with disabilities who met the district graduation requirements for a regular diploma, but is remaining in school to receive transitional services deemed necessary by the IEP team. \N 73079 Student with disabilities remaining in school to receive transitional services \N CEDS \N \N \N \N \N LIF f \N t 1 -4623 67 Suspended from school \N 2220 Suspended from school \N CEDS \N \N \N \N \N LIF f \N t 1 -4624 67 Transferred to a juvenile or adult correctional facility where educational services are not provided \N 73077 Transferred to a juvenile or adult correctional facility where educational services are not provided \N CEDS \N \N \N \N \N LIF f \N t 1 -4625 67 Transferred to another district or school, known not to be continuing in program/service \N 2406 Transferred to another district or school, known not to be continuing in program/service \N CEDS \N \N \N \N \N LIF f \N t 1 -4626 67 Transferred to another district or school, known to be continuing in program/service \N 2218 Transferred to another district or school, known to be continuing in program/service \N CEDS \N \N \N \N \N LIF f \N t 1 -4627 67 Transferred to another district or school, not known to be continuing in program/service \N 2219 Transferred to another district or school, not known to be continuing in program/service \N CEDS \N \N \N \N \N LIF f \N t 1 -4628 67 Unknown reason \N 2233 Unknown reason \N CEDS \N \N \N \N \N LIF f \N t 1 -4629 67 Withdrawal by a parent (or guardian) \N 2232 Withdrawal by a parent (or guardian) \N CEDS \N \N \N \N \N LIF f \N t 1 +1703 60 Correctional institution is specified as the type of location at which the course is taught. \N Correctional CorrectionalInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +3222 284 Native Village of Belkofski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBelkofski NativeVillageOfBelkofski \N CEDS \N \N \N \N \N LIF f \N f 1 +4622 67 Student with disabilities who met the district graduation requirements for a regular diploma, but is remaining in school to receive transitional services deemed necessary by the IEP team. \N 73079 StudentWithDisabilitiesRemainingInSchoolToReceiveTransitionalServices \N CEDS \N \N \N \N \N LIF f \N t 1 +3217 284 Native Village of Aleknagik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAleknagik NativeVillageOfAleknagik \N CEDS \N \N \N \N \N LIF f \N f 1 +3218 284 Native Village of Ambler is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAmbler NativeVillageOfAmbler \N CEDS \N \N \N \N \N LIF f \N f 1 +3056 284 Confederated Salish and Kootenai Tribes of the Flathead Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedSalishAndKootenaiTribesOfTheFlatheadReservation ConfederatedSalishAndKootenaiTribesOfTheFlatheadReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +3912 310 Gila River Indian Community of the Gila River Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GilaRiverIndianCommunityOfTheGilaRiverIndianReservationArizona GilaRiverIndianCommunityOfTheGilaRiverIndianReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +4623 67 Suspended from school \N 2220 SuspendedFromSchool \N CEDS \N \N \N \N \N LIF f \N t 1 +1709 60 Study abroad is specified as the type of location at which the course is taught. \N StudyAbroad StudyAbroad \N CEDS \N \N \N \N \N LIF f \N t 1 +4600 67 Attempts to contact the parent and/or child were unsuccessful. \N 6262 AttemptsToContactTheParentAnd/orChildWereUnsuccessful \N CEDS \N \N \N \N \N LIF f \N t 1 +4603 67 Discontinued schooling \N 1927 DiscontinuedSchooling \N CEDS \N \N \N \N \N LIF f \N t 1 +1704 60 Extension center or site is specified as the type of location at which the course is taught. \N Extension ExtensionCenterOrSite \N CEDS \N \N \N \N \N LIF f \N t 1 +4619 67 Refused services \N 2217 RefusedServices \N CEDS \N \N \N \N \N LIF f \N t 1 +4604 67 Discontinued schooling, not special education \N 2222 DiscontinuedSchooling-notSpecialEducation \N CEDS \N \N \N \N \N LIF f \N t 1 +1719 61 Delivery is not tied to a specific site. \N deliveryType-VariableSite VariableSite \N CTDL \N \N \N \N \N LIF f \N t 1 +4617 67 Reached maximum age \N 2215 ReachedMaximumAge \N CEDS \N \N \N \N \N LIF f \N t 1 +1755 68 Failing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailFail Pass-Fail--Fail \N CEDS \N \N \N \N \N LIF f \N t 1 4630 67 Other \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N t 1 -1752 68 No grade reported yet by instructor (although the course has ended) is specified as additional information regarding the context of the given grade. \N NotYetReported Not Yet Reported \N CEDS \N \N \N \N \N LIF f \N t 1 -1753 68 Other not passing/unsatisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherFail Other Fail \N CEDS \N \N \N \N \N LIF f \N t 1 -1754 68 Other passing/satisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherPass Other Pass \N CEDS \N \N \N \N \N LIF f \N t 1 -1755 68 Failing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailFail Pass-Fail : Fail \N CEDS \N \N \N \N \N LIF f \N t 1 -1756 68 Passing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailPass Pass-Fail : Pass \N CEDS \N \N \N \N \N LIF f \N t 1 -1757 68 Transfer credit; grade not carried on receiving institution's transcript is specified as additional information regarding the context of the given grade. \N TransferNoGrade Transfer No Grade \N CEDS \N \N \N \N \N LIF f \N t 1 +1757 68 Transfer credit; grade not carried on receiving institution's transcript is specified as additional information regarding the context of the given grade. \N TransferNoGrade TransferNoGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +3039 284 Chicken Ranch Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickenRanchRancheriaOfMe-WukIndiansOfCalifornia ChickenRanchRancheriaOfMe-WukIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 1758 68 Withdrew is specified as additional information regarding the context of the given grade. \N Withdrew Withdrew \N CEDS \N \N \N \N \N LIF f \N t 1 -1759 68 Withdrew failing is specified as additional information regarding the context of the given grade. \N WithdrewFailing Withdrew failing \N CEDS \N \N \N \N \N LIF f \N t 1 -1760 68 Withdrew without penalty or pass/fail designation is specified as additional information regarding the context of the given grade. \N WithdrewNoPenalty Withdrew No Penalty \N CEDS \N \N \N \N \N LIF f \N t 1 -1761 68 Withdrew passing is specified as additional information regarding the context of the given grade. \N WithdrewPassing Withdrew passing \N CEDS \N \N \N \N \N LIF f \N t 1 1762 68 Completed the course \N Completed Completed \N PESC \N \N \N \N \N LIF f \N t 1 -1763 68 Planning To Take the course \N PlanningToTake Planning To Take \N PESC \N \N \N \N \N LIF f \N t 1 -2227 124 Credential that acknowledges attendance and/or engagement in an activity. \N Certificate Of Participation ceterms:CertificateOfParticipation \N CTDL \N \N \N \N \N LIF f \N t 1 +4628 67 Unknown reason \N 2233 UnknownReason \N CEDS \N \N \N \N \N LIF f \N t 1 2197 124 Represents a co-curricular activity. \N Co-Curricular Co-Curricular \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2198 124 Represents a degree. \N Degree Degree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2199 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the master's degree and less than a doctoral degree and provides specific preparation for advanced careers in a specialist field \N Specialist Degree ceterms:SpecialistDegree \N CTDL \N \N \N \N \N LIF f \N t 1 2200 124 Represents a diploma such as a high school diploma in the United States. \N Diploma Diploma \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2201 124 Represents practical activities that are done away school, college, or place of work. Includes internships and practicums. \N Fieldwork Fieldwork \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2202 124 Represents a license. \N License License \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 @@ -16835,36 +16419,39 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2209 124 Highest credential award for students who have completed both a bachelor's degree and a master's degree or their equivalent as well as independent research and/or a significant project or paper. Equivalent to UNESCO ISCED, Level 8. This is an exact match of DoctoralDegree in [CTDL-TERMS]. \N DoctoralDegree DoctoralDegree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2467 149 \N \N Day Day \N HR Open \N \N \N \N \N LIF f \N t 1 2468 149 \N \N Week Week \N HR Open \N \N \N \N \N LIF f \N t 1 +1756 68 Passing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailPass Pass-Fail--Pass \N CEDS \N \N \N \N \N LIF f \N t 1 +1763 68 Planning To Take the course \N PlanningToTake PlanningToTake \N PESC \N \N \N \N \N LIF f \N t 1 +3225 284 Native Village of Cantwell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfCantwell NativeVillageOfCantwell \N CEDS \N \N \N \N \N LIF f \N f 1 +4629 67 Withdrawal by a parent (or guardian) \N 2232 WithdrawalByAParent(orGuardian) \N CEDS \N \N \N \N \N LIF f \N t 1 +1761 68 Withdrew passing is specified as additional information regarding the context of the given grade. \N WithdrewPassing WithdrewPassing \N CEDS \N \N \N \N \N LIF f \N t 1 +1754 68 Other passing/satisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherPass OtherPass \N CEDS \N \N \N \N \N LIF f \N t 1 +1760 68 Withdrew without penalty or pass/fail designation is specified as additional information regarding the context of the given grade. \N WithdrewNoPenalty WithdrewNoPenalty \N CEDS \N \N \N \N \N LIF f \N t 1 +1759 68 Withdrew failing is specified as additional information regarding the context of the given grade. \N WithdrewFailing WithdrewFailing \N CEDS \N \N \N \N \N LIF f \N t 1 +1753 68 Other not passing/unsatisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherFail OtherFail \N CEDS \N \N \N \N \N LIF f \N t 1 +1752 68 No grade reported yet by instructor (although the course has ended) is specified as additional information regarding the context of the given grade. \N NotYetReported NotYetReported \N CEDS \N \N \N \N \N LIF f \N t 1 2210 124 (GED) Credential awarded by examination that demonstrates that an individual has acquired secondary school-level academic skills. Equivalent to a secondary school diploma, based on passing a state- or province-selected examination such as GED, HiSET, or TASC; or to an award at UNESCO ISCED 2011 Levels 2 or 3. This is an exact match of GeneralEducationDevelopment in [CTDL-TERMS]. \N GeneralEducationDevelopment GeneralEducationDevelopment \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2211 124 Credential awarded to skilled workers on successful completion of an apprenticeship in industry trades and professions. This is an exact match of JourneymanCertificate in [CTDL-TERMS]. \N JourneymanCertificate JourneymanCertificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2212 124 Set of learning opportunities that leads to an outcome, usually a credential like a degree or certificate. This is an exact match of LearningProgram in [CTDL-TERMS]. \N LearningProgram LearningProgram \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2213 124 Doctoral degree conferred upon completion of a program providing the knowledge and skills for the recognition, credential, or license required for professional practice. Equivalent to an award at UNESCO ISCED 2011, Level 8. This is an exact match of ProfessionalDoctorate in [CTDL-TERMS]. \N ProfessionalDoctorate ProfessionalDoctorate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2214 124 Credential assuring that an organization, program, or awarded credential meets prescribed requirements and may include development and administration of qualifying examinations. This is an exact match of QualityAssuranceCredential in [CTDL-TERMS]. \N QualityAssuranceCredential QualityAssuranceCredential \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2215 124 Credential awarded upon demonstration through apprenticeship of the highest level of skills and performance in industry trades and professions. This is an exact match of MasterCertificate in [CTDL-TERMS]. \N MasterCertificate MasterCertificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2216 124 Credential award that requires completion of an organized program of study beyond that of a master's degree, which is designed for persons who have completed a master's degree but does not meet the requirements of a doctor's degree. \N Post-Master Certificate ceterms:PostMasterCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2217 124 Credential awarded to indicate readiness for an apprentice-level program. \N PreApprenticeship Certificate ceterms:PreApprenticeshipCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2218 124 Credential awarded for demonstrating competencies in a profession or particular occupational field, including job readiness. \N Professional Certificate ceterms:ProfessionalCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2219 124 Credential awarded after assessment of skills in a specific area defined by a recognized body of experts, without regard for how the skills were learned. \N Proficiency Certificate ceterms:ProficiencyCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3993 310 Makah Indian Tribe of the Makah Indian Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MakahIndianTribeOfTheMakahIndianReservation MakahIndianTribeOfTheMakahIndianReservation \N \N \N \N \N \N \N LIF f \N f 4 +3087 284 Ely Shoshone Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElyShoshoneTribeOfNevada ElyShoshoneTribeOfNevada \N CEDS \N \N \N \N \N LIF f \N f 1 2735 267 Maine \N ME Maine \N CEDS \N \N \N \N \N LIF f \N t 1 -2220 124 Credential award that requires completion of an organized program of study at a level beyond that of a bachelor's degree, which is designed for persons who have completed a baccalaureate degree but does not meet the requirements of a master's degree. \N Post Baccalaureate Certificate ceterms:PostBaccalaureateCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2221 124 Credential for successful completion of a formal secondary-level education program that is less than a diploma and does not indicate completion of secondary education graduation requirements. \N Secondary Education Certificate ceterms:SecondaryEducationCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2222 124 Credential award at a postsecondary level for successful completion of a formal education program that is more than one semester and less than 1 year, demonstrating competencies within a specific subject area or an occupational area indicating job readiness. \N Technical Level 1 Certificate ceterms:TechnicalLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2223 124 Credential award at a postsecondary level for successful completion of a formal education program that is at least 1 year but less than 2 years, demonstrating competencies within a specific subject area or in an occupational area indicating job readiness. \N Technical Level 2 Certificate ceterms:TechnicalLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2224 124 Credential award at a postsecondary level for successful completion of a formal education program that is at least 2 years but less than 4 years, demonstrating competencies within specific occupational areas indicating job readiness. \N Technical Level 3 Certificate ceterms:TechnicalLevel3Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2225 124 Credential awarded for work-based learning and earn-and-learn models that meet standards and are applicable to industry, trades, occupations, and professions. \N Work-Based Learning Certificate ceterms:WorkbasedLearningCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2226 124 Credential awarded at a postsecondary level for successful completion of a formal education program that is completed within one semester, demonstrating competencies within a specific occupational area, indicating job readiness. \N Basic Technical Certificate ceterms:BasicTechnicalCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2228 124 Credential award at a postsecondary level for successful completion of general education courses that cover a broad range of foundational academic skills and takes less than 1 year. \N General Education Level 1 Certificate ceterms:GeneralEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2229 124 Credential award at a postsecondary level for successful completion of general education courses that takes at least 1 year that cover a broad range of foundational academic skills and takes less than 2 years to complete. \N General Education Level 2 Certificate ceterms:GeneralEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2230 124 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about one year in a specific subject. \N Higher EducationLevel 1 Certificate ceterms:HigherEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2231 124 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about two years in a specific subject. \N Higher EducationLevel 2 Certificate ceterms:HigherEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +4051 310 Native Village of Gambell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGambell NativeVillageOfGambell \N \N \N \N \N \N \N LIF f \N f 4 +3081 284 Eastern Shawnee Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternShawneeTribeOfOklahoma EasternShawneeTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4781 5 \N \N NotApplicable NotApplicable \N \N \N 2025-09-16 19:57:00+00 2025-09-16 19:57:00+00 \N UX LIF f \N t 1 2232 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent. Equivalent to an award at UNESCO ISCED 2011, Level 7. This is an exact match of MasterDegree in [CTDL-TERMS]. \N MasterDegree MasterDegree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -4781 5 \N \N Not Applicable Not Applicable \N \N \N 2025-09-16 19:57:00+00 2025-09-16 19:57:00+00 \N UX LIF f \N t 1 -4782 34 \N \N MissingAtWill Missing At Will \N \N \N 2025-09-17 17:45:00+00 2025-09-17 17:45:00+00 \N UX LIF f \N t 1 +3093 284 Flandreau Santee Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FlandreauSanteeSiouxTribeOfSouthDakota FlandreauSanteeSiouxTribeOfSouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +4059 310 Native Village of Kipnuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKipnuk NativeVillageOfKipnuk \N \N \N \N \N \N \N LIF f \N f 4 +4060 310 Native Village of Kivalina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKivalina NativeVillageOfKivalina \N \N \N \N \N \N \N LIF f \N f 4 +4061 310 Native Village of Kluti Kaah (aka Copper Center) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKlutiKaah NativeVillageOfKlutiKaah \N \N \N \N \N \N \N LIF f \N f 4 +4320 310 Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UtuUtuGwaituPaiuteTribeOfTheBentonPaiuteReservationCalifornia UtuUtuGwaituPaiuteTribeOfTheBentonPaiuteReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4782 34 \N \N MissingAtWill MissingAtWill \N \N \N 2025-09-17 17:45:00+00 2025-09-17 17:45:00+00 \N UX LIF f \N t 1 2235 124 Credential that addresses a subset of field-specific knowledge, skills, or competencies; often developmental with relationships to other micro-credentials and field credentials. This is an exact match of MicroCredential in [CTDL-TERMS]. \N MicroCredential MicroCredential \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2236 124 Doctoral degree conferred for advanced work beyond the master level, including the preparation and defense of a thesis or dissertation based on original research, or the planning and execution of an original project demonstrating substantial artistic or scholarly achievement. Equivalent to an award at UNESCO ISCED 2011, Level 8. This is an exact match of ResearchDoctorate in [CTDL-TERMS]. \N ResearchDoctorate ResearchDoctorate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2237 124 Diploma awarded by secondary education institutions for successful completion of a secondary school program of study. Equivalent to an award at UNESCO ISCED 2011 Levels 2 or 3. This is an exact match of SecondarySchoolDiploma in [CTDL-TERMS]. \N SecondarySchoolDiploma SecondarySchoolDiploma \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2238 124 A skill is an ability to perform a specific task or activity effectively and is more than theoretical knowledge; it’s the ability to translate that knowledge into effective action. Skill may refer to having the competencies to fulfull a specific role or function. \N Skill Skill \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2239 124 Credential awarded for successful completion of a formal education program, demonstrating requisite knowledge and skills. \N Academic Certificate ceterms:AcademicCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 2252 125 The learner withdrew from the activity described by the achievement before completion. \N Withdrew Withdrew \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2254 126 The credential is no longer awarded. \N Deprecated Deprecated \N \N \N \N \N \N \N LIF f \N t 1 2255 126 The credential award is provisional or temporary; frequently pending further assessment of qualification. \N Probationary Probationary \N \N \N \N \N \N \N LIF f \N t 1 @@ -16872,12 +16459,10 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2261 127 An alignment to a CASE Framework Rubric Criterion. \N CFRubricCriterion CFRubricCriterion \N \N \N \N \N \N \N LIF f \N t 1 2262 127 An alignment to a CASE Framework Rubric Criterion Level. \N CFRubricCriterionLevel CFRubricCriterionLevel \N \N \N \N \N \N \N LIF f \N t 1 2264 127 An alignment to a Skills Framework \N Skill Skill \N \N \N \N \N \N \N LIF f \N t 1 -2272 128 Credential Transparency Descriptive Language \N CTDL Credential Transparency Descriptive Language \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2273 128 Postsecondary Electronic Standards Council \N PESC Postsecondary Electronic Standards Council \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2233 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N Master Of Arts Degree ceterms:MasterOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -2234 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in scientific and technical fields and professional fields of study. \N Master Of Science Degree ceterms:MasterOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -2421 143 \N \N SelfEmployed Self Employed \N PESC \N \N \N \N \N LIF f \N t 1 -2240 124 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in the arts and social sciences fields. \N Associate Of Applied Arts Degree ceterms:AssociateOfAppliedArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +2272 128 Credential Transparency Descriptive Language \N CTDL CredentialTransparencyDescriptiveLanguage \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2421 143 \N \N SelfEmployed SelfEmployed \N PESC \N \N \N \N \N LIF f \N t 1 +2273 128 Postsecondary Electronic Standards Council \N PESC PostsecondaryElectronicStandardsCouncil \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +4067 310 Native Village of Kwinhagak (aka Quinhagak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKwinhagak NativeVillageOfKwinhagak \N \N \N \N \N \N \N LIF f \N f 4 2425 143 \N \N Other Other \N PESC \N \N \N \N \N LIF f \N t 1 2439 144 \N \N Other Other \N PESC \N \N \N \N \N LIF f \N t 1 2466 149 \N \N Hour Hour \N HR Open \N \N \N \N \N LIF f \N t 1 @@ -16895,92 +16480,86 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2480 149 \N \N QuarterToDate QuarterToDate \N HR Open \N \N \N \N \N LIF f \N t 1 2481 149 \N \N YearToDate YearToDate \N HR Open \N \N \N \N \N LIF f \N t 1 2482 149 \N \N Once Once \N HR Open \N \N \N \N \N LIF f \N t 1 -2493 151 Falsified application form is the primary reason for the termination of the employment relationship. \N Falsified application form Falsified application form \N CEDS \N \N \N \N \N LIF f \N t 1 -2494 151 Family/personal relocation is the primary reason for the termination of the employment relationship. \N Family/personal relocation Family/personal relocation \N CEDS \N \N \N \N \N LIF f \N t 1 -2495 151 Formal study or research is the primary reason for the termination of the employment relationship. \N Formal study or research Formal study or research \N CEDS \N \N \N \N \N LIF f \N t 1 -2496 151 Homemaking/caring for a family member is the primary reason for the termination of the employment relationship. \N Homemaking/caring for a family member Homemaking/caring for a family member \N CEDS \N \N \N \N \N LIF f \N t 1 +3518 284 Village of Chefornak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfChefornak VillageOfChefornak \N CEDS \N \N \N \N \N LIF f \N f 1 +2493 151 Falsified application form is the primary reason for the termination of the employment relationship. \N FalsifiedApplicationForm FalsifiedApplicationForm \N CEDS \N \N \N \N \N LIF f \N t 1 +2498 151 Leave Not Planning to Return is the primary reason for the termination of the employment relationship. \N LeaveNotPlanningToReturn LeaveNotPlanningToReturn \N CEDS \N \N \N \N \N LIF f \N t 1 2497 151 Illness/disability is the primary reason for the termination of the employment relationship. \N Illness/disability Illness/disability \N CEDS \N \N \N \N \N LIF f \N t 1 -2498 151 Leave Not Planning to Return is the primary reason for the termination of the employment relationship. \N Leave Not Planning to Return Leave Not Planning to Return \N CEDS \N \N \N \N \N LIF f \N t 1 -2499 151 Leave Planning to Return is the primary reason for the termination of the employment relationship. \N Leave Planning to Return Leave Planning to Return \N CEDS \N \N \N \N \N LIF f \N t 1 +2494 151 Family/personal relocation is the primary reason for the termination of the employment relationship. \N Family/personalRelocation Family/personalRelocation \N CEDS \N \N \N \N \N LIF f \N t 1 +3519 284 Village of Clarks Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfClarksPoint VillageOfClarksPoint \N CEDS \N \N \N \N \N LIF f \N f 1 2500 151 Misconduct is the primary reason for the termination of the employment relationship. \N Misconduct Misconduct \N CEDS \N \N \N \N \N LIF f \N t 1 -2501 151 Organizational restructuring is the primary reason for the termination of the employment relationship. \N Organizational restructuring Organizational restructuring \N CEDS \N \N \N \N \N LIF f \N t 1 +2499 151 Leave Planning to Return is the primary reason for the termination of the employment relationship. \N LeavePlanningToReturn LeavePlanningToReturn \N CEDS \N \N \N \N \N LIF f \N t 1 +2495 151 Formal study or research is the primary reason for the termination of the employment relationship. \N FormalStudyOrResearch FormalStudyOrResearch \N CEDS \N \N \N \N \N LIF f \N t 1 2502 151 The primary reason for the termination of the employment relationship is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -2736 267 Marshall Islands \N MH Marshall Islands \N CEDS \N \N \N \N \N LIF f \N t 1 -2503 151 Personal reason is the primary reason for the termination of the employment relationship. \N Personal reason Personal reason \N CEDS \N \N \N \N \N LIF f \N t 1 +2525 154 \N \N CoastGuard CoastGuard \N NONE \N \N \N \N \N LIF f \N t 1 +2642 261 The Organization Identifier is the organization's Federal identification number. \N FederalEmployerIdentificationNumber FederalEmployerIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 2504 151 Retirement is the primary reason for the termination of the employment relationship. \N Retirement Retirement \N CEDS \N \N \N \N \N LIF f \N t 1 -2505 151 Termination with Cause is the primary reason for the termination of the employment relationship. \N Termination with Cause Termination with Cause \N CEDS \N \N \N \N \N LIF f \N t 1 2506 151 The primary reason for the termination of the employment relationship is unknown. \N Unknown Unknown \N CEDS \N \N \N \N \N LIF f \N t 1 -2507 151 Unsatisfactory work performance is the primary reason for the termination of the employment relationship. \N Unsatisfactory work performance Unsatisfactory work performance \N CEDS \N \N \N \N \N LIF f \N t 1 2508 151 Unsuitability is the primary reason for the termination of the employment relationship. \N Unsuitability Unsuitability \N CEDS \N \N \N \N \N LIF f \N t 1 -2638 261 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N College Board/ACT program code set Of PK-grade 12 institutions College Board/ACT program code set of PK-grade 12 institutions \N CEDS \N \N \N \N \N LIF f \N t 1 -2519 153 Less than annual employment contract is specified. \N LessThanAnnual Less than annual \N CEDS \N \N \N \N \N LIF f \N t 1 -2520 153 Not applicable is specified as the contact type. \N NotApplicable Not applicable \N CEDS \N \N \N \N \N LIF f \N t 1 -2524 154 \N \N Marine Corps Marine Corps \N NONE \N \N \N \N \N LIF f \N t 1 -2525 154 \N \N Coast Guard Coast Guard \N NONE \N \N \N \N \N LIF f \N t 1 -2637 261 The Organization Identifier is a School-assigned number. \N School-assigned number School-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2639 261 The Organization Identifier is a Local Education Agency assigned number. \N Local Education Agency assigned number Local Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2640 261 The Organization Identifier is a State Education Agency assigned number. \N State Education Agency assigned number State Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2641 261 The Organization Identifier is a National Center for Education Statistics assigned number. \N National Center for Education Statistics assigned number National Center for Education Statistics assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2788 269 Organizational department. \N Customer Service Customer Service \N \N \N \N \N \N \N LIF f \N t 1 -2642 261 The Organization Identifier is the organization's Federal identification number. \N Federal employer identification number Federal employer identification number \N CEDS \N \N \N \N \N LIF f \N t 1 -2643 261 The Organization Identifier is the organization's Dun and Bradstreet number. \N Dun and Bradstreet number Dun and Bradstreet number \N CEDS \N \N \N \N \N LIF f \N t 1 -2644 261 The Organization Identifier is an other federally assigned number. \N Other federally assigned number Other federally assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2645 261 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N License Number License Number \N CEDS \N \N \N \N \N LIF f \N t 1 +2656 263 General relationships between organizations not captured in selections above. \N AdditionalRelationship AdditionalRelationship \N \N \N \N \N \N \N LIF f \N t 1 +2660 264 A regional, multi-services public agency authorized by State law to develop, manage, and provide services, programs, or other support (e.g., construction, food services, technology services) to LEAs. \N IntermediateEducationalUnit(IEU) IntermediateEducationalUnit(IEU) \N CEDS \N \N \N \N \N LIF f \N t 1 +2736 267 Marshall Islands \N MH MarshallIslands \N CEDS \N \N \N \N \N LIF f \N t 1 +2639 261 The Organization Identifier is a Local Education Agency assigned number. \N LocalEducationAgencyAssignedNumber LocalEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2666 264 A public or private institution, organization, or agency that provides instructional or support services to students or staff at any level. \N EducationInstitution EducationInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +2655 263 An entity related to another entity, but that does not have authorizing or operating responsibility over the other entity. \N RelatedBody RelatedBody \N CEDS \N \N \N \N \N LIF f \N t 1 +2640 261 The Organization Identifier is a State Education Agency assigned number. \N StateEducationAgencyAssignedNumber StateEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2519 153 Less than annual employment contract is specified. \N LessThanAnnual LessThanAnnual \N CEDS \N \N \N \N \N LIF f \N t 1 +4069 310 Native Village of Marshall (aka Fortuna Ledge) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMarshall NativeVillageOfMarshall \N \N \N \N \N \N \N LIF f \N f 4 +2637 261 The Organization Identifier is a School-assigned number. \N School-assignedNumber School-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2524 154 \N \N MarineCorps MarineCorps \N NONE \N \N \N \N \N LIF f \N t 1 2648 262 The organization is active, except for scheduled breaks, holidays, or other temporary interruptions. \N Active Active \N CEDS \N \N \N \N \N LIF f \N t 1 2650 262 The current status of the organization's operations, exclusive of scheduled breaks, holidays, or other temporary interruptions. \N operationalStatus operationalStatus \N HR open \N \N \N \N \N LIF f \N t 1 -2655 263 An entity related to another entity, but that does not have authorizing or operating responsibility over the other entity. \N Related Body Related Body \N CEDS \N \N \N \N \N LIF f \N t 1 -2656 263 General relationships between organizations not captured in selections above. \N Additional Relationship Additional Relationship \N \N \N \N \N \N \N LIF f \N t 1 -2660 264 A regional, multi-services public agency authorized by State law to develop, manage, and provide services, programs, or other support (e.g., construction, food services, technology services) to LEAs. \N Intermediate Educational Unit (IEU) Intermediate Educational Unit (IEU) \N CEDS \N \N \N \N \N LIF f \N t 1 -2661 264 The agency of the state charged with primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instruction programs, and it is the state agency that administers federal grant programs. \N State Education Agency (SEA) State Education Agency (SEA) \N CEDS \N \N \N \N \N LIF f \N t 1 +2665 264 An association or corporation established for the purpose of providing services on a nonprofit basis to its members. \N ProfessionalMembershipOrganization ProfessionalMembershipOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +2663 264 An organization or institution that administers benefit plans or services to a staff member. \N EmployeeBenefitCarrier EmployeeBenefitCarrier \N CEDS \N \N \N \N \N LIF f \N t 1 +2664 264 An individual or organization that contributes monetary, in kind, or other types of contributions to an employee's benefit plan. \N EmployeeBenefitContributor EmployeeBenefitContributor \N CEDS \N \N \N \N \N LIF f \N t 1 2662 264 An organization responsible for identifying and/or selecting prospective employees to fill vacant positions in an organization. \N Recruiter Recruiter \N CEDS \N \N \N \N \N LIF f \N t 1 -2663 264 An organization or institution that administers benefit plans or services to a staff member. \N Employee Benefit Carrier Employee Benefit Carrier \N CEDS \N \N \N \N \N LIF f \N t 1 -2664 264 An individual or organization that contributes monetary, in kind, or other types of contributions to an employee's benefit plan. \N Employee Benefit Contributor Employee Benefit Contributor \N CEDS \N \N \N \N \N LIF f \N t 1 -2665 264 An association or corporation established for the purpose of providing services on a nonprofit basis to its members. \N Professional Membership Organization Professional Membership Organization \N CEDS \N \N \N \N \N LIF f \N t 1 -2666 264 A public or private institution, organization, or agency that provides instructional or support services to students or staff at any level. \N Education Institution Education Institution \N CEDS \N \N \N \N \N LIF f \N t 1 -2667 264 An individual or organization who provides a planned, structured process through which an individual improves his or her job-related knowledge, skills, or attitudes. Such a process is deigned to enable a staff member to grow within a profession or organization or to attain an initial or additional credential. \N Staff Development Provider Staff Development Provider \N CEDS \N \N \N \N \N LIF f \N t 1 +2667 264 An individual or organization who provides a planned, structured process through which an individual improves his or her job-related knowledge, skills, or attitudes. Such a process is deigned to enable a staff member to grow within a profession or organization or to attain an initial or additional credential. \N StaffDevelopmentProvider StaffDevelopmentProvider \N CEDS \N \N \N \N \N LIF f \N t 1 +2505 151 Termination with Cause is the primary reason for the termination of the employment relationship. \N TerminationWithCause TerminationWithCause \N CEDS \N \N \N \N \N LIF f \N t 1 +2507 151 Unsatisfactory work performance is the primary reason for the termination of the employment relationship. \N UnsatisfactoryWorkPerformance UnsatisfactoryWorkPerformance \N CEDS \N \N \N \N \N LIF f \N t 1 +3057 284 Confederated Tribes and Bands of the Yakama Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesAndBandsOfTheYakamaNation ConfederatedTribesAndBandsOfTheYakamaNation \N CEDS \N \N \N \N \N LIF f \N f 1 2668 264 An installation in which an organization is housed; includes all buildings, structures, and other stationary items that are located on a single site or on contiguous or adjacent sites and that are used for district or system administrative purposes. \N Facility Facility \N CEDS \N \N \N \N \N LIF f \N t 1 +2501 151 Organizational restructuring is the primary reason for the termination of the employment relationship. \N OrganizationalRestructuring OrganizationalRestructuring \N CEDS \N \N \N \N \N LIF f \N t 1 +2645 261 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N LicenseNumber LicenseNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2503 151 Personal reason is the primary reason for the termination of the employment relationship. \N PersonalReason PersonalReason \N CEDS \N \N \N \N \N LIF f \N t 1 +2788 269 Organizational department. \N CustomerService CustomerService \N \N \N \N \N \N \N LIF f \N t 1 +2520 153 Not applicable is specified as the contact type. \N NotApplicable NotApplicable \N CEDS \N \N \N \N \N LIF f \N t 1 2669 264 The organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis, usually for a predetermined period of time (e.g., a semester or two-week workshop) to an individual or group of students (e.g., a class). \N Course Course \N CEDS \N \N \N \N \N LIF f \N t 1 -2670 264 A setting in which organized instruction of course content is provided to one or more students for a given period of time. \N Course Section Course Section \N CEDS \N \N \N \N \N LIF f \N t 1 2671 264 An organization that supplements the regular school program or serves as early childhood education and care for children prior to reaching school-attendance age. These programs and services are often, but not solely, available through federal, state, or local agencies, non-profit organizations and/or other community-based organizations (or assistance provided by these entities). Services may be instructional or non-instructional in nature, may be direct or in-direct, and may be provided within or outside of a school building. \N Program Program \N CEDS \N \N \N \N \N LIF f \N t 1 -2672 264 An organization with information about programs that help adults get the basic skills they need to be productive workers, family members, and citizens. \N Adult Education Provider Adult Education Provider \N CEDS \N \N \N \N \N LIF f \N t 1 -2673 264 An organization responsible for administering services to an individual or organization participating in a program or receiving services. \N Service Provider Service Provider \N CEDS \N \N \N \N \N LIF f \N t 1 -2674 264 An institution that has an ongoing, functional relationship with the education institution in order to provide improved educational experiences to an individual and/or the school. \N Affiliated Institution Affiliated Institution \N CEDS \N \N \N \N \N LIF f \N t 1 -2676 264 An institution, organization, federation, or other such group that is responsible for accrediting or endorsing an individual's preparation, skills, or performance. \N Credentialing Organization Credentialing Organization \N CEDS \N \N \N \N \N LIF f \N t 1 -2677 264 An authority that reviews an organization's educational program and staff for quality, and certifies whether the organization meets a minimal set of standards. \N Accrediting Organization Accrediting Organization \N CEDS \N \N \N \N \N LIF f \N t 1 +2692 265 A membership organization of workers formed for the purpose of advancing its members' interests in respect to wages, benefits, and working conditions. \N LaborUnion LaborUnion \N CEDS \N \N \N \N \N LIF f \N t 1 +2696 265 An organization such as a college or university: (1) whose sole purpose is to provide postsecondary education defined as the provision of a formal instructional program whose curriculum is designed primarily for students who are beyond the compulsory age for high school and (2) has the authority to award degrees. This includes programs whose purpose is academic, vocational, and continuing professional education. \N PostsecondaryEducationalInstitution PostsecondaryEducationalInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +4783 34 \N \N NotApplicable NotApplicable \N \N \N 2025-09-17 17:46:00+00 2025-09-17 17:46:00+00 \N UX LIF f \N t 1 2737 267 Michigan \N MI Michigan \N CEDS \N \N \N \N \N LIF f \N t 1 2738 267 Minnesota \N MN Minnesota \N CEDS \N \N \N \N \N LIF f \N t 1 -2678 264 A self-organized membership network of peer-level educational organizations intended to provide shared services or collective procurement. \N Education Organization Network Education Organization Network \N CEDS \N \N \N \N \N LIF f \N t 1 -2679 264 The lead agency within a State/Jurisdiction responsible for administering IDEA Part C. \N IDEA Part C Lead Agency IDEA Part C Lead Agency \N CEDS \N \N \N \N \N LIF f \N t 1 -2680 264 A separate legal entity that 1) contracts with one or more charter schools to manage, operate, and oversee the charter schools; or 2) holds a charter, or charters, to operate multiple charter schools. (see Charter School Management Organization Type) \N Charter School Management Organization Charter School Management Organization \N CEDS \N \N \N \N \N LIF f \N t 1 -2681 264 An organization responsible for authorizing charter schools. \N Charter School Authorizing Organization Charter School Authorizing Organization \N CEDS \N \N \N \N \N LIF f \N t 1 -2682 264 The local, state, or federal agency that has primary responsibility for responding to an emergency situation. \N Emergency Response Agency Emergency Response Agency \N CEDS \N \N \N \N \N LIF f \N t 1 +2678 264 A self-organized membership network of peer-level educational organizations intended to provide shared services or collective procurement. \N EducationOrganizationNetwork EducationOrganizationNetwork \N CEDS \N \N \N \N \N LIF f \N t 1 +2679 264 The lead agency within a State/Jurisdiction responsible for administering IDEA Part C. \N IDEAPartCLeadAgency IDEAPartCLeadAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +2670 264 A setting in which organized instruction of course content is provided to one or more students for a given period of time. \N CourseSection CourseSection \N CEDS \N \N \N \N \N LIF f \N t 1 +3520 284 Village of Crooked Creek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfCrookedCreek VillageOfCrookedCreek \N CEDS \N \N \N \N \N LIF f \N f 1 2683 264 An additional entry used to describe the organization type. \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 -2691 265 A secondary school providing instruction and educational services that do not focus primarily on career and technical education or alternative education. \N High School High School \N CEDS \N \N \N \N \N LIF f \N t 1 -2692 265 A membership organization of workers formed for the purpose of advancing its members' interests in respect to wages, benefits, and working conditions. \N Labor Union Labor Union \N CEDS \N \N \N \N \N LIF f \N t 1 -2693 265 A public school offering special instruction and programs not available elsewhere, designed to attract a more diverse student body from throughout a school district. \N Magnet/Competitive Admissions School Magnet/Competitive Admissions School \N CEDS \N \N \N \N \N LIF f \N t 1 +3131 284 Iowa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IowaTribeOfOklahoma IowaTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +2691 265 A secondary school providing instruction and educational services that do not focus primarily on career and technical education or alternative education. \N HighSchool HighSchool \N CEDS \N \N \N \N \N LIF f \N t 1 2694 265 The armed services of a government entity. \N Military Military \N CEDS \N \N \N \N \N LIF f \N t 1 -2695 265 A secondary school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; and 3) falls outside of the categories of regular, magnet/special program emphasis, or career and technical education. \N Alternative/Non-Traditional School Alternative/Non-Traditional School \N CEDS \N \N \N \N \N LIF f \N t 1 -2696 265 An organization such as a college or university: (1) whose sole purpose is to provide postsecondary education defined as the provision of a formal instructional program whose curriculum is designed primarily for students who are beyond the compulsory age for high school and (2) has the authority to award degrees. This includes programs whose purpose is academic, vocational, and continuing professional education. \N Postsecondary Educational Institution Postsecondary Educational Institution \N CEDS \N \N \N \N \N LIF f \N t 1 -2697 265 An organization that primarily operates online. \N Primarily Online Primarily Online \N CEDS \N \N \N \N \N LIF f \N t 1 -2698 265 A membership organization primarily engaged in promoting the interests of a particular profession, the interests of individuals engaged in that profession, and providing them with services that may involve the provision of education and credentialing services. \N Professional Association Professional Association \N CEDS \N \N \N \N \N LIF f \N t 1 -4783 34 \N \N NotApplicable Not Applicable \N \N \N 2025-09-17 17:46:00+00 2025-09-17 17:46:00+00 \N UX LIF f \N t 1 -2699 265 External body that performs accreditation, endorsement, approval, and/or recognition of a credential issuer. \N Quality Assurance Body Quality Assurance Body \N CEDS \N \N \N \N \N LIF f \N t 1 -2700 265 A secondary school primarily providing education to students at the ninth grade or higher. \N Secondary School Secondary School \N CEDS \N \N \N \N \N LIF f \N t 1 -2701 265 A secondary school that focuses primarily on providing formal preparation for skilled, technical or professional occupations or careers. \N Career and Technical School Career and Technical School \N CEDS \N \N \N \N \N LIF f \N t 1 -2702 265 An organization whose major purpose is to provide education and training services but is not a postsecondary education institution with the authority to award degrees. Includes community-based organizations, non-degree granting proprietary schools which are education and training providers that are recognized by states as schools and are Title IV eligible but do not award degrees, etc. \N Education and Training Provider Education and Training Provider \N CEDS \N \N \N \N \N LIF f \N t 1 -2703 265 Authorized postsecondary institution that primarily offers associate degrees, but may also award higher degrees. \N Two-Year College Two-Year College \N CEDS \N \N \N \N \N LIF f \N t 1 +2700 265 A secondary school primarily providing education to students at the ninth grade or higher. \N SecondarySchool SecondarySchool \N CEDS \N \N \N \N \N LIF f \N t 1 +3118 284 Hopi Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HopiTribeOfArizona HopiTribeOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +2673 264 An organization responsible for administering services to an individual or organization participating in a program or receiving services. \N ServiceProvider ServiceProvider \N CEDS \N \N \N \N \N LIF f \N t 1 +3113 284 Ho-Chunk Nation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ho-ChunkNationOfWisconsin Ho-ChunkNationOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +2676 264 An institution, organization, federation, or other such group that is responsible for accrediting or endorsing an individual's preparation, skills, or performance. \N CredentialingOrganization CredentialingOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +2697 265 An organization that primarily operates online. \N PrimarilyOnline PrimarilyOnline \N CEDS \N \N \N \N \N LIF f \N t 1 +2677 264 An authority that reviews an organization's educational program and staff for quality, and certifies whether the organization meets a minimal set of standards. \N AccreditingOrganization AccreditingOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +2672 264 An organization with information about programs that help adults get the basic skills they need to be productive workers, family members, and citizens. \N AdultEducationProvider AdultEducationProvider \N CEDS \N \N \N \N \N LIF f \N t 1 +2674 264 An institution that has an ongoing, functional relationship with the education institution in order to provide improved educational experiences to an individual and/or the school. \N AffiliatedInstitution AffiliatedInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +2695 265 A secondary school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; and 3) falls outside of the categories of regular, magnet/special program emphasis, or career and technical education. \N Alternative/Non-TraditionalSchool Alternative/Non-TraditionalSchool \N CEDS \N \N \N \N \N LIF f \N t 1 +2768 267 West Virginia \N WV WestVirginia \N CEDS \N \N \N \N \N LIF f \N t 1 2704 265 Sells, maintains, and issues credentials for its own products and services for public access and use. \N Vendor Vendor \N CEDS \N \N \N \N \N LIF f \N t 1 2707 266 Shipping is specified as the type of address listed for an organization. \N Shipping Shipping \N CEDS \N \N \N \N \N LIF f \N t 1 -2708 266 A code classifying work location type \N Distribution Center Distribution Center \N HR Open \N \N \N \N \N LIF f \N t 1 +2744 267 North Dakota \N ND NorthDakota \N CEDS \N \N \N \N \N LIF f \N t 1 2709 266 \N \N Headquarters Headquarters \N HR Open \N \N \N \N \N LIF f \N t 1 2710 266 \N \N Plant Plant \N HR Open \N \N \N \N \N LIF f \N t 1 2716 267 California \N CA California \N CEDS \N \N \N \N \N LIF f \N t 1 2717 267 Colorado \N CO Colorado \N CEDS \N \N \N \N \N LIF f \N t 1 2718 267 Connecticut \N CT Connecticut \N CEDS \N \N \N \N \N LIF f \N t 1 -2719 267 District of Columbia \N DC District of Columbia \N CEDS \N \N \N \N \N LIF f \N t 1 +2770 267 Armed Forces America \N AA ArmedForcesAmerica \N CEDS \N \N \N \N \N LIF f \N t 1 2720 267 Delaware \N DE Delaware \N CEDS \N \N \N \N \N LIF f \N t 1 2721 267 Florida \N FL Florida \N CEDS \N \N \N \N \N LIF f \N t 1 -2722 267 Federated States of Micronesia \N FM Federated States of Micronesia \N CEDS \N \N \N \N \N LIF f \N t 1 +2772 267 Armed Forces Pacific \N AP ArmedForcesPacific \N CEDS \N \N \N \N \N LIF f \N t 1 2723 267 Georgia \N GA Georgia \N CEDS \N \N \N \N \N LIF f \N t 1 2724 267 Guam \N GU Guam \N CEDS \N \N \N \N \N LIF f \N t 1 2725 267 Hawaii \N HI Hawaii \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16994,55 +16573,49 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2733 267 Massachusetts \N MA Massachusetts \N CEDS \N \N \N \N \N LIF f \N t 1 2734 267 Maryland \N MD Maryland \N CEDS \N \N \N \N \N LIF f \N t 1 2739 267 Missouri \N MO Missouri \N CEDS \N \N \N \N \N LIF f \N t 1 -2740 267 Northern Marianas \N MP Northern Marianas \N CEDS \N \N \N \N \N LIF f \N t 1 +2759 267 South Dakota \N SD SouthDakota \N CEDS \N \N \N \N \N LIF f \N t 1 2741 267 Mississippi \N MS Mississippi \N CEDS \N \N \N \N \N LIF f \N t 1 2742 267 Montana \N MT Montana \N CEDS \N \N \N \N \N LIF f \N t 1 -2743 267 North Carolina \N NC North Carolina \N CEDS \N \N \N \N \N LIF f \N t 1 -2744 267 North Dakota \N ND North Dakota \N CEDS \N \N \N \N \N LIF f \N t 1 +4519 32 The related Classification of Instructional Program code is referencing primary enrollment. \N PrimaryEnrollment PrimaryEnrollment \N CEDS \N \N \N \N \N LIF f \N t 1 +2746 267 New Hampshire \N NH NewHampshire \N CEDS \N \N \N \N \N LIF f \N t 1 2745 267 Nebraska \N NE Nebraska \N CEDS \N \N \N \N \N LIF f \N t 1 -2746 267 New Hampshire \N NH New Hampshire \N CEDS \N \N \N \N \N LIF f \N t 1 -2747 267 New Jersey \N NJ New Jersey \N CEDS \N \N \N \N \N LIF f \N t 1 -2748 267 New Mexico \N NM New Mexico \N CEDS \N \N \N \N \N LIF f \N t 1 +3089 284 Enterprise Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EnterpriseRancheriaOfMaiduIndiansOfCalifornia EnterpriseRancheriaOfMaiduIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 2749 267 Nevada \N NV Nevada \N CEDS \N \N \N \N \N LIF f \N t 1 -2750 267 New York \N NY New York \N CEDS \N \N \N \N \N LIF f \N t 1 2751 267 Ohio \N OH Ohio \N CEDS \N \N \N \N \N LIF f \N t 1 2752 267 Oklahoma \N OK Oklahoma \N CEDS \N \N \N \N \N LIF f \N t 1 2753 267 Oregon \N OR Oregon \N CEDS \N \N \N \N \N LIF f \N t 1 2754 267 Pennsylvania \N PA Pennsylvania \N CEDS \N \N \N \N \N LIF f \N t 1 -2755 267 Puerto Rico \N PR Puerto Rico \N CEDS \N \N \N \N \N LIF f \N t 1 +3053 284 Cold Springs Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ColdSpringsRancheriaOfMonoIndiansOfCalifornia ColdSpringsRancheriaOfMonoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 2756 267 Palau \N PW Palau \N CEDS \N \N \N \N \N LIF f \N t 1 -2757 267 Rhode Island \N RI Rhode Island \N CEDS \N \N \N \N \N LIF f \N t 1 -2758 267 South Carolina \N SC South Carolina \N CEDS \N \N \N \N \N LIF f \N t 1 -2759 267 South Dakota \N SD South Dakota \N CEDS \N \N \N \N \N LIF f \N t 1 +2747 267 New Jersey \N NJ NewJersey \N CEDS \N \N \N \N \N LIF f \N t 1 +4784 123 \N \N MissingAtWill MissingAtWill \N \N \N 2025-09-18 20:57:00+00 2025-09-18 20:57:00+00 \N UX LIF f \N t 1 +2750 267 New York \N NY NewYork \N CEDS \N \N \N \N \N LIF f \N t 1 2760 267 Tennessee \N TN Tennessee \N CEDS \N \N \N \N \N LIF f \N t 1 2761 267 Texas \N TX Texas \N CEDS \N \N \N \N \N LIF f \N t 1 2762 267 Utah \N UT Utah \N CEDS \N \N \N \N \N LIF f \N t 1 2763 267 Virginia \N VA Virginia \N CEDS \N \N \N \N \N LIF f \N t 1 -2764 267 Virgin Islands \N VI Virgin Islands \N CEDS \N \N \N \N \N LIF f \N t 1 2765 267 Vermont \N VT Vermont \N CEDS \N \N \N \N \N LIF f \N t 1 2766 267 Washington \N WA Washington \N CEDS \N \N \N \N \N LIF f \N t 1 2767 267 Wisconsin \N WI Wisconsin \N CEDS \N \N \N \N \N LIF f \N t 1 -2768 267 West Virginia \N WV West Virginia \N CEDS \N \N \N \N \N LIF f \N t 1 2769 267 Wyoming \N WY Wyoming \N CEDS \N \N \N \N \N LIF f \N t 1 -2770 267 Armed Forces America \N AA Armed Forces America \N CEDS \N \N \N \N \N LIF f \N t 1 -2771 267 Armed Forces Africa, Canada, Europe, and Mideast \N AE Armed Forces Africa, Canada, Europe, and Mideast \N CEDS \N \N \N \N \N LIF f \N t 1 -2772 267 Armed Forces Pacific \N AP Armed Forces Pacific \N CEDS \N \N \N \N \N LIF f \N t 1 -2780 268 Completely rural or less than 2,500 urban population, adjacent to a metro area \N 8 Completely rural or less than 2,500 urban population, adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 -2781 268 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N 9 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 -2784 269 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational Organizational (school) address \N CEDS \N \N \N \N \N LIF f \N t 1 -2786 269 Organizational department. \N HumanResources Human Resources \N \N \N \N \N \N \N LIF f \N t 1 +2784 269 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational Organizational(school)Address \N CEDS \N \N \N \N \N LIF f \N t 1 +2757 267 Rhode Island \N RI RhodeIsland \N CEDS \N \N \N \N \N LIF f \N t 1 +2764 267 Virgin Islands \N VI VirginIslands \N CEDS \N \N \N \N \N LIF f \N t 1 2787 269 Organizational department. \N Support Support \N \N \N \N \N \N \N LIF f \N t 1 -2794 270 Cafeteria/Food Services is the type of communication number listed for an organization. \N FoodServices Cafeteria/Food Services \N CEDS \N \N \N \N \N LIF f \N t 1 -4784 123 \N \N MissingAtWill Missing At Will \N \N \N 2025-09-18 20:57:00+00 2025-09-18 20:57:00+00 \N UX LIF f \N t 1 -4785 123 \N \N NotApplicable Not Applicable \N \N \N 2025-09-18 20:58:00+00 2025-09-18 20:58:00+00 \N UX LIF f \N t 1 -4534 316 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N College Board/ACT program code set Of PK-grade 12 institutions College Board/ACT program code set of PK-grade 12 institutions \N CEDS \N \N \N \N \N LIF f \N t 1 -4519 32 The related Classification of Instructional Program code is referencing primary enrollment. \N Primary enrollment Primary enrollment \N CEDS \N \N \N \N \N LIF f \N t 1 -4520 32 The related Classification of Instructional Program code is referencing additional enrollment. \N Additional enrollment Additional enrollment \N CEDS \N \N \N \N \N LIF f \N t 1 +2703 265 Authorized postsecondary institution that primarily offers associate degrees, but may also award higher degrees. \N Two-YearCollege Two-YearCollege \N CEDS \N \N \N \N \N LIF f \N t 1 +2708 266 A code classifying work location type \N DistributionCenter DistributionCenter \N HR Open \N \N \N \N \N LIF f \N t 1 +2743 267 North Carolina \N NC NorthCarolina \N CEDS \N \N \N \N \N LIF f \N t 1 +4785 123 \N \N NotApplicable NotApplicable \N \N \N 2025-09-18 20:58:00+00 2025-09-18 20:58:00+00 \N UX LIF f \N t 1 +2758 267 South Carolina \N SC SouthCarolina \N CEDS \N \N \N \N \N LIF f \N t 1 +2755 267 Puerto Rico \N PR PuertoRico \N CEDS \N \N \N \N \N LIF f \N t 1 +2786 269 Organizational department. \N HumanResources HumanResources \N \N \N \N \N \N \N LIF f \N t 1 +2740 267 Northern Marianas \N MP NorthernMarianas \N CEDS \N \N \N \N \N LIF f \N t 1 +2748 267 New Mexico \N NM NewMexico \N CEDS \N \N \N \N \N LIF f \N t 1 +4533 316 The Organization Identifier is a School-assigned number. \N School-assignedNumber School-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 4528 33 The value given for Normal Length of Time for Completion is in Hours. \N Hours Hours \N CEDS \N \N \N \N \N LIF f \N t 1 4549 34 Credit is the type of hours (credit or contact) by which the normal length of a program of study is measured. \N Credit Credit \N CEDS \N \N \N \N \N LIF f \N t 1 4550 34 Contact is the type of hours (credit or contact) by which the normal length of a program of study is measured. \N Contact Contact \N CEDS \N \N \N \N \N LIF f \N t 1 -4533 316 The Organization Identifier is a School-assigned number. \N School-assigned number School-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -4535 316 The Organization Identifier is a Local Education Agency assigned number. \N Local Education Agency assigned number Local Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 +4554 319 The federal government is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N FederalGovernment FederalGovernment \N CEDS \N \N \N \N \N LIF f \N t 1 4543 317 The organization is active, except for scheduled breaks, holidays, or other temporary interruptions. \N Active Active \N CEDS \N \N \N \N \N LIF f \N t 1 4544 317 The organization is inactive. \N Inactive Inactive \N CEDS \N \N \N \N \N LIF f \N t 1 4545 318 Major is the concentration of study for the postsecondary program. \N Major Major \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -17050,339 +16623,278 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4547 318 Certificate is the concentration of study for the postsecondary program. \N Certificate Certificate \N CEDS \N \N \N \N \N LIF f \N t 1 4548 318 The concentration of study for the postsecondary program is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 4551 319 A business is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Business Business \N CEDS \N \N \N \N \N LIF f \N t 1 -4552 319 An education organization network is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Education organization network Education organization network \N CEDS \N \N \N \N \N LIF f \N t 1 -4553 319 An education Service Center is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Education Service Center Education Service Center \N CEDS \N \N \N \N \N LIF f \N t 1 -4554 319 The federal government is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Federal government Federal government \N CEDS \N \N \N \N \N LIF f \N t 1 +4552 319 An education organization network is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N EducationOrganizationNetwork EducationOrganizationNetwork \N CEDS \N \N \N \N \N LIF f \N t 1 +4078 310 Native Village of Nightmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNightmute NativeVillageOfNightmute \N \N \N \N \N \N \N LIF f \N f 4 4563 319 The category of organization providing funds for the particular educational or service program or activity or for an individual's participation in the program or activity is not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 4576 320 Work or product created or produced by the person being assessed. \N Artifact Artifact \N CTDL \N \N \N \N \N LIF f \N t 1 4577 320 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N Exam Exam \N CTDL \N \N \N \N \N LIF f \N t 1 4578 320 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N Performance Performance \N CTDL \N \N \N \N \N LIF f \N t 1 4579 321 Could not find a vocabulary sheet for this - Jeff \N PlaceHolder PlaceHolder \N \N \N \N \N \N \N LIF f \N t 1 -4580 322 Intended for those with significant experience or expertise where developmental expectations are staged for assessing knowledge, skills, or competencies beyond the novice and intermediate levels. \N audLevel:AdvancedLevel Advanced Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4581 322 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel:AssociatesDegreeLevel Associates Degree Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4448 280 Fax number is the type of communication number listed for a person. \N Fax number Fax number \N \N \N \N \N \N \N LIF f \N f 4 -4582 322 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel:BachelorsDegreeLevel Bachelors Degree Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4583 322 Intended for novices or those with limited experience. \N audLevel:BeginnerLevel Beginner Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4584 322 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel:DoctoralDegreeLevel Doctoral Degree Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4585 322 Intended for those who enrolled in a degree program or other formal program above the baccalaureate level, such as a masters or doctoral degree program. \N audLevel:GraduateLevel Graduate Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4586 322 Intended for those with some experience, where knowledge, skills, and competency expectations are staged for development beyond novice-level and in preparation for a more advanced-level. \N audLevel:IntermediateLevel Intermediate Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4587 322 Intended for those in the first half of an undergraduate level program. \N audLevel:LowerDivisionLevel Lower Division Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4588 322 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel:MastersDegreeLevel Masters Degree Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4595 323 Delivery includes significant levels of both in person and online. \N Blended Delivery Blended Delivery \N CTDL \N \N \N \N \N LIF f \N t 1 -4631 326 Referred to program is the current status of the student's program participation. \N Referred Referred to program \N CEDS \N \N \N \N \N LIF f \N t 1 -4632 326 Eligible for program is the current status of the student's program participation. \N Eligible Eligible for program \N CEDS \N \N \N \N \N LIF f \N t 1 -4633 326 Not eligible for program is the current status of the student's program participation. \N NotEligible Not eligible for program \N CEDS \N \N \N \N \N LIF f \N t 1 -4634 326 Active in program is the current status of the student's program participation. \N Active Active in program \N CEDS \N \N \N \N \N LIF f \N t 1 -4635 326 Exited program is the current status of the student's program participation. \N Exited Exited program \N CEDS \N \N \N \N \N LIF f \N t 1 -4636 326 Withdrew/refused program is the current status of the student's program participation. \N Withdrew Withdrew/refused program \N CEDS \N \N \N \N \N LIF f \N t 1 +4634 326 Active in program is the current status of the student's program participation. \N Active ActiveInProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +4079 310 Native Village of Nikolski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNikolski NativeVillageOfNikolski \N \N \N \N \N \N \N LIF f \N f 4 +4520 32 The related Classification of Instructional Program code is referencing additional enrollment. \N AdditionalEnrollment AdditionalEnrollment \N CEDS \N \N \N \N \N LIF f \N t 1 +4448 280 Fax number is the type of communication number listed for a person. \N FaxNumber FaxNumber \N \N \N \N \N \N \N LIF f \N f 4 +4553 319 An education Service Center is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N EducationServiceCenter EducationServiceCenter \N CEDS \N \N \N \N \N LIF f \N t 1 +4535 316 The Organization Identifier is a Local Education Agency assigned number. \N LocalEducationAgencyAssignedNumber LocalEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4595 323 Delivery includes significant levels of both in person and online. \N BlendedDelivery BlendedDelivery \N CTDL \N \N \N \N \N LIF f \N t 1 +3836 310 Central Council of the Tlingit & Haida Indian Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CentralCouncilOfTheTlingit&HaidaIndianTribes CentralCouncilOfTheTlingit&HaidaIndianTribes \N \N \N \N \N \N \N LIF f \N f 4 +4631 326 Referred to program is the current status of the student's program participation. \N Referred ReferredToProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +4633 326 Not eligible for program is the current status of the student's program participation. \N NotEligible NotEligibleForProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +4635 326 Exited program is the current status of the student's program participation. \N Exited ExitedProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +4632 326 Eligible for program is the current status of the student's program participation. \N Eligible EligibleForProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +3484 284 Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ThreeAffiliatedTribesOfTheFortBertholdReservationNorthDakota ThreeAffiliatedTribesOfTheFortBertholdReservation-NorthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 4637 326 The current status of the student's program participation is in a category not yet defined. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 4638 327 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 4639 327 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 -4591 322 Intended for those who are under-prepared for learning at a particular level. \N audLevel:RemedialLevel Remedial Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4536 316 The Organization Identifier is a State Education Agency assigned number. \N State Education Agency assigned number State Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -4537 316 The Organization Identifier is a National Center for Education Statistics assigned number. \N National Center for Education Statistics assigned number National Center for Education Statistics assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -4538 316 The Organization Identifier is the organization's Federal identification number. \N Federal employer identification number Federal employer identification number \N CEDS \N \N \N \N \N LIF f \N t 1 -4539 316 The Organization Identifier is the organization's Dun and Bradstreet number. \N Dun and Bradstreet number Dun and Bradstreet number \N CEDS \N \N \N \N \N LIF f \N t 1 -4540 316 The Organization Identifier is an other federally assigned number. \N Other federally assigned number Other federally assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -4541 316 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N License Number License Number \N CEDS \N \N \N \N \N LIF f \N t 1 +4080 310 Native Village of Noatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNoatak NativeVillageOfNoatak \N \N \N \N \N \N \N LIF f \N f 4 +3924 310 Holy Cross Tribe (previously listed as Holy Cross Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HolyCrossTribe HolyCrossTribe \N \N \N \N \N \N \N LIF f \N f 4 +4081 310 Native Village of Nuiqsut (aka Nooiksut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNuiqsut NativeVillageOfNuiqsut \N \N \N \N \N \N \N LIF f \N f 4 +3917 310 Gulkana Village Council (previously listed as Gulkana Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GulkanaVillageCouncil GulkanaVillageCouncil \N \N \N \N \N \N \N LIF f \N f 4 +4591 322 Intended for those who are under-prepared for learning at a particular level. \N audLevel-RemedialLevel RemedialLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +3914 310 Greenville Rancheria (previously listed as Greenville Rancheria of Maidu Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GreenvilleRancheria GreenvilleRancheria \N \N \N \N \N \N \N LIF f \N f 4 +4077 310 Native Village of Nelson Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNelsonLagoon NativeVillageOfNelsonLagoon \N \N \N \N \N \N \N LIF f \N f 4 4542 316 The Organization Identifier is from an identification system not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -4559 319 A regional or intermediate education agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Regional or intermediate education agency Regional or intermediate education agency \N CEDS \N \N \N \N \N LIF f \N t 1 -4560 319 A religious organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Religious organization Religious organization \N CEDS \N \N \N \N \N LIF f \N t 1 +3911 310 Galena Village (aka Louden Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GalenaVillage GalenaVillage \N \N \N \N \N \N \N LIF f \N f 4 +4636 326 Withdrew/refused program is the current status of the student's program participation. \N Withdrew Withdrew/refusedProgram \N CEDS \N \N \N \N \N LIF f \N t 1 4561 319 The school is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N School School \N CEDS \N \N \N \N \N LIF f \N t 1 -4562 319 The State Education Agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N State Education Agency State Education Agency \N CEDS \N \N \N \N \N LIF f \N t 1 -4589 322 Intended for those who have completed secondary level school programs or equivalent. \N audLevel:PostSecondaryLevel Post Secondary Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4590 322 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel:ProfessionalLevel Professional Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4592 322 Intended for those attending secondary (high-school) level programs. \N audLevel:SecondaryLevel Secondary Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4593 322 Intended for those who are enrolled in a degree program or other formal program at or below the baccalaureate, such as an associate’s degree, vocational, or technical program. \N audLevel:UndergraduateLevel Undergraduate Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4594 322 Intended for those in the second half of an undergraduate level program. \N audLevel:UpperDivisionLevel Upper Division Level \N CTDL \N \N \N \N \N LIF f \N t 1 -3911 310 Galena Village (aka Louden Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Galena Village Galena Village \N \N \N \N \N \N \N LIF f \N f 4 -3914 310 Greenville Rancheria (previously listed as Greenville Rancheria of Maidu Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Greenville Rancheria Greenville Rancheria \N \N \N \N \N \N \N LIF f \N f 4 -3917 310 Gulkana Village Council (previously listed as Gulkana Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Gulkana Village Council Gulkana Village Council \N \N \N \N \N \N \N LIF f \N f 4 -3921 310 Healy Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Healy Lake Village Healy Lake Village \N \N \N \N \N \N \N LIF f \N f 4 -3948 310 Kaguyak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaguyak Village Kaguyak Village \N \N \N \N \N \N \N LIF f \N f 4 -3923 310 Hoh Indian Tribe (previously listed as Hoh Indian Tribe of the Hoh Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoh Indian Tribe Hoh Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3924 310 Holy Cross Tribe (previously listed as Holy Cross Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Holy Cross Tribe Holy Cross Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3925 310 Hoonah Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoonah Indian Association Hoonah Indian Association \N \N \N \N \N \N \N LIF f \N f 4 -3910 310 Fort Sill Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Sill Apache Tribe Of Oklahoma Fort Sill Apache Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3915 310 Grindstone Indian Rancheria of Wintun-Wailaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Grindstone Indian Rancheria Of Wintun-Wailaki Indians Of California Grindstone Indian Rancheria of Wintun-Wailaki Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3916 310 Guidiville Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Guidiville Rancheria Of California Guidiville Rancheria of California \N \N \N \N \N \N \N LIF f \N f 4 -3922 310 Ho-Chunk Nation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ho-Chunk Nation Of Wisconsin Ho-Chunk Nation of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -3927 310 Hopi Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hopi Tribe Of Arizona Hopi Tribe of Arizona \N \N \N \N \N \N \N LIF f \N f 4 +4540 316 The Organization Identifier is an other federally assigned number. \N OtherFederallyAssignedNumber OtherFederallyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4539 316 The Organization Identifier is the organization's Dun and Bradstreet number. \N DunAndBradstreetNumber DunAndBradstreetNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4541 316 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N LicenseNumber LicenseNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +3948 310 Kaguyak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaguyakVillage KaguyakVillage \N \N \N \N \N \N \N LIF f \N f 4 +3921 310 Healy Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HealyLakeVillage HealyLakeVillage \N \N \N \N \N \N \N LIF f \N f 4 +4538 316 The Organization Identifier is the organization's Federal identification number. \N FederalEmployerIdentificationNumber FederalEmployerIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4537 316 The Organization Identifier is a National Center for Education Statistics assigned number. \N NationalCenterForEducationStatisticsAssignedNumber NationalCenterForEducationStatisticsAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4562 319 The State Education Agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N StateEducationAgency StateEducationAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +3936 310 Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N InajaBandOfDieguenoMissionIndiansOfTheInajaAndCosmitReservationCalifornia InajaBandOfDieguenoMissionIndiansOfTheInajaAndCosmitReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +3174 284 Little Shell Tribe of Chippewa Indians of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleShellTribeOfChippewaIndiansOfMontana LittleShellTribeOfChippewaIndiansOfMontana \N CEDS \N \N \N \N \N LIF f \N f 1 +4560 319 A religious organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N ReligiousOrganization ReligiousOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +4559 319 A regional or intermediate education agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N RegionalOrIntermediateEducationAgency RegionalOrIntermediateEducationAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +3952 310 Karuk Tribe (previously listed as Karuk Tribe of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KarukTribe KarukTribe \N \N \N \N \N \N \N LIF f \N f 4 +3950 310 Kaktovik Village (aka Barter Island) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaktovikVillage KaktovikVillage \N \N \N \N \N \N \N LIF f \N f 4 4399 313 Idaho \N Idaho Idaho \N \N \N \N \N \N \N LIF f \N f 4 4400 313 Illinois \N Illinois Illinois \N \N \N \N \N \N \N LIF f \N f 4 -3950 310 Kaktovik Village (aka Barter Island) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaktovik Village Kaktovik Village \N \N \N \N \N \N \N LIF f \N f 4 -3952 310 Karuk Tribe (previously listed as Karuk Tribe of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Karuk Tribe Karuk Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3954 310 Kasigluk Traditional Elders Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kasigluk Traditional Elders Council Kasigluk Traditional Elders Council \N \N \N \N \N \N \N LIF f \N f 4 -3956 310 Kenaitze Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kenaitze Indian Tribe Kenaitze Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3957 310 Ketchikan Indian Corporation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ketchikan Indian Community Ketchikan Indian Community \N \N \N \N \N \N \N LIF f \N f 4 -3959 310 Kialegee Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kialegee Tribal Town Kialegee Tribal Town \N \N \N \N \N \N \N LIF f \N f 4 -3963 310 King Island Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N King Island Native Community King Island Native Community \N \N \N \N \N \N \N LIF f \N f 4 -3964 310 King Salmon Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N King Salmon Tribe King Salmon Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3966 310 Klamath Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Klamath Tribes Klamath Tribes \N \N \N \N \N \N \N LIF f \N f 4 -3967 310 Klawock Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Klawock Cooperative Association Klawock Cooperative Association \N \N \N \N \N \N \N LIF f \N f 4 -3969 310 Knik Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Knik Tribe Knik Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3951 310 Kalispel Indian Community of the Kalispel Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kalispel Indian Community Of the Kalispel Reservation Kalispel Indian Community of the Kalispel Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3960 310 Kickapoo Traditional Tribe of Texas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Traditional Tribe Of Texas Kickapoo Traditional Tribe of Texas \N \N \N \N \N \N \N LIF f \N f 4 -3961 310 Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Tribe Of Indians Of the Kickapoo Reservation in Kansas Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas \N \N \N \N \N \N \N LIF f \N f 4 -3962 310 Kickapoo Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Tribe Of Oklahoma Kickapoo Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3965 310 Kiowa Indian Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kiowa Indian Tribe Of Oklahoma Kiowa Indian Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3973 310 Koyukuk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Koyukuk Native Village Koyukuk Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3980 310 Levelock Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Levelock Village Levelock Village \N \N \N \N \N \N \N LIF f \N f 4 -3981 310 Lime Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lime Village Lime Village \N \N \N \N \N \N \N LIF f \N f 4 -3985 310 Lone Pine Paiute-Shoshone Tribe (previously listed as Paiute-Shoshone Indians of the Lone Pine Community of the Lone Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lone Pine Paiute-Shoshone Tribe Lone Pine Paiute-Shoshone Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3989 310 Lower Elwha Tribal Community (previously listed as Lower Elwha Tribal Community of the Lower Elwha Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Elwha Tribal Community Lower Elwha Tribal Community \N \N \N \N \N \N \N LIF f \N f 4 -3972 310 Kootenai Tribe of Idaho is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kootenai Tribe Of Idaho Kootenai Tribe of Idaho \N \N \N \N \N \N \N LIF f \N f 4 -3976 310 Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac Courte Oreilles Band Of Lake Superior Chippewa Indians Of Wisconsin Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -3977 310 Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac du Flambeau Band Of Lake Superior Chippewa Indians Of the Lac du Flambeau Reservation Of Wisconsin Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -3978 310 Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac Vieux Desert Band Of Lake Superior Chippewa Indians Of Michigan Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan \N \N \N \N \N \N \N LIF f \N f 4 -3983 310 Little Shell Tribe of Chippewa Indians of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little Shell Tribe Of Chippewa Indians Of Montana Little Shell Tribe of Chippewa Indians of Montana \N \N \N \N \N \N \N LIF f \N f 4 -3990 310 Lower Sioux Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Sioux Indian Community in the State Of Minnesota Lower Sioux Indian Community in the State of Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -3991 310 Lummi Tribe of the Lummi Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lummi Tribe Of the Lummi Reservation Lummi Tribe of the Lummi Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3995 310 Manley Hot Springs Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manley Hot Springs Village Manley Hot Springs Village \N \N \N \N \N \N \N LIF f \N f 4 -3996 310 Manokotak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manokotak Village Manokotak Village \N \N \N \N \N \N \N LIF f \N f 4 -4020 310 Naknek Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Naknek Native Village Naknek Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3998 310 Mashantucket Pequot Indian Tribe (previously listed as Mashantucket Pequot Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mashantucket Pequot Indian Tribe Mashantucket Pequot Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3999 310 Mashpee Wampanoag Tribe (previously listed as Mashpee Wampanoag Indian Tribal Council, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mashpee Wampanoag Tribe Mashpee Wampanoag Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4001 310 McGrath Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N McGrath Native Village McGrath Native Village \N \N \N \N \N \N \N LIF f \N f 4 -4004 310 Mentasta Traditional Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mentasta Traditional Council Mentasta Traditional Council \N \N \N \N \N \N \N LIF f \N f 4 +3973 310 Koyukuk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KoyukukNativeVillage KoyukukNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3980 310 Levelock Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LevelockVillage LevelockVillage \N \N \N \N \N \N \N LIF f \N f 4 +3963 310 King Island Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KingIslandNativeCommunity KingIslandNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3959 310 Kialegee Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KialegeeTribalTown KialegeeTribalTown \N \N \N \N \N \N \N LIF f \N f 4 +3981 310 Lime Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LimeVillage LimeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3957 310 Ketchikan Indian Corporation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KetchikanIndianCommunity KetchikanIndianCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3967 310 Klawock Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KlawockCooperativeAssociation KlawockCooperativeAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3966 310 Klamath Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KlamathTribes KlamathTribes \N \N \N \N \N \N \N LIF f \N f 4 +3969 310 Knik Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KnikTribe KnikTribe \N \N \N \N \N \N \N LIF f \N f 4 +3181 284 Lower Sioux Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerSiouxIndianCommunityInTheStateOfMinnesota LowerSiouxIndianCommunityInTheStateOfMinnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +3943 310 Jackson Band of Miwuk Indians (previously listed as Jackson Rancheria of Me-Wuk Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JacksonBandOfMiwukIndians JacksonBandOfMiwukIndians \N \N \N \N \N \N \N LIF f \N f 4 +3954 310 Kasigluk Traditional Elders Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KasiglukTraditionalEldersCouncil KasiglukTraditionalEldersCouncil \N \N \N \N \N \N \N LIF f \N f 4 +3985 310 Lone Pine Paiute-Shoshone Tribe (previously listed as Paiute-Shoshone Indians of the Lone Pine Community of the Lone Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LonePinePaiute-ShoshoneTribe LonePinePaiute-ShoshoneTribe \N \N \N \N \N \N \N LIF f \N f 4 +3964 310 King Salmon Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KingSalmonTribe KingSalmonTribe \N \N \N \N \N \N \N LIF f \N f 4 +3956 310 Kenaitze Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KenaitzeIndianTribe KenaitzeIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4084 310 Native Village of Ouzinkie is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfOuzinkie NativeVillageOfOuzinkie \N \N \N \N \N \N \N LIF f \N f 4 +3345 284 Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute-ShoshoneTribeOfTheFallonReservationAndColonyNevada Paiute-ShoshoneTribeOfTheFallonReservationAndColony-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3549 284 Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YeringtonPaiuteTribeOfTheYeringtonColony&CampbellRanch-Nevada YeringtonPaiuteTribeOfTheYeringtonColony&CampbellRanch-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3996 310 Manokotak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManokotakVillage ManokotakVillage \N \N \N \N \N \N \N LIF f \N f 4 +3054 284 Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ColoradoRiverIndianTribesOfTheColoradoRiverIndianReservationArizonaAndCalifornia ColoradoRiverIndianTribesOfTheColoradoRiverIndianReservation-ArizonaAndCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +4020 310 Naknek Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NaknekNativeVillage NaknekNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +4001 310 McGrath Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N McGrathNativeVillage McGrathNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +4014 310 Modoc Nation (previously listed as The Modoc Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ModocNation ModocNation \N \N \N \N \N \N \N LIF f \N f 4 +3863 310 Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ColoradoRiverIndianTribesOfTheColoradoRiverIndianReservationArizonaAndCalifornia ColoradoRiverIndianTribesOfTheColoradoRiverIndianReservation-ArizonaAndCalifornia \N \N \N \N \N \N \N LIF f \N f 4 4449 314 Male \N Male Male \N \N \N \N \N \N \N LIF f \N f 4 -3992 310 Lytton Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lytton Rancheria Of California Lytton Rancheria of California \N \N \N \N \N \N \N LIF f \N f 4 -3993 310 Makah Indian Tribe of the Makah Indian Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Makah Indian Tribe Of the Makah Indian Reservation Makah Indian Tribe of the Makah Indian Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4000 310 Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Match-e-be-nash-she-wish Band Of Pottawatomi Indians Of Michigan Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan \N \N \N \N \N \N \N LIF f \N f 4 -4003 310 Menominee Indian Tribe of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Menominee Indian Tribe Of Wisconsin Menominee Indian Tribe of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -4008 310 Miami Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Miami Tribe Of Oklahoma Miami Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4009 310 Miccosukee Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Miccosukee Tribe Of Indians Miccosukee Tribe of Indians \N \N \N \N \N \N \N LIF f \N f 4 -4010 310 Middletown Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Middletown Rancheria Of Pomo Indians Of California Middletown Rancheria of Pomo Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4014 310 Modoc Nation (previously listed as The Modoc Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Modoc Nation Modoc Nation \N \N \N \N \N \N \N LIF f \N f 4 -4016 310 Monacan Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Monacan Indian Nation Monacan Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4019 310 Muckleshoot Indian Tribe (previously listed as Muckleshoot Indian Tribe of the Muckleshoot Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Muckleshoot Indian Tribe Muckleshoot Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 +4004 310 Mentasta Traditional Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MentastaTraditionalCouncil MentastaTraditionalCouncil \N \N \N \N \N \N \N LIF f \N f 4 +3848 310 Chicken Ranch Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickenRanchRancheriaOfMe-WukIndiansOfCalifornia ChickenRanchRancheriaOfMe-WukIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4254 310 Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation (previously listed as Shoalwater Bay Tribe of the Shoalwater Bay Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShoalwaterBayIndianTribeOfTheShoalwaterBayIndianReservation ShoalwaterBayIndianTribeOfTheShoalwaterBayIndianReservation \N \N \N \N \N \N \N LIF f \N f 4 +3995 310 Manley Hot Springs Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManleyHotSpringsVillage ManleyHotSpringsVillage \N \N \N \N \N \N \N LIF f \N f 4 +4085 310 Native Village of Paimiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPaimiut NativeVillageOfPaimiut \N \N \N \N \N \N \N LIF f \N f 4 +4086 310 Native Village of Perryville is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPerryville NativeVillageOfPerryville \N \N \N \N \N \N \N LIF f \N f 4 +4087 310 Native Village of Pilot Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPilotPoint NativeVillageOfPilotPoint \N \N \N \N \N \N \N LIF f \N f 4 +3998 310 Mashantucket Pequot Indian Tribe (previously listed as Mashantucket Pequot Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MashantucketPequotIndianTribe MashantucketPequotIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3999 310 Mashpee Wampanoag Tribe (previously listed as Mashpee Wampanoag Indian Tribal Council, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MashpeeWampanoagTribe MashpeeWampanoagTribe \N \N \N \N \N \N \N LIF f \N f 4 +3065 284 Confederated Tribes of the Warm Springs Reservation of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheWarmSpringsReservationOfOregon ConfederatedTribesOfTheWarmSpringsReservationOfOregon \N CEDS \N \N \N \N \N LIF f \N f 1 +4408 313 Marshall Islands \N MarshallIslands MarshallIslands \N \N \N \N \N \N \N LIF f \N f 4 4401 313 Indiana \N Indiana Indiana \N \N \N \N \N \N \N LIF f \N f 4 4402 313 Kansas \N Kansas Kansas \N \N \N \N \N \N \N LIF f \N f 4 -4021 310 Nansemond Indian Nation (previously listed as Nansemond Indian Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nansemond Indian Nation Nansemond Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4022 310 Narragansett Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Narragansett Indian Tribe Narragansett Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4012 310 Mississippi Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mississippi Band Of Choctaw Indians Mississippi Band of Choctaw Indians \N \N \N \N \N \N \N LIF f \N f 4 -4015 310 Mohegan Tribe of Indians of Connecticut (previously listed as Mohegan Indian Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mohegan Tribe Of Indians Of Connecticut Mohegan Tribe of Indians of Connecticut \N \N \N \N \N \N \N LIF f \N f 4 +4129 310 Noorvik Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NoorvikNativeCommunity NoorvikNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +4306 310 Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuolumneBandOfMe-WukIndiansOfTheTuolumneRancheriaOfCalifornia TuolumneBandOfMe-WukIndiansOfTheTuolumneRancheriaOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4452 315 No school completed is the extent of formal instruction a person has received. \N NoSchoolCompleted NoSchoolCompleted \N \N \N \N \N \N \N LIF f \N f 4 4403 313 Kentucky \N Kentucky Kentucky \N \N \N \N \N \N \N LIF f \N f 4 4404 313 Louisiana \N Louisiana Louisiana \N \N \N \N \N \N \N LIF f \N f 4 4405 313 Massachusetts \N Massachusetts Massachusetts \N \N \N \N \N \N \N LIF f \N f 4 4406 313 Maryland \N Maryland Maryland \N \N \N \N \N \N \N LIF f \N f 4 4450 314 Female \N Female Female \N \N \N \N \N \N \N LIF f \N f 4 -4451 314 Gender is not selected \N Not selected Not selected \N \N \N \N \N \N \N LIF f \N f 4 +4120 310 Newhalen Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewhalenVillage NewhalenVillage \N \N \N \N \N \N \N LIF f \N f 4 4407 313 Maine \N Maine Maine \N \N \N \N \N \N \N LIF f \N f 4 -4408 313 Marshall Islands \N Marshall Islands Marshall Islands \N \N \N \N \N \N \N LIF f \N f 4 -4117 310 Nenana Native Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nenana Native Association Nenana Native Association \N \N \N \N \N \N \N LIF f \N f 4 -4118 310 New Koliganek Village Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N New Koliganek Village Council New Koliganek Village Council \N \N \N \N \N \N \N LIF f \N f 4 -4119 310 New Stuyahok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N New Stuyahok Village New Stuyahok Village \N \N \N \N \N \N \N LIF f \N f 4 -4120 310 Newhalen Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Newhalen Village Newhalen Village \N \N \N \N \N \N \N LIF f \N f 4 -4121 310 Newtok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Newtok Village Newtok Village \N \N \N \N \N \N \N LIF f \N f 4 -4122 310 Nez Perce Tribe (previously listed as Nez Perce Tribe of Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nez Perce Tribe Nez Perce Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4123 310 Nikolai Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nikolai Village Nikolai Village \N \N \N \N \N \N \N LIF f \N f 4 -4124 310 Ninilchik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ninilchik Village Ninilchik Village \N \N \N \N \N \N \N LIF f \N f 4 -4125 310 Nisqually Indian Tribe (previously listed as Nisqually Indian Tribe of the Nisqually Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nisqually Indian Tribe Nisqually Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4126 310 Nome Eskimo Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nome Eskimo Community Nome Eskimo Community \N \N \N \N \N \N \N LIF f \N f 4 -4127 310 Nondalton Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nondalton Village Nondalton Village \N \N \N \N \N \N \N LIF f \N f 4 -4128 310 Nooksack Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nooksack Indian Tribe Nooksack Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4129 310 Noorvik Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Noorvik Native Community Noorvik Native Community \N \N \N \N \N \N \N LIF f \N f 4 -4133 310 Northway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northway Village Northway Village \N \N \N \N \N \N \N LIF f \N f 4 -4452 315 No school completed is the extent of formal instruction a person has received. \N No school completed No school completed \N \N \N \N \N \N \N LIF f \N f 4 -4110 310 Native Village of Tyonek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tyonek Native Village of Tyonek \N \N \N \N \N \N \N LIF f \N f 4 -4111 310 Native Village of Unalakleet is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Unalakleet Native Village of Unalakleet \N \N \N \N \N \N \N LIF f \N f 4 -4112 310 Native Village of Unga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Unga Native Village of Unga \N \N \N \N \N \N \N LIF f \N f 4 -4114 310 Native Village of Wales is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Wales Native Village of Wales \N \N \N \N \N \N \N LIF f \N f 4 -4136 310 Nulato Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nulato Village Nulato Village \N \N \N \N \N \N \N LIF f \N f 4 -4137 310 Nunakauyarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nunakauyarmiut Tribe Nunakauyarmiut Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4138 310 Oglala Sioux Tribe (previously listed as Oglala Sioux Tribe of the Pine Ridge Reservation, South Dakota) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oglala Sioux Tribe Oglala Sioux Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4141 310 Oneida Indian Nation (previously listed as Oneida Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oneida Indian Nation Oneida Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4142 310 Oneida Nation (previously listed as Oneida Tribe of Indians of Wisconsin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oneida Nation Oneida Nation \N \N \N \N \N \N \N LIF f \N f 4 -4143 310 Onondaga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Onondaga Nation Onondaga Nation \N \N \N \N \N \N \N LIF f \N f 4 -4149 310 Orutsararmiut Traditional Native Council (previously listed as Orutsararmuit Native Village (aka Bethel)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Orutsararmiut Traditional Native Council Orutsararmiut Traditional Native Council \N \N \N \N \N \N \N LIF f \N f 4 -4150 310 Oscarville Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oscarville Traditional Village Oscarville Traditional Village \N \N \N \N \N \N \N LIF f \N f 4 +4121 310 Newtok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewtokVillage NewtokVillage \N \N \N \N \N \N \N LIF f \N f 4 +4451 314 Gender is not selected \N NotSelected NotSelected \N \N \N \N \N \N \N LIF f \N f 4 +4119 310 New Stuyahok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewStuyahokVillage NewStuyahokVillage \N \N \N \N \N \N \N LIF f \N f 4 +4126 310 Nome Eskimo Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NomeEskimoCommunity NomeEskimoCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3497 284 Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuolumneBandOfMe-WukIndiansOfTheTuolumneRancheriaOfCalifornia TuolumneBandOfMe-WukIndiansOfTheTuolumneRancheriaOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +4118 310 New Koliganek Village Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewKoliganekVillageCouncil NewKoliganekVillageCouncil \N \N \N \N \N \N \N LIF f \N f 4 +4090 310 Native Village of Port Graham is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortGraham NativeVillageOfPortGraham \N \N \N \N \N \N \N LIF f \N f 4 +4122 310 Nez Perce Tribe (previously listed as Nez Perce Tribe of Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NezPerceTribe NezPerceTribe \N \N \N \N \N \N \N LIF f \N f 4 +4093 310 Native Village of Ruby is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfRuby NativeVillageOfRuby \N \N \N \N \N \N \N LIF f \N f 4 +3000 284 Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BadRiverBandOfTheLakeSuperiorTribeOfChippewaIndiansOfTheBadRiverReservation-Wisconsin BadRiverBandOfTheLakeSuperiorTribeOfChippewaIndiansOfTheBadRiverReservation-Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3819 310 Bishop Paiute Tribe (previously listed as Paiute-Shoshone Indians of the Bishop Community of the Bishop Colony, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BishopPaiuteTribe BishopPaiuteTribe \N \N \N \N \N \N \N LIF f \N f 4 +2149 120 Delivery includes significant levels of both in person and online. \N deliveryType-BlendedDelivery BlendedDelivery \N CTDL \N \N \N \N \N LIF f \N f 10 +2486 151 Budgetary reduction is the primary reason for the termination of the employment relationship. \N BudgetaryReduction BudgetaryReduction \N CEDS \N \N \N \N \N LIF f \N t 1 +3015 284 Burns Paiute Tribe (previously listed as Burns Paiute Tribe of the Burns Paiute Indian Colony of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BurnsPaiuteTribe BurnsPaiuteTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +4071 310 Native Village of Mekoryuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMekoryuk NativeVillageOfMekoryuk \N \N \N \N \N \N \N LIF f \N f 4 +4137 310 Nunakauyarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NunakauyarmiutTribe NunakauyarmiutTribe \N \N \N \N \N \N \N LIF f \N f 4 +4164 310 Pedro Bay Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PedroBayVillage PedroBayVillage \N \N \N \N \N \N \N LIF f \N f 4 +4142 310 Oneida Nation (previously listed as Oneida Tribe of Indians of Wisconsin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OneidaNation OneidaNation \N \N \N \N \N \N \N LIF f \N f 4 +4136 310 Nulato Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NulatoVillage NulatoVillage \N \N \N \N \N \N \N LIF f \N f 4 +4149 310 Orutsararmiut Traditional Native Council (previously listed as Orutsararmuit Native Village (aka Bethel)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrutsararmiutTraditionalNativeCouncil OrutsararmiutTraditionalNativeCouncil \N \N \N \N \N \N \N LIF f \N f 4 4409 313 Michigan \N Michigan Michigan \N \N \N \N \N \N \N LIF f \N f 4 4410 313 Minnesota \N Minnesota Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4134 310 Northwestern Band of the Shoshone Nation (previously listed as Northwestern Band of Shoshoni Nation and the Northwestern Band of Shoshoni Nation of Utah (Washakie)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northwestern Band Of the Shoshone Nation Northwestern Band of the Shoshone Nation \N \N \N \N \N \N \N LIF f \N f 4 -4140 310 Omaha Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Omaha Tribe Of Nebraska Omaha Tribe of Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4144 310 Organized Village of Grayling (aka Holikachuk) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Grayling Organized Village of Grayling \N \N \N \N \N \N \N LIF f \N f 4 -4145 310 Organized Village of Kake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kake Organized Village of Kake \N \N \N \N \N \N \N LIF f \N f 4 -4156 310 Pamunkey Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pamunkey Indian Tribe Pamunkey Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4159 310 Passamaquoddy Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Passamaquoddy Tribe Passamaquoddy Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4160 310 Pauloff Harbor Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pauloff Harbor Village Pauloff Harbor Village \N \N \N \N \N \N \N LIF f \N f 4 -4164 310 Pedro Bay Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pedro Bay Village Pedro Bay Village \N \N \N \N \N \N \N LIF f \N f 4 -4165 310 Penobscot Nation (previously listed as Penobscot Tribe of Maine) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Penobscot Nation Penobscot Nation \N \N \N \N \N \N \N LIF f \N f 4 -4167 310 Petersburg Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Petersburg Indian Association Petersburg Indian Association \N \N \N \N \N \N \N LIF f \N f 4 -4169 310 Pilot Station Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pilot Station Traditional Village Pilot Station Traditional Village \N \N \N \N \N \N \N LIF f \N f 4 -4172 310 Pitka's Point Traditional Council (previously listed as Native Village of Pitka's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pitka's Point Traditional Council Pitka's Point Traditional Council \N \N \N \N \N \N \N LIF f \N f 4 -4173 310 Platinum Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Platinum Traditional Village Platinum Traditional Village \N \N \N \N \N \N \N LIF f \N f 4 +4159 310 Passamaquoddy Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PassamaquoddyTribe PassamaquoddyTribe \N \N \N \N \N \N \N LIF f \N f 4 +4138 310 Oglala Sioux Tribe (previously listed as Oglala Sioux Tribe of the Pine Ridge Reservation, South Dakota) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OglalaSiouxTribe OglalaSiouxTribe \N \N \N \N \N \N \N LIF f \N f 4 +4156 310 Pamunkey Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PamunkeyIndianTribe PamunkeyIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4150 310 Oscarville Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OscarvilleTraditionalVillage OscarvilleTraditionalVillage \N \N \N \N \N \N \N LIF f \N f 4 +4169 310 Pilot Station Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PilotStationTraditionalVillage PilotStationTraditionalVillage \N \N \N \N \N \N \N LIF f \N f 4 +4173 310 Platinum Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PlatinumTraditionalVillage PlatinumTraditionalVillage \N \N \N \N \N \N \N LIF f \N f 4 +3872 310 Confederated Tribes of the Grand Ronde Community of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheGrandRondeCommunityOfOregon ConfederatedTribesOfTheGrandRondeCommunityOfOregon \N \N \N \N \N \N \N LIF f \N f 4 +3062 284 Confederated Tribes of the Goshute Reservation, Nevada and Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheGoshuteReservationNevadaAndUtah ConfederatedTribesOfTheGoshuteReservation-NevadaAndUtah \N CEDS \N \N \N \N \N LIF f \N f 1 +4167 310 Petersburg Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PetersburgIndianAssociation PetersburgIndianAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3997 310 Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManzanitaBandOfDieguenoMissionIndiansOfTheManzanitaReservationCalifornia ManzanitaBandOfDieguenoMissionIndiansOfTheManzanitaReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4160 310 Pauloff Harbor Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PauloffHarborVillage PauloffHarborVillage \N \N \N \N \N \N \N LIF f \N f 4 +4172 310 Pitka's Point Traditional Council (previously listed as Native Village of Pitka's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pitka'sPointTraditionalCouncil Pitka'sPointTraditionalCouncil \N \N \N \N \N \N \N LIF f \N f 4 +4092 310 Native Village of Port Lions is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortLions NativeVillageOfPortLions \N \N \N \N \N \N \N LIF f \N f 4 4453 315 Preschool is the extent of formal instruction a person has received. \N Preschool Preschool \N \N \N \N \N \N \N LIF f \N f 4 -4155 310 Pala Band of Mission Indians (previously listed as Pala Band of Luiseno Mission Indians of the Pala Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pala Band Of Mission Indians Pala Band of Mission Indians \N \N \N \N \N \N \N LIF f \N f 4 -4157 310 Pascua Yaqui Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pascua Yaqui Tribe Of Arizona Pascua Yaqui Tribe of Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4158 310 Paskenta Band of Nomlaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paskenta Band Of Nomlaki Indians Of California Paskenta Band of Nomlaki Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4162 310 Pawnee Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pawnee Nation Of Oklahoma Pawnee Nation of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4166 310 Peoria Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Peoria Tribe Of Indians Of Oklahoma Peoria Tribe of Indians of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4168 310 Picayune Rancheria of Chukchansi Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Picayune Rancheria Of Chukchansi Indians Of California Picayune Rancheria of Chukchansi Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4204 310 Quapaw Nation (previously listed as The Quapaw Tribe of Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quapaw Nation Quapaw Nation \N \N \N \N \N \N \N LIF f \N f 4 -4178 310 Port Gamble S'Klallam Tribe (previously listed as Port Gamble Band of S'Klallam Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Port Gamble S'Klallam Tribe Port Gamble S'Klallam Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4179 310 Portage Creek Village (aka Ohgsenakale) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Portage Creek Village Portage Creek Village \N \N \N \N \N \N \N LIF f \N f 4 -4181 310 Prairie Band Potawatomi Nation (previously listed as Prairie Band of Potawatomi Nation, Kansas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Prairie Band Potawatomi Nation Prairie Band Potawatomi Nation \N \N \N \N \N \N \N LIF f \N f 4 -4182 310 Prairie Island Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Prairie Island Indian Community in the State Of Minnesota Prairie Island Indian Community in the State of Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4183 310 Pribilof Islands Aleut Communities of St. Paul & St. George Islands is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pribilof Islands Aleut Communities Of St. Paul & St. George Islands Pribilof Islands Aleut Communities of St. Paul & St. George Islands \N \N \N \N \N \N \N LIF f \N f 4 -4200 310 Puyallup Tribe of the Puyallup Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Puyallup Tribe Of the Puyallup Reservation Puyallup Tribe of the Puyallup Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4208 310 Quinault Indian Nation (previously listed as Quinault Tribe of the Quinault Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quinault Indian Nation Quinault Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4210 310 Rampart Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rampart Village Rampart Village \N \N \N \N \N \N \N LIF f \N f 4 -4219 310 Robinson Rancheria (previously listed as Robinson Rancheria Band of Pomo Indians, California and the Robinson Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Robinson Rancheria Robinson Rancheria \N \N \N \N \N \N \N LIF f \N f 4 -4202 310 Qagan Tayagungin Tribe of Sand Point (previously listed as Qagan Tayagungin Tribe of Sand Point Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Qagan Tayagungin Tribe Of Sand Point Qagan Tayagungin Tribe of Sand Point \N \N \N \N \N \N \N LIF f \N f 4 -4203 310 Qawalangin Tribe of Unalaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Qawalangin Tribe Of Unalaska Qawalangin Tribe of Unalaska \N \N \N \N \N \N \N LIF f \N f 4 -4205 310 Quartz Valley Indian Community of the Quartz Valley Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quartz Valley Indian Community Of the Quartz Valley Reservation Of California Quartz Valley Indian Community of the Quartz Valley Reservation of California \N \N \N \N \N \N \N LIF f \N f 4 -4207 310 Quileute Tribe of the Quileute Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quileute Tribe Of the Quileute Reservation Quileute Tribe of the Quileute Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4212 310 Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Red Cliff Band Of Lake Superior Chippewa Indians Of Wisconsin Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -4215 310 Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California (previously listed as Redwood Valley Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Redwood Valley or Little River Band Of Pomo Indians Of the Redwood Valley Rancheria California Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California \N \N \N \N \N \N \N LIF f \N f 4 -4226 310 Saint George Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint George Island Saint George Island \N \N \N \N \N \N \N LIF f \N f 4 -4227 310 Saint Paul Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint Paul Island Saint Paul Island \N \N \N \N \N \N \N LIF f \N f 4 +4179 310 Portage Creek Village (aka Ohgsenakale) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PortageCreekVillage PortageCreekVillage \N \N \N \N \N \N \N LIF f \N f 4 +4204 310 Quapaw Nation (previously listed as The Quapaw Tribe of Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuapawNation QuapawNation \N \N \N \N \N \N \N LIF f \N f 4 +4181 310 Prairie Band Potawatomi Nation (previously listed as Prairie Band of Potawatomi Nation, Kansas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PrairieBandPotawatomiNation PrairieBandPotawatomiNation \N \N \N \N \N \N \N LIF f \N f 4 +4210 310 Rampart Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RampartVillage RampartVillage \N \N \N \N \N \N \N LIF f \N f 4 +4219 310 Robinson Rancheria (previously listed as Robinson Rancheria Band of Pomo Indians, California and the Robinson Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RobinsonRancheria RobinsonRancheria \N \N \N \N \N \N \N LIF f \N f 4 +4178 310 Port Gamble S'Klallam Tribe (previously listed as Port Gamble Band of S'Klallam Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PortGambleS'KlallamTribe PortGambleS'KlallamTribe \N \N \N \N \N \N \N LIF f \N f 4 +3106 284 Grindstone Indian Rancheria of Wintun-Wailaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GrindstoneIndianRancheriaOfWintun-WailakiIndiansOfCalifornia GrindstoneIndianRancheriaOfWintun-WailakiIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3905 310 Fort Bidwell Indian Community of the Fort Bidwell Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortBidwellIndianCommunityOfTheFortBidwellReservationOfCalifornia FortBidwellIndianCommunityOfTheFortBidwellReservationOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4154 310 Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute-ShoshoneTribeOfTheFallonReservationAndColonyNevada Paiute-ShoshoneTribeOfTheFallonReservationAndColony-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +3869 310 Confederated Tribes of the Colville Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheColvilleReservation ConfederatedTribesOfTheColvilleReservation \N \N \N \N \N \N \N LIF f \N f 4 +3210 284 Muckleshoot Indian Tribe (previously listed as Muckleshoot Indian Tribe of the Muckleshoot Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MuckleshootIndianTribe MuckleshootIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3213 284 Narragansett Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NarragansettIndianTribe NarragansettIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3043 284 Chilkoot Indian Association (Haines) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChilkootIndianAssociation ChilkootIndianAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +4012 310 Mississippi Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MississippiBandOfChoctawIndians MississippiBandOfChoctawIndians \N \N \N \N \N \N \N LIF f \N f 4 +3076 284 Delaware Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DelawareTribeOfIndians DelawareTribeOfIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +4207 310 Quileute Tribe of the Quileute Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuileuteTribeOfTheQuileuteReservation QuileuteTribeOfTheQuileuteReservation \N \N \N \N \N \N \N LIF f \N f 4 +3398 284 Quileute Tribe of the Quileute Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuileuteTribeOfTheQuileuteReservation QuileuteTribeOfTheQuileuteReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +4248 310 Shageluk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShagelukNativeVillage ShagelukNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +4244 310 Seldovia Village Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SeldoviaVillageTribe SeldoviaVillageTribe \N \N \N \N \N \N \N LIF f \N f 4 4411 313 Missouri \N Missouri Missouri \N \N \N \N \N \N \N LIF f \N f 4 -4228 310 Saint Regis Mohawk Tribe (previously listed as St. Regis Band of Mohawk Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint Regis Mohawk Tribe Saint Regis Mohawk Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4229 310 Salamatof Tribe (previously listed as Village of Salamatoff) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Salamatof Tribe Salamatof Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4231 310 Samish Indian Nation (previously listed as Samish Indian Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Samish Indian Nation Samish Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4240 310 Kewa Pueblo, New Mexico (previously listed as Pueblo of Santo Domingo) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santo Domingo Pueblo Santo Domingo Pueblo \N \N \N \N \N \N \N LIF f \N f 4 -4241 310 Sauk-Suiattle Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sauk-Suiattle Indian Tribe Sauk-Suiattle Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4222 310 Sac & Fox Nation of Missouri in Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox Nation Of Missouri in Kansas and Nebraska Sac & Fox Nation of Missouri in Kansas and Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4224 310 Sac & Fox Tribe of the Mississippi in Iowa is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox Tribe Of the Mississippi in Iowa Sac & Fox Tribe of the Mississippi in Iowa \N \N \N \N \N \N \N LIF f \N f 4 -4225 310 Saginaw Chippewa Indian Tribe of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saginaw Chippewa Indian Tribe Of Michigan Saginaw Chippewa Indian Tribe of Michigan \N \N \N \N \N \N \N LIF f \N f 4 -4233 310 San Juan Southern Paiute Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Juan Southern Paiute Tribe Of Arizona San Juan Southern Paiute Tribe of Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4235 310 San Pasqual Band of Diegueno Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Pasqual Band Of Diegueno Mission Indians Of California San Pasqual Band of Diegueno Mission Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4333 310 Village of Kaltag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kaltag Village of Kaltag \N \N \N \N \N \N \N LIF f \N f 4 -4244 310 Seldovia Village Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seldovia Village Tribe Seldovia Village Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4247 310 Seneca-Cayuga Nation (previously listed as Seneca-Cayuga Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca-Cayuga Nation Seneca-Cayuga Nation \N \N \N \N \N \N \N LIF f \N f 4 -4248 310 Shageluk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shageluk Native Village Shageluk Native Village \N \N \N \N \N \N \N LIF f \N f 4 -4250 310 Shawnee Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shawnee Tribe Shawnee Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4353 310 Wyandotte Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wyandotte Nation Wyandotte Nation \N \N \N \N \N \N \N LIF f \N f 4 -4253 310 Shinnecock Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shinnecock Indian Nation Shinnecock Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4259 310 Skagway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skagway Village Skagway Village \N \N \N \N \N \N \N LIF f \N f 4 -4260 310 Skokomish Indian Tribe (previously listed as Skokomish Indian Tribe of the Skokomish Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skokomish Indian Tribe Skokomish Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4262 310 Snoqualmie Indian Tribe (previously listed as Snoqualmie Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Snoqualmie Indian Tribe Snoqualmie Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4243 310 Scotts Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Scotts Valley Band Of Pomo Indians Of California Scotts Valley Band of Pomo Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4245 310 Seminole Tribe of Florida (previously listed as Seminole Tribe of Florida (Dania, Big Cypress, Brighton, Hollywood & Tampa Reservations)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seminole Tribe Of Florida Seminole Tribe of Florida \N \N \N \N \N \N \N LIF f \N f 4 -4246 310 Seneca Nation of Indians (previously listed as Seneca Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca Nation Of Indians Seneca Nation of Indians \N \N \N \N \N \N \N LIF f \N f 4 -4249 310 Shakopee Mdewakanton Sioux Community of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shakopee Mdewakanton Sioux Community Of Minnesota Shakopee Mdewakanton Sioux Community of Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4265 310 South Naknek Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N South Naknek Village South Naknek Village \N \N \N \N \N \N \N LIF f \N f 4 -4272 310 Stebbins Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stebbins Community Association Stebbins Community Association \N \N \N \N \N \N \N LIF f \N f 4 +4259 310 Skagway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkagwayVillage SkagwayVillage \N \N \N \N \N \N \N LIF f \N f 4 +4353 310 Wyandotte Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WyandotteNation WyandotteNation \N \N \N \N \N \N \N LIF f \N f 4 +4227 310 Saint Paul Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintPaulIsland SaintPaulIsland \N \N \N \N \N \N \N LIF f \N f 4 +4226 310 Saint George Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintGeorgeIsland SaintGeorgeIsland \N \N \N \N \N \N \N LIF f \N f 4 +3459 284 Spokane Tribe of the Spokane Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SpokaneTribeOfTheSpokaneReservation SpokaneTribeOfTheSpokaneReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +4229 310 Salamatof Tribe (previously listed as Village of Salamatoff) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SalamatofTribe SalamatofTribe \N \N \N \N \N \N \N LIF f \N f 4 +4228 310 Saint Regis Mohawk Tribe (previously listed as St. Regis Band of Mohawk Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintRegisMohawkTribe SaintRegisMohawkTribe \N \N \N \N \N \N \N LIF f \N f 4 +4240 310 Kewa Pueblo, New Mexico (previously listed as Pueblo of Santo Domingo) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantoDomingoPueblo SantoDomingoPueblo \N \N \N \N \N \N \N LIF f \N f 4 +3904 310 Fort Belknap Indian Community of the Fort Belknap Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortBelknapIndianCommunityOfTheFortBelknapReservationOfMontana FortBelknapIndianCommunityOfTheFortBelknapReservationOfMontana \N \N \N \N \N \N \N LIF f \N f 4 +4182 310 Prairie Island Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PrairieIslandIndianCommunityInTheStateOfMinnesota PrairieIslandIndianCommunityInTheStateOfMinnesota \N \N \N \N \N \N \N LIF f \N f 4 +3373 284 Prairie Island Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PrairieIslandIndianCommunityInTheStateOfMinnesota PrairieIslandIndianCommunityInTheStateOfMinnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +4250 310 Shawnee Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShawneeTribe ShawneeTribe \N \N \N \N \N \N \N LIF f \N f 4 +3824 310 Burns Paiute Tribe (previously listed as Burns Paiute Tribe of the Burns Paiute Indian Colony of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BurnsPaiuteTribe BurnsPaiuteTribe \N \N \N \N \N \N \N LIF f \N f 4 +2794 270 Cafeteria/Food Services is the type of communication number listed for an organization. \N FoodServices Cafeteria/FoodServices \N CEDS \N \N \N \N \N LIF f \N t 1 +4241 310 Sauk-Suiattle Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sauk-SuiattleIndianTribe Sauk-SuiattleIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4260 310 Skokomish Indian Tribe (previously listed as Skokomish Indian Tribe of the Skokomish Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkokomishIndianTribe SkokomishIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4265 310 South Naknek Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SouthNaknekVillage SouthNaknekVillage \N \N \N \N \N \N \N LIF f \N f 4 +4282 310 Takotna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TakotnaVillage TakotnaVillage \N \N \N \N \N \N \N LIF f \N f 4 +4283 310 Tangirnaq Native Village (previously listed as Lesnoi Village (aka Woody Island)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TangirnaqNativeVillage TangirnaqNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +4292 310 Thlopthlocco Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ThlopthloccoTribalTown ThlopthloccoTribalTown \N \N \N \N \N \N \N LIF f \N f 4 4392 313 Delaware \N Delaware Delaware \N \N \N \N \N \N \N LIF f \N f 4 -4279 310 Swinomish Indian Tribal Community (previously listed as Swinomish Indians of the Swinomish Reservation of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Swinomish Indian Tribal Community Swinomish Indian Tribal Community \N \N \N \N \N \N \N LIF f \N f 4 -4281 310 Table Mountain Rancheria (previously listed as Table Mountain Rancheria of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Table Mountain Rancheria Table Mountain Rancheria \N \N \N \N \N \N \N LIF f \N f 4 -4282 310 Takotna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Takotna Village Takotna Village \N \N \N \N \N \N \N LIF f \N f 4 -4283 310 Tangirnaq Native Village (previously listed as Lesnoi Village (aka Woody Island)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tangirnaq Native Village Tangirnaq Native Village \N \N \N \N \N \N \N LIF f \N f 4 -4268 310 Spokane Tribe of the Spokane Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Spokane Tribe Of the Spokane Reservation Spokane Tribe of the Spokane Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4269 310 Squaxin Island Tribe of the Squaxin Island Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Squaxin Island Tribe Of the Squaxin Island Reservation Squaxin Island Tribe of the Squaxin Island Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4270 310 St. Croix Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N St. Croix Chippewa Indians Of Wisconsin St. Croix Chippewa Indians of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -4271 310 Standing Rock Sioux Tribe of North & South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Standing Rock Sioux Tribe Of North & South Dakota Standing Rock Sioux Tribe of North & South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4273 310 Stillaguamish Tribe of Indians of Washington (previously listed as Stillaguamish Tribe of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stillaguamish Tribe Of Indians Of Washington Stillaguamish Tribe of Indians of Washington \N \N \N \N \N \N \N LIF f \N f 4 -4285 310 Tejon Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tejon Indian Tribe Tejon Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4286 310 Telida Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Telida Village Telida Village \N \N \N \N \N \N \N LIF f \N f 4 -4287 310 The Chickasaw Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Chickasaw Nation The Chickasaw Nation \N \N \N \N \N \N \N LIF f \N f 4 -4289 310 The Muscogee (Creek) Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Muscogee The Muscogee \N \N \N \N \N \N \N LIF f \N f 4 -4290 310 The Osage Nation (previously listed as Osage Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Osage Nation The Osage Nation \N \N \N \N \N \N \N LIF f \N f 4 -4292 310 Thlopthlocco Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Thlopthlocco Tribal Town Thlopthlocco Tribal Town \N \N \N \N \N \N \N LIF f \N f 4 -4294 310 Timbisha Shoshone Tribe (previously listed as Death Valley Timbi-sha Shoshone Tribe and the Death Valley Timbi-Sha Shoshone Band of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Timbisha Shoshone Tribe Timbisha Shoshone Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4296 310 Tolowa Dee-ni' Nation (previously listed as Smith River Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tolowa Dee-ni' Nation Tolowa Dee-ni' Nation \N \N \N \N \N \N \N LIF f \N f 4 +4286 310 Telida Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TelidaVillage TelidaVillage \N \N \N \N \N \N \N LIF f \N f 4 +4147 310 Organized Village of Kwethluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKwethluk OrganizedVillageOfKwethluk \N \N \N \N \N \N \N LIF f \N f 4 +4115 310 Native Village of White Mountain is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfWhiteMountain NativeVillageOfWhiteMountain \N \N \N \N \N \N \N LIF f \N f 4 +4262 310 Snoqualmie Indian Tribe (previously listed as Snoqualmie Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SnoqualmieIndianTribe SnoqualmieIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3017 284 Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CachilDeHeBandOfWintunIndiansOfTheColusaIndianCommunityOfTheColusaRancheria-California CachilDeHeBandOfWintunIndiansOfTheColusaIndianCommunityOfTheColusaRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4285 310 Tejon Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TejonIndianTribe TejonIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4281 310 Table Mountain Rancheria (previously listed as Table Mountain Rancheria of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TableMountainRancheria TableMountainRancheria \N \N \N \N \N \N \N LIF f \N f 4 +4289 310 The Muscogee (Creek) Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheMuscogee TheMuscogee \N \N \N \N \N \N \N LIF f \N f 4 +4095 310 Native Village of Savoonga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSavoonga NativeVillageOfSavoonga \N \N \N \N \N \N \N LIF f \N f 4 +4097 310 Native Village of Selawik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSelawik NativeVillageOfSelawik \N \N \N \N \N \N \N LIF f \N f 4 +3045 284 Chippewa Cree Indians of the Rocky Boy's Reservation, Montana (previously listed as Chippewa-Cree Indians of the Rocky Boy's Reservation, Montana) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChippewaCreeIndiansOfTheRockyBoy'sReservationMontana ChippewaCreeIndiansOfTheRockyBoy'sReservation-Montana \N CEDS \N \N \N \N \N LIF f \N f 1 +4098 310 Native Village of Shaktoolik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShaktoolik NativeVillageOfShaktoolik \N \N \N \N \N \N \N LIF f \N f 4 +3080 284 Eastern Band of Cherokee Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternBandOfCherokeeIndians EasternBandOfCherokeeIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3231 284 Native Village of Deering is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfDeering NativeVillageOfDeering \N CEDS \N \N \N \N \N LIF f \N f 1 +3302 284 Native Village of Unalakleet is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfUnalakleet NativeVillageOfUnalakleet \N CEDS \N \N \N \N \N LIF f \N f 1 4393 313 Florida \N Florida Florida \N \N \N \N \N \N \N LIF f \N f 4 -4304 310 Tuluksak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuluksak Native Community Tuluksak Native Community \N \N \N \N \N \N \N LIF f \N f 4 -4305 310 Tunica-Biloxi Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tunica-Biloxi Indian Tribe Tunica-Biloxi Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4418 313 New Hampshire \N New Hampshire New Hampshire \N \N \N \N \N \N \N LIF f \N f 4 -4419 313 New Jersey \N New Jersey New Jersey \N \N \N \N \N \N \N LIF f \N f 4 -4284 310 Te-Moak Tribe of Western Shoshone Indians of Nevada (Four constituent bands: Battle Mountain Band; Elko Band; South Fork Band and Wells Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Te-Moak Tribe Of Western Shoshone Indians Of Nevada Te-Moak Tribe of Western Shoshone Indians of Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4288 310 The Choctaw Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Choctaw Nation Of Oklahoma The Choctaw Nation of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4291 310 The Seminole Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Seminole Nation Of Oklahoma The Seminole Nation of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4308 310 Tuscarora Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuscarora Nation Tuscarora Nation \N \N \N \N \N \N \N LIF f \N f 4 -4310 310 Twin Hills Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twin Hills Village Twin Hills Village \N \N \N \N \N \N \N LIF f \N f 4 -4311 310 Ugashik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ugashik Village Ugashik Village \N \N \N \N \N \N \N LIF f \N f 4 -4312 310 Umkumiut Native Village (previously listed as Umkumiute Native Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Umkumiut Native Village Umkumiut Native Village \N \N \N \N \N \N \N LIF f \N f 4 -4315 310 Upper Mattaponi Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Mattaponi Tribe Upper Mattaponi Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4317 310 Upper Skagit Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Skagit Indian Tribe Upper Skagit Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4319 310 Ute Mountain Ute Tribe (previously listed as Ute Mountain Tribe of the Ute Mountain Reservation, Colorado, New Mexico & Utah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ute Mountain Ute Tribe Ute Mountain Ute Tribe \N \N \N \N \N \N \N LIF f \N f 4 +3303 284 Native Village of Unga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfUnga NativeVillageOfUnga \N CEDS \N \N \N \N \N LIF f \N f 1 +4311 310 Ugashik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UgashikVillage UgashikVillage \N \N \N \N \N \N \N LIF f \N f 4 +4304 310 Tuluksak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuluksakNativeCommunity TuluksakNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +4312 310 Umkumiut Native Village (previously listed as Umkumiute Native Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UmkumiutNativeVillage UmkumiutNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3022 284 Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CampoBandOfDieguenoMissionIndiansOfTheCampoIndianReservation-California CampoBandOfDieguenoMissionIndiansOfTheCampoIndianReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 4321 310 \N \N Viejas Viejas \N \N \N \N \N \N \N LIF f \N f 4 -4420 313 New Mexico \N New Mexico New Mexico \N \N \N \N \N \N \N LIF f \N f 4 4421 313 Nevada \N Nevada Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4307 310 Turtle Mountain Band of Chippewa Indians of North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Turtle Mountain Band Of Chippewa Indians Of North Dakota Turtle Mountain Band of Chippewa Indians of North Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4309 310 Twenty-Nine Palms Band of Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twenty-Nine Palms Band Of Mission Indians Of California Twenty-Nine Palms Band of Mission Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4313 310 United Auburn Indian Community of the Auburn Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N United Auburn Indian Community Of the Auburn Rancheria Of California United Auburn Indian Community of the Auburn Rancheria of California \N \N \N \N \N \N \N LIF f \N f 4 -4347 310 Wichita and Affiliated Tribes (Wichita, Keechi, Waco & Tawakonie), Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wichita and Affiliated Tribes Wichita and Affiliated Tribes \N \N \N \N \N \N \N LIF f \N f 4 -4352 310 Wrangell Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wrangell Cooperative Association Wrangell Cooperative Association \N \N \N \N \N \N \N LIF f \N f 4 -4354 310 Yakutat Tlingit Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yakutat Tlingit Tribe Yakutat Tlingit Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4357 310 Yavapai-Prescott Indian Tribe (previously listed as Yavapai-Prescott Tribe of the Yavapai Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-Prescott Indian Tribe Yavapai-Prescott Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4422 313 New York \N New York New York \N \N \N \N \N \N \N LIF f \N f 4 +4294 310 Timbisha Shoshone Tribe (previously listed as Death Valley Timbi-sha Shoshone Tribe and the Death Valley Timbi-Sha Shoshone Band of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TimbishaShoshoneTribe TimbishaShoshoneTribe \N \N \N \N \N \N \N LIF f \N f 4 +4315 310 Upper Mattaponi Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperMattaponiTribe UpperMattaponiTribe \N \N \N \N \N \N \N LIF f \N f 4 +3299 284 Native Village of Tuntutuliak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTuntutuliak NativeVillageOfTuntutuliak \N CEDS \N \N \N \N \N LIF f \N f 1 +4420 313 New Mexico \N NewMexico NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4354 310 Yakutat Tlingit Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YakutatTlingitTribe YakutatTlingitTribe \N \N \N \N \N \N \N LIF f \N f 4 +4305 310 Tunica-Biloxi Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tunica-BiloxiIndianTribe Tunica-BiloxiIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3300 284 Native Village of Tununak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTununak NativeVillageOfTununak \N CEDS \N \N \N \N \N LIF f \N f 1 +4310 310 Twin Hills Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TwinHillsVillage TwinHillsVillage \N \N \N \N \N \N \N LIF f \N f 4 +4418 313 New Hampshire \N NewHampshire NewHampshire \N \N \N \N \N \N \N LIF f \N f 4 +3031 284 Cher-Ae Heights Indian Community of the Trinidad Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cher-AeHeightsIndianCommunityOfTheTrinidadRancheriaCalifornia Cher-AeHeightsIndianCommunityOfTheTrinidadRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4419 313 New Jersey \N NewJersey NewJersey \N \N \N \N \N \N \N LIF f \N f 4 +3085 284 Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElemIndianColonyOfPomoIndiansOfTheSulphurBankRancheriaCalifornia ElemIndianColonyOfPomoIndiansOfTheSulphurBankRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3204 284 Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MoapaBandOfPaiuteIndiansOfTheMoapaRiverIndianReservationNevada MoapaBandOfPaiuteIndiansOfTheMoapaRiverIndianReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +4422 313 New York \N NewYork NewYork \N \N \N \N \N \N \N LIF f \N f 4 4423 313 Ohio \N Ohio Ohio \N \N \N \N \N \N \N LIF f \N f 4 -4334 310 Village of Kotlik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kotlik Village of Kotlik \N \N \N \N \N \N \N LIF f \N f 4 -4335 310 Village of Lower Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Lower Kalskag Village of Lower Kalskag \N \N \N \N \N \N \N LIF f \N f 4 -4336 310 Village of Ohogamiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Ohogamiut Village of Ohogamiut \N \N \N \N \N \N \N LIF f \N f 4 -4337 310 Village of Red Devil is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Red Devil Village of Red Devil \N \N \N \N \N \N \N LIF f \N f 4 -4338 310 Village of Sleetmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Sleetmute Village of Sleetmute \N \N \N \N \N \N \N LIF f \N f 4 -4339 310 Village of Solomon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Solomon Village of Solomon \N \N \N \N \N \N \N LIF f \N f 4 -4361 310 Ysleta del Sur Pueblo (previously listed as Ysleta Del Sur Pueblo of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ysleta del Sur Pueblo Ysleta del Sur Pueblo \N \N \N \N \N \N \N LIF f \N f 4 +4455 315 First grade is the extent of formal instruction a person has received. \N FirstGrade FirstGrade \N \N \N \N \N \N \N LIF f \N f 4 +4456 315 Second grade is the extent of formal instruction a person has received. \N SecondGrade SecondGrade \N \N \N \N \N \N \N LIF f \N f 4 +4457 315 Third grade is the extent of formal instruction a person has received. \N ThirdGrade ThirdGrade \N \N \N \N \N \N \N LIF f \N f 4 +4458 315 Fourth grade is the extent of formal instruction a person has received. \N FourthGrade FourthGrade \N \N \N \N \N \N \N LIF f \N f 4 +4386 313 American Samoa \N AmericanSamoa AmericanSamoa \N \N \N \N \N \N \N LIF f \N f 4 +4415 313 North Carolina \N NorthCarolina NorthCarolina \N \N \N \N \N \N \N LIF f \N f 4 4365 311 Home/personal is the type of electronic mail (e-mail) address listed for a person or organization. \N Home/personal Home/personal \N \N \N \N \N \N \N LIF f \N f 4 4366 311 Work is the type of electronic mail (e-mail) address listed for a person or organization. \N Work Work \N \N \N \N \N \N \N LIF f \N f 4 -4367 311 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational (school) address Organizational (school) address \N \N \N \N \N \N \N LIF f \N f 4 +4367 311 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational(school)Address Organizational(school)Address \N \N \N \N \N \N \N LIF f \N f 4 4368 311 Other is the type of electronic mail (e-mail) address listed for a person or organization. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 4369 312 Mailing is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mailing Mailing \N \N \N \N \N \N \N LIF f \N f 4 4370 312 Physical is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Physical Physical \N \N \N \N \N \N \N LIF f \N f 4 4371 312 Shipping is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Shipping Shipping \N \N \N \N \N \N \N LIF f \N f 4 -4372 312 Billing address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Billing address Billing address \N \N \N \N \N \N \N LIF f \N f 4 -4373 312 On campus is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N On campus On campus \N \N \N \N \N \N \N LIF f \N f 4 -4377 312 Father's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Father's address Father's address \N \N \N \N \N \N \N LIF f \N f 4 -4378 312 Mother's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mother's address Mother's address \N \N \N \N \N \N \N LIF f \N f 4 -4379 312 Guardian's address is specified as the type of address listed for a learner or a parent, guardian, family member or related \N Guardian's address Guardian's address \N \N \N \N \N \N \N LIF f \N f 4 -4380 312 Other home address is specified as the address type for a staff member. \N Other home address Other home address \N \N \N \N \N \N \N LIF f \N f 4 -4381 312 Employer's address is specified as the address type for a staff member. \N Employer's address Employer's address \N \N \N \N \N \N \N LIF f \N f 4 -4382 312 Employment address is specified as the address type for a staff member. \N Employment address Employment address \N \N \N \N \N \N \N LIF f \N f 4 +3304 284 Native Village of Venetie Tribal Government (Arctic Village and Village of Venetie) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfVenetieTribalGovernment NativeVillageOfVenetieTribalGovernment \N CEDS \N \N \N \N \N LIF f \N f 1 +4416 313 North Dakota \N NorthDakota NorthDakota \N \N \N \N \N \N \N LIF f \N f 4 +4412 313 Northern Marianas \N NorthernMarianas NorthernMarianas \N \N \N \N \N \N \N LIF f \N f 4 +4380 312 Other home address is specified as the address type for a staff member. \N OtherHomeAddress OtherHomeAddress \N \N \N \N \N \N \N LIF f \N f 4 +3103 284 Gila River Indian Community of the Gila River Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GilaRiverIndianCommunityOfTheGilaRiverIndianReservationArizona GilaRiverIndianCommunityOfTheGilaRiverIndianReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3288 284 Native Village of Selawik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSelawik NativeVillageOfSelawik \N CEDS \N \N \N \N \N LIF f \N f 1 4383 313 Alaska \N Alaska Alaska \N \N \N \N \N \N \N LIF f \N f 4 4384 313 Alabama \N Alabama Alabama \N \N \N \N \N \N \N LIF f \N f 4 4385 313 Arkansas \N Arkansas Arkansas \N \N \N \N \N \N \N LIF f \N f 4 -4386 313 American Samoa \N American Samoa American Samoa \N \N \N \N \N \N \N LIF f \N f 4 +4372 312 Billing address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N BillingAddress BillingAddress \N \N \N \N \N \N \N LIF f \N f 4 4387 313 Arizona \N Arizona Arizona \N \N \N \N \N \N \N LIF f \N f 4 4388 313 California \N California California \N \N \N \N \N \N \N LIF f \N f 4 4389 313 Colorado \N Colorado Colorado \N \N \N \N \N \N \N LIF f \N f 4 4390 313 Connecticut \N Connecticut Connecticut \N \N \N \N \N \N \N LIF f \N f 4 -4412 313 Northern Marianas \N Northern Marianas Northern Marianas \N \N \N \N \N \N \N LIF f \N f 4 +3305 284 Native Village of Wales is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfWales NativeVillageOfWales \N CEDS \N \N \N \N \N LIF f \N f 1 4413 313 Mississippi \N Mississippi Mississippi \N \N \N \N \N \N \N LIF f \N f 4 4414 313 Montana \N Montana Montana \N \N \N \N \N \N \N LIF f \N f 4 -4415 313 North Carolina \N North Carolina North Carolina \N \N \N \N \N \N \N LIF f \N f 4 -4416 313 North Dakota \N North Dakota North Dakota \N \N \N \N \N \N \N LIF f \N f 4 +4361 310 Ysleta del Sur Pueblo (previously listed as Ysleta Del Sur Pueblo of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YsletaDelSurPueblo YsletaDelSurPueblo \N \N \N \N \N \N \N LIF f \N f 4 4417 313 Nebraska \N Nebraska Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4362 310 Yupiit of Andreafski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yupiit Of Andreafski Yupiit of Andreafski \N \N \N \N \N \N \N LIF f \N f 4 -4391 313 District of Columbia \N District Of Columbia District of Columbia \N \N \N \N \N \N \N LIF f \N f 4 +4377 312 Father's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Father'sAddress Father'sAddress \N \N \N \N \N \N \N LIF f \N f 4 +4378 312 Mother's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mother'sAddress Mother'sAddress \N \N \N \N \N \N \N LIF f \N f 4 4454 315 Kindergarten is the extent of formal instruction a person has received. \N Kindergarten Kindergarten \N \N \N \N \N \N \N LIF f \N f 4 -4455 315 First grade is the extent of formal instruction a person has received. \N First grade First grade \N \N \N \N \N \N \N LIF f \N f 4 -4456 315 Second grade is the extent of formal instruction a person has received. \N Second grade Second grade \N \N \N \N \N \N \N LIF f \N f 4 -4457 315 Third grade is the extent of formal instruction a person has received. \N Third grade Third grade \N \N \N \N \N \N \N LIF f \N f 4 -4458 315 Fourth grade is the extent of formal instruction a person has received. \N Fourth grade Fourth grade \N \N \N \N \N \N \N LIF f \N f 4 -4459 315 Fifth grade is the extent of formal instruction a person has received. \N Fifth grade Fifth grade \N \N \N \N \N \N \N LIF f \N f 4 -4460 315 Sixth grade is the extent of formal instruction a person has received. \N Sixth grade Sixth grade \N \N \N \N \N \N \N LIF f \N f 4 -4461 315 Seventh grade is the extent of formal instruction a person has received. \N Seventh grade Seventh grade \N \N \N \N \N \N \N LIF f \N f 4 -4462 315 Eighth grade is the extent of formal instruction a person has received. \N Eighth grade Eighth grade \N \N \N \N \N \N \N LIF f \N f 4 -4463 315 Ninth grade is the extent of formal instruction a person has received. \N Ninth grade Ninth grade \N \N \N \N \N \N \N LIF f \N f 4 -4464 315 Tenth grade is the extent of formal instruction a person has received. \N Tenth grade Tenth grade \N \N \N \N \N \N \N LIF f \N f 4 -4465 315 Eleventh Grade is the extent of formal instruction a person has received. \N Eleventh Grade Eleventh Grade \N \N \N \N \N \N \N LIF f \N f 4 -4467 315 High school diploma is the extent of formal instruction a person has received. \N High school diploma High school diploma \N \N \N \N \N \N \N LIF f \N f 4 -4470 315 Career and Technical Education certificate is the extent of formal instruction a person has received. \N Career and Technical Education certificate Career and Technical Education certificate \N \N \N \N \N \N \N LIF f \N f 4 -4471 315 Grade 13 is the extent of formal instruction a person has received. \N Grade 13 Grade 13 \N \N \N \N \N \N \N LIF f \N f 4 -4472 315 Some college but no degree is the extent of formal instruction a person has received. \N Some college but no degree Some college but no degree \N \N \N \N \N \N \N LIF f \N f 4 -4475 315 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N Associate's degree (two years or more) Associate's degree (two years or more) \N \N \N \N \N \N \N LIF f \N f 4 -4477 315 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N Bachelor's (Baccalaureate) degree Bachelor's (Baccalaureate) degree \N \N \N \N \N \N \N LIF f \N f 4 -4480 315 Post-master’s certificate is the extent of formal instruction a person has received. \N Post-master’s certificate Post-master’s certificate \N \N \N \N \N \N \N LIF f \N f 4 -4481 315 Graduate certificate is the extent of formal instruction a person has received. \N Graduate certificate Graduate certificate \N \N \N \N \N \N \N LIF f \N f 4 -4482 315 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N Doctoral (Doctor's) degree Doctoral (Doctor's) degree \N \N \N \N \N \N \N LIF f \N f 4 -4483 315 First-professional degree is the extent of formal instruction a person has received. \N First-professional degree First-professional degree \N \N \N \N \N \N \N LIF f \N f 4 -4484 315 Post-professional degree is the extent of formal instruction a person has received. \N Post-professional degree Post-professional degree \N \N \N \N \N \N \N LIF f \N f 4 -4485 315 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N Doctor’s degree-research/scholarship Doctor’s degree-research/scholarship \N \N \N \N \N \N \N LIF f \N f 4 -4486 315 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N Doctor’s degree-professional practice Doctor’s degree-professional practice \N \N \N \N \N \N \N LIF f \N f 4 -4487 315 Doctor’s degree-other is the extent of formal instruction a person has received. \N Doctor’s degree-other Doctor’s degree-other \N \N \N \N \N \N \N LIF f \N f 4 +4379 312 Guardian's address is specified as the type of address listed for a learner or a parent, guardian, family member or related \N Guardian'sAddress Guardian'sAddress \N \N \N \N \N \N \N LIF f \N f 4 +4381 312 Employer's address is specified as the address type for a staff member. \N Employer'sAddress Employer'sAddress \N \N \N \N \N \N \N LIF f \N f 4 +4382 312 Employment address is specified as the address type for a staff member. \N EmploymentAddress EmploymentAddress \N \N \N \N \N \N \N LIF f \N f 4 +4467 315 High school diploma is the extent of formal instruction a person has received. \N HighSchoolDiploma HighSchoolDiploma \N \N \N \N \N \N \N LIF f \N f 4 +4492 274 The person is the learner's court appointed guardian. \N CourtAppointedGuardian CourtAppointedGuardian \N \N \N \N \N \N \N LIF f \N f 4 +4465 315 Eleventh Grade is the extent of formal instruction a person has received. \N EleventhGrade EleventhGrade \N \N \N \N \N \N \N LIF f \N f 4 +4472 315 Some college but no degree is the extent of formal instruction a person has received. \N SomeCollegeButNoDegree SomeCollegeButNoDegree \N \N \N \N \N \N \N LIF f \N f 4 +4497 274 The person is the significant other of the learner's Father. \N Father'sSignificantOther Father'sSignificantOther \N \N \N \N \N \N \N LIF f \N f 4 +3266 284 Native Village of Napakiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapakiak NativeVillageOfNapakiak \N CEDS \N \N \N \N \N LIF f \N f 1 +4506 274 The person is the significant other of the learner's Mother. \N Mother'sSignificantOther Mother'sSignificantOther \N \N \N \N \N \N \N LIF f \N f 4 +4459 315 Fifth grade is the extent of formal instruction a person has received. \N FifthGrade FifthGrade \N \N \N \N \N \N \N LIF f \N f 4 +4460 315 Sixth grade is the extent of formal instruction a person has received. \N SixthGrade SixthGrade \N \N \N \N \N \N \N LIF f \N f 4 +4512 274 The person is the Significant other of the learner. \N SignificantOther SignificantOther \N \N \N \N \N \N \N LIF f \N f 4 +4175 310 Pokagon Band of Potawatomi Indians, Michigan and Indiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PokagonBandOfPotawatomiIndiansMichiganAndIndiana PokagonBandOfPotawatomiIndians-MichiganAndIndiana \N \N \N \N \N \N \N LIF f \N f 4 +3859 310 Cloverdale Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CloverdaleRancheriaOfPomoIndiansOfCalifornia CloverdaleRancheriaOfPomoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4471 315 Grade 13 is the extent of formal instruction a person has received. \N Grade13 Grade13 \N \N \N \N \N \N \N LIF f \N f 4 +3289 284 Native Village of Shaktoolik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShaktoolik NativeVillageOfShaktoolik \N CEDS \N \N \N \N \N LIF f \N f 1 4488 315 The extent of formal instruction a person has received is in a category not yet defined in CEDS. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 4489 274 The person is the learner's Aunt. \N Aunt Aunt \N \N \N \N \N \N \N LIF f \N f 4 4490 274 The person is the learner's Brother. \N Brother Brother \N \N \N \N \N \N \N LIF f \N f 4 4491 274 The person is the learner's Brother-in-law. \N Brother-in-law Brother-in-law \N \N \N \N \N \N \N LIF f \N f 4 -4492 274 The person is the learner's court appointed guardian. \N Court appointed guardian Court appointed guardian \N \N \N \N \N \N \N LIF f \N f 4 4493 274 The person is the learner's Daughter. \N Daughter Daughter \N \N \N \N \N \N \N LIF f \N f 4 4495 274 The person is the learner's Employer. \N Employer Employer \N \N \N \N \N \N \N LIF f \N f 4 4496 274 The person is the learner's Father. \N Father Father \N \N \N \N \N \N \N LIF f \N f 4 -4497 274 The person is the significant other of the learner's Father. \N Father's significant other Father's significant other \N \N \N \N \N \N \N LIF f \N f 4 -4498 274 The person is a legal partner of the learner's father, established by a civil union other than marriage. \N Father's civil partner Father's civil partner \N \N \N \N \N \N \N LIF f \N f 4 4499 274 The person is the father of the learner's spouse. \N Father-in-law Father-in-law \N \N \N \N \N \N \N LIF f \N f 4 4500 274 The person is a man who is engaged to be married to the learner. \N Fiance Fiance \N \N \N \N \N \N \N LIF f \N f 4 4501 274 The person is a woman who is engaged to be married to the learner. \N Fiancee Fiancee \N \N \N \N \N \N \N LIF f \N f 4 @@ -17390,21 +16902,22 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4503 274 The person is the learner's Grandfather. \N Grandfather Grandfather \N \N \N \N \N \N \N LIF f \N f 4 4504 274 The person is the learner's Grandmother. \N Grandmother Grandmother \N \N \N \N \N \N \N LIF f \N f 4 4505 274 The person is the learner's Husband. \N Husband Husband \N \N \N \N \N \N \N LIF f \N f 4 -4506 274 The person is the significant other of the learner's Mother. \N Mother's significant other Mother's significant other \N \N \N \N \N \N \N LIF f \N f 4 4507 274 The person is the learner's Mother \N Mother Mother \N \N \N \N \N \N \N LIF f \N f 4 -4508 274 The person is a legal partner of the learner's mother, established by a civil union other than marriage. \N Mother's civil partner Mother's civil partner \N \N \N \N \N \N \N LIF f \N f 4 4509 274 The person is the learner's Nephew. \N Nephew Nephew \N \N \N \N \N \N \N LIF f \N f 4 4510 274 The person is the learner's Niece. \N Niece Niece \N \N \N \N \N \N \N LIF f \N f 4 4511 274 The person is related to the learner in a way not represented by other standard options. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 -4512 274 The person is the Significant other of the learner. \N Significant other Significant other \N \N \N \N \N \N \N LIF f \N f 4 4513 274 The person is the learner's Sister. \N Sister Sister \N \N \N \N \N \N \N LIF f \N f 4 4514 274 The person is the learner's Son. \N Son Son \N \N \N \N \N \N \N LIF f \N f 4 4515 274 The person is the learner's Unknown. \N Unknown Unknown \N \N \N \N \N \N \N LIF f \N f 4 +4483 315 First-professional degree is the extent of formal instruction a person has received. \N First-professionalDegree First-professionalDegree \N \N \N \N \N \N \N LIF f \N f 4 +4480 315 Post-master’s certificate is the extent of formal instruction a person has received. \N Post-master’sCertificate Post-master’sCertificate \N \N \N \N \N \N \N LIF f \N f 4 +4481 315 Graduate certificate is the extent of formal instruction a person has received. \N GraduateCertificate GraduateCertificate \N \N \N \N \N \N \N LIF f \N f 4 +4477 315 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N Bachelor's(Baccalaureate)Degree Bachelor's(Baccalaureate)Degree \N \N \N \N \N \N \N LIF f \N f 4 +4482 315 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N Doctoral(Doctor's)Degree Doctoral(Doctor's)Degree \N \N \N \N \N \N \N LIF f \N f 4 4516 274 The person is the learner's Uncle. \N Uncle Uncle \N \N \N \N \N \N \N LIF f \N f 4 4517 274 The person is the learner's Ward. \N Ward Ward \N \N \N \N \N \N \N LIF f \N f 4 4518 274 The person is the learner's Wife. \N Wife Wife \N \N \N \N \N \N \N LIF f \N f 4 -3633 287 Armed Forces America \N ArmedForcesAmerica Armed Forces America \N CEDS \N \N \N \N \N LIF f \N f 1 -3294 284 Native Village of Tanana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tanana Native Village of Tanana \N CEDS \N \N \N \N \N LIF f \N f 1 +3633 287 Armed Forces America \N ArmedForcesAmerica ArmedForcesAmerica \N CEDS \N \N \N \N \N LIF f \N f 1 4728 333 Referred to program \N Referred Referred \N \N \N \N \N \N \N LIF f \N f 4 4729 333 Eligible for program \N Eligible Eligible \N \N \N \N \N \N \N LIF f \N f 4 4730 333 Not eligible for program \N NotEligible NotEligible \N \N \N \N \N \N \N LIF f \N f 4 @@ -17412,177 +16925,136 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4732 333 Exited program \N Exited Exited \N \N \N \N \N \N \N LIF f \N f 4 4733 333 Withdrew/refused program \N Withdrew Withdrew \N \N \N \N \N \N \N LIF f \N f 4 4734 333 Other \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 -4735 334 Work or product created or produced by the person being assessed. \N assessMethod:Artifact assessMethod:Artifact \N \N \N \N \N \N \N LIF f \N f 10 -4736 334 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod:Exam assessMethod:Exam \N \N \N \N \N \N \N LIF f \N f 10 -4737 334 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod:Performance assessMethod:Performance \N \N \N \N \N \N \N LIF f \N f 10 -4738 335 Intended for those with significant experience or expertise where developmental expectations are staged for assessing knowledge, skills, or competencies beyond the novice and intermediate levels. \N audLevel:AdvancedLevel audLevel:AdvancedLevel \N \N \N \N \N \N \N LIF f \N f 10 -4739 335 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel:AssociatesDegreeLevel audLevel:AssociatesDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 -4740 335 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel:BachelorsDegreeLevel audLevel:BachelorsDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 -4741 335 Intended for novices or those with limited experience. \N audLevel:BeginnerLevel audLevel:BeginnerLevel \N \N \N \N \N \N \N LIF f \N f 10 -4742 335 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel:DoctoralDegreeLevel audLevel:DoctoralDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 -4743 335 Intended for those who enrolled in a degree program or other formal program above the baccalaureate level, such as a masters or doctoral degree program. \N audLevel:GraduateLevel audLevel:GraduateLevel \N \N \N \N \N \N \N LIF f \N f 10 -4744 335 Intended for those with some experience, where knowledge, skills, and competency expectations are staged for development beyond novice-level and in preparation for a more advanced-level. \N audLevel:IntermediateLevel audLevel:IntermediateLevel \N \N \N \N \N \N \N LIF f \N f 10 -4745 335 Intended for those in the first half of an undergraduate level program. \N audLevel:LowerDivisionLevel audLevel:LowerDivisionLevel \N \N \N \N \N \N \N LIF f \N f 10 -4746 335 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel:MastersDegreeLevel audLevel:MastersDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 -4747 335 Intended for those who have completed secondary level school programs or equivalent. \N audLevel:PostSecondaryLevel audLevel:PostSecondaryLevel \N \N \N \N \N \N \N LIF f \N f 10 -4748 335 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel:ProfessionalLevel audLevel:ProfessionalLevel \N \N \N \N \N \N \N LIF f \N f 10 -4749 335 Intended for those who are under-prepared for learning at a particular level. \N audLevel:RemedialLevel audLevel:RemedialLevel \N \N \N \N \N \N \N LIF f \N f 10 -4750 335 Intended for those attending secondary (high-school) level programs. \N audLevel:SecondaryLevel audLevel:SecondaryLevel \N \N \N \N \N \N \N LIF f \N f 10 -4751 335 Intended for those who are enrolled in a degree program or other formal program at or below the baccalaureate, such as an associate’s degree, vocational, or technical program. \N audLevel:UndergraduateLevel audLevel:UndergraduateLevel \N \N \N \N \N \N \N LIF f \N f 10 -4752 335 Intended for those in the second half of an undergraduate level program. \N audLevel:UpperDivisionLevel audLevel:UpperDivisionLevel \N \N \N \N \N \N \N LIF f \N f 10 +3308 284 Nenana Native Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NenanaNativeAssociation NenanaNativeAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3310 284 New Stuyahok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewStuyahokVillage NewStuyahokVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3311 284 Newhalen Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewhalenVillage NewhalenVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3312 284 Newtok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewtokVillage NewtokVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3309 284 New Koliganek Village Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewKoliganekVillageCouncil NewKoliganekVillageCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +3313 284 Nez Perce Tribe (previously listed as Nez Perce Tribe of Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NezPerceTribe NezPerceTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3987 310 Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LovelockPaiuteTribeOfTheLovelockIndianColonyNevada LovelockPaiuteTribeOfTheLovelockIndianColony-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +4343 310 Walker River Paiute Tribe of the Walker River Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WalkerRiverPaiuteTribeOfTheWalkerRiverReservationNevada WalkerRiverPaiuteTribeOfTheWalkerRiverReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +3199 284 Miami Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiamiTribeOfOklahoma MiamiTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4068 310 Native Village of Larsen Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfLarsenBay NativeVillageOfLarsenBay \N \N \N \N \N \N \N LIF f \N f 4 3598 287 Maine \N Maine Maine \N CEDS \N \N \N \N \N LIF f \N f 1 -3308 284 Nenana Native Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nenana Native Association Nenana Native Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3309 284 New Koliganek Village Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N New Koliganek Village Council New Koliganek Village Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3310 284 New Stuyahok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N New Stuyahok Village New Stuyahok Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3311 284 Newhalen Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Newhalen Village Newhalen Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3312 284 Newtok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Newtok Village Newtok Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3313 284 Nez Perce Tribe (previously listed as Nez Perce Tribe of Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nez Perce Tribe Nez Perce Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3314 284 Nikolai Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nikolai Village Nikolai Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3315 284 Ninilchik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ninilchik Village Ninilchik Village \N CEDS \N \N \N \N \N LIF f \N f 1 +3046 284 Chitimacha Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChitimachaTribeOfLouisiana ChitimachaTribeOfLouisiana \N CEDS \N \N \N \N \N LIF f \N f 1 +3200 284 Miccosukee Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiccosukeeTribeOfIndians MiccosukeeTribeOfIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +4735 334 Work or product created or produced by the person being assessed. \N assessMethod-Artifact assessMethod-Artifact \N \N \N \N \N \N \N LIF f \N f 10 +3064 284 Confederated Tribes of the Umatilla Indian Reservation (previously listed as Confederated Tribes of the Umatilla Reservation, Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheUmatillaIndianReservation ConfederatedTribesOfTheUmatillaIndianReservation \N CEDS \N \N \N \N \N LIF f \N f 1 3601 287 Minnesota \N Minnesota Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 3602 287 Missouri \N Missouri Missouri \N CEDS \N \N \N \N \N LIF f \N f 1 -3316 284 Nisqually Indian Tribe (previously listed as Nisqually Indian Tribe of the Nisqually Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nisqually Indian Tribe Nisqually Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3317 284 Nome Eskimo Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nome Eskimo Community Nome Eskimo Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3318 284 Nondalton Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nondalton Village Nondalton Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3319 284 Nooksack Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nooksack Indian Tribe Nooksack Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3320 284 Noorvik Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Noorvik Native Community Noorvik Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3603 287 Northern Marianas \N NorthernMarianas Northern Marianas \N CEDS \N \N \N \N \N LIF f \N f 1 -3324 284 Northway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northway Village Northway Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3327 284 Nulato Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nulato Village Nulato Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3328 284 Nunakauyarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nunakauyarmiut Tribe Nunakauyarmiut Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3329 284 Oglala Sioux Tribe (previously listed as Oglala Sioux Tribe of the Pine Ridge Reservation, South Dakota) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oglala Sioux Tribe Oglala Sioux Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3332 284 Oneida Indian Nation (previously listed as Oneida Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oneida Indian Nation Oneida Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3333 284 Oneida Nation (previously listed as Oneida Tribe of Indians of Wisconsin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oneida Nation Oneida Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3334 284 Onondaga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Onondaga Nation Onondaga Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3323 284 Northfork Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northfork Rancheria Of Mono Indians Of California Northfork Rancheria of Mono Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3325 284 Northwestern Band of the Shoshone Nation (previously listed as Northwestern Band of Shoshoni Nation and the Northwestern Band of Shoshoni Nation of Utah (Washakie)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northwestern Band Of the Shoshone Nation Northwestern Band of the Shoshone Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3331 284 Omaha Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Omaha Tribe Of Nebraska Omaha Tribe of Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 -3335 284 Organized Village of Grayling (aka Holikachuk) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Grayling Organized Village of Grayling \N CEDS \N \N \N \N \N LIF f \N f 1 -3340 284 Orutsararmiut Traditional Native Council (previously listed as Orutsararmuit Native Village (aka Bethel)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Orutsararmiut Traditional Native Council Orutsararmiut Traditional Native Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3341 284 Oscarville Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oscarville Traditional Village Oscarville Traditional Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3347 284 Pamunkey Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pamunkey Indian Tribe Pamunkey Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3350 284 Passamaquoddy Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Passamaquoddy Tribe Passamaquoddy Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3351 284 Pauloff Harbor Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pauloff Harbor Village Pauloff Harbor Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3355 284 Pedro Bay Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pedro Bay Village Pedro Bay Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3356 284 Penobscot Nation (previously listed as Penobscot Tribe of Maine) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Penobscot Nation Penobscot Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3358 284 Petersburg Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Petersburg Indian Association Petersburg Indian Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3339 284 Organized Village of Saxman is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Saxman Organized Village of Saxman \N CEDS \N \N \N \N \N LIF f \N f 1 -3343 284 Ottawa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ottawa Tribe Of Oklahoma Ottawa Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3344 284 Paiute Indian Tribe of Utah (Cedar Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes (previously listed as Paiute Indian Tribe of Utah (Cedar City Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute Indian Tribe Of Utah Paiute Indian Tribe of Utah \N CEDS \N \N \N \N \N LIF f \N f 1 -3346 284 Pala Band of Mission Indians (previously listed as Pala Band of Luiseno Mission Indians of the Pala Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pala Band Of Mission Indians Pala Band of Mission Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3360 284 Pilot Station Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pilot Station Traditional Village Pilot Station Traditional Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3635 287 Armed Forces Pacific \N ArmedForcesPacific Armed Forces Pacific \N CEDS \N \N \N \N \N LIF f \N f 1 -3363 284 Pitka's Point Traditional Council (previously listed as Native Village of Pitka's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pitka's Point Traditional Council Pitka's Point Traditional Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3364 284 Platinum Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Platinum Traditional Village Platinum Traditional Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3369 284 Port Gamble S'Klallam Tribe (previously listed as Port Gamble Band of S'Klallam Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Port Gamble S'Klallam Tribe Port Gamble S'Klallam Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3370 284 Portage Creek Village (aka Ohgsenakale) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Portage Creek Village Portage Creek Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3372 284 Prairie Band Potawatomi Nation (previously listed as Prairie Band of Potawatomi Nation, Kansas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Prairie Band Potawatomi Nation Prairie Band Potawatomi Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3365 284 Poarch Band of Creeks (previously listed as Poarch Band of Creek Indians of Alabama) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Poarch Band Of Creek Indians Poarch Band of Creek Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3367 284 Ponca Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ponca Tribe Of Indians Of Oklahoma Ponca Tribe of Indians of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3368 284 Ponca Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ponca Tribe Of Nebraska Ponca Tribe of Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 -3373 284 Prairie Island Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Prairie Island Indian Community in the State Of Minnesota Prairie Island Indian Community in the State of Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -3374 284 Pribilof Islands Aleut Communities of St. Paul & St. George Islands is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pribilof Islands Aleut Communities Of St. Paul & St. George Islands Pribilof Islands Aleut Communities of St. Paul & St. George Islands \N CEDS \N \N \N \N \N LIF f \N f 1 -3652 290 Third grade is the extent of formal instruction a person has received. \N ThirdGrade Third grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3395 284 Quapaw Nation (previously listed as The Quapaw Tribe of Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quapaw Nation Quapaw Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3399 284 Quinault Indian Nation (previously listed as Quinault Tribe of the Quinault Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quinault Indian Nation Quinault Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3401 284 Rampart Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rampart Village Rampart Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3496 284 Tunica-Biloxi Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tunica-Biloxi Indian Tribe Tunica-Biloxi Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3463 284 Stebbins Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stebbins Community Association Stebbins Community Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3391 284 Puyallup Tribe of the Puyallup Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Puyallup Tribe Of the Puyallup Reservation Puyallup Tribe of the Puyallup Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3393 284 Qagan Tayagungin Tribe of Sand Point (previously listed as Qagan Tayagungin Tribe of Sand Point Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Qagan Tayagungin Tribe Of Sand Point Qagan Tayagungin Tribe of Sand Point \N CEDS \N \N \N \N \N LIF f \N f 1 -3394 284 Qawalangin Tribe of Unalaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Qawalangin Tribe Of Unalaska Qawalangin Tribe of Unalaska \N CEDS \N \N \N \N \N LIF f \N f 1 -3396 284 Quartz Valley Indian Community of the Quartz Valley Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quartz Valley Indian Community Of the Quartz Valley Reservation Of California Quartz Valley Indian Community of the Quartz Valley Reservation of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3398 284 Quileute Tribe of the Quileute Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quileute Tribe Of the Quileute Reservation Quileute Tribe of the Quileute Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3410 284 Robinson Rancheria (previously listed as Robinson Rancheria Band of Pomo Indians, California and the Robinson Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Robinson Rancheria Robinson Rancheria \N CEDS \N \N \N \N \N LIF f \N f 1 -3417 284 Saint George Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint George Island Saint George Island \N CEDS \N \N \N \N \N LIF f \N f 1 -3418 284 Saint Paul Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint Paul Island Saint Paul Island \N CEDS \N \N \N \N \N LIF f \N f 1 -3419 284 Saint Regis Mohawk Tribe (previously listed as St. Regis Band of Mohawk Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint Regis Mohawk Tribe Saint Regis Mohawk Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3420 284 Salamatof Tribe (previously listed as Village of Salamatoff) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Salamatof Tribe Salamatof Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3422 284 Samish Indian Nation (previously listed as Samish Indian Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Samish Indian Nation Samish Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 +3320 284 Noorvik Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NoorvikNativeCommunity NoorvikNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +3314 284 Nikolai Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NikolaiVillage NikolaiVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3315 284 Ninilchik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NinilchikVillage NinilchikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3318 284 Nondalton Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NondaltonVillage NondaltonVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3333 284 Oneida Nation (previously listed as Oneida Tribe of Indians of Wisconsin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OneidaNation OneidaNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3340 284 Orutsararmiut Traditional Native Council (previously listed as Orutsararmuit Native Village (aka Bethel)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrutsararmiutTraditionalNativeCouncil OrutsararmiutTraditionalNativeCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +3324 284 Northway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthwayVillage NorthwayVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3327 284 Nulato Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NulatoVillage NulatoVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3329 284 Oglala Sioux Tribe (previously listed as Oglala Sioux Tribe of the Pine Ridge Reservation, South Dakota) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OglalaSiouxTribe OglalaSiouxTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3328 284 Nunakauyarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NunakauyarmiutTribe NunakauyarmiutTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3317 284 Nome Eskimo Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NomeEskimoCommunity NomeEskimoCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +4257 310 Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sisseton-WahpetonOyateOfTheLakeTraverseReservationSouthDakota Sisseton-WahpetonOyateOfTheLakeTraverseReservation-SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3603 287 Northern Marianas \N NorthernMarianas NorthernMarianas \N CEDS \N \N \N \N \N LIF f \N f 1 +4363 310 Yurok Tribe of the Yurok Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YurokTribeOfTheYurokReservationCalifornia YurokTribeOfTheYurokReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4360 310 Yomba Shoshone Tribe of the Yomba Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YombaShoshoneTribeOfTheYombaReservationNevada YombaShoshoneTribeOfTheYombaReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +4318 310 Ute Indian Tribe of the Uintah & Ouray Reservation, Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UteIndianTribeOfTheUintah&OurayReservation-Utah UteIndianTribeOfTheUintah&OurayReservation-Utah \N \N \N \N \N \N \N LIF f \N f 4 +3875 310 Coquille Indian Tribe (previously listed as Coquille Tribe of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoquilleIndianTribe CoquilleIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3878 310 Cowlitz Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CowlitzIndianTribe CowlitzIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3355 284 Pedro Bay Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PedroBayVillage PedroBayVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3356 284 Penobscot Nation (previously listed as Penobscot Tribe of Maine) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PenobscotNation PenobscotNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3652 290 Third grade is the extent of formal instruction a person has received. \N ThirdGrade ThirdGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3635 287 Armed Forces Pacific \N ArmedForcesPacific ArmedForcesPacific \N CEDS \N \N \N \N \N LIF f \N f 1 +3370 284 Portage Creek Village (aka Ohgsenakale) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PortageCreekVillage PortageCreekVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3401 284 Rampart Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RampartVillage RampartVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3817 310 Big Valley Band of Pomo Indians of the Big Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigValleyBandOfPomoIndiansOfTheBigValleyRancheria-California BigValleyBandOfPomoIndiansOfTheBigValleyRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3369 284 Port Gamble S'Klallam Tribe (previously listed as Port Gamble Band of S'Klallam Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PortGambleS'KlallamTribe PortGambleS'KlallamTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3860 310 Cocopah Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CocopahTribeOfArizona CocopahTribeOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +3839 310 Chemehuevi Indian Tribe of the Chemehuevi Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChemehueviIndianTribeOfTheChemehueviReservationCalifornia ChemehueviIndianTribeOfTheChemehueviReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +3030 284 Chemehuevi Indian Tribe of the Chemehuevi Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChemehueviIndianTribeOfTheChemehueviReservationCalifornia ChemehueviIndianTribeOfTheChemehueviReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3130 284 Iowa Tribe of Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IowaTribeOfKansasAndNebraska IowaTribeOfKansasAndNebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +3395 284 Quapaw Nation (previously listed as The Quapaw Tribe of Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuapawNation QuapawNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3364 284 Platinum Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PlatinumTraditionalVillage PlatinumTraditionalVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3360 284 Pilot Station Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PilotStationTraditionalVillage PilotStationTraditionalVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3358 284 Petersburg Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PetersburgIndianAssociation PetersburgIndianAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3121 284 Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HualapaiIndianTribeOfTheHualapaiIndianReservationArizona HualapaiIndianTribeOfTheHualapaiIndianReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3372 284 Prairie Band Potawatomi Nation (previously listed as Prairie Band of Potawatomi Nation, Kansas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PrairieBandPotawatomiNation PrairieBandPotawatomiNation \N CEDS \N \N \N \N \N LIF f \N f 1 +4346 310 White Mountain Apache Tribe of the Fort Apache Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WhiteMountainApacheTribeOfTheFortApacheReservationArizona WhiteMountainApacheTribeOfTheFortApacheReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +3268 284 Native Village of Nelson Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNelsonLagoon NativeVillageOfNelsonLagoon \N CEDS \N \N \N \N \N LIF f \N f 1 +3496 284 Tunica-Biloxi Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tunica-BiloxiIndianTribe Tunica-BiloxiIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3463 284 Stebbins Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StebbinsCommunityAssociation StebbinsCommunityAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3417 284 Saint George Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintGeorgeIsland SaintGeorgeIsland \N CEDS \N \N \N \N \N LIF f \N f 1 +3420 284 Salamatof Tribe (previously listed as Village of Salamatoff) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SalamatofTribe SalamatofTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3259 284 Native Village of Larsen Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfLarsenBay NativeVillageOfLarsenBay \N CEDS \N \N \N \N \N LIF f \N f 1 +3419 284 Saint Regis Mohawk Tribe (previously listed as St. Regis Band of Mohawk Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintRegisMohawkTribe SaintRegisMohawkTribe \N CEDS \N \N \N \N \N LIF f \N f 1 3593 287 Kansas \N Kansas Kansas \N CEDS \N \N \N \N \N LIF f \N f 1 -3403 284 Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Red Cliff Band Of Lake Superior Chippewa Indians Of Wisconsin Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3406 284 Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California (previously listed as Redwood Valley Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Redwood Valley or Little River Band Of Pomo Indians Of the Redwood Valley Rancheria California Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California \N CEDS \N \N \N \N \N LIF f \N f 1 -3413 284 Sac & Fox Nation of Missouri in Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox Nation Of Missouri in Kansas and Nebraska Sac & Fox Nation of Missouri in Kansas and Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 -3415 284 Sac & Fox Tribe of the Mississippi in Iowa is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox Tribe Of the Mississippi in Iowa Sac & Fox Tribe of the Mississippi in Iowa \N CEDS \N \N \N \N \N LIF f \N f 1 -3416 284 Saginaw Chippewa Indian Tribe of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saginaw Chippewa Indian Tribe Of Michigan Saginaw Chippewa Indian Tribe of Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3431 284 Kewa Pueblo, New Mexico (previously listed as Pueblo of Santo Domingo) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santo Domingo Pueblo Santo Domingo Pueblo \N CEDS \N \N \N \N \N LIF f \N f 1 -3432 284 Sauk-Suiattle Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sauk-Suiattle Indian Tribe Sauk-Suiattle Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3506 284 Upper Mattaponi Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Mattaponi Tribe Upper Mattaponi Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3435 284 Seldovia Village Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seldovia Village Tribe Seldovia Village Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3438 284 Seneca-Cayuga Nation (previously listed as Seneca-Cayuga Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca-Cayuga Nation Seneca-Cayuga Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3439 284 Shageluk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shageluk Native Village Shageluk Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3441 284 Shawnee Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shawnee Tribe Shawnee Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3506 284 Upper Mattaponi Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperMattaponiTribe UpperMattaponiTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3182 284 Lummi Tribe of the Lummi Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LummiTribeOfTheLummiReservation LummiTribeOfTheLummiReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +4131 310 Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthernCheyenneTribeOfTheNorthernCheyenneIndianReservationMontana NorthernCheyenneTribeOfTheNorthernCheyenneIndianReservation-Montana \N \N \N \N \N \N \N LIF f \N f 4 +3418 284 Saint Paul Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintPaulIsland SaintPaulIsland \N CEDS \N \N \N \N \N LIF f \N f 1 +3431 284 Kewa Pueblo, New Mexico (previously listed as Pueblo of Santo Domingo) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantoDomingoPueblo SantoDomingoPueblo \N CEDS \N \N \N \N \N LIF f \N f 1 +4364 310 Zuni Tribe of the Zuni Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ZuniTribeOfTheZuniReservation-NewMexico ZuniTribeOfTheZuniReservation-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3432 284 Sauk-Suiattle Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sauk-SuiattleIndianTribe Sauk-SuiattleIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3865 310 Confederated Salish and Kootenai Tribes of the Flathead Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedSalishAndKootenaiTribesOfTheFlatheadReservation ConfederatedSalishAndKootenaiTribesOfTheFlatheadReservation \N \N \N \N \N \N \N LIF f \N f 4 +3098 284 Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMcDermittPaiuteAndShoshoneTribesOfTheFortMcDermittIndianReservationNevadaAndOregon FortMcDermittPaiuteAndShoshoneTribesOfTheFortMcDermittIndianReservation-NevadaAndOregon \N CEDS \N \N \N \N \N LIF f \N f 1 +3168 284 Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacDuFlambeauBandOfLakeSuperiorChippewaIndiansOfTheLacDuFlambeauReservationOfWisconsin LacDuFlambeauBandOfLakeSuperiorChippewaIndiansOfTheLacDuFlambeauReservationOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3438 284 Seneca-Cayuga Nation (previously listed as Seneca-Cayuga Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca-CayugaNation Seneca-CayugaNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3439 284 Shageluk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShagelukNativeVillage ShagelukNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 3594 287 Kentucky \N Kentucky Kentucky \N CEDS \N \N \N \N \N LIF f \N f 1 -3424 284 San Juan Southern Paiute Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Juan Southern Paiute Tribe Of Arizona San Juan Southern Paiute Tribe of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3471 284 Sycuan Band of the Kumeyaay Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sycuan Band Of the Kumeyaay Nation Sycuan Band of the Kumeyaay Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3426 284 San Pasqual Band of Diegueno Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Pasqual Band Of Diegueno Mission Indians Of California San Pasqual Band of Diegueno Mission Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3434 284 Scotts Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Scotts Valley Band Of Pomo Indians Of California Scotts Valley Band of Pomo Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3436 284 Seminole Tribe of Florida (previously listed as Seminole Tribe of Florida (Dania, Big Cypress, Brighton, Hollywood & Tampa Reservations)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seminole Tribe Of Florida Seminole Tribe of Florida \N CEDS \N \N \N \N \N LIF f \N f 1 -3437 284 Seneca Nation of Indians (previously listed as Seneca Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca Nation Of Indians Seneca Nation of Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3440 284 Shakopee Mdewakanton Sioux Community of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shakopee Mdewakanton Sioux Community Of Minnesota Shakopee Mdewakanton Sioux Community of Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -3444 284 Shinnecock Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shinnecock Indian Nation Shinnecock Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3450 284 Skagway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skagway Village Skagway Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3451 284 Skokomish Indian Tribe (previously listed as Skokomish Indian Tribe of the Skokomish Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skokomish Indian Tribe Skokomish Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3453 284 Snoqualmie Indian Tribe (previously listed as Snoqualmie Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Snoqualmie Indian Tribe Snoqualmie Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3456 284 South Naknek Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N South Naknek Village South Naknek Village \N CEDS \N \N \N \N \N LIF f \N f 1 +3456 284 South Naknek Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SouthNaknekVillage SouthNaknekVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3441 284 Shawnee Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShawneeTribe ShawneeTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3435 284 Seldovia Village Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SeldoviaVillageTribe SeldoviaVillageTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3450 284 Skagway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkagwayVillage SkagwayVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3444 284 Shinnecock Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShinnecockIndianNation ShinnecockIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 3595 287 Louisiana \N Louisiana Louisiana \N CEDS \N \N \N \N \N LIF f \N f 1 -3442 284 Sherwood Valley Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sherwood Valley Rancheria Of Pomo Indians Of California Sherwood Valley Rancheria of Pomo Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3445 284 Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation (previously listed as Shoalwater Bay Tribe of the Shoalwater Bay Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoalwater Bay Indian Tribe Of the Shoalwater Bay Indian Reservation Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3446 284 Shoshone-Bannock Tribes of the Fort Hall Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-Bannock Tribes Of the Fort Hall Reservation Shoshone-Bannock Tribes of the Fort Hall Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3449 284 Sitka Tribe of Alaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sitka Tribe Of Alaska Sitka Tribe of Alaska \N CEDS \N \N \N \N \N LIF f \N f 1 -3452 284 Skull Valley Band of Goshute Indians of Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skull Valley Band Of Goshute Indians Of Utah Skull Valley Band of Goshute Indians of Utah \N CEDS \N \N \N \N \N LIF f \N f 1 -3459 284 Spokane Tribe of the Spokane Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Spokane Tribe Of the Spokane Reservation Spokane Tribe of the Spokane Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3460 284 Squaxin Island Tribe of the Squaxin Island Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Squaxin Island Tribe Of the Squaxin Island Reservation Squaxin Island Tribe of the Squaxin Island Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3653 290 Fourth grade is the extent of formal instruction a person has received. \N FourthGrade Fourth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3470 284 Swinomish Indian Tribal Community (previously listed as Swinomish Indians of the Swinomish Reservation of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Swinomish Indian Tribal Community Swinomish Indian Tribal Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3472 284 Table Mountain Rancheria (previously listed as Table Mountain Rancheria of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Table Mountain Rancheria Table Mountain Rancheria \N CEDS \N \N \N \N \N LIF f \N f 1 -3473 284 Takotna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Takotna Village Takotna Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3474 284 Tangirnaq Native Village (previously listed as Lesnoi Village (aka Woody Island)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tangirnaq Native Village Tangirnaq Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3476 284 Tejon Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tejon Indian Tribe Tejon Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3477 284 Telida Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Telida Village Telida Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3478 284 The Chickasaw Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Chickasaw Nation The Chickasaw Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3480 284 The Muscogee (Creek) Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Muscogee The Muscogee \N CEDS \N \N \N \N \N LIF f \N f 1 -3481 284 The Osage Nation (previously listed as Osage Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Osage Nation The Osage Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3483 284 Thlopthlocco Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Thlopthlocco Tribal Town Thlopthlocco Tribal Town \N CEDS \N \N \N \N \N LIF f \N f 1 -3485 284 Timbisha Shoshone Tribe (previously listed as Death Valley Timbi-sha Shoshone Tribe and the Death Valley Timbi-Sha Shoshone Band of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Timbisha Shoshone Tribe Timbisha Shoshone Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3866 310 Confederated Tribes and Bands of the Yakama Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesAndBandsOfTheYakamaNation ConfederatedTribesAndBandsOfTheYakamaNation \N \N \N \N \N \N \N LIF f \N f 4 +3923 310 Hoh Indian Tribe (previously listed as Hoh Indian Tribe of the Hoh Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HohIndianTribe HohIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3411 284 Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RosebudSiouxTribeOfTheRosebudIndianReservationSouthDakota RosebudSiouxTribeOfTheRosebudIndianReservation-SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3449 284 Sitka Tribe of Alaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SitkaTribeOfAlaska SitkaTribeOfAlaska \N CEDS \N \N \N \N \N LIF f \N f 1 +3451 284 Skokomish Indian Tribe (previously listed as Skokomish Indian Tribe of the Skokomish Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkokomishIndianTribe SkokomishIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3453 284 Snoqualmie Indian Tribe (previously listed as Snoqualmie Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SnoqualmieIndianTribe SnoqualmieIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3104 284 Grand Traverse Band of Ottawa and Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GrandTraverseBandOfOttawaAndChippewaIndiansMichigan GrandTraverseBandOfOttawaAndChippewaIndians-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3925 310 Hoonah Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoonahIndianAssociation HoonahIndianAssociation \N \N \N \N \N \N \N LIF f \N f 4 +4303 310 Tule River Indian Tribe of the Tule River Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuleRiverIndianTribeOfTheTuleRiverReservationCalifornia TuleRiverIndianTribeOfTheTuleRiverReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +3915 310 Grindstone Indian Rancheria of Wintun-Wailaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GrindstoneIndianRancheriaOfWintun-WailakiIndiansOfCalifornia GrindstoneIndianRancheriaOfWintun-WailakiIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3653 290 Fourth grade is the extent of formal instruction a person has received. \N FourthGrade FourthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3654 290 Fifth grade is the extent of formal instruction a person has received. \N FifthGrade FifthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3478 284 The Chickasaw Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheChickasawNation TheChickasawNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3473 284 Takotna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TakotnaVillage TakotnaVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3487 284 Tolowa Dee-ni' Nation (previously listed as Smith River Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TolowaDee-ni'Nation TolowaDee-ni'Nation \N CEDS \N \N \N \N \N LIF f \N f 1 +3474 284 Tangirnaq Native Village (previously listed as Lesnoi Village (aka Woody Island)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TangirnaqNativeVillage TangirnaqNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3499 284 Tuscarora Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuscaroraNation TuscaroraNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3483 284 Thlopthlocco Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ThlopthloccoTribalTown ThlopthloccoTribalTown \N CEDS \N \N \N \N \N LIF f \N f 1 +3494 284 Tule River Indian Tribe of the Tule River Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuleRiverIndianTribeOfTheTuleRiverReservationCalifornia TuleRiverIndianTribeOfTheTuleRiverReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3477 284 Telida Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TelidaVillage TelidaVillage \N CEDS \N \N \N \N \N LIF f \N f 1 2457 148 \N \N OtherPayMethods OtherPayMethods \N \N \N \N \N \N \N LIF f \N t 1 -3464 284 Stillaguamish Tribe of Indians of Washington (previously listed as Stillaguamish Tribe of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stillaguamish Tribe Of Indians Of Washington Stillaguamish Tribe of Indians of Washington \N CEDS \N \N \N \N \N LIF f \N f 1 -3466 284 Summit Lake Paiute Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Summit Lake Paiute Tribe Of Nevada Summit Lake Paiute Tribe of Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3467 284 Sun'aq Tribe of Kodiak (previously listed as Shoonaq' Tribe of Kodiak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sun'aq Tribe Of Kodiak Sun'aq Tribe of Kodiak \N CEDS \N \N \N \N \N LIF f \N f 1 -3487 284 Tolowa Dee-ni' Nation (previously listed as Smith River Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tolowa Dee-ni' Nation Tolowa Dee-ni' Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3654 290 Fifth grade is the extent of formal instruction a person has received. \N FifthGrade Fifth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3495 284 Tuluksak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuluksak Native Community Tuluksak Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3499 284 Tuscarora Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuscarora Nation Tuscarora Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3501 284 Twin Hills Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twin Hills Village Twin Hills Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3502 284 Ugashik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ugashik Village Ugashik Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3503 284 Umkumiut Native Village (previously listed as Umkumiute Native Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Umkumiut Native Village Umkumiut Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3508 284 Upper Skagit Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Skagit Indian Tribe Upper Skagit Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3501 284 Twin Hills Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TwinHillsVillage TwinHillsVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3391 284 Puyallup Tribe of the Puyallup Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuyallupTribeOfThePuyallupReservation PuyallupTribeOfThePuyallupReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +3986 310 Los Coyotes Band of Cahuilla and Cupeno Indians, California (previously listed as Los Coyotes Band of Cahuilla & Cupeno Indians of the Los Coyotes Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LosCoyotesBandOfCahuillaAndCupenoIndiansCalifornia LosCoyotesBandOfCahuillaAndCupenoIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4206 310 Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuechanTribeOfTheFortYumaIndianReservation-California&Arizona QuechanTribeOfTheFortYumaIndianReservation-California&Arizona \N \N \N \N \N \N \N LIF f \N f 4 +3476 284 Tejon Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TejonIndianTribe TejonIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3485 284 Timbisha Shoshone Tribe (previously listed as Death Valley Timbi-sha Shoshone Tribe and the Death Valley Timbi-Sha Shoshone Band of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TimbishaShoshoneTribe TimbishaShoshoneTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3480 284 The Muscogee (Creek) Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheMuscogee TheMuscogee \N CEDS \N \N \N \N \N LIF f \N f 1 +3472 284 Table Mountain Rancheria (previously listed as Table Mountain Rancheria of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TableMountainRancheria TableMountainRancheria \N CEDS \N \N \N \N \N LIF f \N f 1 +3855 310 Chitimacha Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChitimachaTribeOfLouisiana ChitimachaTribeOfLouisiana \N \N \N \N \N \N \N LIF f \N f 4 +3946 310 Jena Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JenaBandOfChoctawIndians JenaBandOfChoctawIndians \N \N \N \N \N \N \N LIF f \N f 4 +3599 287 Marshall Islands \N MarshallIslands MarshallIslands \N CEDS \N \N \N \N \N LIF f \N f 1 3596 287 Massachusetts \N Massachusetts Massachusetts \N CEDS \N \N \N \N \N LIF f \N f 1 -3488 284 Tonawanda Band of Seneca (previously listed as Tonawanda Band of Seneca Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonawanda Band Of Seneca Tonawanda Band of Seneca \N CEDS \N \N \N \N \N LIF f \N f 1 -3489 284 Tonkawa Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonkawa Tribe Of Indians Of Oklahoma Tonkawa Tribe of Indians of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3490 284 Tonto Apache Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonto Apache Tribe Of Arizona Tonto Apache Tribe of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3492 284 Traditional Village of Togiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Traditional Village Of Togiak Traditional Village of Togiak \N CEDS \N \N \N \N \N LIF f \N f 1 -3510 284 Ute Mountain Ute Tribe (previously listed as Ute Mountain Tribe of the Ute Mountain Reservation, Colorado, New Mexico & Utah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ute Mountain Ute Tribe Ute Mountain Ute Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3599 287 Marshall Islands \N MarshallIslands Marshall Islands \N CEDS \N \N \N \N \N LIF f \N f 1 -3655 290 Sixth grade is the extent of formal instruction a person has received. \N SixthGrade Sixth grade \N CEDS \N \N \N \N \N LIF f \N f 1 +3655 290 Sixth grade is the extent of formal instruction a person has received. \N SixthGrade SixthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3068 284 Cow Creek Band of Umpqua Tribe of Indians (previously listed as Cow Creek Band of Umpqua Indians of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CowCreekBandOfUmpquaTribeOfIndians CowCreekBandOfUmpquaTribeOfIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3510 284 Ute Mountain Ute Tribe (previously listed as Ute Mountain Tribe of the Ute Mountain Reservation, Colorado, New Mexico & Utah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UteMountainUteTribe UteMountainUteTribe \N CEDS \N \N \N \N \N LIF f \N f 1 3597 287 Maryland \N Maryland Maryland \N CEDS \N \N \N \N \N LIF f \N f 1 -3513 284 Village of Alakanuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Alakanuk Village of Alakanuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3514 284 Village of Anaktuvuk Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Anaktuvuk Pass Village of Anaktuvuk Pass \N CEDS \N \N \N \N \N LIF f \N f 1 -3515 284 Village of Aniak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Aniak Village of Aniak \N CEDS \N \N \N \N \N LIF f \N f 1 -3663 290 High school completers (e.g. certificate of attendance) is the extent of formal instruction a person has received. \N HighSchoolCompleters(E.g.CertificateOfAttendance) High school completers (e.g. certificate of attendance) \N CEDS \N \N \N \N \N LIF f \N f 1 -3538 284 Wichita and Affiliated Tribes (Wichita, Keechi, Waco & Tawakonie), Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wichita and Affiliated Tribes Wichita and Affiliated Tribes \N CEDS \N \N \N \N \N LIF f \N f 1 -3543 284 Wrangell Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wrangell Cooperative Association Wrangell Cooperative Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3544 284 Wyandotte Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wyandotte Nation Wyandotte Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3545 284 Yakutat Tlingit Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yakutat Tlingit Tribe Yakutat Tlingit Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3548 284 Yavapai-Prescott Indian Tribe (previously listed as Yavapai-Prescott Tribe of the Yavapai Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-Prescott Indian Tribe Yavapai-Prescott Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3552 284 Ysleta del Sur Pueblo (previously listed as Ysleta Del Sur Pueblo of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ysleta del Sur Pueblo Ysleta del Sur Pueblo \N CEDS \N \N \N \N \N LIF f \N f 1 -3535 284 Wampanoag Tribe of Gay Head (Aquinnah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wampanoag Tribe Of Gay Head Wampanoag Tribe of Gay Head \N CEDS \N \N \N \N \N LIF f \N f 1 -3536 284 Washoe Tribe of Nevada & California (Carson Colony, Dresslerville Colony, Woodfords Community, Stewart Community & Washoe Ranches) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Washoe Tribe Of Nevada & California Washoe Tribe of Nevada & California \N CEDS \N \N \N \N \N LIF f \N f 1 -3540 284 Winnebago Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Winnebago Tribe Of Nebraska Winnebago Tribe of Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 -3541 284 Winnemucca Indian Colony of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Winnemucca Indian Colony Of Nevada Winnemucca Indian Colony of Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3546 284 Yankton Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yankton Sioux Tribe Of South Dakota Yankton Sioux Tribe of South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3553 284 Yupiit of Andreafski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yupiit Of Andreafski Yupiit of Andreafski \N CEDS \N \N \N \N \N LIF f \N f 1 +3544 284 Wyandotte Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WyandotteNation WyandotteNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3953 310 Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KashiaBandOfPomoIndiansOfTheStewartsPointRancheriaCalifornia KashiaBandOfPomoIndiansOfTheStewartsPointRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3543 284 Wrangell Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WrangellCooperativeAssociation WrangellCooperativeAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3127 284 Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N InajaBandOfDieguenoMissionIndiansOfTheInajaAndCosmitReservationCalifornia InajaBandOfDieguenoMissionIndiansOfTheInajaAndCosmitReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3488 284 Tonawanda Band of Seneca (previously listed as Tonawanda Band of Seneca Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TonawandaBandOfSeneca TonawandaBandOfSeneca \N CEDS \N \N \N \N \N LIF f \N f 1 +4019 310 Muckleshoot Indian Tribe (previously listed as Muckleshoot Indian Tribe of the Muckleshoot Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MuckleshootIndianTribe MuckleshootIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4021 310 Nansemond Indian Nation (previously listed as Nansemond Indian Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NansemondIndianNation NansemondIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +3548 284 Yavapai-Prescott Indian Tribe (previously listed as Yavapai-Prescott Tribe of the Yavapai Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-PrescottIndianTribe Yavapai-PrescottIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3545 284 Yakutat Tlingit Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YakutatTlingitTribe YakutatTlingitTribe \N CEDS \N \N \N \N \N LIF f \N f 1 3604 287 Mississippi \N Mississippi Mississippi \N CEDS \N \N \N \N \N LIF f \N f 1 +3159 284 Kletsel Dehe Band of Wintun Indians (previously listed as Cortina Indian Rancheria and the Cortina Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KletselDeheBandOfWintunIndians KletselDeheBandOfWintunIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3977 310 Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacDuFlambeauBandOfLakeSuperiorChippewaIndiansOfTheLacDuFlambeauReservationOfWisconsin LacDuFlambeauBandOfLakeSuperiorChippewaIndiansOfTheLacDuFlambeauReservationOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 3605 287 Montana \N Montana Montana \N CEDS \N \N \N \N \N LIF f \N f 1 3608 287 Nebraska \N Nebraska Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 3612 287 Nevada \N Nevada Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 @@ -17598,43 +17070,37 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 3628 287 Vermont \N Vermont Vermont \N CEDS \N \N \N \N \N LIF f \N f 1 3629 287 Washington \N Washington Washington \N CEDS \N \N \N \N \N LIF f \N f 1 3630 287 Wisconsin \N Wisconsin Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3660 290 Eleventh Grade is the extent of formal instruction a person has received. \N Eleventh Grade Eleventh Grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3613 287 New York \N NewYork New York \N CEDS \N \N \N \N \N LIF f \N f 1 -3618 287 Puerto Rico \N PuertoRico Puerto Rico \N CEDS \N \N \N \N \N LIF f \N f 1 -3620 287 Rhode Island \N RhodeIsland Rhode Island \N CEDS \N \N \N \N \N LIF f \N f 1 -3621 287 South Carolina \N SouthCarolina South Carolina \N CEDS \N \N \N \N \N LIF f \N f 1 -3622 287 South Dakota \N SouthDakota South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3627 287 Virgin Islands \N VirginIslands Virgin Islands \N CEDS \N \N \N \N \N LIF f \N f 1 +3609 287 New Hampshire \N NewHampshire NewHampshire \N CEDS \N \N \N \N \N LIF f \N f 1 +3662 290 High school diploma is the extent of formal instruction a person has received. \N HighSchoolDiploma HighSchoolDiploma \N CEDS \N \N \N \N \N LIF f \N f 1 +3622 287 South Dakota \N SouthDakota SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3607 287 North Dakota \N NorthDakota NorthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3610 287 New Jersey \N NewJersey NewJersey \N CEDS \N \N \N \N \N LIF f \N f 1 +3660 290 Eleventh Grade is the extent of formal instruction a person has received. \N EleventhGrade EleventhGrade \N CEDS \N \N \N \N \N LIF f \N f 1 3683 290 The extent of formal instruction a person has received is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 1 2462 148 \N \N Tips Tips \N \N \N \N \N \N \N LIF f \N t 1 2448 146 \N \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 2450 147 \N \N Hourly Hourly \N \N \N \N \N \N \N LIF f \N t 1 -2451 147 \N \N Commission Only Commission Only \N \N \N \N \N \N \N LIF f \N t 1 +3392 284 Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PyramidLakePaiuteTribeOfThePyramidLakeReservationNevada PyramidLakePaiuteTribeOfThePyramidLakeReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 2452 147 \N \N Contract Contract \N \N \N \N \N \N \N LIF f \N t 1 2453 147 \N \N Stipend Stipend \N \N \N \N \N \N \N LIF f \N t 1 2454 147 \N \N Piecework Piecework \N \N \N \N \N \N \N LIF f \N t 1 2455 147 \N \N Tips Tips \N \N \N \N \N \N \N LIF f \N t 1 2456 147 \N \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 -3606 287 North Carolina \N NorthCarolina North Carolina \N CEDS \N \N \N \N \N LIF f \N f 1 -3607 287 North Dakota \N NorthDakota North Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3609 287 New Hampshire \N NewHampshire New Hampshire \N CEDS \N \N \N \N \N LIF f \N f 1 -3610 287 New Jersey \N NewJersey New Jersey \N CEDS \N \N \N \N \N LIF f \N f 1 -3611 287 New Mexico \N NewMexico New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3670 290 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N Associate'sDegree(TwoYearsOrMore) Associate's degree (two years or more) \N CEDS \N \N \N \N \N LIF f \N f 1 -3679 290 Post-professional degree is the extent of formal instruction a person has received. \N Post-professionalDegree Post-professional degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3680 290 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N Doctor’sDegree-research/Scholarship Doctor’s degree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N f 1 -3681 290 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N Doctor’sDegree-professionalPractice Doctor’s degree-professional practice \N CEDS \N \N \N \N \N LIF f \N f 1 -3682 290 Doctor’s degree-other is the extent of formal instruction a person has received. \N Doctor’sDegree-other Doctor’s degree-other \N CEDS \N \N \N \N \N LIF f \N f 1 -3672 290 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N Bachelor's(Baccalaureate)Degree Bachelor's (Baccalaureate) degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3675 290 Post-master’s certificate is the extent of formal instruction a person has received. \N Post-master’sCertificate Post-master’s certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -3676 290 Graduate certificate is the extent of formal instruction a person has received. \N GraduateCertificate Graduate certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -3677 290 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N Doctoral(Doctor's)Degree Doctoral (Doctor's) degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3662 290 High school diploma is the extent of formal instruction a person has received. \N HighSchoolDiploma High school diploma \N CEDS \N \N \N \N \N LIF f \N f 1 -3678 290 First-professional degree is the extent of formal instruction a person has received. \N First-professionalDegree First-professional degree \N CEDS \N \N \N \N \N LIF f \N f 1 +2546 159 \N \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 +4220 310 Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RosebudSiouxTribeOfTheRosebudIndianReservationSouthDakota RosebudSiouxTribeOfTheRosebudIndianReservation-SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3679 290 Post-professional degree is the extent of formal instruction a person has received. \N Post-professionalDegree Post-professionalDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +4022 310 Narragansett Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NarragansettIndianTribe NarragansettIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +2451 147 \N \N CommissionOnly CommissionOnly \N \N \N \N \N \N \N LIF f \N t 1 +2547 159 \N \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +3751 304 \N \N NonActive NonActive \N \N \N \N \N \N \N LIF f \N t 1 +3620 287 Rhode Island \N RhodeIsland RhodeIsland \N CEDS \N \N \N \N \N LIF f \N f 1 +3627 287 Virgin Islands \N VirginIslands VirginIslands \N CEDS \N \N \N \N \N LIF f \N f 1 +3613 287 New York \N NewYork NewYork \N CEDS \N \N \N \N \N LIF f \N f 1 +3621 287 South Carolina \N SouthCarolina SouthCarolina \N CEDS \N \N \N \N \N LIF f \N f 1 2459 148 \N \N Stipend Stipend \N \N \N \N \N \N \N LIF f \N t 1 2460 148 \N \N Piecework Piecework \N \N \N \N \N \N \N LIF f \N t 1 -2546 159 \N \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -2547 159 \N \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 +3606 287 North Carolina \N NorthCarolina NorthCarolina \N CEDS \N \N \N \N \N LIF f \N f 1 +3618 287 Puerto Rico \N PuertoRico PuertoRico \N CEDS \N \N \N \N \N LIF f \N f 1 2551 159 \N \N Salary Salary \N \N \N \N \N \N \N LIF f \N t 1 2564 160 \N \N facultyStatus facultyStatus \N \N \N \N \N \N \N LIF f \N t 1 2565 160 \N \N instructionalStaffStatus instructionalStaffStatus \N \N \N \N \N \N \N LIF f \N t 1 @@ -17646,16 +17112,17 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2804 272 \N \N SIC SIC \N \N \N \N \N \N \N LIF f \N t 1 3749 303 \N \N Unknown Unknown \N \N \N \N \N \N \N LIF f \N t 1 3750 304 \N \N Active Active \N \N \N \N \N \N \N LIF f \N t 1 -3751 304 \N \N Non Active Non Active \N \N \N \N \N \N \N LIF f \N t 1 3752 304 \N \N Unknown Unknown \N \N \N \N \N \N \N LIF f \N t 1 3753 305 \N \N Mother Mother \N \N \N \N \N \N \N LIF f \N t 1 3754 305 \N \N Father Father \N \N \N \N \N \N \N LIF f \N t 1 3755 305 \N \N Grandparent Grandparent \N \N \N \N \N \N \N LIF f \N t 1 +3675 290 Post-master’s certificate is the extent of formal instruction a person has received. \N Post-master’sCertificate Post-master’sCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +3676 290 Graduate certificate is the extent of formal instruction a person has received. \N GraduateCertificate GraduateCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +3611 287 New Mexico \N NewMexico NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 3756 305 \N \N Aunt Aunt \N \N \N \N \N \N \N LIF f \N t 1 3757 305 \N \N Uncle Uncle \N \N \N \N \N \N \N LIF f \N t 1 3758 305 \N \N Sibling Sibling \N \N \N \N \N \N \N LIF f \N t 1 3759 305 \N \N FosterParent FosterParent \N \N \N \N \N \N \N LIF f \N t 1 -3760 305 \N \N Court System Court System \N \N \N \N \N \N \N LIF f \N t 1 3761 306 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 3762 306 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 3763 307 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 @@ -17664,22 +17131,20 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 3766 308 \N \N Dominant Dominant \N \N \N \N \N \N \N LIF f \N t 1 3767 308 \N \N Home Home \N \N \N \N \N \N \N LIF f \N t 1 3768 308 \N \N Native Native \N \N \N \N \N \N \N LIF f \N t 1 -3769 308 \N \N Other Language Proficiency Other Language Proficiency \N \N \N \N \N \N \N LIF f \N t 1 -1722 7 Ensure there is a robust "not applicable" field in the possible values. \N Not applicable Not applicable \N \N \N \N \N \N \N LIF f \N t 1 -869 36 A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -870 36 A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 +2483 150 \N \N LaborUnion LaborUnion \N CEDS \N \N \N \N \N LIF f \N t 1 +3760 305 \N \N CourtSystem CourtSystem \N \N \N \N \N \N \N LIF f \N t 1 +2436 144 \N \N OnSabbatical OnSabbatical \N \N \N \N \N \N \N LIF f \N t 1 +2463 148 \N \N ProfitSharing ProfitSharing \N \N \N \N \N \N \N LIF f \N t 1 2426 144 \N \N Volunteer Volunteer \N \N \N \N \N \N \N LIF f \N t 1 2427 144 \N \N Employed Employed \N \N \N \N \N \N \N LIF f \N t 1 2429 144 \N \N Unemployed Unemployed \N \N \N \N \N \N \N LIF f \N t 1 2431 144 \N \N Student Student \N \N \N \N \N \N \N LIF f \N t 1 2444 145 \N \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 -2483 150 \N \N Labor Union Labor Union \N CEDS \N \N \N \N \N LIF f \N t 1 -2484 150 \N \N Teacher Union Teacher Union \N CEDS \N \N \N \N \N LIF f \N t 1 2485 150 \N \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -2515 152 \N \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -2516 152 \N \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 -2531 155 \N \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -2532 155 \N \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 +2437 144 \N \N OnLeave OnLeave \N \N \N \N \N \N \N LIF f \N t 1 +3060 284 Confederated Tribes of the Colville Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheColvilleReservation ConfederatedTribesOfTheColvilleReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +3292 284 Native Village of Stevens is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfStevens NativeVillageOfStevens \N CEDS \N \N \N \N \N LIF f \N f 1 +2464 148 \N \N Equity/StockOptions Equity/StockOptions \N \N \N \N \N \N \N LIF f \N t 1 2535 157 \N \N ISCO ISCO \N None \N \N \N \N \N LIF f \N t 1 2536 157 \N \N CEDS CEDS \N None \N \N \N \N \N LIF f \N t 1 2537 157 \N \N IPEDS IPEDS \N None \N \N \N \N \N LIF f \N t 1 @@ -17721,19 +17186,15 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2433 144 \N \N Homemaker Homemaker \N \N \N \N \N \N \N LIF f \N t 1 2434 144 \N \N Intern Intern \N \N \N \N \N \N \N LIF f \N t 1 2435 144 \N \N Contractor Contractor \N \N \N \N \N \N \N LIF f \N t 1 -2436 144 \N \N On Sabbatical On Sabbatical \N \N \N \N \N \N \N LIF f \N t 1 -2437 144 \N \N On Leave On Leave \N \N \N \N \N \N \N LIF f \N t 1 -2438 144 \N \N Looking for Work Looking for Work \N \N \N \N \N \N \N LIF f \N t 1 -2463 148 \N \N Profit Sharing Profit Sharing \N \N \N \N \N \N \N LIF f \N t 1 -2464 148 \N \N Equity/Stock Options Equity/Stock Options \N \N \N \N \N \N \N LIF f \N t 1 +2484 150 \N \N TeacherUnion TeacherUnion \N CEDS \N \N \N \N \N LIF f \N t 1 +3769 308 \N \N OtherLanguageProficiency OtherLanguageProficiency \N \N \N \N \N \N \N LIF f \N t 1 +2515 152 \N \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 2465 148 \N \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 -2510 151 \N \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 -2526 154 \N \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -2527 154 \N \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 +2955 282 The values specified for Name is the person's Preferred Name. Update description: “The name an individuals prefers or has chosen to be referred to.” \n“Elevate” “preferred” above “legal name” in the model. PreferredName PreferredName \N CEDS \N \N \N \N \N LIF f \N t 1 2548 159 \N \N staffCompensationHealthBenefits staffCompensationHealthBenefits \N \N \N \N \N \N \N LIF f \N t 1 2549 159 \N \N staffCompensationRetirementBenefits staffCompensationRetirementBenefits \N \N \N \N \N \N \N LIF f \N t 1 2550 159 \N \N staffCompensationOtherBenefits staffCompensationOtherBenefits \N \N \N \N \N \N \N LIF f \N t 1 -2553 159 \N \N Commission Only Commission Only \N \N \N \N \N \N \N LIF f \N t 1 +2954 282 The values specified for Name is the person's name. Update Description: “No Name Type Specified by the source system.” NoTypeSpecified NoTypeSpecified \N LIF-Addition \N \N \N \N \N LIF f \N t 1 2554 159 \N \N Contract Contract \N \N \N \N \N \N \N LIF f \N t 1 2555 159 \N \N Stipend Stipend \N \N \N \N \N \N \N LIF f \N t 1 2556 159 \N \N OtherPayMethods OtherPayMethods \N \N \N \N \N \N \N LIF f \N t 1 @@ -17741,21 +17202,21 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2558 159 \N \N Piecework Piecework \N \N \N \N \N \N \N LIF f \N t 1 2559 159 \N \N Bonus Bonus \N \N \N \N \N \N \N LIF f \N t 1 2560 159 \N \N Tips Tips \N \N \N \N \N \N \N LIF f \N t 1 -2561 159 \N \N Profit Sharing Profit Sharing \N \N \N \N \N \N \N LIF f \N t 1 -2562 159 \N \N Equity/Stock Options Equity/Stock Options \N \N \N \N \N \N \N LIF f \N t 1 +3717 291 \N \N H1-EmploymentVisa H1-EmploymentVisa \N \N \N \N \N \N \N LIF f \N t 1 +3693 263 The person is a legal partner of the learner's father, established by a civil union other than marriage. \N Father'sCivilPartner Father'sCivilPartner \N CEDS \N \N \N \N \N LIF f \N t 1 2563 159 \N \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 2647 261 Current Vocab plus an additional category for ad-hoc additions \N ad-hoc ad-hoc \N \N \N \N \N \N \N LIF f \N t 1 2651 262 Current Vocab plus an additional category for ad-hoc additions \N ad-hoc ad-hoc \N \N \N \N \N \N \N LIF f \N t 1 3684 263 The person is the learner's Aunt. \N Aunt Aunt \N CEDS \N \N \N \N \N LIF f \N t 1 3685 263 The person is the learner's Brother. \N Brother Brother \N CEDS \N \N \N \N \N LIF f \N t 1 3686 263 The person is the learner's Brother-in-law. \N Brother-in-law Brother-in-law \N CEDS \N \N \N \N \N LIF f \N t 1 -3687 263 The person is the learner's court appointed guardian. \N Court appointed guardian Court appointed guardian \N CEDS \N \N \N \N \N LIF f \N t 1 +3703 263 The person is a legal partner of the learner's mother, established by a civil union other than marriage. \N Mother'sCivilPartner Mother'sCivilPartner \N CEDS \N \N \N \N \N LIF f \N t 1 3688 263 The person is the learner's Daughter. \N Daughter Daughter \N CEDS \N \N \N \N \N LIF f \N t 1 3689 263 The person is the learner's Daughter-in-law. \N Daughter-in-law Daughter-in-law \N CEDS \N \N \N \N \N LIF f \N t 1 3690 263 The person is the learner's Employer. \N Employer Employer \N CEDS \N \N \N \N \N LIF f \N t 1 3691 263 The person is the learner's Father. \N Father Father \N CEDS \N \N \N \N \N LIF f \N t 1 -3692 263 The person is the significant other of the learner's Father. \N Father's significant other Father's significant other \N CEDS \N \N \N \N \N LIF f \N t 1 -3693 263 The person is a legal partner of the learner's father, established by a civil union other than marriage. \N Father's civil partner Father's civil partner \N CEDS \N \N \N \N \N LIF f \N t 1 +3687 263 The person is the learner's court appointed guardian. \N CourtAppointedGuardian CourtAppointedGuardian \N CEDS \N \N \N \N \N LIF f \N t 1 +3692 263 The person is the significant other of the learner's Father. \N Father'sSignificantOther Father'sSignificantOther \N CEDS \N \N \N \N \N LIF f \N t 1 3694 263 The person is the father of the learner's spouse. \N Father-in-law Father-in-law \N CEDS \N \N \N \N \N LIF f \N t 1 3695 263 The person is a man who is engaged to be married to the learner. \N Fiance Fiance \N CEDS \N \N \N \N \N LIF f \N t 1 3696 263 The person is a woman who is engaged to be married to the learner. \N Fiancee Fiancee \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -17763,63 +17224,48 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 3698 263 The person is the learner's Grandfather. \N Grandfather Grandfather \N CEDS \N \N \N \N \N LIF f \N t 1 3699 263 The person is the learner's Grandmother. \N Grandmother Grandmother \N CEDS \N \N \N \N \N LIF f \N t 1 3700 263 The person is the learner's Husband. \N Husband Husband \N CEDS \N \N \N \N \N LIF f \N t 1 -3701 263 The person is the significant other of the learner's Mother. \N Mother's significant other Mother's significant other \N CEDS \N \N \N \N \N LIF f \N t 1 +3701 263 The person is the significant other of the learner's Mother. \N Mother'sSignificantOther Mother'sSignificantOther \N CEDS \N \N \N \N \N LIF f \N t 1 3702 263 The person is the learner's Mother \N Mother Mother \N CEDS \N \N \N \N \N LIF f \N t 1 -3703 263 The person is a legal partner of the learner's mother, established by a civil union other than marriage. \N Mother's civil partner Mother's civil partner \N CEDS \N \N \N \N \N LIF f \N t 1 +3707 263 The person is the Significant other of the learner. \N SignificantOther SignificantOther \N CEDS \N \N \N \N \N LIF f \N t 1 3704 263 The person is the learner's Nephew. \N Nephew Nephew \N CEDS \N \N \N \N \N LIF f \N t 1 3705 263 The person is the learner's Niece. \N Niece Niece \N CEDS \N \N \N \N \N LIF f \N t 1 3706 263 The person is related to the learner in a way not represented by other standard options. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -3707 263 The person is the Significant other of the learner. \N Significant other Significant other \N CEDS \N \N \N \N \N LIF f \N t 1 +3638 270 Mobile phone number is the type of communication number listed for a person. \N MobilePhoneNumber MobilePhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 3708 263 The person is the learner's Sister. \N Sister Sister \N CEDS \N \N \N \N \N LIF f \N t 1 3709 263 The person is the learner's Son. \N Son Son \N CEDS \N \N \N \N \N LIF f \N t 1 3710 263 The person is the learner's Unknown. \N Unknown Unknown \N CEDS \N \N \N \N \N LIF f \N t 1 3711 263 The person is the learner's Uncle. \N Uncle Uncle \N CEDS \N \N \N \N \N LIF f \N t 1 3712 263 The person is the learner's Ward. \N Ward Ward \N CEDS \N \N \N \N \N LIF f \N t 1 3713 263 The person is the learner's Wife. \N Wife Wife \N CEDS \N \N \N \N \N LIF f \N t 1 -3717 291 \N \N H1 - Employment Visa H1 - Employment Visa \N \N \N \N \N \N \N LIF f \N t 1 2684 264 Current Vocab plus an additional category for ad-hoc additions \N ad-hoc ad-hoc \N \N \N \N \N \N \N LIF f \N t 1 -3718 291 \N \N J1 - Exchange Scholar Visa J1 - Exchange Scholar Visa \N \N \N \N \N \N \N LIF f \N t 1 -3638 270 Mobile phone number is the type of communication number listed for a person. \N Mobile phone number Mobile phone number \N CEDS \N \N \N \N \N LIF f \N t 1 -3639 270 Fax number is the type of communication number listed for a person. \N Fax number Fax number \N CEDS \N \N \N \N \N LIF f \N t 1 -3637 270 Work phone number is the type of communication number listed for a person. \N Work phone number Work phone number \N CEDS \N \N \N \N \N LIF f \N t 1 -3636 270 Home phone number is the type of communication number listed for a person. \N Home phone number Home phone number \N CEDS \N \N \N \N \N LIF f \N t 1 -2954 282 The values specified for Name is the person's name. Update Description: “No Name Type Specified by the source system.” No Type Specified No Type Specified \N LIF-Addition \N \N \N \N \N LIF f \N t 1 -2955 282 The values specified for Name is the person's Preferred Name. Update description: “The name an individuals prefers or has chosen to be referred to.” \n“Elevate” “preferred” above “legal name” in the model. Preferred Name Preferred Name \N CEDS \N \N \N \N \N LIF f \N t 1 -2956 282 \N Add data type with description. Tribal Nation Name Tribal Nation Name \N \N \N \N \N \N \N LIF f \N t 1 -2957 282 The values specified for Name is the person's Legal name. Update description: “The name an individuals uses that is recognised by law.” Legal Name Legal Name \N HR OPEN \N \N \N \N \N LIF f \N t 1 -2958 282 The values specified for Name is the person's Other name. Update description: “Any other names that an individual currently uses.” Other name Other name \N CEDS \N \N \N \N \N LIF f \N t 1 -2959 282 The values specified for Name is the person's Given name. Update description: “Any other name an individual has used in the past, yet no longer currently uses.” Given Name Given Name \N HR OPEN \N \N \N \N \N LIF f \N t 1 -2960 282 - Update description: “A name an individual has used in the past, yet no longer currently uses.” Previous Name Previous Name \N LIF-Addition \N \N \N \N \N LIF f \N t 1 -2961 283 The related Person Identifier uses the person's Social Security Administration number. \N Social Security Administration number Social Security Administration number \N CEDS \N \N \N \N \N LIF f \N t 1 -2962 283 The related Person Identifier uses the person's US government Visa number. \N US government Visa number US government Visa number \N CEDS \N \N \N \N \N LIF f \N t 1 -2963 283 The related Person Identifier uses the person's Personal identification number. \N Personal identification number Personal identification number \N CEDS \N \N \N \N \N LIF f \N t 1 -2964 283 The related Person Identifier uses the person's Federal identification number. \N Federal identification number Federal identification number \N CEDS \N \N \N \N \N LIF f \N t 1 -2965 283 The related Person Identifier uses the person's driver's license number. \N Driver's license number Driver's license number \N CEDS \N \N \N \N \N LIF f \N t 1 -2966 283 The related Person Identifier uses the person's Medicaid number. \N Medicaid number Medicaid number \N CEDS \N \N \N \N \N LIF f \N t 1 -2967 283 The related Person Identifier uses the person's health record number. \N Health record number Health record number \N CEDS \N \N \N \N \N LIF f \N t 1 -2968 283 The related Person Identifier uses the person's professional certificate or license number. \N Professional certificate or license number Professional certificate or license number \N CEDS \N \N \N \N \N LIF f \N t 1 -2969 283 The related Person Identifier uses the person's school-assigned number. \N School-assigned number School-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2970 283 The related Person Identifier uses the person's district-assigned number. \N District-assigned number District-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2971 283 The related Person Identifier uses the person's state-assigned number. \N State-assigned number State-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2972 283 The related Person Identifier uses the person's institution-assigned number. \N Institution-assigned number Institution-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2973 283 The related Person Identifier uses the person's other federally assigned number. \N Other federally assigned number Other federally assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2974 283 The related Person Identifier uses the person's Selective Service Number. \N Selective Service Number Selective Service Number \N CEDS \N \N \N \N \N LIF f \N t 1 -2975 283 The related Person Identifier uses the person's Canadian Social Insurance Number. \N Canadian Social Insurance Number Canadian Social Insurance Number \N CEDS \N \N \N \N \N LIF f \N t 1 -2976 283 Decentralized identifiers (DIDs) are globally unique identifiers made up of a string of letters and numbers that act like an identifying address on a blockchain and are independent of any organization. \N Decentralized identifiers Decentralized identifiers \N W3C \N \N \N \N \N LIF f \N t 1 -2977 283 This specification describes a portable, extensible, JSON-LD wallet representation, supporting digital currencies and credentials. \N Universal Wallet 2020 Universal Wallet 2020 \N W3C \N \N \N \N \N LIF f \N t 1 -2978 283 This document constitutes deliverable Task 2, Sub-task 2.1 B as specified in the Department of Education contract “Develop Open Source Standard for Student Credential Wallet” between the\nDepartment of Education and MIT. \N Learner Credential Wallet Specification Learner Credential Wallet Specification \N DCC \N \N \N \N \N LIF f \N t 1 -3563 286 Billing address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Billing address Billing address \N CEDS \N \N \N \N \N LIF f \N t 1 -3564 286 On campus is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N On campus On campus \N CEDS \N \N \N \N \N LIF f \N t 1 +2510 151 \N \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +2561 159 \N \N ProfitSharing ProfitSharing \N \N \N \N \N \N \N LIF f \N t 1 +2553 159 \N \N CommissionOnly CommissionOnly \N \N \N \N \N \N \N LIF f \N t 1 +2562 159 \N \N Equity/StockOptions Equity/StockOptions \N \N \N \N \N \N \N LIF f \N t 1 +2526 154 \N \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 +2527 154 \N \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +2976 283 Decentralized identifiers (DIDs) are globally unique identifiers made up of a string of letters and numbers that act like an identifying address on a blockchain and are independent of any organization. \N DecentralizedIdentifiers DecentralizedIdentifiers \N W3C \N \N \N \N \N LIF f \N t 1 +3564 286 On campus is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N OnCampus OnCampus \N CEDS \N \N \N \N \N LIF f \N t 1 +3720 291 \N \N OtherVisa OtherVisa \N \N \N \N \N \N \N LIF f \N t 1 +2975 283 The related Person Identifier uses the person's Canadian Social Insurance Number. \N CanadianSocialInsuranceNumber CanadianSocialInsuranceNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2974 283 The related Person Identifier uses the person's Selective Service Number. \N SelectiveServiceNumber SelectiveServiceNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4317 310 Upper Skagit Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperSkagitIndianTribe UpperSkagitIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +2961 283 The related Person Identifier uses the person's Social Security Administration number. \N SocialSecurityAdministrationNumber SocialSecurityAdministrationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2962 283 The related Person Identifier uses the person's US government Visa number. \N USGovernmentVisaNumber USGovernmentVisaNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2243 124 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in scientific and technical fields and professional fields of study. \N AssociateOfScienceDegree ceterms-AssociateOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +2958 282 The values specified for Name is the person's Other name. Update description: “Any other names that an individual currently uses.” OtherName OtherName \N CEDS \N \N \N \N \N LIF f \N t 1 +2956 282 \N Add data type with description. TribalNationName TribalNationName \N \N \N \N \N \N \N LIF f \N t 1 +2959 282 The values specified for Name is the person's Given name. Update description: “Any other name an individual has used in the past, yet no longer currently uses.” GivenName GivenName \N HR OPEN \N \N \N \N \N LIF f \N t 1 +4279 310 Swinomish Indian Tribal Community (previously listed as Swinomish Indians of the Swinomish Reservation of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SwinomishIndianTribalCommunity SwinomishIndianTribalCommunity \N \N \N \N \N \N \N LIF f \N f 4 +2978 283 This document constitutes deliverable Task 2, Sub-task 2.1 B as specified in the Department of Education contract “Develop Open Source Standard for Student Credential Wallet” between the\nDepartment of Education and MIT. \N LearnerCredentialWalletSpecification LearnerCredentialWalletSpecification \N DCC \N \N \N \N \N LIF f \N t 1 3556 285 Home/personal is the type of electronic mail (e-mail) address listed for a person or organization. \N Home/personal Home/personal \N CEDS \N \N \N \N \N LIF f \N t 1 3557 285 Work is the type of electronic mail (e-mail) address listed for a person or organization. \N Work Work \N CEDS \N \N \N \N \N LIF f \N t 1 -3558 285 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational (school) address Organizational (school) address \N CEDS \N \N \N \N \N LIF f \N t 1 3559 285 Other is the type of electronic mail (e-mail) address listed for a person or organization. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 3560 286 Mailing is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mailing Mailing \N CEDS \N \N \N \N \N LIF f \N t 1 -3714 291 \N \N B1 - Business Visa B1 - Business Visa \N \N \N \N \N \N \N LIF f \N t 1 -3715 291 \N \N B2 - Tourist Visa B2 - Tourist Visa \N \N \N \N \N \N \N LIF f \N t 1 -3716 291 \N \N F1 - Foreign Student Visa F1 - Foreign Student Visa \N \N \N \N \N \N \N LIF f \N t 1 -3719 291 \N \N M1 - Foreign Student vocational/non-academic Visa M1 - Foreign Student vocational/non-academic Visa \N \N \N \N \N \N \N LIF f \N t 1 -3720 291 \N \N Other Visa Other Visa \N \N \N \N \N \N \N LIF f \N t 1 +2957 282 The values specified for Name is the person's Legal name. Update description: “The name an individuals uses that is recognised by law.” LegalName LegalName \N HR OPEN \N \N \N \N \N LIF f \N t 1 +2977 283 This specification describes a portable, extensible, JSON-LD wallet representation, supporting digital currencies and credentials. \N UniversalWallet2020 UniversalWallet2020 \N W3C \N \N \N \N \N LIF f \N t 1 +3509 284 Ute Indian Tribe of the Uintah & Ouray Reservation, Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UteIndianTribeOfTheUintah&OurayReservation-Utah UteIndianTribeOfTheUintah&OurayReservation-Utah \N CEDS \N \N \N \N \N LIF f \N f 1 +3714 291 \N \N B1-BusinessVisa B1-BusinessVisa \N \N \N \N \N \N \N LIF f \N t 1 3721 292 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 3722 292 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 3723 293 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 @@ -17832,32 +17278,586 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 3731 296 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 3727 297 \N \N Hispanic Hispanic \N \N \N \N \N \N \N LIF f \N t 1 3732 298 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 +3715 291 \N \N B2-TouristVisa B2-TouristVisa \N \N \N \N \N \N \N LIF f \N t 1 +3558 285 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational(school)Address Organizational(school)Address \N CEDS \N \N \N \N \N LIF f \N t 1 +3563 286 Billing address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N BillingAddress BillingAddress \N CEDS \N \N \N \N \N LIF f \N t 1 3733 298 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 -3734 299 \N \N Official Transcript Official Transcript \N \N \N \N \N \N \N LIF f \N t 1 -3735 299 \N \N Transcript Copy Transcript Copy \N \N \N \N \N \N \N LIF f \N t 1 -3736 299 \N \N Degree Copy Degree Copy \N \N \N \N \N \N \N LIF f \N t 1 -3737 299 \N \N Grade Report Grade Report \N \N \N \N \N \N \N LIF f \N t 1 -3738 300 \N \N US Citizen US Citizen \N \N \N \N \N \N \N LIF f \N t 1 -3739 300 \N \N Permanent Resident Permanent Resident \N \N \N \N \N \N \N LIF f \N t 1 -3740 300 \N \N Resident Alien Resident Alien \N \N \N \N \N \N \N LIF f \N t 1 -3741 300 \N \N Non Resident Alien Non Resident Alien \N \N \N \N \N \N \N LIF f \N t 1 +3457 284 Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SouthernUteIndianTribeOfTheSouthernUteReservationColorado SouthernUteIndianTribeOfTheSouthernUteReservation-Colorado \N CEDS \N \N \N \N \N LIF f \N f 1 +3734 299 \N \N OfficialTranscript OfficialTranscript \N \N \N \N \N \N \N LIF f \N t 1 3742 300 \N \N Refugee Refugee \N \N \N \N \N \N \N LIF f \N t 1 3743 301 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 3744 301 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 3745 302 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 3746 302 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 3747 303 \N \N Active Active \N \N \N \N \N \N \N LIF f \N t 1 -3748 303 \N \N Non Active Non Active \N \N \N \N \N \N \N LIF f \N t 1 -2509 151 \N \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -3568 286 Father's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Father's address Father's address \N CEDS \N \N \N \N \N LIF f \N t 1 -3569 286 Mother's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mother's address Mother's address \N CEDS \N \N \N \N \N LIF f \N t 1 -3570 286 Guardian's address is specified as the type of address listed for a learner or a parent, guardian, family member or related \N Guardian's address Guardian's address \N CEDS \N \N \N \N \N LIF f \N t 1 -3571 286 Other home address is specified as the address type for a staff member. \N Other home address Other home address \N CEDS \N \N \N \N \N LIF f \N t 1 -3572 286 Employer's address is specified as the address type for a staff member. \N Employer's address Employer's address \N CEDS \N \N \N \N \N LIF f \N t 1 -3573 286 Employment address is specified as the address type for a staff member. \N Employment address Employment address \N CEDS \N \N \N \N \N LIF f \N t 1 -3566 286 Permanent, student is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentstudent Permanent, student \N CEDS \N \N \N \N \N LIF f \N t 1 -3565 286 Off-campus, temporary is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Off-campustemporary Off-campus, temporary \N CEDS \N \N \N \N \N LIF f \N t 1 -3567 286 Permanent, at time of admission is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentat time Of admission Permanent, at time of admission \N CEDS \N \N \N \N \N LIF f \N t 1 +3735 299 \N \N TranscriptCopy TranscriptCopy \N \N \N \N \N \N \N LIF f \N t 1 +3736 299 \N \N DegreeCopy DegreeCopy \N \N \N \N \N \N \N LIF f \N t 1 +3738 300 \N \N USCitizen USCitizen \N \N \N \N \N \N \N LIF f \N t 1 +3737 299 \N \N GradeReport GradeReport \N \N \N \N \N \N \N LIF f \N t 1 +3739 300 \N \N PermanentResident PermanentResident \N \N \N \N \N \N \N LIF f \N t 1 +3741 300 \N \N NonResidentAlien NonResidentAlien \N \N \N \N \N \N \N LIF f \N t 1 +3246 284 Native Village of Hooper Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfHooperBay NativeVillageOfHooperBay \N CEDS \N \N \N \N \N LIF f \N f 1 +3949 310 Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaibabBandOfPaiuteIndiansOfTheKaibabIndianReservationArizona KaibabBandOfPaiuteIndiansOfTheKaibabIndianReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +2509 151 \N \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 +2781 268 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N 9 CompletelyRuralOrLessThan2500UrbanPopulation-notAdjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +2245 124 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in scientific and technical fields and professional fields of study. \N BachelorOfScienceDegree ceterms-BachelorOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +3568 286 Father's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Father'sAddress Father'sAddress \N CEDS \N \N \N \N \N LIF f \N t 1 +3740 300 \N \N ResidentAlien ResidentAlien \N \N \N \N \N \N \N LIF f \N t 1 +2241 124 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in applied scientific and technological fields. \N AssociateOfAppliedScienceDegree ceterms-AssociateOfAppliedScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +3748 303 \N \N NonActive NonActive \N \N \N \N \N \N \N LIF f \N t 1 +2242 124 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N AssociateOfArtsDegree ceterms-AssociateOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +2244 124 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N BachelorOfArtsDegree ceterms-BachelorOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +3546 284 Yankton Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YanktonSiouxTribeOfSouthDakota YanktonSiouxTribeOfSouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3063 284 Confederated Tribes of the Grand Ronde Community of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheGrandRondeCommunityOfOregon ConfederatedTribesOfTheGrandRondeCommunityOfOregon \N CEDS \N \N \N \N \N LIF f \N f 1 +3232 284 Native Village of Diomede (aka Inalik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfDiomede NativeVillageOfDiomede \N CEDS \N \N \N \N \N LIF f \N f 1 +3244 284 Native Village of Goodnews Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGoodnewsBay NativeVillageOfGoodnewsBay \N CEDS \N \N \N \N \N LIF f \N f 1 +3233 284 Native Village of Eagle is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEagle NativeVillageOfEagle \N CEDS \N \N \N \N \N LIF f \N f 1 +3352 284 Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaumaBandOfLuisenoMissionIndiansOfThePauma&YuimaReservationCalifornia PaumaBandOfLuisenoMissionIndiansOfThePauma&YuimaReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4135 310 Nottawaseppi Huron Band of the Potawatomi, Michigan (previously listed as Huron Potawatomi, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NottawaseppiHuronBandOfThePotawatomiMichigan NottawaseppiHuronBandOfThePotawatomi-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3968 310 Kletsel Dehe Band of Wintun Indians (previously listed as Cortina Indian Rancheria and the Cortina Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KletselDeheBandOfWintunIndians KletselDeheBandOfWintunIndians \N \N \N \N \N \N \N LIF f \N f 4 +4237 310 Santa Rosa Indian Community of the Santa Rosa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaRosaIndianCommunityOfTheSantaRosaRancheriaCalifornia SantaRosaIndianCommunityOfTheSantaRosaRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3443 284 Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria (Verona Tract), California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShingleSpringsBandOfMiwokIndiansShingleSpringsRancheria ShingleSpringsBandOfMiwokIndians-ShingleSpringsRancheria \N CEDS \N \N \N \N \N LIF f \N f 1 +3528 284 Village of Red Devil is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfRedDevil VillageOfRedDevil \N CEDS \N \N \N \N \N LIF f \N f 1 +3241 284 Native Village of Gakona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGakona NativeVillageOfGakona \N CEDS \N \N \N \N \N LIF f \N f 1 +3242 284 Native Village of Gambell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGambell NativeVillageOfGambell \N CEDS \N \N \N \N \N LIF f \N f 1 +3243 284 Native Village of Georgetown is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGeorgetown NativeVillageOfGeorgetown \N CEDS \N \N \N \N \N LIF f \N f 1 +4052 310 Native Village of Georgetown is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGeorgetown NativeVillageOfGeorgetown \N \N \N \N \N \N \N LIF f \N f 4 +3871 310 Confederated Tribes of the Goshute Reservation, Nevada and Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheGoshuteReservationNevadaAndUtah ConfederatedTribesOfTheGoshuteReservation-NevadaAndUtah \N \N \N \N \N \N \N LIF f \N f 4 +3332 284 Oneida Indian Nation (previously listed as Oneida Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OneidaIndianNation OneidaIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3547 284 Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-ApacheNationOfTheCampVerdeIndianReservationArizona Yavapai-ApacheNationOfTheCampVerdeIndianReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3448 284 Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sisseton-WahpetonOyateOfTheLakeTraverseReservationSouthDakota Sisseton-WahpetonOyateOfTheLakeTraverseReservation-SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +4233 310 San Juan Southern Paiute Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanJuanSouthernPaiuteTribeOfArizona SanJuanSouthernPaiuteTribeOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +3554 284 Yurok Tribe of the Yurok Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YurokTribeOfTheYurokReservationCalifornia YurokTribeOfTheYurokReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4238 310 Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaYnezBandOfChumashMissionIndiansOfTheSantaYnezReservationCalifornia SantaYnezBandOfChumashMissionIndiansOfTheSantaYnezReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4242 310 Sault Ste. Marie Tribe of Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaultSte.MarieTribeOfChippewaIndiansMichigan SaultSte.MarieTribeOfChippewaIndians-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3236 284 Native Village of Ekwok (previously listed as Ekwok Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEkwok NativeVillageOfEkwok \N CEDS \N \N \N \N \N LIF f \N f 1 +3585 287 Federated States of Micronesia \N FederatedStatesOfMicronesia FederatedStatesOfMicronesia \N CEDS \N \N \N \N \N LIF f \N f 1 +4357 310 Yavapai-Prescott Indian Tribe (previously listed as Yavapai-Prescott Tribe of the Yavapai Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-PrescottIndianTribe Yavapai-PrescottIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3789 310 Agdaagux Tribe of King Cove is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AgdaaguxTribeOfKingCove AgdaaguxTribeOfKingCove \N \N \N \N \N \N \N LIF f \N f 4 +3794 310 Alabama-Coushatta Tribe of Texas (previously listed as Alabama Coushatta Tribes of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-CoushattaTribeOfTexas Alabama-CoushattaTribeOfTexas \N \N \N \N \N \N \N LIF f \N f 4 +3428 284 Santa Rosa Indian Community of the Santa Rosa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaRosaIndianCommunityOfTheSantaRosaRancheriaCalifornia SantaRosaIndianCommunityOfTheSantaRosaRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3881 310 Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CrowCreekSiouxTribeOfTheCrowCreekReservationSouthDakota CrowCreekSiouxTribeOfTheCrowCreekReservation-SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3867 310 Confederated Tribes of Siletz Indians of Oregon (previously listed as Confederated Tribes of the Siletz Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfSiletzIndiansOfOregon ConfederatedTribesOfSiletzIndiansOfOregon \N \N \N \N \N \N \N LIF f \N f 4 +4189 310 Pueblo of Nambe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfNambeNewMexico PuebloOfNambe-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4197 310 Pueblo of Taos, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfTaosNewMexico PuebloOfTaos-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4198 310 Pueblo of Tesuque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfTesuqueNewMexico PuebloOfTesuque-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4030 310 Native Village of Barrow Inupiat Traditional Government is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBarrowInupiatTraditionalGovernment NativeVillageOfBarrowInupiatTraditionalGovernment \N \N \N \N \N \N \N LIF f \N f 4 +4190 310 Pueblo of Picuris, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfPicurisNewMexico PuebloOfPicuris-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4199 310 Pueblo of Zia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfZia-NewMexico PuebloOfZia-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4338 310 Village of Sleetmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfSleetmute VillageOfSleetmute \N \N \N \N \N \N \N LIF f \N f 4 +3184 284 Makah Indian Tribe of the Makah Indian Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MakahIndianTribeOfTheMakahIndianReservation MakahIndianTribeOfTheMakahIndianReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +4100 310 Native Village of Shungnak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShungnak NativeVillageOfShungnak \N \N \N \N \N \N \N LIF f \N f 4 +3384 284 Pueblo of San Ildefonso, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSanIldefonsoNewMexico PuebloOfSanIldefonso-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +4031 310 Native Village of Belkofski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBelkofski NativeVillageOfBelkofski \N \N \N \N \N \N \N LIF f \N f 4 +4040 310 Native Village of Deering is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfDeering NativeVillageOfDeering \N \N \N \N \N \N \N LIF f \N f 4 +4041 310 Native Village of Diomede (aka Inalik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfDiomede NativeVillageOfDiomede \N \N \N \N \N \N \N LIF f \N f 4 +4033 310 Native Village of Buckland is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBuckland NativeVillageOfBuckland \N \N \N \N \N \N \N LIF f \N f 4 +4042 310 Native Village of Eagle is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEagle NativeVillageOfEagle \N \N \N \N \N \N \N LIF f \N f 4 +4153 310 Paiute Indian Tribe of Utah (Cedar Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes (previously listed as Paiute Indian Tribe of Utah (Cedar City Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaiuteIndianTribeOfUtah PaiuteIndianTribeOfUtah \N \N \N \N \N \N \N LIF f \N f 4 +4177 310 Ponca Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoncaTribeOfNebraska PoncaTribeOfNebraska \N \N \N \N \N \N \N LIF f \N f 4 +4349 310 Winnebago Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WinnebagoTribeOfNebraska WinnebagoTribeOfNebraska \N \N \N \N \N \N \N LIF f \N f 4 +4344 310 Wampanoag Tribe of Gay Head (Aquinnah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WampanoagTribeOfGayHead WampanoagTribeOfGayHead \N \N \N \N \N \N \N LIF f \N f 4 +3467 284 Sun'aq Tribe of Kodiak (previously listed as Shoonaq' Tribe of Kodiak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sun'aqTribeOfKodiak Sun'aqTribeOfKodiak \N CEDS \N \N \N \N \N LIF f \N f 1 +3393 284 Qagan Tayagungin Tribe of Sand Point (previously listed as Qagan Tayagungin Tribe of Sand Point Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QaganTayagunginTribeOfSandPoint QaganTayagunginTribeOfSandPoint \N CEDS \N \N \N \N \N LIF f \N f 1 +3475 284 Te-Moak Tribe of Western Shoshone Indians of Nevada (Four constituent bands: Battle Mountain Band; Elko Band; South Fork Band and Wells Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Te-MoakTribeOfWesternShoshoneIndiansOfNevada Te-MoakTribeOfWesternShoshoneIndiansOfNevada \N CEDS \N \N \N \N \N LIF f \N f 1 +4302 310 Tulalip Tribes of Washington (previously listed as Tulalip Tribes of the Tulalip Reservation, Washington is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TulalipTribesOfWashington TulalipTribesOfWashington \N \N \N \N \N \N \N LIF f \N f 4 +3493 284 Tulalip Tribes of Washington (previously listed as Tulalip Tribes of the Tulalip Reservation, Washington is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TulalipTribesOfWashington TulalipTribesOfWashington \N CEDS \N \N \N \N \N LIF f \N f 1 +3433 284 Sault Ste. Marie Tribe of Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaultSte.MarieTribeOfChippewaIndiansMichigan SaultSte.MarieTribeOfChippewaIndians-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3386 284 Pueblo of Santa Ana, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSantaAnaNewMexico PuebloOfSantaAna-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3425 284 San Manuel Band of Mission Indians, California (previously listed as San Manual Band of Serrano Mission Indians of the San Manual Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanManuelBandOfMissionIndiansCalifornia SanManuelBandOfMissionIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4101 310 Native Village of Stevens is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfStevens NativeVillageOfStevens \N \N \N \N \N \N \N LIF f \N f 4 +3196 284 Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MesaGrandeBandOfDieguenoMissionIndiansOfTheMesaGrandeReservationCalifornia MesaGrandeBandOfDieguenoMissionIndiansOfTheMesaGrandeReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4152 310 Ottawa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OttawaTribeOfOklahoma OttawaTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4045 310 Native Village of Ekwok (previously listed as Ekwok Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEkwok NativeVillageOfEkwok \N \N \N \N \N \N \N LIF f \N f 4 +4046 310 Native Village of Elim is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfElim NativeVillageOfElim \N \N \N \N \N \N \N LIF f \N f 4 +4047 310 Native Village of Eyak (Cordova) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEyak NativeVillageOfEyak \N \N \N \N \N \N \N LIF f \N f 4 +3161 284 Koi Nation of Northern California (previously listed as Lower Lake Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KoiNationOfNorthernCalifornia KoiNationOfNorthernCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3920 310 Havasupai Tribe of the Havasupai Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HavasupaiTribeOfTheHavasupaiReservationArizona HavasupaiTribeOfTheHavasupaiReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +3178 284 Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LovelockPaiuteTribeOfTheLovelockIndianColonyNevada LovelockPaiuteTribeOfTheLovelockIndianColony-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +4284 310 Te-Moak Tribe of Western Shoshone Indians of Nevada (Four constituent bands: Battle Mountain Band; Elko Band; South Fork Band and Wells Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Te-MoakTribeOfWesternShoshoneIndiansOfNevada Te-MoakTribeOfWesternShoshoneIndiansOfNevada \N \N \N \N \N \N \N LIF f \N f 4 +3194 284 Menominee Indian Tribe of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MenomineeIndianTribeOfWisconsin MenomineeIndianTribeOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3902 310 Flandreau Santee Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FlandreauSanteeSiouxTribeOfSouthDakota FlandreauSanteeSiouxTribeOfSouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3490 284 Tonto Apache Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TontoApacheTribeOfArizona TontoApacheTribeOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +4268 310 Spokane Tribe of the Spokane Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SpokaneTribeOfTheSpokaneReservation SpokaneTribeOfTheSpokaneReservation \N \N \N \N \N \N \N LIF f \N f 4 +3445 284 Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation (previously listed as Shoalwater Bay Tribe of the Shoalwater Bay Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShoalwaterBayIndianTribeOfTheShoalwaterBayIndianReservation ShoalwaterBayIndianTribeOfTheShoalwaterBayIndianReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +3073 284 Crow Tribe of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CrowTribeOfMontana CrowTribeOfMontana \N CEDS \N \N \N \N \N LIF f \N f 1 +4597 323 Delivery is only via the Internet. \N OnlineOnly OnlineOnly \N CTDL \N \N \N \N \N LIF f \N t 1 +3128 284 Inupiat Community of the Arctic Slope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N InupiatCommunityOfTheArcticSlope InupiatCommunityOfTheArcticSlope \N CEDS \N \N \N \N \N LIF f \N f 1 +3937 310 Inupiat Community of the Arctic Slope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N InupiatCommunityOfTheArcticSlope InupiatCommunityOfTheArcticSlope \N \N \N \N \N \N \N LIF f \N f 4 +3179 284 Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerBruleSiouxTribeOfTheLowerBruleReservationSouthDakota LowerBruleSiouxTribeOfTheLowerBruleReservation-SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3163 284 Kootenai Tribe of Idaho is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KootenaiTribeOfIdaho KootenaiTribeOfIdaho \N CEDS \N \N \N \N \N LIF f \N f 1 +3220 284 Atqasuk Village (Atkasook) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAtqasuk NativeVillageOfAtqasuk \N CEDS \N \N \N \N \N LIF f \N f 1 +3197 284 Mescalero Apache Tribe of the Mescalero Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MescaleroApacheTribeOfTheMescaleroReservationNewMexico MescaleroApacheTribeOfTheMescaleroReservation-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3844 310 Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CheyenneRiverSiouxTribeOfTheCheyenneRiverReservationSouthDakota CheyenneRiverSiouxTribeOfTheCheyenneRiverReservation-SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3888 310 Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DuckwaterShoshoneTribeOfTheDuckwaterReservationNevada DuckwaterShoshoneTribeOfTheDuckwaterReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +4266 310 Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SouthernUteIndianTribeOfTheSouthernUteReservationColorado SouthernUteIndianTribeOfTheSouthernUteReservation-Colorado \N \N \N \N \N \N \N LIF f \N f 4 +4102 310 Native Village of Tanacross is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTanacross NativeVillageOfTanacross \N \N \N \N \N \N \N LIF f \N f 4 +2227 124 Credential that acknowledges attendance and/or engagement in an activity. \N ceterms-CertificateOfParticipation ceterms-CertificateOfParticipation \N CTDL \N \N \N \N \N LIF f \N t 1 +3511 284 Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UtuUtuGwaituPaiuteTribeOfTheBentonPaiuteReservationCalifornia UtuUtuGwaituPaiuteTribeOfTheBentonPaiuteReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4201 310 Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PyramidLakePaiuteTribeOfThePyramidLakeReservationNevada PyramidLakePaiuteTribeOfThePyramidLakeReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +4293 310 Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ThreeAffiliatedTribesOfTheFortBertholdReservationNorthDakota ThreeAffiliatedTribesOfTheFortBertholdReservation-NorthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3397 284 Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuechanTribeOfTheFortYumaIndianReservation-California&Arizona QuechanTribeOfTheFortYumaIndianReservation-California&Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +4358 310 Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YeringtonPaiuteTribeOfTheYeringtonColony&CampbellRanch-Nevada YeringtonPaiuteTribeOfTheYeringtonColony&CampbellRanch-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +3988 310 Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerBruleSiouxTribeOfTheLowerBruleReservationSouthDakota LowerBruleSiouxTribeOfTheLowerBruleReservation-SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3214 284 Native Village of Afognak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAfognak NativeVillageOfAfognak \N CEDS \N \N \N \N \N LIF f \N f 1 +3215 284 Native Village of Akhiok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAkhiok NativeVillageOfAkhiok \N CEDS \N \N \N \N \N LIF f \N f 1 +4391 313 District of Columbia \N DistrictOfColumbia DistrictOfColumbia \N \N \N \N \N \N \N LIF f \N f 4 +2680 264 A separate legal entity that 1) contracts with one or more charter schools to manage, operate, and oversee the charter schools; or 2) holds a charter, or charters, to operate multiple charter schools. (see Charter School Management Organization Type) \N CharterSchoolManagementOrganization CharterSchoolManagementOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +3534 284 Walker River Paiute Tribe of the Walker River Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WalkerRiverPaiuteTribeOfTheWalkerRiverReservationNevada WalkerRiverPaiuteTribeOfTheWalkerRiverReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3537 284 White Mountain Apache Tribe of the Fort Apache Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WhiteMountainApacheTribeOfTheFortApacheReservationArizona WhiteMountainApacheTribeOfTheFortApacheReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3551 284 Yomba Shoshone Tribe of the Yomba Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YombaShoshoneTribeOfTheYombaReservationNevada YombaShoshoneTribeOfTheYombaReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3555 284 Zuni Tribe of the Zuni Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ZuniTribeOfTheZuniReservation-NewMexico ZuniTribeOfTheZuniReservation-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3910 310 Fort Sill Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortSillApacheTribeOfOklahoma FortSillApacheTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3316 284 Nisqually Indian Tribe (previously listed as Nisqually Indian Tribe of the Nisqually Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NisquallyIndianTribe NisquallyIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3319 284 Nooksack Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NooksackIndianTribe NooksackIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3347 284 Pamunkey Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PamunkeyIndianTribe PamunkeyIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +4290 310 The Osage Nation (previously listed as Osage Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheOsageNation TheOsageNation \N \N \N \N \N \N \N LIF f \N f 4 +4288 310 The Choctaw Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheChoctawNationOfOklahoma TheChoctawNationOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3295 284 Native Village of Tatitlek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTatitlek NativeVillageOfTatitlek \N CEDS \N \N \N \N \N LIF f \N f 1 +4224 310 Sac & Fox Tribe of the Mississippi in Iowa is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxTribeOfTheMississippiInIowa Sac&FoxTribeOfTheMississippiInIowa \N \N \N \N \N \N \N LIF f \N f 4 +3185 284 Manchester Band of Pomo Indians of the Manchester Rancheria, California (previously listed as Manchester Band of Pomo Indians of the Manchester- Point Arena Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManchesterBandOfPomoIndiansOfTheManchesterRancheriaCalifornia ManchesterBandOfPomoIndiansOfTheManchesterRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3366 284 Pokagon Band of Potawatomi Indians, Michigan and Indiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PokagonBandOfPotawatomiIndiansMichiganAndIndiana PokagonBandOfPotawatomiIndians-MichiganAndIndiana \N CEDS \N \N \N \N \N LIF f \N f 1 +3965 310 Kiowa Indian Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KiowaIndianTribeOfOklahoma KiowaIndianTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4009 310 Miccosukee Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiccosukeeTribeOfIndians MiccosukeeTribeOfIndians \N \N \N \N \N \N \N LIF f \N f 4 +3129 284 Ione Band of Miwok Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IoneBandOfMiwokIndiansOfCalifornia IoneBandOfMiwokIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3134 284 Jackson Band of Miwuk Indians (previously listed as Jackson Rancheria of Me-Wuk Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JacksonBandOfMiwukIndians JacksonBandOfMiwukIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +4341 310 Village of Venetie (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfVenetie VillageOfVenetie \N \N \N \N \N \N \N LIF f \N f 4 +3479 284 The Choctaw Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheChoctawNationOfOklahoma TheChoctawNationOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3294 284 Native Village of Tanana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTanana NativeVillageOfTanana \N CEDS \N \N \N \N \N LIF f \N f 1 +3336 284 Organized Village of Kake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKake OrganizedVillageOfKake \N CEDS \N \N \N \N \N LIF f \N f 1 +4161 310 Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaumaBandOfLuisenoMissionIndiansOfThePauma&YuimaReservationCalifornia PaumaBandOfLuisenoMissionIndiansOfThePauma&YuimaReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4163 310 Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PechangaBandOfLuisenoMissionIndiansOfThePechangaReservationCalifornia PechangaBandOfLuisenoMissionIndiansOfThePechangaReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4174 310 Poarch Band of Creeks (previously listed as Poarch Band of Creek Indians of Alabama) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoarchBandOfCreekIndians PoarchBandOfCreekIndians \N \N \N \N \N \N \N LIF f \N f 4 +3961 310 Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTribeOfIndiansOfTheKickapooReservationInKansas KickapooTribeOfIndiansOfTheKickapooReservationInKansas \N \N \N \N \N \N \N LIF f \N f 4 +3166 284 La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LaPostaBandOfDieguenoMissionIndiansOfTheLaPostaIndianReservationCalifornia LaPostaBandOfDieguenoMissionIndiansOfTheLaPostaIndianReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4277 310 Suquamish Indian Tribe of the Port Madison Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SuquamishIndianTribeOfThePortMadisonReservation SuquamishIndianTribeOfThePortMadisonReservation \N \N \N \N \N \N \N LIF f \N f 4 +3468 284 Suquamish Indian Tribe of the Port Madison Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SuquamishIndianTribeOfThePortMadisonReservation SuquamishIndianTribeOfThePortMadisonReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +395 33 \N \N ang English-Old(ca.450-1100) \N CEDS \N \N \N \N \N LIF f \N t 1 +3021 284 California Valley Miwok Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CaliforniaValleyMiwokTribe-California CaliforniaValleyMiwokTribe-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3034 284 Cheyenne and Arapaho Tribes, Oklahoma (previously listed as Cheyenne-Arapaho Tribes of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CheyenneAndArapahoTribes-Oklahoma CheyenneAndArapahoTribes-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3086 284 Elk Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElkValleyRancheria-California ElkValleyRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3094 284 Forest County Potawatomi Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ForestCountyPotawatomiCommunity-Wisconsin ForestCountyPotawatomiCommunity-Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3146 284 Kaw Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KawNation-Oklahoma KawNation-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3149 284 Keweenaw Bay Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KeweenawBayIndianCommunity-Michigan KeweenawBayIndianCommunity-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3799 310 Alturas Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlturasIndianRancheria-California AlturasIndianRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +470 33 \N \N cpe CreolesAndPidgins-EnglishBased \N CEDS \N \N \N \N \N LIF f \N t 1 +515 33 \N \N frm French-Middle(ca.1400-1600) \N CEDS \N \N \N \N \N LIF f \N t 1 +534 33 \N \N gmh German-MiddleHigh(ca.1050-1500) \N CEDS \N \N \N \N \N LIF f \N t 1 +5161 351 \N \N Sga OldIrish;Gaelic-Old \N \N \N \N \N \N \N LIF f \N f 1 +1542 51 Completion of requirement, but no units of value awarded is specified as the general nature and difficulty of instruction provided throughout a course. \N CompletionOfRequirementButNoUnitsOfValueAwarded CompletionOfrequirement-butNoUnitsOfvalueAwarded \N CEDS \N \N \N \N \N LIF f \N t 1 +3005 284 Big Lagoon Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigLagoonRancheria-California BigLagoonRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +5184 351 \N \N Sot Sotho-Southern \N \N \N \N \N \N \N LIF f \N f 1 +3926 310 Hoopa Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoopaValleyTribeCalifornia HoopaValleyTribe-California \N \N \N \N \N \N \N LIF f \N f 4 +3895 310 Elk Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElkValleyRancheriaCalifornia ElkValleyRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3012 284 Blue Lake Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BlueLakeRancheriaCalifornia BlueLakeRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3884 310 Delaware Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DelawareNationOklahoma DelawareNation-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +1955 84 Off campus (e.g., branch campus, etc.) is specified as the type of location at which the course is taught. \N OffCampus OffCampus(e.g.-branchCampus-etc.) \N CEDS \N \N \N \N \N LIF f \N f 4 +1980 89 The student repeated the course and it has been counted by another institution. \N RepeatOtherInstitution Repeated-otherInstitution \N CEDS \N \N \N \N \N LIF f \N f 4 +1987 91 The course section ended and the student did not complete the work required to complete the course. \N Incomplete ClassSectionCompleted-studentDidNotCompleteTheWorkRequiredToCompleteTheCourse. \N CEDS \N \N \N \N \N LIF f \N f 4 +3919 310 Hannahville Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HannahvilleIndianCommunityMichigan HannahvilleIndianCommunity-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3152 284 Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTribeOfIndiansOfTheKickapooReservationInKansas KickapooTribeOfIndiansOfTheKickapooReservationInKansas \N CEDS \N \N \N \N \N LIF f \N f 1 +1976 89 The student repeated the course and it has been counted in grade point average. \N RepeatCounted Repeated-countedInGradePointAverage \N CEDS \N \N \N \N \N LIF f \N f 4 +1438 42 \N \N complexityLevel(handledAsAPropertyOnStatementnotAVocabularyConcept) complexityLevel(handledAsAPropertyOnStatement-notAVocabularyConcept) \N \N \N \N \N \N \N LIF f \N f 10 +1977 89 The student repeated the course and it has not been counted in grade point average. \N RepeatNotCounted Repeated-notCountedInGradePointAverage \N CEDS \N \N \N \N \N LIF f \N f 4 +3858 310 Citizen Potawatomi Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CitizenPotawatomiNationOklahoma CitizenPotawatomiNation-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3070 284 Coyote Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoyoteValleyBandOfPomoIndiansOfCalifornia CoyoteValleyBandOfPomoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3500 284 Twenty-Nine Palms Band of Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twenty-NinePalmsBandOfMissionIndiansOfCalifornia Twenty-NinePalmsBandOfMissionIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +753 33 \N \N sga Irish-Old(to900) \N CEDS \N \N \N \N \N LIF f \N t 1 +5251 351 \N \N Wen Sorbian-Upper&Lower \N \N \N \N \N \N \N LIF f \N f 1 +1985 91 The course section completed and the student received credit for the course. \N CompletedForCredit ClassSectionCompleted-studentReceivedCreditForTheCourse. \N CEDS \N \N \N \N \N LIF f \N f 4 +4180 310 Potter Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PotterValleyTribeCalifornia PotterValleyTribe-California \N \N \N \N \N \N \N LIF f \N f 4 +3120 284 Houlton Band of Maliseet Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoultonBandOfMaliseetIndians HoultonBandOfMaliseetIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3275 284 Native Village of Ouzinkie is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfOuzinkie NativeVillageOfOuzinkie \N CEDS \N \N \N \N \N LIF f \N f 1 +3958 310 Keweenaw Bay Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KeweenawBayIndianCommunityMichigan KeweenawBayIndianCommunity-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +4011 310 Minnesota Chippewa Tribe, Minnesota (Six component reservations: Bois Forte Band (Nett Lake); Fond du Lac Band; Grand Portage Band; Leech Lake Band; Mille Lacs Band; White Earth Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MinnesotaChippewaTribeMinnesota MinnesotaChippewaTribe-Minnesota \N \N \N \N \N \N \N LIF f \N f 4 +2936 278 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N 9 CompletelyRuralOrLessThan2500UrbanPopulation-notAdjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +2990 284 Alturas Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlturasIndianRancheria-California AlturasIndianRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +2926 277 Armed Forces Africa, Canada, Europe, and Mideast \N AE ArmedForcesAfricaCanadaEuropeAndMideast \N \N \N \N \N \N \N LIF f \N f 4 +4116 310 Navajo Nation, Arizona, New Mexico & Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NavajoNationArizonaNewMexico&Utah NavajoNation-Arizona-NewMexico-&Utah \N \N \N \N \N \N \N LIF f \N f 4 +4211 310 Rappahannock Tribe, Inc. is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RappahannockTribeInc. RappahannockTribe-Inc. \N \N \N \N \N \N \N LIF f \N f 4 +3274 284 Native Village of Nunapitchuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNunapitchuk NativeVillageOfNunapitchuk \N CEDS \N \N \N \N \N LIF f \N f 1 +4007 310 Metlakatla Indian Community, Annette Island Reserve is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MetlakatlaIndianCommunityAnnetteIslandReserve MetlakatlaIndianCommunity-AnnetteIslandReserve \N \N \N \N \N \N \N LIF f \N f 4 +3247 284 Native Village of Kanatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKanatak NativeVillageOfKanatak \N CEDS \N \N \N \N \N LIF f \N f 1 +3248 284 Native Village of Karluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKarluk NativeVillageOfKarluk \N CEDS \N \N \N \N \N LIF f \N f 1 +3249 284 Native Village of Kiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKiana NativeVillageOfKiana \N CEDS \N \N \N \N \N LIF f \N f 1 +2932 278 Urban population of 20,000 or more, not adjacent to a metro area \N 5 UrbanPopulationOf20000OrMore-notAdjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +4171 310 Pit River Tribe, California (includes XL Ranch, Big Bend, Likely, Lookout, Montgomery Creek and Roaring Creek Rancherias) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PitRiverTribeCalifornia PitRiverTribe-California \N \N \N \N \N \N \N LIF f \N f 4 +4214 310 Redding Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ReddingRancheriaCalifornia ReddingRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3097 284 Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortIndependenceIndianCommunityOfPaiuteIndiansOfTheFortIndependenceReservationCalifornia FortIndependenceIndianCommunityOfPaiuteIndiansOfTheFortIndependenceReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +2933 278 Urban population of 2,500 to 19,999, adjacent to a metro area \N 6 UrbanPopulationOf2500To19999-adjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +4264 310 Sokaogon Chippewa Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SokaogonChippewaCommunityWisconsin SokaogonChippewaCommunity-Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 +4221 310 Round Valley Indian Tribes, Round Valley Reservation, California (previously listed as Round Valley Indian Tribes of the Round Valley Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RoundValleyIndianTribesRoundValleyReservationCalifornia RoundValleyIndianTribes-RoundValleyReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4466 315 12th grade, no diploma is the extent of formal instruction a person has received. \N 12thGradeNodiploma 12thGrade-NoDiploma \N \N \N \N \N \N \N LIF f \N f 4 +4267 310 Spirit Lake Tribe, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SpiritLakeTribeNorthDakota SpiritLakeTribe-NorthDakota \N \N \N \N \N \N \N LIF f \N f 4 +4348 310 Wilton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WiltonRancheriaCalifornia WiltonRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +4443 313 Armed Forces Africa, Canada, Europe, and Mideast \N ArmedForcesAfricaCanadaEuropeAndMideast ArmedForcesAfricaCanadaEuropeAndMideast \N \N \N \N \N \N \N LIF f \N f 4 +4223 310 Sac & Fox Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxNationOklahoma Sac&FoxNation-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4278 310 Susanville Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SusanvilleIndianRancheriaCalifornia SusanvilleIndianRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +4469 315 High school equivalency (e.g., GED) is the extent of formal instruction a person has received. \N HighSchoolEquivalency(e.g.GED) HighSchoolEquivalency(e.g.-GED) \N \N \N \N \N \N \N LIF f \N f 4 +3276 284 Native Village of Paimiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPaimiut NativeVillageOfPaimiut \N CEDS \N \N \N \N \N LIF f \N f 1 +3277 284 Native Village of Perryville is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPerryville NativeVillageOfPerryville \N CEDS \N \N \N \N \N LIF f \N f 1 +4374 312 Off-campus, temporary is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Off-campustemporary Off-campus-temporary \N \N \N \N \N \N \N LIF f \N f 4 +4375 312 Permanent, student is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentstudent Permanent-student \N \N \N \N \N \N \N LIF f \N f 4 +4351 310 Wiyot Tribe, California (previously listed as Table Bluff Reservation—Wiyot Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WiyotTribeCalifornia WiyotTribe-California \N \N \N \N \N \N \N LIF f \N f 4 +3001 284 Bay Mills Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BayMillsIndianCommunity-Michigan BayMillsIndianCommunity-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +4316 310 Upper Sioux Community, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperSiouxCommunityMinnesota UpperSiouxCommunity-Minnesota \N \N \N \N \N \N \N LIF f \N f 4 +3284 284 Native Village of Ruby is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfRuby NativeVillageOfRuby \N CEDS \N \N \N \N \N LIF f \N f 1 +4359 310 Yocha Dehe Wintun Nation, California (previously listed as Rumsey Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YochaDeheWintunNationCalifornia YochaDeheWintunNation-California \N \N \N \N \N \N \N LIF f \N f 4 +4274 310 Stockbridge Munsee Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StockbridgeMunseeCommunityWisconsin StockbridgeMunseeCommunity-Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 +3868 310 Confederated Tribes of the Chehalis Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheChehalisReservation ConfederatedTribesOfTheChehalisReservation \N \N \N \N \N \N \N LIF f \N f 4 +4473 315 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N FormalAwardcertificateOrDiploma(lessThanOneYear) FormalAward-certificateOrDiploma(lessThanOneYear) \N \N \N \N \N \N \N LIF f \N f 4 +3371 284 Potter Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PotterValleyTribeCalifornia PotterValleyTribe-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4300 310 Torres Martinez Desert Cahuilla Indians, California (previously listed as Torres- Martinez Band of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TorresMartinezDesertCahuillaIndiansCalifornia TorresMartinezDesertCahuillaIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4478 315 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N Master'sDegree(e.g.M.A.M.S.M.Eng.M.Ed.M.S.W.M.B.A.M.L.S.) Master'sDegree(e.g.-M.A.-M.S.-M.Eng.-M.Ed.-M.S.W.-M.B.A.-M.L.S.) \N \N \N \N \N \N \N LIF f \N f 4 +4034 310 Native Village of Cantwell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfCantwell NativeVillageOfCantwell \N \N \N \N \N \N \N LIF f \N f 4 +4043 310 Native Village of Eek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEek NativeVillageOfEek \N \N \N \N \N \N \N LIF f \N f 4 +3330 284 Ohkay Owingeh, New Mexico (previously listed as Pueblo of San Juan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OhkayOwingehNewMexico OhkayOwingeh-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3407 284 Reno-Sparks Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Reno-SparksIndianColonyNevada Reno-SparksIndianColony-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3455 284 Sokaogon Chippewa Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SokaogonChippewaCommunityWisconsin SokaogonChippewaCommunity-Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3307 284 Navajo Nation, Arizona, New Mexico & Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NavajoNationArizonaNewMexico&Utah NavajoNation-Arizona-NewMexico-&Utah \N CEDS \N \N \N \N \N LIF f \N f 1 +3362 284 Pit River Tribe, California (includes XL Ranch, Big Bend, Likely, Lookout, Montgomery Creek and Roaring Creek Rancherias) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PitRiverTribeCalifornia PitRiverTribe-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3469 284 Susanville Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SusanvilleIndianRancheriaCalifornia SusanvilleIndianRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4073 310 Native Village of Nanwalek (aka English Bay) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNanwalek NativeVillageOfNanwalek \N \N \N \N \N \N \N LIF f \N f 4 +4191 310 Pueblo of Pojoaque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfPojoaqueNewMexico PuebloOfPojoaque-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3405 284 Redding Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ReddingRancheriaCalifornia ReddingRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3361 284 Pinoleville Pomo Nation, California (previously listed as Pinoleville Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PinolevillePomoNationCalifornia PinolevillePomoNation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3408 284 Resighini Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ResighiniRancheriaCalifornia ResighiniRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3566 286 Permanent, student is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentstudent Permanent-student \N CEDS \N \N \N \N \N LIF f \N t 1 +4476 315 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N AdultEducationCertificationEndorsementOrDegree AdultEducationCertificationEndorsementOrDegree \N \N \N \N \N \N \N LIF f \N f 4 +3634 287 Armed Forces Africa, Canada, Europe, and Mideast \N ArmedForcesAfricaCanadaEuropeAndMideast ArmedForcesAfricaCanadaEuropeAndMideast \N CEDS \N \N \N \N \N LIF f \N f 1 +4074 310 Native Village of Napaimute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapaimute NativeVillageOfNapaimute \N \N \N \N \N \N \N LIF f \N f 4 +3542 284 Wiyot Tribe, California (previously listed as Table Bluff Reservation—Wiyot Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WiyotTribeCalifornia WiyotTribe-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4075 310 Native Village of Napakiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapakiak NativeVillageOfNapakiak \N \N \N \N \N \N \N LIF f \N f 4 +3673 290 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N Master'sDegree(E.g.M.A.M.S.M.Eng.M.Ed.M.S.W.M.B.A.M.L.S.) Master'sDegree(e.g.-M.A.-M.S.-M.Eng.-M.Ed.-M.S.W.-M.B.A.-M.L.S.) \N CEDS \N \N \N \N \N LIF f \N f 1 +3661 290 12th grade, no diploma is the extent of formal instruction a person has received. \N 12thGradeNoDiploma 12thGrade-NoDiploma \N CEDS \N \N \N \N \N LIF f \N f 1 +3671 290 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N AdultEducationCertificationEndorsementOrDegree AdultEducationCertificationEndorsementOrDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +4307 310 Turtle Mountain Band of Chippewa Indians of North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TurtleMountainBandOfChippewaIndiansOfNorthDakota TurtleMountainBandOfChippewaIndiansOfNorthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3674 290 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N Specialist'sDegree(E.g.Ed.S.) Specialist'sDegree(e.g.-Ed.S.) \N CEDS \N \N \N \N \N LIF f \N f 1 +3550 284 Yocha Dehe Wintun Nation, California (previously listed as Rumsey Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YochaDeheWintunNationCalifornia YochaDeheWintunNation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3426 284 San Pasqual Band of Diegueno Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanPasqualBandOfDieguenoMissionIndiansOfCalifornia SanPasqualBandOfDieguenoMissionIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3403 284 Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedCliffBandOfLakeSuperiorChippewaIndiansOfWisconsin RedCliffBandOfLakeSuperiorChippewaIndiansOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3539 284 Wilton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WiltonRancheriaCalifornia WiltonRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3928 310 Hopland Band of Pomo Indians, California (previously listed as Hopland Band of Pomo Indians of the Hopland Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoplandBandOfPomoIndiansCalifornia HoplandBandOfPomoIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +3507 284 Upper Sioux Community, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperSiouxCommunityMinnesota UpperSiouxCommunity-Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +3489 284 Tonkawa Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TonkawaTribeOfIndiansOfOklahoma TonkawaTribeOfIndiansOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3452 284 Skull Valley Band of Goshute Indians of Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkullValleyBandOfGoshuteIndiansOfUtah SkullValleyBandOfGoshuteIndiansOfUtah \N CEDS \N \N \N \N \N LIF f \N f 1 +4103 310 Native Village of Tanana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTanana NativeVillageOfTanana \N \N \N \N \N \N \N LIF f \N f 4 +3434 284 Scotts Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ScottsValleyBandOfPomoIndiansOfCalifornia ScottsValleyBandOfPomoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3078 284 Dry Creek Rancheria Band of Pomo Indians, California (previously listed as Dry Creek Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DryCreekRancheriaBandOfPomoIndiansCalifornia DryCreekRancheriaBandOfPomoIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3082 284 Eastern Shoshone Tribe of the Wind River Reservation, Wyoming (previously listed as Shoshone Tribe of the Wind River Reservation, Wyoming) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternShoshoneTribeOfTheWindRiverReservationWyoming EasternShoshoneTribeOfTheWindRiverReservation-Wyoming \N CEDS \N \N \N \N \N LIF f \N f 1 +3668 290 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N FormalAwardCertificateOrDiploma(LessThanOneYear) FormalAward-certificateOrDiploma(lessThanOneYear) \N CEDS \N \N \N \N \N LIF f \N f 1 +3669 290 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N FormalAwardCertificateOrDiploma(MoreThanOrEqualToOneYear) FormalAward-certificateOrDiploma(moreThanOrEqualToOneYear) \N CEDS \N \N \N \N \N LIF f \N f 1 +4263 310 Soboba Band of Luiseno Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SobobaBandOfLuisenoIndiansCalifornia SobobaBandOfLuisenoIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +3072 284 Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CrowCreekSiouxTribeOfTheCrowCreekReservationSouthDakota CrowCreekSiouxTribeOfTheCrowCreekReservation-SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3079 284 Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DuckwaterShoshoneTribeOfTheDuckwaterReservationNevada DuckwaterShoshoneTribeOfTheDuckwaterReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +4252 310 Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria (Verona Tract), California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShingleSpringsBandOfMiwokIndiansShingleSpringsRancheria ShingleSpringsBandOfMiwokIndians-ShingleSpringsRancheria \N \N \N \N \N \N \N LIF f \N f 4 +265 21 Student participated in an out of level test is specified as the primary reason a participant did not complete an assessment. (may not be in accordance with accountability measures for summative assessments) \N OutOfLevelTest ParticipatedInAnOutOflevelTest \N CEDS \N \N \N \N \N LIF f \N f 4 +2807 273 The Organization Identifier is a Local Education Agency assigned number. \N LEA LocalEducationAgencyAssignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +2808 273 The Organization Identifier is a State Education Agency assigned number. \N SEA StateEducationAgencyAssignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +2809 273 The Organization Identifier is a National Center for Education Statistics assigned number. \N NCES NationalCenterForEducationStatisticsAssignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +5 1 The related School Identifier uses the National Center for Education Statistics assigned number. \N NCES NationalCenterForEducationStatisticsAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2641 261 The Organization Identifier is a National Center for Education Statistics assigned number. \N NationalCenterForEducationStatisticsAssignedNumber NationalCenterForEducationStatisticsAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4104 310 Native Village of Tatitlek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTatitlek NativeVillageOfTatitlek \N \N \N \N \N \N \N LIF f \N f 4 +2812 273 The Organization Identifier is an other federally assigned number. \N OtherFederal OtherFederallyAssignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +4105 310 Native Village of Tazlina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTazlina NativeVillageOfTazlina \N \N \N \N \N \N \N LIF f \N f 4 +1511 49 The related Course Code is based on the intermediate agency defined course code system. \N Intermediate IntermediateAgencyCourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 +4106 310 Native Village of Teller is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTeller NativeVillageOfTeller \N \N \N \N \N \N \N LIF f \N f 4 +2602 200 Falsified application form is the primary reason for the termination of the employment relationship. \N 1401 FalsifiedApplicationForm \N CEDS \N \N \N \N \N LIF f \N f 4 +2950 281 Nationally accredited higher education institution. \N National NationallyAccredited \N \N \N \N \N \N \N LIF f \N f 4 +2797 271 Programmatic accreditation higher education institution. \N Programmatic ProgrammaticAccreditation \N CEDS \N \N \N \N \N LIF f \N t 1 +2798 271 Nationally accredited higher education institution. \N National NationallyAccredited \N CEDS \N \N \N \N \N LIF f \N t 1 +2801 271 Not accredited higher education institution. \N NotAccredited NotAccredited \N CEDS \N \N \N \N \N LIF f \N t 1 +3144 284 Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KashiaBandOfPomoIndiansOfTheStewartsPointRancheriaCalifornia KashiaBandOfPomoIndiansOfTheStewartsPointRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3140 284 Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaibabBandOfPaiuteIndiansOfTheKaibabIndianReservationArizona KaibabBandOfPaiuteIndiansOfTheKaibabIndianReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3782 309 The related Person Identifier uses the person's other federally assigned number. \N OtherFederallyAssignedNumber OtherFederallyAssignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +2644 261 The Organization Identifier is an other federally assigned number. \N OtherFederallyAssignedNumber OtherFederallyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +1913 81 Credit granted for a course from a high school course is transferred to the college. \N HighSchoolTransferCredit CreditFromAHighSchoolCourseIsTransferredToTheCollege. \N CEDS \N \N \N \N \N LIF f \N f 4 +1914 81 Credit for a course from a junior high school course counted at the high school. \N JuniorHighSchoolCredit CreditFromAJuniorHighSchoolCourseIsCountedAtTheHighSchool. \N CEDS \N \N \N \N \N LIF f \N f 4 +1766 69 Not a single-sex class is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N NotSingleSex NotASingle-sexClass \N CEDS \N \N \N \N \N LIF f \N t 1 +1659 57 Credit for a course from a college course is counted at both the college and high school. \N HighSchoolDualCredit CreditFromACollegeCourseIsCountedAtBothTheCollegeAndhighSchool. \N CEDS \N \N \N \N \N LIF f \N t 1 +2605 200 Homemaking/caring for a family member is the primary reason for the termination of the employment relationship. \N 1394 Homemaking/caringForAFamilyMember \N CEDS \N \N \N \N \N LIF f \N f 4 +2934 278 Urban population of 2,500 to 19,999, not adjacent to a metro area \N 7 UrbanPopulationOf2500To19999-notAdjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +2848 276 A membership organization primarily engaged in promoting the interests of their business members and providing them with services that may involve the provision of education and credentialing services. \N BusinessAssociation BusinessOrIndustryAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3808 310 Augustine Band of Cahuilla Indians, California (previously listed as Augustine Band of Cahuilla Mission Indians of the Augustine Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AugustineBandOfCahuillaIndians-California AugustineBandOfCahuillaIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +2860 276 External body that performs accreditation, endorsement, approval, and/or recognition of a credential issuer. \N QualityAssurance QualityAssuranceBody \N \N \N \N \N \N \N LIF f \N f 4 +3825 310 Cabazon Band of Mission Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CabazonBandOfMissionIndians-California CabazonBandOfMissionIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +1798 75 Completion of requirement, but no units of value awarded is specified as the general nature and difficulty of instruction provided throughout a course. \N 741 CompletionOfrequirement-butNoUnitsOfvalueAwarded \N CEDS \N \N \N \N \N LIF f \N f 4 +1981 89 Other, the course is not counted in GPA (e.g., used for academic forgiveness or clemency). \N NotCountedOther Other-notCountedInGPA(e.g.-usedForAcademicForgivenessOrClemency). \N CEDS \N \N \N \N \N LIF f \N f 4 +1722 7 Ensure there is a robust "not applicable" field in the possible values. \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N t 1 +870 36 A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +2516 152 \N \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +2532 155 \N \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +4108 310 Native Village of Tuntutuliak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTuntutuliak NativeVillageOfTuntutuliak \N \N \N \N \N \N \N LIF f \N f 4 +4620 67 Student data claimed in error/never attended \N 73076 StudentDataClaimedInError/neverAttended \N CEDS \N \N \N \N \N LIF f \N t 1 +5276 354 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +4113 310 Native Village of Venetie Tribal Government (Arctic Village and Village of Venetie) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfVenetieTribalGovernment NativeVillageOfVenetieTribalGovernment \N \N \N \N \N \N \N LIF f \N f 4 +5278 355 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +5280 356 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +5282 357 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +5284 358 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +3 1 The related School Identifier uses a Local Education Agency assigned number. \N LEA LocalEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2851 276 An organization in the public sector at the federal, state or local levels. Includes quasi-governmental organizations, special districts (e.g., libraries), corrections organizations, etc., except college and school districts. Is also responsible for the oversight and administration of specific functions other than the military services. \N Government GovernmentAgency \N \N \N \N \N \N \N LIF f \N f 4 +2859 276 A membership organization primarily engaged in promoting the interests of a particular profession, the interests of individuals engaged in that profession, and providing them with services that may involve the provision of education and credentialing services. \N ProfessionalAssociation ProfessionalAssociation \N \N \N \N \N \N \N LIF f \N f 4 +2844 275 An organization responsible for authorizing charter schools. \N CharterSchoolAuthorizingOrganization CharterSchoolAuthorizingOrganization \N \N \N \N \N \N \N LIF f \N f 4 +1767 70 The result is a grade point average. \N GradePointAverage GradePointAverage \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2845 275 The local, state, or federal agency that has primary responsibility for responding to an emergency situation. \N EmergencyResponseAgency EmergencyResponseAgency \N \N \N \N \N \N \N LIF f \N f 4 +869 36 A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 +2531 155 \N \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 +2854 276 A public school offering special instruction and programs not available elsewhere, designed to attract a more diverse student body from throughout a school district. \N Magnet Magnet/CompetitiveAdmissionsSchool \N \N \N \N \N \N \N LIF f \N f 4 +4608 67 Graduated with a high school diploma \N 2212 GraduatedWithAHighSchoolDiploma \N CEDS \N \N \N \N \N LIF f \N t 1 +5275 354 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +5277 355 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +5279 356 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +5281 357 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +5283 358 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +2496 151 Homemaking/caring for a family member is the primary reason for the termination of the employment relationship. \N Homemaking/caringForAFamilyMember Homemaking/caringForAFamilyMember \N CEDS \N \N \N \N \N LIF f \N t 1 +4 1 The related School Identifier uses the State Education Agency assigned number. \N SEA StateEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +305 30 The destination of the association may be used to assess the origin of the association. \N IsAssessedBy IsAssessedBy \N CEDS \N \N \N \N \N LIF f \N t 1 +2659 264 An administrative unit at the local level which exists primarily to operate schools or to contract for educational services. These units may or may not be co-extensive with county, city, or town boundaries. \N LocalEducationAgency(LEA) LocalEducationAgency(LEA) \N CEDS \N \N \N \N \N LIF f \N t 1 +4132 310 Northfork Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthforkRancheriaOfMonoIndiansOfCalifornia NorthforkRancheriaOfMonoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +11 1 The related School Identifier uses the System for Award Management (SAM) Unique Entity Identifier (UEI). \N SAM SystemForAwardManagementUniqueEntityIdentifier \N CEDS \N \N \N \N \N LIF f \N t 1 +4297 310 Tonawanda Band of Seneca (previously listed as Tonawanda Band of Seneca Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TonawandaBandOfSeneca TonawandaBandOfSeneca \N \N \N \N \N \N \N LIF f \N f 4 +3216 284 Native Village of Akutan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAkutan NativeVillageOfAkutan \N CEDS \N \N \N \N \N LIF f \N f 1 +3219 284 Native Village of Atka is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAtka NativeVillageOfAtka \N CEDS \N \N \N \N \N LIF f \N f 1 +4109 310 Native Village of Tununak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTununak NativeVillageOfTununak \N \N \N \N \N \N \N LIF f \N f 4 +3894 310 Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElemIndianColonyOfPomoIndiansOfTheSulphurBankRancheriaCalifornia ElemIndianColonyOfPomoIndiansOfTheSulphurBankRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +4362 310 Yupiit of Andreafski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YupiitOfAndreafski YupiitOfAndreafski \N \N \N \N \N \N \N LIF f \N f 4 +2681 264 An organization responsible for authorizing charter schools. \N CharterSchoolAuthorizingOrganization CharterSchoolAuthorizingOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +2698 265 A membership organization primarily engaged in promoting the interests of a particular profession, the interests of individuals engaged in that profession, and providing them with services that may involve the provision of education and credentialing services. \N ProfessionalAssociation ProfessionalAssociation \N CEDS \N \N \N \N \N LIF f \N t 1 +2682 264 The local, state, or federal agency that has primary responsibility for responding to an emergency situation. \N EmergencyResponseAgency EmergencyResponseAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +1523 49 This set of code values is derived from the first two digits of the CourseSCEDCode above. \N CourseSubjectAreaCode CourseSubjectAreaCode \N PESC \N \N \N \N \N LIF f \N t 1 +2693 265 A public school offering special instruction and programs not available elsewhere, designed to attract a more diverse student body from throughout a school district. \N Magnet/CompetitiveAdmissionsSchool Magnet/CompetitiveAdmissionsSchool \N CEDS \N \N \N \N \N LIF f \N t 1 +2699 265 External body that performs accreditation, endorsement, approval, and/or recognition of a credential issuer. \N QualityAssuranceBody QualityAssuranceBody \N CEDS \N \N \N \N \N LIF f \N t 1 +4301 310 Traditional Village of Togiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TraditionalVillageOfTogiak TraditionalVillageOfTogiak \N \N \N \N \N \N \N LIF f \N f 4 +4251 310 Sherwood Valley Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SherwoodValleyRancheriaOfPomoIndiansOfCalifornia SherwoodValleyRancheriaOfPomoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4024 310 Native Village of Akhiok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAkhiok NativeVillageOfAkhiok \N \N \N \N \N \N \N LIF f \N f 4 +4536 316 The Organization Identifier is a State Education Agency assigned number. \N StateEducationAgencyAssignedNumber StateEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4017 310 Mooretown Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MooretownRancheriaOfMaiduIndiansOfCalifornia MooretownRancheriaOfMaiduIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3945 310 Jamul Indian Village of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JamulIndianVillageOfCalifornia JamulIndianVillageOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4002 310 Mechoopda Indian Tribe of Chico Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MechoopdaIndianTribeOfChicoRancheriaCalifornia MechoopdaIndianTribeOfChicoRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +4025 310 Native Village of Akutan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAkutan NativeVillageOfAkutan \N \N \N \N \N \N \N LIF f \N f 4 +4026 310 Native Village of Aleknagik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAleknagik NativeVillageOfAleknagik \N \N \N \N \N \N \N LIF f \N f 4 +4027 310 Native Village of Ambler is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAmbler NativeVillageOfAmbler \N \N \N \N \N \N \N LIF f \N f 4 +4028 310 Native Village of Atka is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAtka NativeVillageOfAtka \N \N \N \N \N \N \N LIF f \N f 4 +3516 284 Village of Atmautluak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAtmautluak VillageOfAtmautluak \N CEDS \N \N \N \N \N LIF f \N f 1 +4029 310 Atqasuk Village (Atkasook) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAtqasuk NativeVillageOfAtqasuk \N \N \N \N \N \N \N LIF f \N f 4 +4005 310 Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MesaGrandeBandOfDieguenoMissionIndiansOfTheMesaGrandeReservationCalifornia MesaGrandeBandOfDieguenoMissionIndiansOfTheMesaGrandeReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4176 310 Ponca Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoncaTribeOfIndiansOfOklahoma PoncaTribeOfIndiansOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4298 310 Tonkawa Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TonkawaTribeOfIndiansOfOklahoma TonkawaTribeOfIndiansOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4258 310 Sitka Tribe of Alaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SitkaTribeOfAlaska SitkaTribeOfAlaska \N \N \N \N \N \N \N LIF f \N f 4 +4342 310 Village of Wainwright is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfWainwright VillageOfWainwright \N \N \N \N \N \N \N LIF f \N f 4 +4295 310 Tohono O'odham Nation of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TohonoO'odhamNationOfArizona TohonoO'odhamNationOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +3353 284 Pawnee Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PawneeNationOfOklahoma PawneeNationOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4322 310 Village of Alakanuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAlakanuk VillageOfAlakanuk \N \N \N \N \N \N \N LIF f \N f 4 +4324 310 Village of Aniak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAniak VillageOfAniak \N \N \N \N \N \N \N LIF f \N f 4 +4299 310 Tonto Apache Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TontoApacheTribeOfArizona TontoApacheTribeOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +4327 310 Village of Chefornak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfChefornak VillageOfChefornak \N \N \N \N \N \N \N LIF f \N f 4 +4329 310 Village of Crooked Creek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfCrookedCreek VillageOfCrookedCreek \N \N \N \N \N \N \N LIF f \N f 4 +4325 310 Village of Atmautluak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAtmautluak VillageOfAtmautluak \N \N \N \N \N \N \N LIF f \N f 4 +4340 310 Village of Stony River is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfStonyRiver VillageOfStonyRiver \N \N \N \N \N \N \N LIF f \N f 4 +4326 310 Village of Bill Moore's Slough is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfBillMoore'sSlough VillageOfBillMoore'sSlough \N \N \N \N \N \N \N LIF f \N f 4 +4330 310 Village of Dot Lake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfDotLake VillageOfDotLake \N \N \N \N \N \N \N LIF f \N f 4 +3296 284 Native Village of Tazlina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTazlina NativeVillageOfTazlina \N CEDS \N \N \N \N \N LIF f \N f 1 +3297 284 Native Village of Teller is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTeller NativeVillageOfTeller \N CEDS \N \N \N \N \N LIF f \N f 1 +3298 284 Native Village of Tetlin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTetlin NativeVillageOfTetlin \N CEDS \N \N \N \N \N LIF f \N f 1 +4276 310 Sun'aq Tribe of Kodiak (previously listed as Shoonaq' Tribe of Kodiak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sun'aqTribeOfKodiak Sun'aqTribeOfKodiak \N \N \N \N \N \N \N LIF f \N f 4 +4275 310 Summit Lake Paiute Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SummitLakePaiuteTribeOfNevada SummitLakePaiuteTribeOfNevada \N \N \N \N \N \N \N LIF f \N f 4 +4323 310 Village of Anaktuvuk Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAnaktuvukPass VillageOfAnaktuvukPass \N \N \N \N \N \N \N LIF f \N f 4 +4328 310 Village of Clarks Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfClarksPoint VillageOfClarksPoint \N \N \N \N \N \N \N LIF f \N f 4 +3461 284 St. Croix Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N St.CroixChippewaIndiansOfWisconsin St.CroixChippewaIndiansOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3359 284 Picayune Rancheria of Chukchansi Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PicayuneRancheriaOfChukchansiIndiansOfCalifornia PicayuneRancheriaOfChukchansiIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3357 284 Peoria Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PeoriaTribeOfIndiansOfOklahoma PeoriaTribeOfIndiansOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3522 284 Village of Iliamna is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfIliamna VillageOfIliamna \N CEDS \N \N \N \N \N LIF f \N f 1 +3521 284 Village of Dot Lake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfDotLake VillageOfDotLake \N CEDS \N \N \N \N \N LIF f \N f 1 +3527 284 Village of Ohogamiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfOhogamiut VillageOfOhogamiut \N CEDS \N \N \N \N \N LIF f \N f 1 +3529 284 Village of Sleetmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfSleetmute VillageOfSleetmute \N CEDS \N \N \N \N \N LIF f \N f 1 +3530 284 Village of Solomon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfSolomon VillageOfSolomon \N CEDS \N \N \N \N \N LIF f \N f 1 +3517 284 Village of Bill Moore's Slough is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfBillMoore'sSlough VillageOfBillMoore'sSlough \N CEDS \N \N \N \N \N LIF f \N f 1 +4139 310 Ohkay Owingeh, New Mexico (previously listed as Pueblo of San Juan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OhkayOwingehNewMexico OhkayOwingeh-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3349 284 Paskenta Band of Nomlaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaskentaBandOfNomlakiIndiansOfCalifornia PaskentaBandOfNomlakiIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3337 284 Organized Village of Kasaan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKasaan OrganizedVillageOfKasaan \N CEDS \N \N \N \N \N LIF f \N f 1 +3338 284 Organized Village of Kwethluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKwethluk OrganizedVillageOfKwethluk \N CEDS \N \N \N \N \N LIF f \N f 1 +3526 284 Village of Lower Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfLowerKalskag VillageOfLowerKalskag \N CEDS \N \N \N \N \N LIF f \N f 1 +3523 284 Village of Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKalskag VillageOfKalskag \N CEDS \N \N \N \N \N LIF f \N f 1 +3524 284 Village of Kaltag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKaltag VillageOfKaltag \N CEDS \N \N \N \N \N LIF f \N f 1 +3525 284 Village of Kotlik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKotlik VillageOfKotlik \N CEDS \N \N \N \N \N LIF f \N f 1 +3514 284 Village of Anaktuvuk Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAnaktuvukPass VillageOfAnaktuvukPass \N CEDS \N \N \N \N \N LIF f \N f 1 +3306 284 Native Village of White Mountain is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfWhiteMountain NativeVillageOfWhiteMountain \N CEDS \N \N \N \N \N LIF f \N f 1 +3348 284 Pascua Yaqui Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PascuaYaquiTribeOfArizona PascuaYaquiTribeOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3423 284 San Carlos Apache Tribe of the San Carlos Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanCarlosApacheTribeOfTheSanCarlosReservationArizona SanCarlosApacheTribeOfTheSanCarlosReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +4006 310 Mescalero Apache Tribe of the Mescalero Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MescaleroApacheTribeOfTheMescaleroReservationNewMexico MescaleroApacheTribeOfTheMescaleroReservation-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4195 310 Pueblo of Santa Ana, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSantaAnaNewMexico PuebloOfSantaAna-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4193 310 Pueblo of San Ildefonso, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSanIldefonsoNewMexico PuebloOfSanIldefonso-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4194 310 Pueblo of Sandia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSandiaNewMexico PuebloOfSandia-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3930 310 Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HualapaiIndianTribeOfTheHualapaiIndianReservationArizona HualapaiIndianTribeOfTheHualapaiIndianReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +3909 310 Fort Mojave Indian Tribe of Arizona, California & Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMojaveIndianTribeOfArizona-California&Nevada FortMojaveIndianTribeOfArizona-California&Nevada \N \N \N \N \N \N \N LIF f \N f 4 +3898 310 Enterprise Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EnterpriseRancheriaOfMaiduIndiansOfCalifornia EnterpriseRancheriaOfMaiduIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3882 310 Crow Tribe of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CrowTribeOfMontana CrowTribeOfMontana \N \N \N \N \N \N \N LIF f \N f 4 +3876 310 Coushatta Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoushattaTribeOfLouisiana CoushattaTribeOfLouisiana \N \N \N \N \N \N \N LIF f \N f 4 +3885 310 Delaware Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DelawareTribeOfIndians DelawareTribeOfIndians \N \N \N \N \N \N \N LIF f \N f 4 +3322 284 Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthernCheyenneTribeOfTheNorthernCheyenneIndianReservationMontana NorthernCheyenneTribeOfTheNorthernCheyenneIndianReservation-Montana \N CEDS \N \N \N \N \N LIF f \N f 1 +4309 310 Twenty-Nine Palms Band of Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twenty-NinePalmsBandOfMissionIndiansOfCalifornia Twenty-NinePalmsBandOfMissionIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3879 310 Coyote Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoyoteValleyBandOfPomoIndiansOfCalifornia CoyoteValleyBandOfPomoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3891 310 Eastern Shoshone Tribe of the Wind River Reservation, Wyoming (previously listed as Shoshone Tribe of the Wind River Reservation, Wyoming) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternShoshoneTribeOfTheWindRiverReservationWyoming EasternShoshoneTribeOfTheWindRiverReservation-Wyoming \N \N \N \N \N \N \N LIF f \N f 4 +3321 284 Arapaho Tribe of the Wind River Reservation, Wyoming is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthernArapahoTribeOfTheWindRiverReservationWyoming NorthernArapahoTribeOfTheWindRiverReservation-Wyoming \N CEDS \N \N \N \N \N LIF f \N f 1 +4212 310 Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedCliffBandOfLakeSuperiorChippewaIndiansOfWisconsin RedCliffBandOfLakeSuperiorChippewaIndiansOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 +4168 310 Picayune Rancheria of Chukchansi Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PicayuneRancheriaOfChukchansiIndiansOfCalifornia PicayuneRancheriaOfChukchansiIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4155 310 Pala Band of Mission Indians (previously listed as Pala Band of Luiseno Mission Indians of the Pala Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PalaBandOfMissionIndians PalaBandOfMissionIndians \N \N \N \N \N \N \N LIF f \N f 4 +4144 310 Organized Village of Grayling (aka Holikachuk) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfGrayling OrganizedVillageOfGrayling \N \N \N \N \N \N \N LIF f \N f 4 +4166 310 Peoria Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PeoriaTribeOfIndiansOfOklahoma PeoriaTribeOfIndiansOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4336 310 Village of Ohogamiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfOhogamiut VillageOfOhogamiut \N \N \N \N \N \N \N LIF f \N f 4 +4249 310 Shakopee Mdewakanton Sioux Community of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShakopeeMdewakantonSiouxCommunityOfMinnesota ShakopeeMdewakantonSiouxCommunityOfMinnesota \N \N \N \N \N \N \N LIF f \N f 4 +3323 284 Northfork Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthforkRancheriaOfMonoIndiansOfCalifornia NorthforkRancheriaOfMonoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3346 284 Pala Band of Mission Indians (previously listed as Pala Band of Luiseno Mission Indians of the Pala Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PalaBandOfMissionIndians PalaBandOfMissionIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +4140 310 Omaha Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OmahaTribeOfNebraska OmahaTribeOfNebraska \N \N \N \N \N \N \N LIF f \N f 4 +4334 310 Village of Kotlik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKotlik VillageOfKotlik \N \N \N \N \N \N \N LIF f \N f 4 +4235 310 San Pasqual Band of Diegueno Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanPasqualBandOfDieguenoMissionIndiansOfCalifornia SanPasqualBandOfDieguenoMissionIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4202 310 Qagan Tayagungin Tribe of Sand Point (previously listed as Qagan Tayagungin Tribe of Sand Point Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QaganTayagunginTribeOfSandPoint QaganTayagunginTribeOfSandPoint \N \N \N \N \N \N \N LIF f \N f 4 +4273 310 Stillaguamish Tribe of Indians of Washington (previously listed as Stillaguamish Tribe of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StillaguamishTribeOfIndiansOfWashington StillaguamishTribeOfIndiansOfWashington \N \N \N \N \N \N \N LIF f \N f 4 +4245 310 Seminole Tribe of Florida (previously listed as Seminole Tribe of Florida (Dania, Big Cypress, Brighton, Hollywood & Tampa Reservations)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SeminoleTribeOfFlorida SeminoleTribeOfFlorida \N \N \N \N \N \N \N LIF f \N f 4 +4157 310 Pascua Yaqui Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PascuaYaquiTribeOfArizona PascuaYaquiTribeOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +3390 284 Pueblo of Zia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfZia-NewMexico PuebloOfZia-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +4183 310 Pribilof Islands Aleut Communities of St. Paul & St. George Islands is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PribilofIslandsAleutCommunitiesOfSt.Paul&St.GeorgeIslands PribilofIslandsAleutCommunitiesOfSt.Paul&St.GeorgeIslands \N \N \N \N \N \N \N LIF f \N f 4 +3344 284 Paiute Indian Tribe of Utah (Cedar Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes (previously listed as Paiute Indian Tribe of Utah (Cedar City Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaiuteIndianTribeOfUtah PaiuteIndianTribeOfUtah \N CEDS \N \N \N \N \N LIF f \N f 1 +4702 91 Discontinued schooling, special education only \N 2221 DiscontinuedSchooling-specialEducationOnly \N \N \N \N \N \N \N LIF f \N f 4 +3335 284 Organized Village of Grayling (aka Holikachuk) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfGrayling OrganizedVillageOfGrayling \N CEDS \N \N \N \N \N LIF f \N f 1 +3343 284 Ottawa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OttawaTribeOfOklahoma OttawaTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3367 284 Ponca Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoncaTribeOfIndiansOfOklahoma PoncaTribeOfIndiansOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3513 284 Village of Alakanuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAlakanuk VillageOfAlakanuk \N CEDS \N \N \N \N \N LIF f \N f 1 +4718 91 Student moved to another country, may or may not be continuing \N 73078 StudentMovedToAnotherCountry-mayOrMayNotBeContinuing \N \N \N \N \N \N \N LIF f \N f 4 +4723 91 Transferred to another district or school, known to be continuing in program/service \N 2218 TransferredToAnotherDistrictOrSchool-knownToBeContinuingInProgram/service \N \N \N \N \N \N \N LIF f \N f 4 +4722 91 Transferred to another district or school, known not to be continuing in program/service \N 2406 TransferredToAnotherDistrictOrSchool-knownNotToBeContinuingInProgram/service \N \N \N \N \N \N \N LIF f \N f 4 +4724 91 Transferred to another district or school, not known to be continuing in program/service \N 2219 TransferredToAnotherDistrictOrSchool-notKnownToBeContinuingInProgram/service \N \N \N \N \N \N \N LIF f \N f 4 +3903 310 Forest County Potawatomi Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ForestCountyPotawatomiCommunityWisconsin ForestCountyPotawatomiCommunity-Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 +4707 91 Moved within the US, not known to be continuing \N 73075 MovedWithinTheUS-notKnownToBeContinuing \N \N \N \N \N \N \N LIF f \N f 4 +4709 91 Not eligible for Part B, exit with no referrals \N 6261 NotEligibleForPartB-exitWithNoReferrals \N \N \N \N \N \N \N LIF f \N f 4 +3374 284 Pribilof Islands Aleut Communities of St. Paul & St. George Islands is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PribilofIslandsAleutCommunitiesOfSt.Paul&St.GeorgeIslands PribilofIslandsAleutCommunitiesOfSt.Paul&St.GeorgeIslands \N CEDS \N \N \N \N \N LIF f \N f 1 +357 32 High school equivalency (e.g., GED) is the extent of formal instruction a person has received. \N 2409 HighSchoolEquivalency(e.g.-GED) \N CEDS \N \N \N \N \N LIF f \N t 1 +366 32 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N 1054 Master'sDegree(e.g.-M.A.-M.S.-M.Eng.-M.Ed.-M.S.W.-M.B.A.-M.L.S.) \N CEDS \N \N \N \N \N LIF f \N t 1 +4605 67 Discontinued schooling, special education only \N 2221 DiscontinuedSchooling-specialEducationOnly \N CEDS \N \N \N \N \N LIF f \N t 1 +4621 67 Student moved to another country, may or may not be continuing \N 73078 StudentMovedToAnotherCountry-mayOrMayNotBeContinuing \N CEDS \N \N \N \N \N LIF f \N t 1 +4626 67 Transferred to another district or school, known to be continuing in program/service \N 2218 TransferredToAnotherDistrictOrSchool-knownToBeContinuingInProgram/service \N CEDS \N \N \N \N \N LIF f \N t 1 +1735 65 The student repeated the course and it has been counted in grade point average. \N RepeatCounted Repeated-countedInGradePointAverage \N CEDS \N \N \N \N \N LIF f \N t 1 +4606 67 Eligible for IDEA, Part B \N 2227 EligibleForIDEA-PartB \N CEDS \N \N \N \N \N LIF f \N t 1 +776 33 \N \N sot Sotho-Southern \N CEDS \N \N \N \N \N LIF f \N t 1 +4625 67 Transferred to another district or school, known not to be continuing in program/service \N 2406 TransferredToAnotherDistrictOrSchool-knownNotToBeContinuingInProgram/service \N CEDS \N \N \N \N \N LIF f \N t 1 +1736 65 The student repeated the course and it has not been counted in grade point average. \N RepeatNotCounted Repeated-notCountedInGradePointAverage \N CEDS \N \N \N \N \N LIF f \N t 1 +4612 67 Not eligible for Part B, exit with no referrals \N 6261 NotEligibleForPartB-exitWithNoReferrals \N CEDS \N \N \N \N \N LIF f \N t 1 +4613 67 Not eligible for Part B, exit with referrals to other programs \N 2228 NotEligibleForPartB-exitWithReferralsToOtherPrograms \N CEDS \N \N \N \N \N LIF f \N t 1 +727 33 \N \N pro Provençal-Old(to1500);Occitan-Old(to1500) \N CEDS \N \N \N \N \N LIF f \N t 1 +1739 65 The student repeated the course and it has been counted by another institution. \N RepeatOtherInstitution Repeated-otherInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +361 32 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N 1047 FormalAward-certificateOrDiploma(lessThanOneYear) \N CEDS \N \N \N \N \N LIF f \N t 1 +362 32 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N 1048 FormalAward-certificateOrDiploma(moreThanOrEqualToOneYear) \N CEDS \N \N \N \N \N LIF f \N t 1 +354 32 12th grade, no diploma is the extent of formal instruction a person has received. \N 1809 12thGrade-NoDiploma \N CEDS \N \N \N \N \N LIF f \N t 1 +364 32 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N 73063 AdultEducationCertificationEndorsementOrDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +471 33 \N \N cpf CreolesAndpidgins-French-based \N CEDS \N \N \N \N \N LIF f \N t 1 +2771 267 Armed Forces Africa, Canada, Europe, and Mideast \N AE ArmedForcesAfricaCanadaEuropeAndMideast \N CEDS \N \N \N \N \N LIF f \N t 1 +367 32 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N 1055 Specialist'sDegree(e.g.-Ed.S.) \N CEDS \N \N \N \N \N LIF f \N t 1 +3877 310 Cow Creek Band of Umpqua Tribe of Indians (previously listed as Cow Creek Band of Umpqua Indians of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CowCreekBandOfUmpquaTribeOfIndians CowCreekBandOfUmpquaTribeOfIndians \N \N \N \N \N \N \N LIF f \N f 4 +3896 310 Ely Shoshone Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElyShoshoneTribeOfNevada ElyShoshoneTribeOfNevada \N \N \N \N \N \N \N LIF f \N f 4 +3533 284 Village of Wainwright is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfWainwright VillageOfWainwright \N CEDS \N \N \N \N \N LIF f \N f 1 +2775 268 Counties in metro areas of fewer than 250,000 population \N 3 CountiesInMetroAreasOffewerThan250000Population \N CEDS \N \N \N \N \N LIF f \N t 1 +2722 267 Federated States of Micronesia \N FM FederatedStatesOfMicronesia \N CEDS \N \N \N \N \N LIF f \N t 1 +4706 91 Moved out of state \N 2231 MovedOutOfstate \N \N \N \N \N \N \N LIF f \N f 4 +3532 284 Village of Venetie (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfVenetie VillageOfVenetie \N CEDS \N \N \N \N \N LIF f \N f 1 +2719 267 District of Columbia \N DC DistrictOfColumbia \N CEDS \N \N \N \N \N LIF f \N t 1 +3889 310 Eastern Band of Cherokee Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternBandOfCherokeeIndians EasternBandOfCherokeeIndians \N \N \N \N \N \N \N LIF f \N f 4 +3531 284 Village of Stony River is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfStonyRiver VillageOfStonyRiver \N CEDS \N \N \N \N \N LIF f \N f 1 +3890 310 Eastern Shawnee Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternShawneeTribeOfOklahoma EasternShawneeTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4145 310 Organized Village of Kake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKake OrganizedVillageOfKake \N \N \N \N \N \N \N LIF f \N f 4 +4225 310 Saginaw Chippewa Indian Tribe of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaginawChippewaIndianTribeOfMichigan SaginawChippewaIndianTribeOfMichigan \N \N \N \N \N \N \N LIF f \N f 4 +4291 310 The Seminole Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheSeminoleNationOfOklahoma TheSeminoleNationOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4335 310 Village of Lower Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfLowerKalskag VillageOfLowerKalskag \N \N \N \N \N \N \N LIF f \N f 4 +4333 310 Village of Kaltag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKaltag VillageOfKaltag \N \N \N \N \N \N \N LIF f \N f 4 +4270 310 St. Croix Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N St.CroixChippewaIndiansOfWisconsin St.CroixChippewaIndiansOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 +4337 310 Village of Red Devil is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfRedDevil VillageOfRedDevil \N \N \N \N \N \N \N LIF f \N f 4 +4271 310 Standing Rock Sioux Tribe of North & South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StandingRockSiouxTribeOfNorth&SouthDakota StandingRockSiouxTribeOfNorth&SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3396 284 Quartz Valley Indian Community of the Quartz Valley Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuartzValleyIndianCommunityOfTheQuartzValleyReservationOfCalifornia QuartzValleyIndianCommunityOfTheQuartzValleyReservationOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3339 284 Organized Village of Saxman is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfSaxman OrganizedVillageOfSaxman \N CEDS \N \N \N \N \N LIF f \N f 1 +3365 284 Poarch Band of Creeks (previously listed as Poarch Band of Creek Indians of Alabama) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoarchBandOfCreekIndians PoarchBandOfCreekIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3437 284 Seneca Nation of Indians (previously listed as Seneca Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SenecaNationOfIndians SenecaNationOfIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3492 284 Traditional Village of Togiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TraditionalVillageOfTogiak TraditionalVillageOfTogiak \N CEDS \N \N \N \N \N LIF f \N f 1 +3416 284 Saginaw Chippewa Indian Tribe of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaginawChippewaIndianTribeOfMichigan SaginawChippewaIndianTribeOfMichigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3440 284 Shakopee Mdewakanton Sioux Community of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShakopeeMdewakantonSiouxCommunityOfMinnesota ShakopeeMdewakantonSiouxCommunityOfMinnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +3466 284 Summit Lake Paiute Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SummitLakePaiuteTribeOfNevada SummitLakePaiuteTribeOfNevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3442 284 Sherwood Valley Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SherwoodValleyRancheriaOfPomoIndiansOfCalifornia SherwoodValleyRancheriaOfPomoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3424 284 San Juan Southern Paiute Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanJuanSouthernPaiuteTribeOfArizona SanJuanSouthernPaiuteTribeOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3464 284 Stillaguamish Tribe of Indians of Washington (previously listed as Stillaguamish Tribe of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StillaguamishTribeOfIndiansOfWashington StillaguamishTribeOfIndiansOfWashington \N CEDS \N \N \N \N \N LIF f \N f 1 +3436 284 Seminole Tribe of Florida (previously listed as Seminole Tribe of Florida (Dania, Big Cypress, Brighton, Hollywood & Tampa Reservations)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SeminoleTribeOfFlorida SeminoleTribeOfFlorida \N CEDS \N \N \N \N \N LIF f \N f 1 +3092 284 Federated Indians of Graton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FederatedIndiansOfGratonRancheriaCalifornia FederatedIndiansOfGratonRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3175 284 Little Traverse Bay Bands of Odawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleTraverseBayBandsOfOdawaIndiansMichigan LittleTraverseBayBandsOfOdawaIndians-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3091 284 Ewiiaapaayp Band of Kumeyaay Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EwiiaapaaypBandOfKumeyaayIndiansCalifornia EwiiaapaaypBandOfKumeyaayIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3119 284 Hopland Band of Pomo Indians, California (previously listed as Hopland Band of Pomo Indians of the Hopland Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoplandBandOfPomoIndiansCalifornia HoplandBandOfPomoIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3100 284 Fort Mojave Indian Tribe of Arizona, California & Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMojaveIndianTribeOfArizona-California&Nevada FortMojaveIndianTribeOfArizona-California&Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3126 284 Iipay Nation of Santa Ysabel, California (previously listed as Santa Ysabel Band of Diegueno Mission Indians of the Santa Ysabel Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IipayNationOfSantaYsabel-California IipayNationOfSantaYsabel-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4192 310 Pueblo of San Felipe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSanFelipeNewMexico PuebloOfSanFelipe-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3188 284 Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManzanitaBandOfDieguenoMissionIndiansOfTheManzanitaReservationCalifornia ManzanitaBandOfDieguenoMissionIndiansOfTheManzanitaReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3193 284 Mechoopda Indian Tribe of Chico Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MechoopdaIndianTribeOfChicoRancheriaCalifornia MechoopdaIndianTribeOfChicoRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3377 284 Pueblo of Isleta, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfIsletaNewMexico PuebloOfIsleta-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3209 284 Morongo Band of Mission Indians, California (previously listed as Morongo Band of Cahuilla Mission Indians of the Morongo Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MorongoBandOfMissionIndiansCalifornia MorongoBandOfMissionIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3984 310 Little Traverse Bay Bands of Odawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleTraverseBayBandsOfOdawaIndiansMichigan LittleTraverseBayBandsOfOdawaIndians-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3982 310 Little River Band of Ottawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleRiverBandOfOttawaIndiansMichigan LittleRiverBandOfOttawaIndians-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3974 310 La Jolla Band of Luiseno Indians, California (previously listed as La Jolla Band of Luiseno Mission Indians of the La Jolla Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LaJollaBandOfLuisenoIndiansCalifornia LaJollaBandOfLuisenoIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +3918 310 Habematolel Pomo of Upper Lake, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HabematolelPomoOfUpperLakeCalifornia HabematolelPomoOfUpperLake-California \N \N \N \N \N \N \N LIF f \N f 4 +3887 310 Dry Creek Rancheria Band of Pomo Indians, California (previously listed as Dry Creek Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DryCreekRancheriaBandOfPomoIndiansCalifornia DryCreekRancheriaBandOfPomoIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4187 310 Pueblo of Jemez, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfJemezNewMexico PuebloOfJemez-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4188 310 Pueblo of Laguna, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfLagunaNewMexico PuebloOfLaguna-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4151 310 Otoe-Missouria Tribe of Indians, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Otoe-MissouriaTribeOfIndiansOklahoma Otoe-MissouriaTribeOfIndians-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4186 310 Pueblo of Isleta, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfIsletaNewMexico PuebloOfIsleta-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4185 310 Pueblo of Cochiti, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfCochitiNewMexico PuebloOfCochiti-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4018 310 Morongo Band of Mission Indians, California (previously listed as Morongo Band of Cahuilla Mission Indians of the Morongo Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MorongoBandOfMissionIndiansCalifornia MorongoBandOfMissionIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4184 310 Pueblo of Acoma, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfAcomaNewMexico PuebloOfAcoma-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4196 310 Pueblo of Santa Clara, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSantaClaraNewMexico PuebloOfSantaClara-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3382 284 Pueblo of Pojoaque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfPojoaqueNewMexico PuebloOfPojoaque-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +4209 310 Ramona Band of Cahuilla, California (previously listed as Ramona Band or Village of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RamonaBandOfCahuillaCalifornia RamonaBandOfCahuilla-California \N \N \N \N \N \N \N LIF f \N f 4 +4213 310 Red Lake Band of Chippewa Indians, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedLakeBandOfChippewaIndiansMinnesota RedLakeBandOfChippewaIndians-Minnesota \N \N \N \N \N \N \N LIF f \N f 4 +4236 310 Santa Rosa Band of Cahuilla Indians, California (previously listed as Santa Rosa Band of Cahuilla Mission Indians of the Santa Rosa Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaRosaBandOfCahuillaIndiansCalifornia SantaRosaBandOfCahuillaIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4218 310 Rincon Band of Luiseno Mission Indians of Rincon Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RinconBandOfLuisenoMissionIndiansOfRinconReservationCalifornia RinconBandOfLuisenoMissionIndiansOfRinconReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4234 310 San Manuel Band of Mission Indians, California (previously listed as San Manual Band of Serrano Mission Indians of the San Manual Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanManuelBandOfMissionIndiansCalifornia SanManuelBandOfMissionIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +3380 284 Pueblo of Nambe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfNambeNewMexico PuebloOfNambe-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3378 284 Pueblo of Jemez, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfJemezNewMexico PuebloOfJemez-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3342 284 Otoe-Missouria Tribe of Indians, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Otoe-MissouriaTribeOfIndiansOklahoma Otoe-MissouriaTribeOfIndians-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3379 284 Pueblo of Laguna, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfLagunaNewMexico PuebloOfLaguna-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3375 284 Pueblo of Acoma, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfAcomaNewMexico PuebloOfAcoma-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3376 284 Pueblo of Cochiti, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfCochitiNewMexico PuebloOfCochiti-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3387 284 Pueblo of Santa Clara, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSantaClaraNewMexico PuebloOfSantaClara-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3388 284 Pueblo of Taos, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfTaosNewMexico PuebloOfTaos-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3404 284 Red Lake Band of Chippewa Indians, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedLakeBandOfChippewaIndiansMinnesota RedLakeBandOfChippewaIndians-Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +3409 284 Rincon Band of Luiseno Mission Indians of Rincon Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RinconBandOfLuisenoMissionIndiansOfRinconReservationCalifornia RinconBandOfLuisenoMissionIndiansOfRinconReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3400 284 Ramona Band of Cahuilla, California (previously listed as Ramona Band or Village of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RamonaBandOfCahuillaCalifornia RamonaBandOfCahuilla-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3427 284 Santa Rosa Band of Cahuilla Indians, California (previously listed as Santa Rosa Band of Cahuilla Mission Indians of the Santa Rosa Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaRosaBandOfCahuillaIndiansCalifornia SantaRosaBandOfCahuillaIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3389 284 Pueblo of Tesuque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfTesuqueNewMexico PuebloOfTesuque-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3383 284 Pueblo of San Felipe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSanFelipeNewMexico PuebloOfSanFelipe-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3385 284 Pueblo of Sandia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSandiaNewMexico PuebloOfSandia-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3900 310 Ewiiaapaayp Band of Kumeyaay Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EwiiaapaaypBandOfKumeyaayIndiansCalifornia EwiiaapaaypBandOfKumeyaayIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4715 91 Received certificate of completion, modified diploma, or finished IEP requirements \N 2213 ReceivedCertificateOfcompletion-modifiedDiploma-orFinishedIEPRequirements \N \N \N \N \N \N \N LIF f \N f 4 +3454 284 Soboba Band of Luiseno Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SobobaBandOfLuisenoIndiansCalifornia SobobaBandOfLuisenoIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3447 284 Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-PaiuteTribesOfTheDuckValleyReservationNevada Shoshone-PaiuteTribesOfTheDuckValleyReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3901 310 Federated Indians of Graton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FederatedIndiansOfGratonRancheriaCalifornia FederatedIndiansOfGratonRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3567 286 Permanent, at time of admission is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N PermanentatTimeOfAdmission Permanent-atTimeOfadmission \N CEDS \N \N \N \N \N LIF f \N t 1 +2776 268 Urban population of 20,000 or more, adjacent to a metro area \N 4 UrbanPopulationOf20000OrMore-adjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +2777 268 Urban population of 20,000 or more, not adjacent to a metro area \N 5 UrbanPopulationOf20000OrMore-notAdjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +4618 67 Received certificate of completion, modified diploma, or finished IEP requirements \N 2213 ReceivedCertificateOfcompletion-modifiedDiploma-orFinishedIEPRequirements \N CEDS \N \N \N \N \N LIF f \N t 1 +3906 310 Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortIndependenceIndianCommunityOfPaiuteIndiansOfTheFortIndependenceReservationCalifornia FortIndependenceIndianCommunityOfPaiuteIndiansOfTheFortIndependenceReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +2778 268 Urban population of 2,500 to 19,999, adjacent to a metro area \N 6 UrbanPopulationOf2500To19999-adjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +2779 268 Urban population of 2,500 to 19,999, not adjacent to a metro area \N 7 UrbanPopulationOf2500To19999-notAdjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +1747 68 Audited or visited the course is specified as additional information regarding the context of the given grade. \N AuditedCourse AuditedOrVisitedTheCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +2687 265 A membership organization primarily engaged in promoting the interests of their business members and providing them with services that may involve the provision of education and credentialing services. \N BusinessOrIndustryAssociation BusinessOrIndustryAssociation \N CEDS \N \N \N \N \N LIF f \N t 1 +2968 283 The related Person Identifier uses the person's professional certificate or license number. \N ProfessionalCertificateOrLicenseNumber ProfessionalCertificateOrLicenseNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +23 2 Obtain a state- or industry-recognized certificate or license is specified as the reason for which an assessment is designed or delivered. \N ObtainAState-OrIndustry-recognizedCertificateOrLicense ObtainAState-OrIndustry-recognizedCertificateOrLicense \N CEDS \N \N \N \N \N LIF f \N t 1 +2530 155 \N \N NationalGuardOrReserve NationalGuardOrReserve \N NONE \N \N \N \N \N LIF f \N t 1 +1879 80 \N \N 493 GradeEquivalentOrGrade-levelIndicator \N CEDS \N \N \N \N \N LIF f \N f 4 +1627 56 \N \N GradeEquivalentOrGrade-levelIndicator GradeEquivalentOrGrade-levelIndicator \N CEDS \N \N \N \N \N LIF f \N t 1 +28 2 Promotion to or retention in a grade or program is specified as the reason for which an assessment is designed or delivered. \N PromotionToOrRetentionInAGradeOrProgram PromotionToOrRetentionInAGradeOrProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +4215 310 Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California (previously listed as Redwood Valley Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedwoodValleyOrLittleRiverBandOfPomoIndiansOfTheRedwoodValleyRancheriaCalifornia RedwoodValleyOrLittleRiverBandOfPomoIndiansOfTheRedwoodValleyRancheriaCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3406 284 Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California (previously listed as Redwood Valley Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedwoodValleyOrLittleRiverBandOfPomoIndiansOfTheRedwoodValleyRancheriaCalifornia RedwoodValleyOrLittleRiverBandOfPomoIndiansOfTheRedwoodValleyRancheriaCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +1952 84 Extension center or site is specified as the type of location at which the course is taught. \N Extension ExtensionCenterOrSite \N CEDS \N \N \N \N \N LIF f \N f 4 +2438 144 \N \N LookingForWork LookingForWork \N \N \N \N \N \N \N LIF f \N t 1 +4721 91 Transferred to a juvenile or adult correctional facility where educational services are not provided \N 73077 TransferredToAJuvenileOrAdultCorrectionalFacilityWhereEducationalServicesAreNotProvided \N \N \N \N \N \N \N LIF f \N f 4 +4624 67 Transferred to a juvenile or adult correctional facility where educational services are not provided \N 73077 TransferredToAJuvenileOrAdultCorrectionalFacilityWhereEducationalServicesAreNotProvided \N CEDS \N \N \N \N \N LIF f \N t 1 +1858 78 Higher or upper division credit (associated with third or fourth year) is specified as the level of credit associated with the credit hours earned for the course. \N UpperDivision HigherOrUpperDivisionCredit(associatedWithThirdOrFourthYear) \N CEDS \N \N \N \N \N LIF f \N f 4 +363 32 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N 1050 Associate'sDegree(twoYearsOrMore) \N CEDS \N \N \N \N \N LIF f \N t 1 +3670 290 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N Associate'sDegree(twoYearsOrMore) Associate'sDegree(twoYearsOrMore) \N CEDS \N \N \N \N \N LIF f \N f 1 \. @@ -17890,13 +17890,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 28 SpecialReservedWords \N \N 10 \N \N \N \N \N LIF f \N f \N 348 Test2UpdatedValueSet This is a test of updating a value set. considerations 25 \N 2025-08-19 22:25:33.387+00 2025-08-19 22:25:33.387+00 \N Mary Gwozdz Unicon f \N f \N 349 Test2AnotherNewValueSetWithValues This is a test of creating a new value set with values. considerations 18 \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f \N -37 Normative Association Types \N \N 4 \N \N \N \N \N LIF f \N f \N -38 Voc 1 \N \N 4 \N \N \N \N \N LIF f \N f \N -39 Voc 3 \N \N 4 \N \N \N \N \N LIF f \N f \N -40 Voc 7 \N \N 4 \N \N \N \N \N LIF f \N f \N -41 Voc 9 \N \N 4 \N \N \N \N \N LIF f \N f \N -42 Normative Association Types \N \N 10 \N \N \N \N \N LIF f \N f \N -43 Normative Association Types \N \N 14 \N \N \N \N \N LIF f \N f \N 44 SpecialReservedWords \N \N 14 \N \N \N \N \N LIF f \N f \N 70 resultType \N \N 3 \N \N \N \N \N LIF f \N f \N 71 assessmentMethod \N \N 3 \N \N \N \N \N LIF f \N f \N @@ -17952,22 +17945,15 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 121 lifeCycleStatusType \N \N 10 \N \N \N \N \N LIF f \N f \N 338 TestUpdatedValueSet This is a test of updating a value set. considerations 25 \N 2025-08-19 22:25:33.387+00 2025-08-19 22:25:33.387+00 \N Mary Gwozdz Unicon f \N t \N 2 assessmentPurpose \N \N 1 \N \N \N \N \N LIF f \N t \N +37 NormativeAssociationTypes \N \N 4 \N \N \N \N \N LIF f \N f \N +38 Voc1 \N \N 4 \N \N \N \N \N LIF f \N f \N +39 Voc3 \N \N 4 \N \N \N \N \N LIF f \N f \N +40 Voc7 \N \N 4 \N \N \N \N \N LIF f \N f \N +41 Voc9 \N \N 4 \N \N \N \N \N LIF f \N f \N +42 NormativeAssociationTypes \N \N 10 \N \N \N \N \N LIF f \N f \N +43 NormativeAssociationTypes \N \N 14 \N \N \N \N \N LIF f \N f \N 345 TestNewValueSet This is a test of creating a new value set. considerations 25 \N 2025-08-19 22:25:33.387+00 2025-08-19 22:25:33.387+00 \N Mary Gwozdz Unicon f \N f \N 346 TestAnotherNewValueSetWithValues This is a test of creating a new value set with values. considerations 25 \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f \N -129 Normative Achievement Type \N \N 12 \N \N \N \N \N LIF f \N f \N -130 Normative Credential Format \N \N 12 \N \N \N \N \N LIF f \N f \N -131 Normative Identifier Type \N \N 3 \N \N \N \N \N LIF f \N f \N -132 Normative ID Type \N \N 3 \N \N \N \N \N LIF f \N f \N -133 Normative Achievement Type \N \N 3 \N \N \N \N \N LIF f \N f \N -134 Normative Award Status \N \N 3 \N \N \N \N \N LIF f \N f \N -135 Normative Credential Status Type \N \N 3 \N \N \N \N \N LIF f \N f \N -136 Normative Alignment Type \N \N 3 \N \N \N \N \N LIF f \N f \N -137 Normative Credential Format \N \N 3 \N \N \N \N \N LIF f \N f \N -138 Normative ID Type \N \N 4 \N \N \N \N \N LIF f \N f \N -139 Normative Achievement Type \N \N 10 \N \N \N \N \N LIF f \N f \N -140 Normative ID Type \N \N 15 \N \N \N \N \N LIF f \N f \N -141 Normative Credential Status Type \N \N 15 \N \N \N \N \N LIF f \N f \N -142 Normative Credential Format \N \N 15 \N \N \N \N \N LIF f \N f \N 161 positionEmploymentStatus \N \N 2 \N \N \N \N \N LIF f \N f \N 162 personEmploymentStatus \N \N 2 \N \N \N \N \N LIF f \N f \N 163 employmentSchedule \N \N 2 \N \N \N \N \N LIF f \N f \N @@ -18048,6 +18034,19 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 238 militaryBranch \N \N 9 \N \N \N \N \N LIF f \N f \N 239 militaryStatus \N \N 9 \N \N \N \N \N LIF f \N f \N 240 militaryEnlistmentExit \N \N 9 \N \N \N \N \N LIF f \N f \N +130 NormativeCredentialFormat \N \N 12 \N \N \N \N \N LIF f \N f \N +131 NormativeIdentifierType \N \N 3 \N \N \N \N \N LIF f \N f \N +132 NormativeIDType \N \N 3 \N \N \N \N \N LIF f \N f \N +133 NormativeAchievementType \N \N 3 \N \N \N \N \N LIF f \N f \N +134 NormativeAwardStatus \N \N 3 \N \N \N \N \N LIF f \N f \N +135 NormativeCredentialStatusType \N \N 3 \N \N \N \N \N LIF f \N f \N +136 NormativeAlignmentType \N \N 3 \N \N \N \N \N LIF f \N f \N +137 NormativeCredentialFormat \N \N 3 \N \N \N \N \N LIF f \N f \N +138 NormativeIDType \N \N 4 \N \N \N \N \N LIF f \N f \N +139 NormativeAchievementType \N \N 10 \N \N \N \N \N LIF f \N f \N +140 NormativeIDType \N \N 15 \N \N \N \N \N LIF f \N f \N +141 NormativeCredentialStatusType \N \N 15 \N \N \N \N \N LIF f \N f \N +142 NormativeCredentialFormat \N \N 15 \N \N \N \N \N LIF f \N f \N 241 dischargeStatus \N \N 9 \N \N \N \N \N LIF f \N f \N 242 jobCodeType \N \N 9 \N \N \N \N \N LIF f \N f \N 243 industryCodeType \N \N 9 \N \N \N \N \N LIF f \N f \N @@ -18086,11 +18085,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 315 highestLevelEducation \N \N 4 \N \N \N \N \N LIF f \N f \N 340 TestSecondNewValueSetWithValues This is a test of creating a new value set with values. considerations 25 \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N t \N 341 TestSecondNewValueSetWithValues This is a test of creating a new value set with values. considerations 25 \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N t \N -328 Voc 2 \N \N 4 \N \N \N \N \N LIF f \N f \N -329 Voc 4 \N \N 4 \N \N \N \N \N LIF f \N f \N -330 Voc 5 \N \N 4 \N \N \N \N \N LIF f \N f \N -331 Voc 6 \N \N 4 \N \N \N \N \N LIF f \N f \N -332 Voc 8 \N \N 4 \N \N \N \N \N LIF f \N f \N 333 participationStatus \N \N 4 \N \N \N \N \N LIF f \N f \N 334 AssessmentMethod \N \N 10 \N \N \N \N \N LIF f \N f \N 335 AudienceLevelType \N \N 10 \N \N \N \N \N LIF f \N f \N @@ -18098,12 +18092,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 8 resultDataType \N \N 1 \N \N \N \N \N LIF f \N t \N 9 gradeStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 11 reasonNotCompleting \N \N 1 \N \N \N \N \N LIF f \N t \N -29 Normative Proficiency Scale Type \N \N 1 \N \N \N \N \N LIF f \N t \N -30 Normative Association Types \N \N 1 \N \N \N \N \N LIF f \N t \N -31 Voc 2 \N \N 1 \N \N \N \N \N LIF f \N t \N -32 Voc 1 \N \N 1 \N \N \N \N \N LIF f \N t \N -33 Voc 3 \N \N 1 \N \N \N \N \N LIF f \N t \N -35 Voc 9 \N \N 1 \N \N \N \N \N LIF f \N t \N 36 SpecialReservedWords \N \N 1 \N \N \N \N \N LIF f \N t \N 46 SystemType \N \N 1 \N \N \N \N \N LIF f \N t \N 48 courseStandardAlignment \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18117,7 +18105,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 1 schoolIdentificationSystem \N \N 1 \N \N \N \N \N LIF f \N t \N 10 completionStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 56 assessmentReportingMethod \N \N 1 \N \N \N \N \N LIF f \N t \N -122 Normative Identifier Type \N \N 1 \N \N \N \N \N LIF f \N t \N 155 militaryStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 261 identificationSystem \N \N 1 \N \N \N \N \N LIF f \N t \N 270 telephoneNumberType \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18134,7 +18121,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 306 emergencyContact \N \N 1 \N \N \N \N \N LIF f \N t \N 307 primaryContact \N \N 1 \N \N \N \N \N LIF f \N t \N 308 languageType \N \N 1 \N \N \N \N \N LIF f \N t \N -316 Voc 4 \N \N 1 \N \N \N \N \N LIF f \N t \N 262 operationalStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 3 applicableEducationLevel \N \N 1 \N \N \N \N \N LIF f \N t \N 4 assessmentTypeAdministered \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18144,14 +18130,23 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 342 TestUpdatedValueSet This is a test of updating a value set. considerations 25 \N 2025-08-19 22:25:33.387+00 2025-08-19 22:25:33.387+00 \N Mary Gwozdz Unicon f \N t \N 290 highestLevelEducation \N \N 1 \N \N \N \N \N LIF f \N f \N 350 contentStandardStatus \N \N 1 \N 2025-09-16 15:45:00+00 2025-09-16 15:45:00+00 \N UX LIF f \N f \N +329 Voc4 \N \N 4 \N \N \N \N \N LIF f \N f \N +330 Voc5 \N \N 4 \N \N \N \N \N LIF f \N f \N +331 Voc6 \N \N 4 \N \N \N \N \N LIF f \N f \N +332 Voc8 \N \N 4 \N \N \N \N \N LIF f \N f \N +30 NormativeAssociationTypes \N \N 1 \N \N \N \N \N LIF f \N t \N +31 Voc2 \N \N 1 \N \N \N \N \N LIF f \N t \N +32 Voc1 \N \N 1 \N \N \N \N \N LIF f \N t \N +33 Voc3 \N \N 1 \N \N \N \N \N LIF f \N t \N +35 Voc9 \N \N 1 \N \N \N \N \N LIF f \N t \N +122 NormativeIdentifierType \N \N 1 \N \N \N \N \N LIF f \N t \N +316 Voc4 \N \N 1 \N \N \N \N \N LIF f \N t \N 284 tribalNationName \N \N 1 \N \N \N \N \N LIF f \N f \N 288 sex \N \N 1 \N \N \N \N \N LIF f \N f \N 45 lifEntities \N \N 1 \N \N \N \N \N LIF f \N f \N 287 addressState \N \N 1 \N \N \N \N \N LIF f \N f \N 47 courseGPAAplicability \N \N 1 \N \N \N \N \N LIF f \N t \N 295 nativeHawaiianOrOtherPacificIslander \N \N 1 \N \N \N \N \N LIF f \N t \N -317 Voc 5 \N \N 1 \N \N \N \N \N LIF f \N t \N -318 Voc 6 \N \N 1 \N \N \N \N \N LIF f \N t \N 58 courseHonorsType \N \N 1 \N \N \N \N \N LIF f \N t \N 59 instructionMethod \N \N 1 \N \N \N \N \N LIF f \N t \N 60 courseInstructionSiteType \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18164,11 +18159,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 67 courseExitReason \N \N 1 \N \N \N \N \N LIF f \N t \N 68 gradeStatusCode \N \N 1 \N \N \N \N \N LIF f \N t \N 69 singleSexClassStatus \N \N 1 \N \N \N \N \N LIF f \N t \N -124 Normative Achievement Type \N \N 1 \N \N \N \N \N LIF f \N t \N -125 Normative Award Status \N \N 1 \N \N \N \N \N LIF f \N t \N -126 Normative Credential Status Type \N \N 1 \N \N \N \N \N LIF f \N t \N -127 Normative Alignment Type \N \N 1 \N \N \N \N \N LIF f \N t \N -128 Normative Credential Format \N \N 1 \N \N \N \N \N LIF f \N t \N 143 positionEmploymentStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 144 personEmploymentStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 145 employmentSchedule \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18203,7 +18193,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 292 americanIndianOrAlaskan \N \N 1 \N \N \N \N \N LIF f \N t \N 293 asian \N \N 1 \N \N \N \N \N LIF f \N t \N 294 blackOrAfricanAmerican \N \N 1 \N \N \N \N \N LIF f \N t \N -319 Voc 8 \N \N 1 \N \N \N \N \N LIF f \N t \N 321 AudienceType \N \N 1 \N \N \N \N \N LIF f \N t \N 322 AudienceLevelType \N \N 1 \N \N \N \N \N LIF f \N t \N 323 Delivery \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18213,7 +18202,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 327 distanceEducationProgram \N \N 1 \N \N \N \N \N LIF f \N t \N 34 testibilityType \N \N 1 \N \N \N \N \N LIF f \N t \N 320 AssessmentMethod \N \N 1 \N \N \N \N \N LIF f \N t \N -123 Normative ID Type \N \N 1 \N \N \N \N \N LIF f \N t \N 364 deletedStatus \N \N 1 \N \N \N \N \N LIF f \N f \N 289 gender \N \N 1 \N \N \N \N \N LIF f \N f \N 351 language \N \N 1 \N \N \N \N \N LIF f \N f \N @@ -18229,6 +18217,18 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 361 idType \N \N 1 \N \N \N \N \N LIF f \N f \N 362 branch \N \N 1 \N \N \N \N \N LIF f \N f \N 363 normalTimeCompletionUnits \N \N 1 \N \N \N \N \N LIF f \N f \N +129 NormativeAchievementType \N \N 12 \N \N \N \N \N LIF f \N f \N +328 Voc2 \N \N 4 \N \N \N \N \N LIF f \N f \N +29 NormativeProficiencyScaleType \N \N 1 \N \N \N \N \N LIF f \N t \N +317 Voc5 \N \N 1 \N \N \N \N \N LIF f \N t \N +318 Voc6 \N \N 1 \N \N \N \N \N LIF f \N t \N +124 NormativeAchievementType \N \N 1 \N \N \N \N \N LIF f \N t \N +125 NormativeAwardStatus \N \N 1 \N \N \N \N \N LIF f \N t \N +126 NormativeCredentialStatusType \N \N 1 \N \N \N \N \N LIF f \N t \N +127 NormativeAlignmentType \N \N 1 \N \N \N \N \N LIF f \N t \N +128 NormativeCredentialFormat \N \N 1 \N \N \N \N \N LIF f \N t \N +319 Voc8 \N \N 1 \N \N \N \N \N LIF f \N t \N +123 NormativeIDType \N \N 1 \N \N \N \N \N LIF f \N t \N \. @@ -18762,5 +18762,5 @@ ALTER TABLE ONLY public."TransformationAttributes" -- PostgreSQL database dump complete -- -\unrestrict zx3zIkeT4b37a7IAXsl16N94tUClHXnAXZaBrvz3JVKfqa3fXHJMM8SAcc6f62u +\unrestrict 7MEW5zDL7l2cER19fvhPy6b8zVmcU3Z5XgJELWLR5TVItgZYL0QJ8PdQpLRcV9M diff --git a/sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.1__metadata_repository_init.sql b/sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.1__metadata_repository_init.sql index 0bfd1bb..296e11b 100644 --- a/sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.1__metadata_repository_init.sql +++ b/sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.1__metadata_repository_init.sql @@ -2,9 +2,9 @@ -- PostgreSQL database dump -- --- \restrict zx3zIkeT4b37a7IAXsl16N94tUClHXnAXZaBrvz3JVKfqa3fXHJMM8SAcc6f62u +-- \restrict 7MEW5zDL7l2cER19fvhPy6b8zVmcU3Z5XgJELWLR5TVItgZYL0QJ8PdQpLRcV9M --- Dumped from database version 18.1 (Debian 18.1-1.pgdg13+2) +-- Dumped from database version 18.3 (Debian 18.3-1.pgdg13+1) -- Dumped by pg_dump version 18.1 (Homebrew) SET statement_timeout = 0; @@ -803,10 +803,8 @@ ALTER TABLE public."ValueSets" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTIT -- COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConsiderations", "DataModelId", "DataType", "ValueSetId", "Required", "Array", "SourceModel", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Extension", "ExtensionNotes", "Deleted", "Tags", "Example", "Common") FROM stdin; -1467 Generation Code or Suffix Person.Generation Code or Suffix An appendage, if any, used to denote a person's generation in his family (e.g., Jr., Sr., III). \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1328 informationSourceId Common.Contact.Address.informationSourceId The indentifier for the Information Source record associated with this entity \N 17 string \N Yes No LIF-Addition \N \N \N \N \N LIF f \N t \N \N \N 3 shortName Assessment.shortName An abbreviated title for an assessment. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -97 Assessment Revision Date Assessment.Assessment Revision Date The month, day, and year that the conceptual design for the assessment was most recently revised substantially \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1237 code OrgCode.code \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1830 TestUpdatedSourceAttribute TestUpdatedSourceAttribute This is a test of creating updated Source attribute consideration 25 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Unicon f \N t \N \N \N 69 achievementType achievement.achievementType The achievement is an assessment if the achievementType = Assessment \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -815,7 +813,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 72 description achievement.description A short description of the achievement. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 73 creator achievement.creator The person or organization that created the achievement definition. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 74 version achievement.version \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -75 name / description achievement.name / description The name and description of the achievement when the achievementType = competency \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 76 criteria achievement.criteria Criteria describing how to earn the achievement. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 77 fieldOfStudy achievement.fieldOfStudy Category, subject, area of study, discipline, or general branch of knowledge. Examples include Business, Education, Psychology, and Technology. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 78 resultType resultDescription.resultType The type of result this description represents. This is an extensible enumerated vocabulary. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -835,42 +832,22 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 90 Tag achievement.Tag One or more short, human-friendly, searchable, keywords that describe the type of achievement when achievementType = Assessment \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 91 description resultType.description Descriptions of each result type \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 92 Issuer achievementCredential.Issuer A description of the individual, entity, or organization that issued the credential. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -93 Assessment Identifier Assessment.Assessment Identifier A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity. This may be the publisher identifier. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -94 Assessment Short Name Assessment.Assessment Short Name An abbreviated title for an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -95 Assessment Title Assessment.Assessment Title The title name or name of the assessment \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -96 Assessment Provider Assessment.Assessment Provider Identifies the provider or publisher of the assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 180 feedback AssessmentTaken.feedback \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1844 TestAttribute4 TestAttribute4 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N -98 Assessment Type Assessment.Assessment Type The category of an assessment based on format and content. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -99 Assessment Objective Assessment.Assessment Objective This is the objective that the assessment is measuring \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -100 Goal Description Goal.Goal Description A statement that describes the desired outcomes. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -101 Goal Success Criteria Goal.Goal Success Criteria One or more statements that describes the criteria used by teachers and students to check for attainment of a goal. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -102 Assessment Academic Subject Assessment.Assessment Academic Subject The description of the academic content or subject area (e.g., arts, mathematics, reading, or a foreign language) being evaluated. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -103 Assessment Purpose Assessment.Assessment Purpose The reason for which an assessment is designed or delivered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -104 Assessment Level for Which Designed Assessment.Assessment Level for Which Designed The typical grade or combination of grade-levels, developmental leves, or age-levels for which an assessment is designed \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -105 Assessment Type Administered Assessment.Assessment Type Administered The type of assessment administered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -106 Assessment Score Metric Type Assessment.Assessment Score Metric Type The specific method used to report the performance and achievement of the assessment. This is the metric that is being used to derive the scores. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -107 Assessment Language Assessment Form.Assessment Language The language in which the assessment form is designed to be delivered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -108 Assessment Performance Level Identifier Assessment Performance Level.Assessment Performance Level Identifier A unique number or alphanumeric code assigned to an assessment performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -109 Assessment Performance Level Label Assessment Performance Level.Assessment Performance Level Label A label representing the performance level appropriate for use on a report. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -110 Assessment Performance Level Lower Cut Score Assessment Performance Level.Assessment Performance Level Lower Cut Score Lowest possible score for the performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -111 Assessment Performance Level Upper Cut Score Assessment Performance Level.Assessment Performance Level Upper Cut Score Highest possible score for the performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -112 Assessment Performance Level Descriptive Feedback Assessment Performance Level.Assessment Performance Level Descriptive Feedback A feedback message designed to be reported with the assessment performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -113 date issued Learning Assessment.date issued The date when the learning assessment was formally approved/issued. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +97 AssessmentRevisionDate Assessment.AssessmentRevisionDate The month, day, and year that the conceptual design for the assessment was most recently revised substantially \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +75 name/description achievement.name/description The name and description of the achievement when the achievementType = competency \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +94 AssessmentShortName Assessment.AssessmentShortName An abbreviated title for an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +95 AssessmentTitle Assessment.AssessmentTitle The title name or name of the assessment \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +96 AssessmentProvider Assessment.AssessmentProvider Identifies the provider or publisher of the assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +98 AssessmentType Assessment.AssessmentType The category of an assessment based on format and content. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +99 AssessmentObjective Assessment.AssessmentObjective This is the objective that the assessment is measuring \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +100 GoalDescription Goal.GoalDescription A statement that describes the desired outcomes. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +101 GoalSuccessCriteria Goal.GoalSuccessCriteria One or more statements that describes the criteria used by teachers and students to check for attainment of a goal. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +102 AssessmentAcademicSubject Assessment.AssessmentAcademicSubject The description of the academic content or subject area (e.g., arts, mathematics, reading, or a foreign language) being evaluated. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +103 AssessmentPurpose Assessment.AssessmentPurpose The reason for which an assessment is designed or delivered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 114 ContentStandard Assessment.ContentStandard An indication as to whether an assessment conforms to a standard (e.g., local standard, statewide standard, regional standard, association standard). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -115 Actual Start Date Time Assessment Participant Session.Actual Start Date Time Date and time the assessment actually began. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -116 Actual End Date Time Assessment Participant Session.Actual End Date Time Date and time the assessment actually ended. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 47 ownedBy Assessment.ownedBy \N No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -117 awardedBy Learning Assessment.awardedBy The awarding details of the learning assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -118 Score Value Assessment Result.Score Value A meaningful raw score, derived score, or statistical expression of the performance of a person on an assessment. The type of result is indicated by the Assessment Score Metric Type element. The results can be expressed as a number, percentile, range, level, etc. The score relates to all scored items or a sub test scoring one aspect of performance on the test. This value may or may not correspond to one or more Performance Levels. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -119 Score Type Assessment Result.Score Type Indicates the purpose for which this assessment score instance was recorded. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -120 Result DataType Assessment Result.Result DataType The data type of the assessment result score value. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -121 Completion Status AssessmentRegistration.Completion Status The completion and scoring status for an instance of a person taking an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -122 Reason Not Completing AssessmentRegistration.Reason Not Completing The primary reason a participant did not complete an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -123 Time Assessed Assessment Participation Session.Time Assessed The overall time a learner actually spent during the assessment session. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1121 endDate Position.Wage.endDate Date some event or activity ends. \N 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N -124 Delivery Device Details Assessment Participation Session.Delivery Device Details The details about the device or platform by with which the assessment was delivered to the learner. \N 4 \N \N \N \N \N About an instance of assessment \N \N \N \N LIF f \N f \N \N \N -125 Assessment Session Location Assessment Participation Session.Assessment Session Location The description of the place where an assessment is administered. \N 4 \N \N \N \N \N About an instance of assessment \N \N \N \N LIF f \N f \N \N \N 126 id Exam.id \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 127 name Exam.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 128 unitsContentOwner Exam.unitsContentOwner \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -880,7 +857,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 132 resultValuesGroups Exam.resultValuesGroups \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 133 AssessmentIdentifier Assessment.AssessmentIdentifier A unique number or alphanumeric code assigned to an assessment. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 134 AssessmentTitle Assessment.AssessmentTitle The title or name of the assessment. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -181 TestName, TestNameType TestsType.TestName, TestNameType Name identifying the test \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1238 name Organization.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1845 TestAttribute5 TestAttribute5 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N 1851 TestUpdatedAttribute11 TestUpdatedAttribute11 This is a test of creating updated attribute consideration 25 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Unicon f \N f \N 12345 \N @@ -889,6 +865,26 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 136 AssessmentCategory Assessment.AssessmentCategory The category of an assessment based on format and content. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 137 AcademicSubject Assessment.AcademicSubject The description of the content or subject area (e.g., arts, mathematics, reading, stenography, or a foreign language) of an assessment. \N 6 string \N \N \N \N Reference to AcademicSubjectDescriptor \N \N \N \N LIF f \N f \N \N \N 980 type Evidence.type The type of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +105 AssessmentTypeAdministered Assessment.AssessmentTypeAdministered The type of assessment administered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +106 AssessmentScoreMetricType Assessment.AssessmentScoreMetricType The specific method used to report the performance and achievement of the assessment. This is the metric that is being used to derive the scores. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +107 AssessmentLanguage AssessmentForm.AssessmentLanguage The language in which the assessment form is designed to be delivered \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +108 AssessmentPerformanceLevelIdentifier AssessmentPerformanceLevel.AssessmentPerformanceLevelIdentifier A unique number or alphanumeric code assigned to an assessment performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +109 AssessmentPerformanceLevelLabel AssessmentPerformanceLevel.AssessmentPerformanceLevelLabel A label representing the performance level appropriate for use on a report. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +110 AssessmentPerformanceLevelLowerCutScore AssessmentPerformanceLevel.AssessmentPerformanceLevelLowerCutScore Lowest possible score for the performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +111 AssessmentPerformanceLevelUpperCutScore AssessmentPerformanceLevel.AssessmentPerformanceLevelUpperCutScore Highest possible score for the performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +112 AssessmentPerformanceLevelDescriptiveFeedback AssessmentPerformanceLevel.AssessmentPerformanceLevelDescriptiveFeedback A feedback message designed to be reported with the assessment performance level. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +113 DateIssued LearningAssessment.DateIssued The date when the learning assessment was formally approved/issued. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +115 ActualStartDateTime AssessmentParticipantSession.ActualStartDateTime Date and time the assessment actually began. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +116 ActualEndDateTime AssessmentParticipantSession.ActualEndDateTime Date and time the assessment actually ended. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +117 awardedBy LearningAssessment.awardedBy The awarding details of the learning assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +119 ScoreType AssessmentResult.ScoreType Indicates the purpose for which this assessment score instance was recorded. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +120 ResultDataType AssessmentResult.ResultDataType The data type of the assessment result score value. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +121 CompletionStatus AssessmentRegistration.CompletionStatus The completion and scoring status for an instance of a person taking an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +122 ReasonNotCompleting AssessmentRegistration.ReasonNotCompleting The primary reason a participant did not complete an assessment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +123 TimeAssessed AssessmentParticipationSession.TimeAssessed The overall time a learner actually spent during the assessment session. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +124 DeliveryDeviceDetails AssessmentParticipationSession.DeliveryDeviceDetails The details about the device or platform by with which the assessment was delivered to the learner. \N 4 \N \N \N \N \N About an instance of assessment \N \N \N \N LIF f \N f \N \N \N +125 AssessmentSessionLocation AssessmentParticipationSession.AssessmentSessionLocation The description of the place where an assessment is administered. \N 4 \N \N \N \N \N About an instance of assessment \N \N \N \N LIF f \N f \N \N \N +181 TestName-TestNameType TestsType.TestName-TestNameType Name identifying the test \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 139 AssessmentScore Assessment.AssessmentScore Definition of the scores to be expected from this assessment. \N 6 string \N \N \N \N Describes more about the scores than a controlled set-- min, max, etc, not sure how to represent type \N \N \N \N LIF f \N f \N \N \N 5 provider Assessment.provider Identifies the provider or publisher of the assessment. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 7 type Assessment.type The category of an assessment based on format and content. No change 1 string \N No No \N There are no proposed vocabularies \N \N \N \N LIF f \N f \N \N \N @@ -911,7 +907,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 190 audienceLevelType AssessmentProfile.audienceLevelType Type of level indicating a point in a progression through an educational or training context, for which the resource is intended; \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 191 inLanguage AssessmentProfile.inLanguage \N \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 192 subjectWebpage AssessmentProfile.subjectWebpage Webpage that describes this entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -193 ceterms:assessmentDeliveryType AssessmentProfile.ceterms:assessmentDeliveryType Delivery type for the assessment for the credential. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 194 LifeCycleStatusType AssessmentProfile.LifeCycleStatusType Type of state of the resource in terms of its stage in a life cycle; select from an enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 195 approvedBy AssessmentProfile.approvedBy Organization that pronounces favorable judgment for this assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 196 assessmentMethodDescription AssessmentProfile.assessmentMethodDescription Description of the methods used to conduct assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -932,10 +927,10 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1846 TestAttribute6 TestAttribute6 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N 1847 TestAttribute7 TestAttribute7 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N 1848 TestAttribute8 TestAttribute8 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N -346 Competency Definition License Competency.Competency Definition License The full text or URL reference to a legal document giving official permission to do something with the competency definition statement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1849 TestAttribute9 TestAttribute9 This is a test of creating a new partner attribute consideration 18 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N 1240 type Organization.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 35 approvedBy Assessment.approvedBy Organization that pronounces favorable judgment for this assessment. No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +193 ceterms-assessmentDeliveryType AssessmentProfile.ceterms-assessmentDeliveryType Delivery type for the assessment for the credential. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 36 methodDescription Assessment.methodDescription Description of the methods used to conduct assessment. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 1841 TestAttribute TestAttribute This is a test of creating a new partner attribute consideration 18 enum 347 No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Org2 t \N f \N \N \N 245 version CompetencyFramework.Competency.version \N No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N @@ -951,72 +946,59 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 306 agencyURI IdentifierType.agencyURI The URI that identifies where the identification scheme is located. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 307 name SpecifiedCompetency.name Competency name. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 308 date DateType.date Date representation according ISO 8601 standard. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -309 A minimum level of proficiency for a competency associated with a position, role, course, or other item. requiredProficiencyLevel.A minimum level of proficiency for a competency associated with a position, role, course, or other item. A minimum level of proficiency for a competency associated with a position, role, course, or other item. \N 2 \N \N \N \N \N Synthetic \N \N \N \N LIF f \N f \N \N \N 44 industryType Assessment.industryType Type of industry; select from an existing enumeration of such types such as the SIC, NAICS, and ISIC classifications. No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N 310 desiredProficiencyLevel PositionCompetencyType.desiredProficiencyLevel DefinitionText>An optimum or ideal level of proficiency for a competency with respect to an associated position, role, course, or other item. The proficiency level is expressed as a score, a point scale, or a mark among range of values. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -311 A rating or score representing the difficulty of the particular competency to acquire. proficiencyAcquistionDifficulty.A rating or score representing the difficulty of the particular competency to acquire. A rating or score representing the difficulty of the particular competency to acquire. \N 2 \N \N \N \N \N Synthetic \N \N \N \N LIF f \N f \N \N \N -312 Competency Framework Identifier URI Competency.Competency Framework Identifier URI An unambiguous reference to the competency framework using a network-resolvable URI. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -313 Competency Framework Title Competency.Competency Framework Title The name of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -314 Competency Framework Description Competency.Competency Framework Description A textual description of the scope and contents of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -315 Competency Framework Subject Competency.Competency Framework Subject The topic or academic subject of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -316 Competency Framework Creator Competency.Competency Framework Creator The person or organization chiefly responsible for the intellectual content of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 390 dateValidUntil CompetencyFramework.dateValidUntil End date of validity of this competency framework. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -317 Competency Framework Publisher Competency.Competency Framework Publisher The entity responsible for making the competency framework available. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -318 Competency Framework Publication Status Competency.Competency Framework Publication Status The publication status of the competency framework is "Published". \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -319 Competency Framework Publication Date Competency.Competency Framework Publication Date The date on which this content was first published. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -320 Competency Framework Jurisdiction Competency.Competency Framework Jurisdiction A legal, quasi-legal, organizational or institutional domain of the entity mandating the use of the statement--e.g., California. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -321 Competency Framework Valid Start Date Competency.Competency Framework Valid Start Date The year, month and day the competency framework was adopted by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -322 Competency Framework Valid End Date Competency.Competency Framework Valid End Date The year, month and day the competency framework was deprecated/replaced by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -323 Competency Framework Version Competency.Competency Framework Version Defines the revision of the competency framework as a version number or date. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -324 Competency Framework Language Competency.Competency Framework Language The default language of the text used for the content in the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -325 Competency Framework License Competency.Competency Framework License A legal document giving official permission to do something with the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -326 Competency Framework Rights Competency.Competency Framework Rights The information about rights held in and over the resource. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -327 Competency Definition Sequence Competency.Competency Definition Sequence A set of one or more alphanumeric characters and/or symbols denoting the positioning of the statement being described in a sequential listing of statements. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 328 lastChangeDateTime CFDocument.lastChangeDateTime A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601]. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 329 subjectURI CFDocument.subjectURI A set of Link URIs denoting the set of subjects for the document as designated by the promulgating agency. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 981 id Credential.id \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +311 ARatingOrScoreRepresentingTheDifficultyOfTheParticularCompetencyToAcquire. proficiencyAcquistionDifficulty.ARatingOrScoreRepresentingTheDifficultyOfTheParticularCompetencyToAcquire. A rating or score representing the difficulty of the particular competency to acquire. \N 2 \N \N \N \N \N Synthetic \N \N \N \N LIF f \N f \N \N \N +312 CompetencyFrameworkIdentifierURI Competency.CompetencyFrameworkIdentifierURI An unambiguous reference to the competency framework using a network-resolvable URI. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +313 CompetencyFrameworkTitle Competency.CompetencyFrameworkTitle The name of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +314 CompetencyFrameworkDescription Competency.CompetencyFrameworkDescription A textual description of the scope and contents of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +315 CompetencyFrameworkSubject Competency.CompetencyFrameworkSubject The topic or academic subject of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +316 CompetencyFrameworkCreator Competency.CompetencyFrameworkCreator The person or organization chiefly responsible for the intellectual content of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +317 CompetencyFrameworkPublisher Competency.CompetencyFrameworkPublisher The entity responsible for making the competency framework available. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +318 CompetencyFrameworkPublicationStatus Competency.CompetencyFrameworkPublicationStatus The publication status of the competency framework is "Published". \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +319 CompetencyFrameworkPublicationDate Competency.CompetencyFrameworkPublicationDate The date on which this content was first published. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +320 CompetencyFrameworkJurisdiction Competency.CompetencyFrameworkJurisdiction A legal, quasi-legal, organizational or institutional domain of the entity mandating the use of the statement--e.g., California. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +321 CompetencyFrameworkValidStartDate Competency.CompetencyFrameworkValidStartDate The year, month and day the competency framework was adopted by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +322 CompetencyFrameworkValidEndDate Competency.CompetencyFrameworkValidEndDate The year, month and day the competency framework was deprecated/replaced by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +323 CompetencyFrameworkVersion Competency.CompetencyFrameworkVersion Defines the revision of the competency framework as a version number or date. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +324 CompetencyFrameworkLanguage Competency.CompetencyFrameworkLanguage The default language of the text used for the content in the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +325 CompetencyFrameworkLicense Competency.CompetencyFrameworkLicense A legal document giving official permission to do something with the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +326 CompetencyFrameworkRights Competency.CompetencyFrameworkRights The information about rights held in and over the resource. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +327 CompetencyDefinitionSequence Competency.CompetencyDefinitionSequence A set of one or more alphanumeric characters and/or symbols denoting the positioning of the statement being described in a sequential listing of statements. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 330 officialSourceURL CFDocument.officialSourceURL The URL link to the formal citation of the original achievement standards document created for humans. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -331 Competency Definition URI Competency.Competency Definition URI A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the competency definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -332 Competency Definition Code Competency.Competency Definition Code A human-referenceable code designated by the publisher to identify the item in the hierarchy of competency definitions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -333 Competency Definition Statement Competency.Competency Definition Statement The text of the statement. The textual content that either describes a specific competency or describes a less granular group of competencies within the taxonomy of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -334 Competency Definition Node Name Competency.Competency Definition Node Name The name or label displayed on the node when this competency definition is used in learning. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 335 abbreviatedStatement Competency.abbreviatedStatement An abbreviated version of the Full Statement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -336 Competency Definition Rights Holder Competency.Competency Definition Rights Holder The person or organization owning or managing rights over the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -337 Competency Definition Type URL Competency.Competency Definition Type URL The class of statement in the structure of statements in the Competency Framework according to a controlled vocabulary, specified as a URI referencing a controlled vocabulary. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -338 Competency Definition Education Level Competency.Competency Definition Education Level The education level, grade level or primary instructional level at which a Competency Definition is intended. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -339 Competency Definition Typical Age Range Minimum Competency.Competency Definition Typical Age Range Minimum The typical minimum age at which a person learns the defined competency. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -340 Competency Definition Typical Age Range Maximum Competency.Competency Definition Typical Age Range Maximum The typical maximum age at which a person learns the defined competency. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -341 Competency Definition Language Competency.Competency Definition Language The default language of the text used for the content in the competency definition statement. \N 4 \N 39 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -342 Competency Definition Concept Keyword Competency.Competency Definition Concept Keyword The significant topicality of the competency definition using free-text keywords and phrases. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -343 Competency Definition Version Competency.Competency Definition Version A label assigned by the publisher indicating the version of the competency framework statement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 344 hasProgressionLevel Competency.hasProgressionLevel Reference to a specific point in a progression model. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -345 Competency Definition Current Version Indicator Competency.Competency Definition Current Version Indicator Indicates that this is the most current version of the Competency Definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 67 deliveryDeviceDetails Person.AssessmentLearningExperience.deliveryDeviceDetails The details about the device or platform by with which the assessment was delivered to the learner. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -347 Competency Definition Node Accessibility Profile Competency.Competency Definition Node Accessibility Profile When the Competency Definition is used as a node in a learning map, this element supports alternative pathways based on a learner's accessibility profile. The type selected indicates which accessibility profile the node is designed to address. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -348 Competency Definition Testability Type Competency.Competency Definition Testability Type Indicates if the competency described in the Competency Definition Statement can be tested using one or more assessment items. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 389 dateValidFrom CompetencyFramework.dateValidFrom Beginning date of validity of this competency framework. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1241 state Organization.state \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -349 Competency Definition Text Complexity Maximum Value Competency.Competency Definition Text Complexity Maximum Value The maximum value in the range of text complexity applicable to a language competency definition using the scaling system defined by Text Complexity System, e.g. Lexile(tm). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -350 Competency Definition Text Complexity Minimum Value Competency.Competency Definition Text Complexity Minimum Value The minimum value in the range of text complexity applicable to a language competency definition using the scaling system defined by Text Complexity System, e.g. Lexile(tm). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -351 Competency Definition Text Complexity System Competency.Competency Definition Text Complexity System The scaling system used to specify the text complexity of a competency item. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -352 Competency Definition Valid End Date Competency.Competency Definition Valid End Date The year, month and day the competency definition was deprecated/replaced by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -353 Competency Definition Valid Start Date Competency.Competency Definition Valid Start Date The year, month and day the competency definition was adopted by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 354 altCodedNotation Competency.altCodedNotation An alphanumeric notation or ID code identifying this competency in common use among end-users. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -355 ceterms:environmentalHazardType Competency.ceterms:environmentalHazardType Type of condition in the physical work performance environment that entails risk exposures requiring mitigating processes; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 356 requiredProficiencyLevel PositionCompetencyType.requiredProficiencyLevel A minimum level of proficiency for a competency associated with a position, role, course, or other item. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 357 desiredProficiencyLevel PositionCompetencyType.desiredProficiencyLevel DefinitionText>An optimum or ideal level of proficiency for a competency with respect to an associated position, role, course, or other item. The proficiency level is expressed as a score, a point scale, or a mark among range of values. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 358 proficiencyAcquistionDifficulty PositionCompetencyType.proficiencyAcquistionDifficulty A rating or score representing the difficulty of the particular competency to acquire. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -977 evidence accreditation Evidence.evidence accreditation The accreditation of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -359 Competency Association Identifier URI Competency.Competency Association Identifier URI A URI that establishes uniqueness of an association between a competency definition and another competency item or other objects such as learning resources. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -360 Competency Association Type Competency.Competency Association Type Defines the nature of the association between a Competency Definition and an associated data object such as a Learning Resource, an Assessment Item, or even another Competency Definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -361 Competency Association Connection Citation Competency.Competency Association Connection Citation Any citation appropriate to evidence the connection between nodes. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -362 Competency Association Destination Node Name Competency.Competency Association Destination Node Name Name of the destination node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -363 Competency Association Destination Node URI Competency.Competency Association Destination Node URI URI of the destination node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -364 Competency Association Origin Node Name Competency.Competency Association Origin Node Name Name of the origin node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -365 Competency Association Origin Node URI Competency.Competency Association Origin Node URI URI of the origin node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -366 Competency Association Weight Competency.Competency Association Weight Indicates the relative significance this connection has for the destination node in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -367 ceterms:physicalCapabilityType Competency.ceterms:physicalCapabilityType Type of physical activity required or expected in performance; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -368 ceterms:sensoryCapabilityType Competency.ceterms:sensoryCapabilityType Type of required or expected sensory capability; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +332 CompetencyDefinitionCode Competency.CompetencyDefinitionCode A human-referenceable code designated by the publisher to identify the item in the hierarchy of competency definitions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +334 CompetencyDefinitionNodeName Competency.CompetencyDefinitionNodeName The name or label displayed on the node when this competency definition is used in learning. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +336 CompetencyDefinitionRightsHolder Competency.CompetencyDefinitionRightsHolder The person or organization owning or managing rights over the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +337 CompetencyDefinitionTypeURL Competency.CompetencyDefinitionTypeURL The class of statement in the structure of statements in the Competency Framework according to a controlled vocabulary, specified as a URI referencing a controlled vocabulary. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +977 evidenceAccreditation Evidence.evidenceAccreditation The accreditation of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +338 CompetencyDefinitionEducationLevel Competency.CompetencyDefinitionEducationLevel The education level, grade level or primary instructional level at which a Competency Definition is intended. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +339 CompetencyDefinitionTypicalAgeRangeMinimum Competency.CompetencyDefinitionTypicalAgeRangeMinimum The typical minimum age at which a person learns the defined competency. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +341 CompetencyDefinitionLanguage Competency.CompetencyDefinitionLanguage The default language of the text used for the content in the competency definition statement. \N 4 \N 39 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +342 CompetencyDefinitionConceptKeyword Competency.CompetencyDefinitionConceptKeyword The significant topicality of the competency definition using free-text keywords and phrases. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +343 CompetencyDefinitionVersion Competency.CompetencyDefinitionVersion A label assigned by the publisher indicating the version of the competency framework statement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +345 CompetencyDefinitionCurrentVersionIndicator Competency.CompetencyDefinitionCurrentVersionIndicator Indicates that this is the most current version of the Competency Definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +347 CompetencyDefinitionNodeAccessibilityProfile Competency.CompetencyDefinitionNodeAccessibilityProfile When the Competency Definition is used as a node in a learning map, this element supports alternative pathways based on a learner's accessibility profile. The type selected indicates which accessibility profile the node is designed to address. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +348 CompetencyDefinitionTestabilityType Competency.CompetencyDefinitionTestabilityType Indicates if the competency described in the Competency Definition Statement can be tested using one or more assessment items. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +349 CompetencyDefinitionTextComplexityMaximumValue Competency.CompetencyDefinitionTextComplexityMaximumValue The maximum value in the range of text complexity applicable to a language competency definition using the scaling system defined by Text Complexity System, e.g. Lexile(tm). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +350 CompetencyDefinitionTextComplexityMinimumValue Competency.CompetencyDefinitionTextComplexityMinimumValue The minimum value in the range of text complexity applicable to a language competency definition using the scaling system defined by Text Complexity System, e.g. Lexile(tm). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +351 CompetencyDefinitionTextComplexitySystem Competency.CompetencyDefinitionTextComplexitySystem The scaling system used to specify the text complexity of a competency item. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +352 CompetencyDefinitionValidEndDate Competency.CompetencyDefinitionValidEndDate The year, month and day the competency definition was deprecated/replaced by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +353 CompetencyDefinitionValidStartDate Competency.CompetencyDefinitionValidStartDate The year, month and day the competency definition was adopted by the jurisdiction in which it was intended to apply. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +340 CompetencyDefinitionTypicalAgRangeMaximum Competency.CompetencyDefinitionTypicalAgRangeMaximum The typical maximum age at which a person learns the defined competency. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +355 ceterms-environmentalHazardType Competency.ceterms-environmentalHazardType Type of condition in the physical work performance environment that entails risk exposures requiring mitigating processes; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 369 description LoRepository.description \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 370 name LoRepository.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 371 description Lo.description \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1024,23 +1006,19 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 373 description ObjectiveBank.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 374 name ObjectiveBank.name \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 375 source ObjectiveBank.source \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -376 language (session) ObjectiveBank.language (session) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 377 license ObjectiveBank.license \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 378 description Obective.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 379 name Objective.name \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -380 language (session) Objective.language (session) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 381 assessment Objective.assessment \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 382 source CompetencyFramework.source The original competency framework which this resource is based on or derived from. \N 10 \N \N \N \N \N 6.1 \N \N \N \N LIF f \N f \N \N \N 383 name CompetencyFramework.name The name or title of this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 384 description CompetencyFramework.description A short description of this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -385 ceasn:localSubject and \nceterms:instructionalProgramType CompetencyFramework.ceasn:localSubject and \nceterms:instructionalProgramType The text string denoting the subject of the competency framework or competency as designated by the promulgating agency.\nType of instructional program; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 386 author CompetencyFramework.author A person or organization chiefly responsible for the intellectual or artistic content of this competency framework or competency. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 387 publisher CompetencyFramework.publisher An agent responsible for making this resource available. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 388 publicationStatusType CompetencyFramework.publicationStatusType The publication status of the of this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 391 inLanguage CompetencyFramework.inLanguage The primary language used in or by this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 392 license CompetencyFramework.license A legal document giving official permission to do something with this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 393 rights CompetencyFramework.rights Information about rights held in and over this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -394 ceasn:listID Competency.ceasn:listID An alphanumeric string indicating the relative position of a resource in an ordered list of resources such as "A", "B", or "a", "b", or "I", "II", or "1", "2". \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 395 conceptTerm Competency.conceptTerm A term drawn from a controlled vocabulary used by the promulgating agency to refine and differentiate individual resources contextually. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 396 codedNotation Competency.codedNotation An alphanumeric notation or ID code as defined by the promulgating body to identify this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 397 competencyText Competency.competencyText The text of the competency. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1052,12 +1030,20 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 403 hasProgressionLevel Competency.hasProgressionLevel Reference to a specific point in a progression model. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 404 complexityLevel Competency.complexityLevel The expected performance level of a learner or professional as defined by a competency. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 982 name Credential.name \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +380 language(session) Objective.language(session) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +360 CompetencyAssociationType Competency.CompetencyAssociationType Defines the nature of the association between a Competency Definition and an associated data object such as a Learning Resource, an Assessment Item, or even another Competency Definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +361 CompetencyAssociationConnectionCitation Competency.CompetencyAssociationConnectionCitation Any citation appropriate to evidence the connection between nodes. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +362 CompetencyAssociationDestinationNodeName Competency.CompetencyAssociationDestinationNodeName Name of the destination node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +363 CompetencyAssociationDestinationNodeURI Competency.CompetencyAssociationDestinationNodeURI URI of the destination node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +364 CompetencyAssociationOriginNodeName Competency.CompetencyAssociationOriginNodeName Name of the origin node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +365 CompetencyAssociationOriginNodeURI Competency.CompetencyAssociationOriginNodeURI URI of the origin node when the Competency Association is used as a connector in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +366 CompetencyAssociationWeight Competency.CompetencyAssociationWeight Indicates the relative significance this connection has for the destination node in a learning map. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +367 ceterms-physicalCapabilityType Competency.ceterms-physicalCapabilityType Type of physical activity required or expected in performance; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +368 ceterms-sensoryCapabilityType Competency.ceterms-sensoryCapabilityType Type of required or expected sensory capability; select from an existing enumeration of such types. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +394 ceasn-listID Competency.ceasn-listID An alphanumeric string indicating the relative position of a resource in an ordered list of resources such as "A", "B", or "a", "b", or "I", "II", or "1", "2". \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +385 ceasn-localSubjectAndceterms-instructionalProgramType CompetencyFramework.ceasn-localSubjectAndceterms-instructionalProgramType The text string denoting the subject of the competency framework or competency as designated by the promulgating agency.\nType of instructional program; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 405 altCodedNotation Competency.altCodedNotation An alphanumeric notation or ID code identifying this competency in common use among end-users. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -406 ceterms:environmentalHazardType Competency.ceterms:environmentalHazardType Type of condition in the physical work performance environment that entails risk exposures requiring mitigating processes; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 407 performanceLevelType Competency.performanceLevelType Type of required or expected human performance level; \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -408 ceasn:alignTo Competency.ceasn:alignTo An alignment is an assertion of some degree of equivalency between the subject and the object of the assertion. \N 10 \N \N \N \N \N 6.5 \N \N \N \N LIF f \N f \N \N \N -409 ceterms:physicalCapabilityType Competency.ceterms:physicalCapabilityType Type of physical activity required or expected in performance; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -410 ceterms:sensoryCapabilityType Competency.ceterms:sensoryCapabilityType Type of required or expected sensory capability; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 411 uri CFDocument.uri An unambiguous reference to the CFDocument using a network-resolvable URI. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 412 title CFDocument.title The title of the CFDocument. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 413 description CFDocument.description A human readable description of the CFDocument. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1092,8 +1078,10 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 441 destinationNodeURI CFAssociation.destinationNodeURI The resolvable URI for the destination node object. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 442 originNodeURI CFAssociation.originNodeURI The resolvable URI for the origin node object. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 443 name DefinedTermSet.name The name of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +408 ceasn-alignTo Competency.ceasn-alignTo An alignment is an assertion of some degree of equivalency between the subject and the object of the assertion. \N 10 \N \N \N \N \N 6.5 \N \N \N \N LIF f \N f \N \N \N +409 ceterms-physicalCapabilityType Competency.ceterms-physicalCapabilityType Type of physical activity required or expected in performance; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +410 ceterms-sensoryCapabilityType Competency.ceterms-sensoryCapabilityType Type of required or expected sensory capability; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 444 description DefinedTermSet.description A description of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -445 educationalAlignment; OR\nabout DefinedTermSet.educationalAlignment; OR\nabout An alignment to an established educational framework.\n\nThe subject matter of the content. \N 11 \N \N \N \N \N 6.18 \N \N \N \N LIF f \N f \N \N \N 446 creator DefinedTermSet.creator The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 447 publisher DefinedTermSet.publisher The publisher of the creative work. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 448 publication DefinedTermSet.publication A publication event associated with the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1104,10 +1092,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 453 inLanguage DefinedTermSet.inLanguage The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 454 license DefinedTermSet.license A license document that applies to this content, typically indicated by URL. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 455 about CreativeWork.about The subject matter of the content. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N -147 title Learning Assessment Specification.title The title of the learning assessment specification. One value per language is permitted. \N 7 \N \N Yes Yes \N \N \N \N \N \N LIF f \N f \N \N \N -456 identifier\n\ntermCode CreativeWork + DefinedTerm.identifier\n\ntermCode The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc.\n\nA code that identifies this DefinedTerm within a DefinedTermSet. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N -457 description CreativeWork + DefinedTerm.description A description of the item. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N -458 name CreativeWork + DefinedTerm.name The name of the item. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N 459 copyrightHolder DefinedTermSet.copyrightHolder The party holding the legal copyright to the CreativeWork. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 460 educationalLevel CreativeWork.educationalLevel The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N 461 typicalAgeRange CreativeWork.typicalAgeRange The typical expected age range, e.g. '7-9', '11-'. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N @@ -1124,36 +1108,25 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 472 targetUrl AlignmentObject.targetUrl The URL of a node in an established educational framework. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 39 creditUnitTypeDescription Assessment.creditUnitTypeDescription Detailed description of credit unit type. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 41 ctid Assessment.ctid Globally unique Credential Transparency Identifier (CTID) by which the creator, owner or provider of a resource recognizes it in transactions with the external environment (e.g., in verifiable claims involving the resource). No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -146 alternativeName Learning Assessment Specification.alternativeName The alternative name of the learning assessment specification \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -148 assessedBy Learning Assessment Specification.assessedBy The competent body that awarded the grade. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -149 lastModificationDate Learning Assessment Specification.lastModificationDate The date when the learning assessment specification was last modified \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -150 type Learning Assessment Specification.type The type of learning assessment. It should be provided using the EDC Controlled List of Assessments Types \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -151 desccription Learning Assessment Specification.desccription A free text description of the learning assessment \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N 712 CourseSubjectAbbreviation Student.AcademicRecord.AcademicSession.Course.CourseSubjectAbbreviation The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -152 proves Learning Assessment Specification.proves The learning achievement (and related learning outcomes) this assessment is designed to test \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -154 gradingScheme Learning Assessment Specification.gradingScheme A set of criteria that measures varying levels of achievement \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -978 evidence statement Evidence.evidence statement The statement of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 983 title Credential.title \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +147 title LearningAssessmentSpecification.title The title of the learning assessment specification. One value per language is permitted. \N 7 \N \N Yes Yes \N \N \N \N \N \N LIF f \N f \N \N \N +457 description CreativeWork+DefinedTerm.description A description of the item. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +458 name CreativeWork+DefinedTerm.name The name of the item. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +146 alternativeName LearningAssessmentSpecification.alternativeName The alternative name of the learning assessment specification \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +148 assessedBy LearningAssessmentSpecification.assessedBy The competent body that awarded the grade. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +149 lastModificationDate LearningAssessmentSpecification.lastModificationDate The date when the learning assessment specification was last modified \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +150 type LearningAssessmentSpecification.type The type of learning assessment. It should be provided using the EDC Controlled List of Assessments Types \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +151 desccription LearningAssessmentSpecification.desccription A free text description of the learning assessment \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +152 proves LearningAssessmentSpecification.proves The learning achievement (and related learning outcomes) this assessment is designed to test \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +154 gradingScheme LearningAssessmentSpecification.gradingScheme A set of criteria that measures varying levels of achievement \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +978 evidenceStatement Evidence.evidenceStatement The statement of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 713 CourseLevel Student.AcademicRecord.AcademicSession.Course.CourseLevel The level of credit associated with the credit hours earned for the course.The level of work demonstrated by successful completion of the academic course being described \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -155 language Learning Assessment Specification.language The language of instruction. It should be provided using the Language Named Authority List \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -156 category Learning Assessment Specification.category The category of the learning assessment specification as a string. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N 1059 type Evidence.type There is no controlled vocab for evidence type \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -157 generalisationOf Learning Assessment Specification.generalisationOf A learning assessment specification (e.g., a standard) of which this specification is a generalisation. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -158 homeage Learning Assessment Specification.homeage The homepage of the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -159 mode Learning Assessment Specification.mode The mode of learning and or assessment (i.e., online, blended, presential, work based). It should be provided using the EDC Controlled List of Modes Of Learning and Assessment. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -160 moreInformation Learning Assessment Specification.moreInformation An additional free text note about the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -161 otherDocuments Learning Assessment Specification.otherDocuments A public web document containing additional documentation about the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -162 specialisationOf Learning Assessment Specification.specialisationOf A learning assessment specification (e.g., a standard) of which this specification is a specialisation. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -163 status Learning Assessment Specification.status The publication status of the learning assessment specification. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -164 identifier Grading Scheme.identifier An identifier of the grading scheme \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -168 date issued Learning Assessment.date issued The date when the learning assessment was formally approved/issued. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -165 label Result Category.label The label of the histogram score or score range. Should correspond to the grading scheme which has been used, e.g., 'C', or '20-30' \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N -171 location Learning Assessment.location The location where the learning assessment was completed \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 211 subject CompetencyFramework.subject The topic or academic subject of the competency framework. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 48 scoringMethodDescription Assessment.scoringMethodDescription \N No change 1 string \N No No \N Useful but aligned to CEDS definitions? \N \N \N \N LIF f \N f \N \N \N 49 scoringMethodExample Assessment.scoringMethodExample \N No change 1 string \N No No \N Useful but aligned to CEDS definitions? \N \N \N \N LIF f \N f \N \N \N 50 contentStandard Assessment.contentStandard An indication as to whether an assessment conforms to a standard (e.g., local standard, statewide standard, regional standard, association standard) Missing data should not be penalized in useage. Assuming that all organizations will want to comply with this system will introduce a high level of bias into outcomes 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -169 awardedBy Learning Assessment.awardedBy The awarding details of the learning assessment. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N 738 CourseAcademicGradeStatusCode Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeStatusCode Special enrollment or completion status of this course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 52 isPartOfSubtest Assessment.isPartOfSubtest A link to a subtest of which this subtest is part No change 1 string \N No No \N Added to allow linking to nested levels of subtests \N \N \N \N LIF f \N f \N \N \N 29 label Assessment.AssessmentPerformanceLevel.label A label representing the performance level appropriate for use on a report. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1169,9 +1142,20 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 587 institution EducationAttendanceType.institution The institution to which the person attended. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 588 currentlyAttendingIndicator EducationAttendanceType.currentlyAttendingIndicator Indicator that the person is still attending. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 589 goodStandingIndicator EducationAttendanceType.goodStandingIndicator Indicator that the person is currently in good standing according to the rules of the educational institution. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -972 issuance date European Digital Credential.issuance date Defines the date and time, when the European Digital Credential becomes valid. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -979 evidence target Evidence.evidence target The target of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -590 AchievementType = Course Achievement.AchievementType = Course A Course is a course of study that, typically, has a shared curriculum although it may be taught to different students by different teachers. It is likely that several classes of a single course may be taught in a term. For example, a school runs Grade 9 English in the spring term. There are four classes, each with a different 30 students, taught by 4 different teachers. However the curriculum for each of those four classes is the same – the course curriculum. \N 3 \N \N \N \N \N Not applicable to a course? \N \N \N \N LIF f \N f \N \N \N +156 category LearningAssessmentSpecification.category The category of the learning assessment specification as a string. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +157 generalisationOf LearningAssessmentSpecification.generalisationOf A learning assessment specification (e.g., a standard) of which this specification is a generalisation. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +158 homeage LearningAssessmentSpecification.homeage The homepage of the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +160 moreInformation LearningAssessmentSpecification.moreInformation An additional free text note about the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +161 otherDocuments LearningAssessmentSpecification.otherDocuments A public web document containing additional documentation about the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +162 specialisationOf LearningAssessmentSpecification.specialisationOf A learning assessment specification (e.g., a standard) of which this specification is a specialisation. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +163 status LearningAssessmentSpecification.status The publication status of the learning assessment specification. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +164 identifier GradingScheme.identifier An identifier of the grading scheme \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +168 dateIssued LearningAssessment.dateIssued The date when the learning assessment was formally approved/issued. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +165 label ResultCategory.label The label of the histogram score or score range. Should correspond to the grading scheme which has been used, e.g., 'C', or '20-30' \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N +171 location LearningAssessment.location The location where the learning assessment was completed \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +169 awardedBy LearningAssessment.awardedBy The awarding details of the learning assessment. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N +972 issuanceDate EuropeanDigitalCredential.issuanceDate Defines the date and time, when the European Digital Credential becomes valid. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +979 evidenceTarget Evidence.evidenceTarget The target of the evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 591 humanCode Achievement.humanCode The assigned course code (Subject + Catalog #) \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 592 name Achievement.name The title of the course. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 593 description Achievement.description \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1183,38 +1167,31 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 599 level Achievement.level Grade(s) for which the class is attended. The permitted vocabulary should be defined as part of the adoption and deployment process. See the Implementation Guide [OR-IG, 20] for more details on how to define/use such a vocabulary. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 600 level achievement.level \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 601 name Profile.name Name of the organization. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -602 Target Framework Alignment.Target Framework \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 603 LetterGrade ResultsType.LetterGrade The result is a letter grade \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 604 otherIdentifier achievement.otherIdentifier Use otherIdentifier for the course section ID. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 605 Profile Issuer.Profile \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -606 Course Identifier Course.Course Identifier The actual code that identifies the organization of subject matter and related learning experiences provided for the instruction of students. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 274 proficiencyStatement CompetencyFramework.Competency.ProficiencyDefinition.ProficiencyLevel.proficiencyStatement The statement corresponding to the proficiency level. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 214 publisher CompetencyFramework.publisher The entity responsible for making the competency framework available. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 949 completionRequirements Program.completionRequirements \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 950 url Program.url \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 951 duration Program.duration \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 952 audience Program.audience \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -607 Course Title Course.Course Title The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -608 Course Description Course.Course Description A description of the course content and/or goals. Reference may be made to state or national content standards. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -609 Course Begin Date Course.Course Begin Date The year, month and day an instance of a course officially began. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -610 Course End Date Course.Course End Date The year, month and day an instance of a course ends. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 704 CourseGPAApplicabilityCode Student.AcademicRecord.AcademicSession.Course.CourseGPAApplicabilityCode An indicator of whether or not this course being described is included in the computation of the student's Grade Point Average, and if so, if it weighted differently from regular courses. \N 9 \N 94 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -611 Course Section Time Required for Completion Course Section.Course Section Time Required for Completion The actual or estimated number of clock minutes required for course completion. This number is especially important for career and technical education course and may represent (in minutes) the clock hour requirement of the course, the number of minutes (or clock hours) of class time per week, times the number of equivalent weeks the class typically meets. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -612 Course Academic Grade Scale Code Course Section.Course Academic Grade Scale Code The grading scale used by an academic educational institution for an academic course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -613 Course Aligned with Standards Course Section.Course Aligned with Standards An indication whether a course is aligned with the established standards of a curriculum framework. \N 4 \N 73 \N \N \N any standard in particular? \N \N \N \N LIF f \N f \N \N \N -614 Course Code System Course.Course Code System A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -615 Course Subject Abbreviation Course.Course Subject Abbreviation The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier number. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -616 Credit Value Course.Credit Value The amount of credit available to the student who successfully meets the objectives of the course or learning opportunity based on the units defined by Credit Unit Type. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -617 Related Competency Definitions Course.Related Competency Definitions An indication of the competency definition(s) addressed in the Course Section. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -618 Student Identifier Enrollment.Student Identifier A unique number or alphanumeric code assigned to a student by a school, school system, a state, or other agency or entity. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -619 Course Add Date Course Section -> Enrollment.Course Add Date The date an individual was added to an academic course at a school. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -620 Course Section Enrollment Status Start Date Course Section -> Enrollment.Course Section Enrollment Status Start Date The date on which the enrollment status began related to a student enrolled in an instance of a course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 984 description Credential.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -621 Course Section Enrollment Status End Date Course Section -> Enrollment.Course Section Enrollment Status End Date The date on which the enrollment status ended related to a student enrolled in an instance of a course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -622 Course Drop Date Course Section -> Enrollment.Course Drop Date The date on which the individual drops or withdraws from the course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -623 Course Academic Grade Course Section -> Enrollment.Course Academic Grade The final grade awarded for participation in the course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -624 Course Quality Points Earned Enrollment.Course Quality Points Earned The numerical value assigned to a letter grade to provide a basis of quantitative determination of an average. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -625 Course Override School Course Section -> Enrollment.Course Override School The school where the credit was earned if different from the institution reporting. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +602 TargetFramework Alignment.TargetFramework \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +606 CourseIdentifier Course.CourseIdentifier The actual code that identifies the organization of subject matter and related learning experiences provided for the instruction of students. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +607 CourseTitle Course.CourseTitle The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +608 CourseDescription Course.CourseDescription A description of the course content and/or goals. Reference may be made to state or national content standards. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +609 CourseBeginDate Course.CourseBeginDate The year, month and day an instance of a course officially began. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +610 CourseEndDate Course.CourseEndDate The year, month and day an instance of a course ends. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +614 CourseCodeSystem Course.CourseCodeSystem A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +615 CourseSubjectAbbreviation Course.CourseSubjectAbbreviation The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier number. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +616 CreditValue Course.CreditValue The amount of credit available to the student who successfully meets the objectives of the course or learning opportunity based on the units defined by Credit Unit Type. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +617 RelatedCompetencyDefinitions Course.RelatedCompetencyDefinitions An indication of the competency definition(s) addressed in the Course Section. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +618 StudentIdentifier Enrollment.StudentIdentifier A unique number or alphanumeric code assigned to a student by a school, school system, a state, or other agency or entity. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +611 CourseSectionTimeRequiredForCompletion CourseSection.CourseSectionTimeRequiredForCompletion The actual or estimated number of clock minutes required for course completion. This number is especially important for career and technical education course and may represent (in minutes) the clock hour requirement of the course, the number of minutes (or clock hours) of class time per week, times the number of equivalent weeks the class typically meets. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +612 CourseAcademicGradeScaleCode CourseSection.CourseAcademicGradeScaleCode The grading scale used by an academic educational institution for an academic course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +613 CourseAlignedWithStandards CourseSection.CourseAlignedWithStandards An indication whether a course is aligned with the established standards of a curriculum framework. \N 4 \N 73 \N \N \N any standard in particular? \N \N \N \N LIF f \N f \N \N \N 626 courseCode StudentCourseRecord.courseCode \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 627 program StudentCourseRecord.StudentCourseUsage.program \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 628 courseTitle StudentCourseRecord.courseTitle \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1262,8 +1239,11 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 681 learningObjectives Course.learningObjectives \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 682 displayName Ontology.displayName \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 683 level CourseEntry.Course.level \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -684 displayName or displayLabel Subject.displayName or displayLabel \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 685 description CourseEntry.Course.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +622 CourseDropDate CourseSection->Enrollment.CourseDropDate The date on which the individual drops or withdraws from the course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +625 CourseOverrideSchool CourseSection->Enrollment.CourseOverrideSchool The school where the credit was earned if different from the institution reporting. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +624 CourseQualityPointsEarned Enrollment.CourseQualityPointsEarned The numerical value assigned to a letter grade to provide a basis of quantitative determination of an average. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +684 displayNameOrDisplayLabel Subject.displayNameOrDisplayLabel \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 686 sponsors.displayName CourseEntry.Course.sponsors.displayName \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 687 levels CourseEntry.Course.levels \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 688 creditAmounts Course.creditAmounts \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1271,7 +1251,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 690 genusType CourseEntry.genusType \N \N 8 \N \N \N \N \N type indicates registration vs transfer course \N \N \N \N LIF f \N f \N \N \N 691 genusType Course.genusType \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 692 genusType Activity.genusType \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -693 sponsors (of type) Course.sponsors (of type) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 694 type Activity.type \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 695 startDate CourseRegistration.startDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 696 endDate CourseRegistration.endDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1284,9 +1263,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 703 code CourseEntry.Course.code \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 705 CourseTitle Student.AcademicRecord.AcademicSession.Course.CourseTitle The name or title of the course taken by a student at an academic institution. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 706 CourseDescription CourseInventoryInformation.CourseDescription The text description describing the content of the course, as carried in the sending institution’s course catalog. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -707 Course Begin Date Course.Course Begin Date The official begin date for this course \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -708 Course End Date Course.Course End Date The official end date for this course \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -709 CourseAcademicGradeScale Code Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeScale Code The grading scale used by an academic educational institution for an academic course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 710 Choice Student.AcademicRecord.AcademicSession.Course.Choice Each option has it's own definition as documented in Voc 4-PESCCourseCode \N 9 \N \N \N \N \N There is no root element to name. The choice exists between CourseRepeatCode and CourseQualityPointsEarned \N \N \N \N LIF f \N f \N \N \N 711 CourseCreditLevel Student.AcademicRecord.AcademicSession.Course.CourseCreditLevel The level of credit associated with the credit hours earned for the course. \N 9 \N \N \N \N \N Usually the same as CourseLevel; differs when the student uses the credit at a level different from the CourseLevel. For\nexample, when the student uses an UpperDivision course (CourseLevel) for Graduate credit (CourseCreditLevel).\nAlso, not a good match to CEDS CourseLevelCharacteristic. \N \N \N \N LIF f \N f \N \N \N 664 CourseLevelCharacteristic Course.CourseLevelCharacteristic The type of specific program or designation with which the course is associated (e.g., AP, IB, Dual Credit, CTE). \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1309,6 +1285,8 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 730 CourseAcademicGrade Student.AcademicRecord.AcademicSession.Course.CourseAcademicGrade The final grade awarded for participation in the course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 731 CourseQualityPointsEarned Student.AcademicRecord.AcademicSession.Course.CourseQualityPointsEarned The numerical value assigned to a letter grade to provide a basis of quantitative determination of an average. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 732 CourseOverrideSchool Student.AcademicRecord.AcademicSession.Course.CourseOverrideSchool The school where the credit was earned if diffrerent from the Academic Session School. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +708 CourseEndDate Course.CourseEndDate The official end date for this course \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +709 CourseAcademicGradeScaleCode Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeScaleCode The grading scale used by an academic educational institution for an academic course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 733 CourseRepeatCode Student.AcademicRecord.AcademicSession.Course.CourseRepeatCode Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student’s academic grade average. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 734 CourseSectionNumber Student.AcademicRecord.AcademicSession.Course.CourseSectionNumber The number assigned to differentiate among distinct occurrences of courses that have the same course abbreviation and number but are considered to be different courses. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 735 CouirseSubjectAbbreviation Student.AcademicRecord.AcademicSession.Course.CouirseSubjectAbbreviation The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1321,9 +1299,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 743 expirationDate Course.expirationDate Date beyond which the resource is no longer offered or available. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 744 estimatedDuration Course.estimatedDuration Estimated time it will take to complete a course. [=>DurationProfile] \N 10 \N \N \N \N \N Would need to convert from DurationProfile.ExactDuration to minutes \N \N \N \N LIF f \N f \N \N \N 745 audienceLevelType Course.audienceLevelType Type of level indicating a point in a progression through an educational or training context. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -746 ceterms:creditLevelType Course.ValueProfile.ceterms:creditLevelType Credit Level Type \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -747 creditUnitType and value Course.ValueProfile.creditUnitType and value A description of value awarded for, required by, or otherwise related to the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -748 assessmentMethodDescription, assessmentMethodType Course.assessmentMethodDescription, assessmentMethodType Description of the methods used to conduct assessment.\nType of method used to conduct an assessment; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 749 creditUnitTypeDescription Course.creditUnitTypeDescription Detailed description of credit unit type. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1837 TestSecondNewSourceAttributeForValueSet TestSecondNewSourceAttributeForValueSet This is a test of creating a new Source attribute consideration 25 enum 338 No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Unicon f \N f \N \N \N 750 learningMethodType\nlearningMethodDescription Course.learningMethodType\nlearningMethodDescription - Types of methods used to conduct the learning opportunity; select from an existing enumeration of such types.\n- Description of the learning methods for a resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1347,7 +1322,8 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 768 subjectWebpage Course.subjectWebpage The webpage that describes this entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 769 targetAssessment Course.targetAssessment Assessment that provides direct, indirect, formative or summative evaluation or estimation of the nature, ability, or quality for an entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 770 targetLearningResource Course.targetLearningResource Learning object or resource that is used as part of an learning activity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -973 owner European Digital Credential.owner The person (subject) about which claims are made and who owns the credential. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +973 owner EuropeanDigitalCredential.owner The person (subject) about which claims are made and who owns the credential. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +746 ceterms-creditLevelType Course.ValueProfile.ceterms-creditLevelType Credit Level Type \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 771 courseCode\n&/or\nidentifier Course.courseCode\n&/or\nidentifier The identifier for the Course used by the course provider (e.g. CS101 or 6.001).\n\nThe identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 772 name Course.name The name of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 773 description Course.description A description of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1406,22 +1382,17 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1840 MDRTest2 MDRTest2 This is a test of creating a new Source attribute consideration 25 enum 343 No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz Unicon f \N f \N \N \N 1218 ctidStatus Common.Accreditation.ctidStatus A ctid status, which provide details about whether it is missing at will or not applicable. \N 1 string 36 No No \N \N \N \N \N \N LIF f \N t \N \N \N 292 accessibility CompetencyFramework.Competency.accessibility \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N -974 proof European Digital Credential.proof The proof of the european digital credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -975 terms of use European Digital Credential.terms of use The terms of use of european digital credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 474 identifier Person.Consent.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes No LIF \N \N \N \N \N LIF f \N f \N \N \N 271 competencyId CompetencyFramework.Competency.ProficiencyDefinition.ProficiencyLevel.competencyId The identifier of the competency for which the levels are being defined. No change 1 string \N Yes Yes \N \N \N 2025-11-26 23:19:00+00 \N \N LIF f \N t \N \N \N 485 code Common.LegalCode.code The code for the law or justification for processing the data or withdrawing consent (e.g., consent, legitimate interest). \N 1 string \N Yes No \N \N \N 2025-11-26 23:23:00+00 \N \N LIF f \N f \N \N \N 493 auditLog Person.Consent.AuditHistory.auditLog Narrative description of what took place during the consent audit, including the consent-related activities and changes. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 509 learningStandard Course.learningStandard Learning standard(s) to be taught by the course. \N 1 string \N No Yes Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N 512 courseSubjectAbbreviation Course.courseSubjectAbbreviation The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier number. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +975 termsOfUse EuropeanDigitalCredential.termsOfUse The terms of use of european digital credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 513 courseApplicableEducationLevel Course.courseApplicableEducationLevel The education level, grade level or primary instructional level at which a course is intended. Do not use without two elements to provide specifics on the standards used and who makes the determination. This element is likely to absorb a large amount of bias due to asymetrical power and organizational politics 1 string 52 No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N 507 resultType Course.resultType \N \N 1 string \N No No IMSGlobal/CLR \N \N \N \N \N LIF f \N f \N \N \N 514 courseCertificationDescription Course.courseCertificationDescription A description of the certification or recognition associated with this course (ex. Networking, CAD, etc.). No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N -864 id CertificationType and/or EducationDegreeType.id A unique identifier to the certificate as defined by the issuing authority and/or Identifier for the degree. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -865 name CertificationType and/or EducationDegreeType.name The common name of the certificate and/or Name for the degree. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 866 descriptions CertificationType.descriptions Assumed Definition: the descriptions. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -867 CertificationType.status and/or EducationDegreeType.degreeGrantedStatus CertificationType and/or EducationDegreeType.CertificationType.status and/or EducationDegreeType.degreeGrantedStatus The status of the certificate. While this is an open string, common status include active, expired, pending, suspended and/or Current education degree granted status. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -868 CertificationType.firstIssued and/or EducationDegreeType.date CertificationType and/or EducationDegreeType.CertificationType.firstIssued and/or EducationDegreeType.date The original issue date of the certificate. Often this is useful when the certificates need to be renewed often, and it is important to know how long the certificate has been held. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 869 type CertificationType.type The type of the certificate. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 870 issuingAuthority CertificationType.issuingAuthority The organization that issued the certificate. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 871 id Achievement.id Unique IRI for the Achievement. If the ID is a URL it must be the location of an Achievement document. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1454,11 +1425,12 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 897 fieldOfStudy Achievement.fieldOfStudy Category, subject, area of study, discipline, or general branch of knowledge. Examples include Business, Education, Psychology, and Technology. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 898 Level Achievement.Level Text that describes the level of achievement apart from how the achievement was performed or demonstrated. Examples would include 'Level 1', 'Level 2', 'Level 3', or 'Bachelors', 'Masters', 'Doctoral'. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 899 targetUrl Alignment.targetUrl The URL of a node in an established educational framework. When the alignment is to a CASE framework and the CASE Service support the CASE JSON-LD binding, the URL should be the 'uri' of the node document, otherwise the URL should be the CASE Service endpoint URL that returns the node JSON. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +865 name CertificationTypeAnd/orEducationDegreeType.name The common name of the certificate and/or Name for the degree. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +868 CertificationType.firstIssuedAnd/orEducationDegreeType.date CertificationTypeAnd/orEducationDegreeType.CertificationType.firstIssuedAnd/orEducationDegreeType.date The original issue date of the certificate. Often this is useful when the certificates need to be renewed often, and it is important to know how long the certificate has been held. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 900 alignmentType Alignment.alignmentType Type of alignment, RSD, CredentialEngine, \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 901 humanCode AchievementCredential.humanCode Achievement is also extensible \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 902 expirationDate AchievementCredential.expirationDate If the credential has some notion of expiry, this indicates a timestamp when a credential should no longer be considered valid. After this time, the credential should be considered expired. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 491 expiration Person.Consent.expiration Period for which consent is valid before it needs to be renewed or refreshed. \N 1 string \N No No LIF \N \N \N \N \N LIF f \N f \N \N \N -903 awardedDate (or issuanceDate) AchievementCredential.awardedDate (or issuanceDate) Timestamp of when the credential was awarded. issuanceDate is used to determine the most recent version of a Credential in conjunction with issuer and id. Consequently, the only way to update a Credental is to update the issuanceDate, losing the date when the Credential was originally awarded. awardedDate is meant to keep this original date. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 904 identifier AchievementSubject.identifier Other identifiers for the recipient of the achievement. Either id or at least one identifier MUST be supplied. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 905 result AchievementSubject.result The set of results being asserted. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 906 proof AchievementCredential.proof If present, one or more embedded cryptographic proofs that can be used to detect tampering and verify the authorship of the credential. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1466,63 +1438,37 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 908 description Evidence.description A longer description of the evidence. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 909 id Evidence.id The URL of a webpage presenting evidence of achievement or the evidence encoded as a Data URI. The schema of the webpage is undefined. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 910 type Evidence.type The value of the type property MUST be an unordered set. One of the items MUST be the IRI 'Evidence'. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -911 Credential Definition Identifier System Credential.Credential Definition Identifier System A coding scheme that is used for identification and record-keeping purposes by a credentialing organization to refer to an achievement. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -912 Credential Definition Identifier Credential.Credential Definition Identifier A globally unique identifier by which the creator/owner/provider of a credential recognizes the achievement in transactions with the external environment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -913 Credential Definition Alternate Name Credential.Credential Definition Alternate Name An alias for the credential, which may include acronyms, alphanumeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -914 Credential Definition Title Credential.Credential Definition Title The title assigned to the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -915 Credential Definition Description Credential.Credential Definition Description A description of the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -916 Credential Definition Status Type Credential.Credential Definition Status Type The status of the credential offered by a credentialing organization. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -917 Credential Definition Date Effective Credential.Credential Definition Date Effective Effective date of the content of a credential definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -918 Credential Definition Category Type Credential.Credential Definition Category Type A category for defining a competency or qualification, achievement, personal or organizational quality, experience, attribute, or aspect of an identity typically used to indicate suitability. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -919 Credential Definition Assessment Method Type Credential.Credential Definition Assessment Method Type The method used to conduct the assessment being referenced. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -920 Credential Definition Criteria Credential.Credential Definition Criteria The criteria for competency-based completion of the achievement/award. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -921 Credential Definition Criteria URL Credential.Credential Definition Criteria URL The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -922 Credential Definition Estimated Duration Credential.Credential Definition Estimated Duration The estimated amount of time in minutes it will take to earn the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -923 Credential Definition Minimum Duration Credential.Credential Definition Minimum Duration The minimum amount of time in minutes it will take to earn the described credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -924 Credential Definition Maximum Duration Credential.Credential Definition Maximum Duration The maximum amount of time in minutes it will take to earn the described credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -925 Credential Definition Minimum Age Credential.Credential Definition Minimum Age The minimum allowed age in years at which a person is eligible for the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -976 embedded evidence Evidence.embedded evidence The embeded evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -926 Credential Definition NAICS Industry Type Credential.Credential Definition NAICS Industry Type The North American Industry Classification System (NAICS) class identifier for an industry associated with the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -927 Credential Image URL Credential.Credential Image URL The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -928 Credential Definition Keywords Credential.Credential Definition Keywords Keywords or key phrases describing aspects of a credential considered useful for its discovery. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 929 subject Credential.subject Words or brief phrases describing the topicality of the entity; select subject terms from an existing enumeration of such terms. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -930 CTDL Audience Level Type Credential.CTDL Audience Level Type Type of level indicating a point in a progression through an educational or training context, for which the credential is intended; select from an existing enumeration of such types. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -931 Classification of Instructional Program Code Credential.Classification of Instructional Program Code A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -932 Competency Definition URL Credential.Competency Definition URL A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the competency definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -933 O*NET-SOC Occupation Type Credential.O*NET-SOC Occupation Type The O*NET-SOC taxonomy defines the set of occupations across the world of work based on the Standard Occupational Classification. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -934 expiration date European Digital Credential.expiration date The date when the credential expires. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -935 issuance date European Digital Credential.issuance date Defines the date and time, when the European Digital Credential becomes valid. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -936 owner European Digital Credential.owner The person (subject) about which claims are made and who owns the credential. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -937 proof European Digital Credential.proof The proof of the european digital credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -938 terms of use European Digital Credential.terms of use The terms of use of european digital credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -939 evidence accreditation Evidence.evidence accreditation The accreditation of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -940 evidence statement Evidence.evidence statement The statement of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -941 evidence target Evidence.evidence target The target of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +911 CredentialDefinitionIdentifierSystem Credential.CredentialDefinitionIdentifierSystem A coding scheme that is used for identification and record-keeping purposes by a credentialing organization to refer to an achievement. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +912 CredentialDefinitionIdentifier Credential.CredentialDefinitionIdentifier A globally unique identifier by which the creator/owner/provider of a credential recognizes the achievement in transactions with the external environment. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +913 CredentialDefinitionAlternateName Credential.CredentialDefinitionAlternateName An alias for the credential, which may include acronyms, alphanumeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +914 CredentialDefinitionTitle Credential.CredentialDefinitionTitle The title assigned to the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +915 CredentialDefinitionDescription Credential.CredentialDefinitionDescription A description of the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +916 CredentialDefinitionStatusType Credential.CredentialDefinitionStatusType The status of the credential offered by a credentialing organization. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +917 CredentialDefinitionDateEffective Credential.CredentialDefinitionDateEffective Effective date of the content of a credential definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +918 CredentialDefinitionCategoryType Credential.CredentialDefinitionCategoryType A category for defining a competency or qualification, achievement, personal or organizational quality, experience, attribute, or aspect of an identity typically used to indicate suitability. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +919 CredentialDefinitionAssessmentMethodType Credential.CredentialDefinitionAssessmentMethodType The method used to conduct the assessment being referenced. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +920 CredentialDefinitionCriteria Credential.CredentialDefinitionCriteria The criteria for competency-based completion of the achievement/award. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +921 CredentialDefinitionCriteriaURL Credential.CredentialDefinitionCriteriaURL The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +922 CredentialDefinitionEstimatedDuration Credential.CredentialDefinitionEstimatedDuration The estimated amount of time in minutes it will take to earn the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +923 CredentialDefinitionMinimumDuration Credential.CredentialDefinitionMinimumDuration The minimum amount of time in minutes it will take to earn the described credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +924 CredentialDefinitionMaximumDuration Credential.CredentialDefinitionMaximumDuration The maximum amount of time in minutes it will take to earn the described credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +925 CredentialDefinitionMinimumAge Credential.CredentialDefinitionMinimumAge The minimum allowed age in years at which a person is eligible for the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +976 embeddedEvidence Evidence.embeddedEvidence The embeded evidence. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +926 CredentialDefinitionNAICSIndustryType Credential.CredentialDefinitionNAICSIndustryType The North American Industry Classification System (NAICS) class identifier for an industry associated with the credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +927 CredentialImageURL Credential.CredentialImageURL The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +928 CredentialDefinitionKeywords Credential.CredentialDefinitionKeywords Keywords or key phrases describing aspects of a credential considered useful for its discovery. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +930 CTDLAudienceLevelType Credential.CTDLAudienceLevelType Type of level indicating a point in a progression through an educational or training context, for which the credential is intended; select from an existing enumeration of such types. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +931 ClassificationOfInstructionalProgramCode Credential.ClassificationOfInstructionalProgramCode A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 942 type Evidence.type The type of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 943 id LearningResult.id \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 944 name Program.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 945 name LearningResult.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 946 description LearningResult.description \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -947 state Learning Result.state \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 948 learningObjective Program.learningObjective \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 954 awardDate/effectiveDate StudentCredentialRecord.awardDate/effectiveDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 955 studentId StudentCredentialRecord.studentId \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 956 supportingPrograms StudentCredentialRecord.supportingPrograms \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -957 credentialSchema European Digital Credential.credentialSchema The schema of the european digital credential \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -958 identifier European Digital Credential.identifier An alternative identifier of the European Digital Credential for Learning typically assigned to the credential by the issuing organisation. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -959 title Display Parameter.title The title of the European Digital Credential. One value per language is permitted. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -960 description Display Parameter.description A free text description of the European Digital Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -961 credentialStatus European Digital Credential.credentialStatus The status of the european digital credential \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -962 validFrom European Digital Credential.validFrom The earliest date when the information associated with the credential subject property became valid. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -963 methodOfAssessment Learning Assessment.methodOfAssessment Method of assessment supervision and ID verification. It should be provided using the EDC Controlled List of Methods Of Supervision And Verification. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -964 influencedBy Learning Achievement Specification.influencedBy Activities that a person can perform to acquire the expected learning outcomes. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -965 homepage Learning Achievement Specification.homepage The homepage of the learning achievement specification \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -966 volumeOfLearning Learning Achievement Specification.volumeOfLearning The estimated number of hours the learner is expected to spend engaged in learning to earn the award. This would include the notional number of hours in, in group work, in practicals, as well as hours engaged in self-motivated study. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -967 maximumDuration Learning Achievement Specification.maximumDuration The maximum duration (in months) that a person may use to complete the learning opportunity for which this learning achievement specification is designed. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -968 education subject Learning Achievement Specification.education subject An associated field of education from a different semantic framework than the ISCED classification. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -969 educationalLevel Learning Achievement Specification.educationalLevel An associated level of education within a semantic framework describing education levels. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -970 validWith Learning Entitlement Specification.validWith The organisation which acknowledges the entitlement (i.e., the organisation offering the learning opportunity, membership or employment opportunity). \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -971 expiration date European Digital Credential.expiration date The date when the credential expires. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 985 learningObjective Program.learningObjective \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 986 genusType Credential.genusType \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 987 completionRequirements Program.completionRequirements \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1534,6 +1480,31 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 993 AcademicAwardTitle AcademicAwardTitleType.AcademicAwardTitle The descriptive title for the academic award. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 994 AcademicCompletionIndicator AcademicCompletionIndicatorType.AcademicCompletionIndicator An indication that the degree-seeking student completed all of the requirements for his or her academic program. Not used for Non-Degree programs. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 995 AcademicAwardDate Student.AcademicRecord.AcademicAward.AcademicAwardDate The date on which the academic award was conferred. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1467 GenerationCodeOrSuffix Person.GenerationCodeOrSuffix An appendage, if any, used to denote a person's generation in his family (e.g., Jr., Sr., III). \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +933 O*NET-SOCOccupationType Credential.O*NET-SOCOccupationType The O*NET-SOC taxonomy defines the set of occupations across the world of work based on the Standard Occupational Classification. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +934 expirationDate EuropeanDigitalCredential.expirationDate The date when the credential expires. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +936 owner EuropeanDigitalCredential.owner The person (subject) about which claims are made and who owns the credential. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +937 proof EuropeanDigitalCredential.proof The proof of the european digital credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +938 termsOfUse EuropeanDigitalCredential.termsOfUse The terms of use of european digital credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +939 evidenceAccreditation Evidence.evidenceAccreditation The accreditation of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +940 evidenceStatement Evidence.evidenceStatement The statement of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +941 evidenceTarget Evidence.evidenceTarget The target of the evidence. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +947 state LearningResult.state \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +957 credentialSchema EuropeanDigitalCredential.credentialSchema The schema of the european digital credential \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +959 title DisplayParameter.title The title of the European Digital Credential. One value per language is permitted. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +960 description DisplayParameter.description A free text description of the European Digital Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +961 credentialStatus EuropeanDigitalCredential.credentialStatus The status of the european digital credential \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +971 expirationDate EuropeanDigitalCredential.expirationDate The date when the credential expires. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +935 issuanceDate EuropeanDigitalCredential.issuanceDate Defines the date and time, when the European Digital Credential becomes valid. This property is inherited from Verifiable Credential. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +962 validFrom EuropeanDigitalCredential.validFrom The earliest date when the information associated with the credential subject property became valid. This property is inherited from Verifiable Credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +968 educationSubject LearningAchievementSpecification.educationSubject An associated field of education from a different semantic framework than the ISCED classification. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +969 educationalLevel LearningAchievementSpecification.educationalLevel An associated level of education within a semantic framework describing education levels. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +965 homepage LearningAchievementSpecification.homepage The homepage of the learning achievement specification \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +964 influencedBy LearningAchievementSpecification.influencedBy Activities that a person can perform to acquire the expected learning outcomes. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +967 maximumDuration LearningAchievementSpecification.maximumDuration The maximum duration (in months) that a person may use to complete the learning opportunity for which this learning achievement specification is designed. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +966 volumeOfLearning LearningAchievementSpecification.volumeOfLearning The estimated number of hours the learner is expected to spend engaged in learning to earn the award. This would include the notional number of hours in, in group work, in practicals, as well as hours engaged in self-motivated study. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +963 methodOfAssessment LearningAssessment.methodOfAssessment Method of assessment supervision and ID verification. It should be provided using the EDC Controlled List of Methods Of Supervision And Verification. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +970 validWith LearningEntitlementSpecification.validWith The organisation which acknowledges the entitlement (i.e., the organisation offering the learning opportunity, membership or employment opportunity). \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 996 AcademicAwardLevel AcademicAwardLevelType.AcademicAwardLevel The level of the degree, certificate, or award granted for the successful completion of requirements of an academic program. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 997 LearningOutcomeSkillCode LearningOutcomeQualificationAssessment.LearningOutcomeSkillCode Learning Outcome Skill based on DQP intellectual skills. Learning Outcome Skill based on DQP intellectual. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 998 FrameworkSourceReference AlternateOutcomeFrameworkType.FrameworkSourceReference URL of the alternative framework that has the outcome taxnomies URI of alternative framework. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1542,22 +1513,18 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1001 ProgramCIPCode ProgramCIPCodeType.ProgramCIPCode Code indicating a discipline or field of study assigned by the Classification of Instructional Programs by the US Department of Education’s National Center for Education Statistics. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1002 FrameworkOutcomeValue LearningOutcomeDescriptionType.FrameworkOutcomeValue A container to hold the alternative framework taxonomies that map to the learning outcome Definition of alternative outcome taxonomy \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1003 ONET EmploymentType/OrganizationEntityType.ONET O*NET code for position (O*NET codes defined by Department of Labor) \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1004 ceterms:credentialId Credential.ceterms:credentialId Globally unique identifier by which the creator, owner or provider of a credential recognizes that credential in transactions with the external environment (e.g., in verifiable claims involving the credential). \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1005 alternateName Credential.alternateName Alias for the entity including acronyms, alphanumeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1006 name Credential.name Name or title of the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1007 description Credential.description Statement, characterization or account of the entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1008 credentialStatusType Credential.credentialStatusType Type of official status of the credential; select from an enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1009 dateEffective Credential.dateEffective Effective date of the content of a credential, assessment or learning opportunity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1010 Expiration Date Credential.Expiration Date Date beyond which the resource is no longer offered or available. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1011 @type Credential.@type Type of credential \N 10 \N \N \N \N \N 5.1 \N \N \N \N LIF f \N f \N \N \N 1012 requires Credential.requires Requirement or set of requirements for this credential, learning opportunity, or assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1013 assessmentMethodType Credential.assessmentMethodType Type of method used to conduct an assessment; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1014 Requires ->targetCompetency ConditionProfile.Requires ->targetCompetency A competency relevant to the condition being described. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1015 subjectWebpage Credential.subjectWebpage Webpage that describes this entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1016 estimatedDuration Credential.estimatedDuration Estimated time it will take to complete a credential, learning opportunity or assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1017 minimumDuration DurationProfile.minimumDuration Minimum amount of time it will take to complete the activity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1018 maximumDuration DurationProfile.maximumDuration Maximum amount of time it will take to complete the activity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1019 Requires ->minimumAge ConditionProfile.Requires ->minimumAge Minimum allowed age at which a person is eligible for the credential. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1020 naics Credential.naics North American Industry Classification System (NAICS) code of an organization or business person. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1021 image Credential.image Image, icon or logo that represents the entity including registered trade or service marks. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1022 keyword Credential.keyword Keyword or key phrase describing relevant aspects of an entity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1566,12 +1533,14 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1025 instructionalProgramType Credential.instructionalProgramType Type of instructional program; select from an existing enumeration of such types. For U.S. credentials, best practice is to use a framework such as the CIP (Classification of Instructional Programs). Other credentials may use any framework of the class CTDL InstructionalProgramClassification. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1204 relationshipType Organization.relationshipType The nature of one organization’s relationship to another. Ensure your models and systems can ingest the ad-hoc relationship statuses outside the systems embedded in the current mapping schema 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1026 occupationType Credential.occupationType Type of occupation; select from an existing enumeration of such types. For U.S. credentials, best practice is to identify an occupation using a framework such as the O*NET. Other credentials may use any framework of the class ceterms:OccupationClassification, such as the EU's ESCO, ISCO-08, and SOC 2010. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1027 BadgeClass Open Badges 2.0.BadgeClass \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1028 id BadgeClass.id Unique IRI for the BadgeClass. Most platforms to date can only handle HTTP-based IRIs. Issuers using signed assertions are encouraged to publish BadgeClasses using HTTP IRIs but may instead use ephemeral BadgeClasses that use an id in another scheme such as urn:uuid. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1029 name BadgeClass.name The name of the achievement. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1030 description BadgeClass.description A short description of the achievement. May be the same as name if no description is available. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1031 achievementType BadgeClass.achievementType Type of the Achievement or Credential \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1032 Criteria BadgeClass.Criteria Criteria object describing how to earn the achievement. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1014 Requires->targetCompetency ConditionProfile.Requires->targetCompetency A competency relevant to the condition being described. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1010 ExpirationDate Credential.ExpirationDate Date beyond which the resource is no longer offered or available. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1027 BadgeClass OpenBadges2.0.BadgeClass \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1033 id Criteria.id \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1034 narrative Criteria.narrative \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1035 Image BadgeClass.Image Object \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1673,7 +1642,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 827 description Credential.CredentialAlignments.description Description of the alignment target. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N 828 framework Credential.CredentialAlignments.framework Name of the framework being aligned. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N 796 name Credential.name Name of the credential. No change 1 string \N Yes No CEDS \N \N 2025-12-01 22:11:00+00 \N \N LIF f \N f \N \N \N -166 lowerPercentage Shortened Grading.lowerPercentage The percentage of students of the same course who got a lower grade. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N 795 abbreviation Credential.abbreviation Abbreviated name of the credential. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 797 description Credential.description Description of the credential. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 793 uri Credential.uri A URI, a string of characters used to identify the Credential. No change 1 string \N No No Open Badges v2 \N \N \N \N \N LIF f \N f \N \N \N @@ -1743,12 +1711,10 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1100 contractLengthStatus Position.contractLengthStatus A status filed, which provide details about whether it is missing at will or not applicable. \N 1 string 358 No No \N \N \N \N \N \N LIF f \N f \N \N \N 1082 primaryPayMethod Position.primaryPayMethod An indication of the primary pay method of the position. For example, salary, hourly, commission only, contract, stipend, piecework, tips, or other. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 1093 incomeSourceCategory Person.EmploymentLearningExperience.IncomeSources.incomeSourceCategory The name of the category of any income source. The assignment of eligibility of a person into income source categories should not be used as a proxy for eligiblity for these nor as a proxy for any other social or economic category. 1 string \N No No CEDS Or have a vocabulary for income sources. \N \N \N \N LIF f \N f \N \N \N -1194 naics Person or Organization.naics \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1195 roleName Role.roleName \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1196 startDate Role.startDate \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1197 endDate Role.endDate \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1242 EducationOrganizationIdentificationSystem EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem The school system, state, or agency assigning the identification code. \N 6 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -167 higherPercentage Shortened Grading.higherPercentage The percentage of students of the same course who got a higher grade. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N 1285 lastName Person.Name.lastName The last name of a person or individual Only use if consent has been verified. 1 string \N Yes No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1875 organizationNames Person.EmploymentPreferences.organizationNames The names of the preferred employment organizations. \N 17 string \N Yes Yes \N \N \N 2025-10-02 23:36:00+00 \N MDRUser StateU t \N f \N \N \N 1078 industryCodeType Position.IndustryCode.industryCodeType The type of the Industry Code - NAICS, SIC, or ISIC. \N 1 string \N No No \N Could be a list, specific to the job, not the organization. Should handle non-NAICS industries \N 2025-11-26 22:43:00+00 \N \N LIF f \N f \N \N \N @@ -1772,7 +1738,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1142 contractType Person.EmploymentLearningExperience.contractType The type of employment contract used by an institution. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1145 militaryStatus Person.MilitaryLearningExperience.militaryStatus An indication that the person is on Active Duty, in the National Guard, or in the Reserve components of the United States military services. \N 1 string \N No No CEDS CM 2/20 Propose move to Person->Relationship Contacts?\nMG 7/12 - Changed definition to be about the person instead of their parent or guardian. Adding a field for parent/guardian can be reconsidered later. \N \N \N \N LIF f \N f \N \N \N 1671 participationStatus Person.ProgramLearningExperience.participationStatus The current status of the student's program participation \N 1 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1225 1. EntityType:id\n2. OrganizationType:taxId\n3. OrganizationType:legalId OrganizationType.1. EntityType:id\n2. OrganizationType:taxId\n3. OrganizationType:legalId 1. A unique identifier which cannot be expressed as enumeration.\n2. A government assigned identifier to distinguish organization. This typically is a country-level tax code. For example, Federal Employer Identification Number (FEIN) in the USA.\n3. An identifier of the organization for legal purposes. This could be a company, state, or other kind of identifier. For example, Data Universal Numbering System, abbreviated as DUNS. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1226 name EntityType.name Free text description for that entity. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1227 tradeName EmploymentEstablishmentType.tradeName Trade name of the establishment or doing-business as (DBA). \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1228 description OrganizationType.description A description or quick summary of the organization. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1804,20 +1769,17 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1261 Organization OrganizationType.Organization Non-person entity such as Organization, Institution, Agency or Business. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1262 OrganizationName OrganizationNameType.OrganizationName Name of Non-person entity such as Organization, Institution, Agency or Business. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1263 Accreditation AccreditationType.Accreditation To provide information about the accreditation that has been awarded to the sending school. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1264 FEIN, DUNS, IPEDSID, ISICV4, LEI, NCESIS, OPEID CredentialOrganization\nQACredentialOrganization.FEIN, DUNS, IPEDSID, ISICV4, LEI, NCESIS, OPEID There are concrete properties in CTDL for the references identifiers \N 10 \N \N \N \N \N 2.4 \N \N \N \N LIF f \N f \N \N \N 1265 image CredentialOrganization\nQACredentialOrganization.image Image, icon or logo that represents the entity including registered trade or service marks. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1266 name CredentialOrganization\nQACredentialOrganization.name Name or title of the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1267 alternateName CredentialOrganization\nQACredentialOrganization.alternateName Alias for the entity including acronyms, alphanumeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1268 description CredentialOrganization\nQACredentialOrganization.description A description of the item. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1269 agentType CredentialOrganization\nQACredentialOrganization.agentType Type of organization such as educational institution, credentialing organization or quality assurance body \N 10 \N \N \N \N \N 2.6 \N \N \N \N LIF f \N f \N \N \N -1270 AccreditedBy, ApprovedBy, recognizedBy, regulatedBy CredentialOrganization\nQACredentialOrganization.AccreditedBy, ApprovedBy, recognizedBy, regulatedBy Quality assurance relationships where an external org accredits/approves, etc the target organization \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1271 naics CredentialOrganization\nQACredentialOrganization.naics North American Industry Classification System (NAICS) code of an organization or business person. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1272 LifeCycleStatusType CredentialOrganization\nQACredentialOrganization.LifeCycleStatusType Type of state of the resource in terms of its stage in a life cycle; select from an enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1273 AccreditedBy CredentialOrganization\nQACredentialOrganization.AccreditedBy Quality assurance relationships where an external org accredits/approves, etc the target organization \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1274 accreditedBy CredentialOrganization\nQACredentialOrganization.accreditedBy Quality assurance organization that provides official authorization to, or approval of, a credential, organization, assessment, or learning opportunity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1275 accredits QACredentialOrganization.accredits Credential, assessment, organization, or learning opportunity for which this organization provides official authorization or approval based on prescribed standards or criteria. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1276 accreditedIn CredentialOrganization\nQACredentialOrganization.accreditedIn Region or political jurisdiction such as a state, province or locale in which the credential, learning opportunity or assessment is accredited. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1277 image or logo Organization.image or logo An image of the item. This can be a URL or a fully described ImageObject.\nor\nAn associated logo. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1278 name Organization.name The name of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1279 alternateName Organization.alternateName An alias for the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1280 description Organization.description A description of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1830,6 +1792,8 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1660 targetLearningResource Program.targetLearningResource Learning object or resource that is used as part of an learning activity. No change 1 string \N No Yes CTDL URI To an learning resource in the credential registry \N \N \N \N LIF f \N f \N \N \N 1744 description OpenBadgeCredential.description \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N 1745 id image.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1277 imageOrLogo Organization.imageOrLogo An image of the item. This can be a URL or a fully described ImageObject.\nor\nAn associated logo. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1264 FEIN-DUNS-IPEDSID-ISICV4-LEI-NCESIS-OPEID CredentialOrganizationQACredentialOrganization.FEIN-DUNS-IPEDSID-ISICV4-LEI-NCESIS-OPEID There are concrete properties in CTDL for the references identifiers \N 10 \N \N \N \N \N 2.4 \N \N \N \N LIF f \N f \N \N \N 1219 ctdlOrganizationType Common.Accreditation.ctdlOrganizationType The type of credentialing organization or entity as defined by the Credential Transparency Description Language. Missing data should not be penalized in useage. Assuming that all organizations will want to comply with this system will introduce a high level of bias into outcomes. A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1223 accreditedIn Common.Accreditation.accreditedIn Region or political jurisdiction such as a state, province or locale in which the credential, learning opportunity or assessment is accredited. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. Missing data should not be penalized in useage. Assuming that all organizations will want to comply with this system will introduce a high level of bias into outcomes. A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N 1855 accreditationExpirationDate Credential.Accreditation.accreditationExpirationDate \N \N 1 string \N \N \N \N \N \N 2025-09-30 00:33:00+00 \N UX LIF f \N t \N \N \N @@ -1890,6 +1854,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1365 informationSourceId Person.SexAndGender.informationSourceId The indentifier for the Information Source record associated with this entity \N 1 string \N Yes No LIF-Addition \N \N \N \N \N LIF f \N t \N \N \N 1402 informationSourceId Person.RelationshipContacts.informationSourceId The indentifier for the Information Source record associated with this entity None 1 string \N Yes No LIF-Addition \N \N \N \N \N LIF f \N t \N \N \N 1389 informationSourceId Person.Demographics.informationSourceId The indentifier for the Information Source record associated with this entity \N 1 string \N Yes No LIF-Addition \N \N \N \N \N LIF f \N t \N \N \N +93 AssessmentIdentifier Assessment.AssessmentIdentifier A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity. This may be the publisher identifier. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1622 normalTimeCompletion Program.normalTimeCompletion The amount of time necessary for a person to complete all requirements for a degree or certificate according to the institution's catalog. This is typically 4 years (8 semesters or trimesters, or 12 quarters, excluding summer terms) for a bachelor's degree in a standard term-based institution; 2 years (4 semesters or trimesters, or 6 quarters, excluding summer terms) for an associate's degree in a standard term-based institution; and the various scheduled times for certificate programs. No change 1 string \N No No CEDS Not sure if this should be part of Credit or Unit? \N \N \N \N LIF f \N f \N \N \N 1626 subjectWebpage Program.subjectWebpage The webpage that describes this entity. Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N 1628 programIdentifierSystem Program.programIdentifierSystem System of the supporting program. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1922,9 +1887,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1630 programDurationType Program.programDurationType The type of hours (credit or contact) by which the normal length of a program of study is measured. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1632 workBasedLearningOpportunityType Program.workBasedLearningOpportunityType The type of work-based learning opportunity a student participated in. No change 1 string \N No Yes CEDS This seems like a type of program \N \N \N \N LIF f \N f \N \N \N 1633 postSecondaryProgramLevel Program.postSecondaryProgramLevel The level describing the concentration of study for a postsecondary program. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N -1436 PersonLegalInclusion: race\nPersonBaseType:ethnicity PersonLegalInclusion/PersonBaseType.PersonLegalInclusion: race\nPersonBaseType:ethnicity race (v4.3) : The identified race(s) of the person. A race is defined as a group of people sharing the same culture, history, language, etc./The ethnicity (or ethnicities) of a person. Ethnicity is an ethnic group or a social group that shares a common and distinctive culture, religion, and/or language.\nrace (v4.4): "The identified race(s) of the person. A country may define which of these terms (race, nationality, ethnicity) will be used and how they are defined. One or more properties may be used by a country. A predefined country list allows a person to specify their race.", \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1437 PersonLegalInclusion: race\nPersonBaseType:ethnicity PersonLegalInclusion\n/PersonBaseType.PersonLegalInclusion: race\nPersonBaseType:ethnicity race: The identified race(s) of the person. A race is defined as a group of people sharing the same culture, history, language, etc./The ethnicity (or ethnicities) of a person. Ethnicity is an ethnic group or a social group that shares a common and distinctive culture, religion, and/or language. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1438 PersonBaseType:ethnicity PersonLegalInclusion/PersonBaseType.PersonBaseType:ethnicity ethnicity: The ethnicity (or ethnicities) of a person. A country may define which of these terms (race, nationality, ethnicity) be used and how they are defined. One or more properties may be used by a country. A predefined country list allows a person to specify their ethnicity. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1437 PersonLegalInclusion-racePersonBaseType-ethnicity PersonLegalInclusion/PersonBaseType.PersonLegalInclusion-racePersonBaseType-ethnicity_2 race: The identified race(s) of the person. A race is defined as a group of people sharing the same culture, history, language, etc./The ethnicity (or ethnicities) of a person. Ethnicity is an ethnic group or a social group that shares a common and distinctive culture, religion, and/or language. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N t \N \N \N 1439 iscedEducationLevelCode EducationDegreeType.iscedEducationLevelCode ISCED: International Standard Classification of Education - is the standard classification of the education level of this attendance. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1440 citizenship PersonBaseType.citizenship The citizenships that a person holds. This is a legal citizenship in a country (as opposed to nationality which may or may not be a country). \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1441 primaryLanguage PersonReferenceType.primaryLanguage This list is based on Internet Engineering Task Force (IETF) RFC 4646 and RFC 4647 for language tags. This tag system is extensible to region, dialect, and private designations. The IANA Language Subtag Registry is a source of the tag values. See http://www.iana.org/assignments/language-subtag-registry \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1946,10 +1909,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1457 postalCode Address.postalCode The postal code. For example, 94043. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1458 addressCountry Address.addressCountry The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1459 telephone Profile.telephone Primary phone number for the individual or organization. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1462 Electronic Mail Address Person.Electronic Mail Address The numbers, letters, and symbols used to identify an electronic mail (e-mail) user within the network to which the person or organization belongs. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1480 Telephone Number Person.Telephone Number The telephone number including the area code, and extension, if applicable. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1481 Telephone Number Type Person.Telephone Number Type The type of communication number listed for a person. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1482 Primary Telephone Number Indicator Person.Primary Telephone Number Indicator An indication that the telephone number should be used as the principal number for a person or organization. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1483 birthDate PersonBioDemographics.birthDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1484 firstName PersonName.firstName \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1485 lastName PersonName.lastName \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1957,7 +1916,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1487 Identifier PersonIdentifier.Identifier \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1488 type PersonIdentifier.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1489 middleName PersonName.middleName \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1490 nameSuffix, nameTitle PersonName.nameSuffix, nameTitle \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1491 namePrefix PersonName.namePrefix \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1749 id OpenBadgeCredential.credentialSubject.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N 1492 PostalAddress.StreetAddressLine1\nPostalAddress.StreetAddressLine2\nPostalAddress.StreetAddressLine3 Address.PostalAddress.StreetAddressLine1\nPostalAddress.StreetAddressLine2\nPostalAddress.StreetAddressLine3 \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -1975,10 +1933,12 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1504 Address Contact.Address \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1505 type PersonRelation.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1506 learningObjective Proficiency.learningObjective \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1460 First Name Person.First Name The full legal first name given to a person at birth, baptism, or through legal change. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1461 Last or Surname Person.Last or Surname The full legal last name borne in common by members of a family. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1463 Person Identifier Person.Person Identifier A unique number or alphanumeric code assigned to a person by a school, school system, a state, or other agency or entity. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1472 Address City Person.Address City The name of the city in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1480 TelephoneNumber Person.TelephoneNumber The telephone number including the area code, and extension, if applicable. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1481 TelephoneNumberType Person.TelephoneNumberType The type of communication number listed for a person. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1482 PrimaryTelephoneNumberIndicator Person.PrimaryTelephoneNumberIndicator An indication that the telephone number should be used as the principal number for a person or organization. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1460 FirstName Person.FirstName The full legal first name given to a person at birth, baptism, or through legal change. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1461 LastOrSurname Person.LastOrSurname The full legal last name borne in common by members of a family. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1490 nameSuffix-nameTitle PersonName.nameSuffix-nameTitle \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1511 ElectronicMailAddress ElectronicMail.ElectronicMailAddress The electronic mail (e-mail) address listed for an individual or organization. \N 6 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1537 OrderOfPriority Telephone.OrderOfPriority The order of priority assigned to telephone numbers to define which number to attempt first, second, etc. \N 6 number \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1508 FirstName Name.FirstName A name given to an individual at birth, baptism, or during another naming ceremony, or through legal change. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2014,21 +1974,19 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1574 birthDate Person.birthDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1575 givenName Person.givenName Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property. \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1576 surname Person.surname Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property. \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1577 defined through tagging of attributes Ontology.defined through tagging of attributes not explicit in spec \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1578 institutionalIdentifier Person.institutionalIdentifier \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1579 middleNames Person.middleNames list of middle names \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1580 generationQualifier\nqualificationSuffix Person.generationQualifier\nqualificationSuffix \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1581 salutation Person.salutation \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1582 type Address.type \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1583 (formatted) address Address.(formatted) address complete address text \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1584 (extended through Type definition) Address.(extended through Type definition) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1585 startDate Relevancy.startDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1583 (formatted)Address Address.(formatted)Address complete address text \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1472 AddressCity Person.AddressCity The name of the city in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1577 definedThroughTaggingOfAttributes Ontology.definedThroughTaggingOfAttributes not explicit in spec \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1586 endDate Relevancy.endDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1587 Contact Contact.Contact \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1545 DateEnteredUS BirthData.DateEnteredUS For students born outside of the U.S., the date the student entered the U.S. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1588 core:FirstName PersonType/ Name.core:FirstName The first name of the person, usually given at birth, baptism, or during, another ceremony, or through legal change. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1560 dateOfBirth Person.dateOfBirth The date of birth of the person \N 7 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1553 StudentMigrantEducationProgramAssociation Extends GeneralStudentProgramAssociation.StudentMigrantEducationProgramAssociation This association represents the migrant education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation with added elements particular to migrant education programs. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1546 Visa Citizenship.Visa An indicator of a non-US citizen's Visa type. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1547 Sex {Multiple}.Sex A person's gender. (Different designations by context, e.g. BirthSex: Persons gender at birth; StudentEdOrgAssoc: The student's gender as last reported to the education organization.) \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1548 Race StudentEducationOrganizationAssociation.Race The general racial category which most clearly reflects the individual's recognition of his or her community or with which the individual most identifies as last reported to the education organization. The data model allows for multiple entries so that each individual can specify all appropriate races. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2056,6 +2014,8 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1614 description ContactPoint.description A description of the item. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1615 knowsLanguage Person.knowsLanguage Of a Person, and less typically of an Organization, to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1635 alternateName Program.alternateName Alias for the entity including acronyms, alpha-numeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +104 AssessmentLevelForWhichDesigned Assessment.AssessmentLevelForWhichDesigned The typical grade or combination of grade-levels, developmental leves, or age-levels for which an assessment is designed \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1588 core-FirstName PersonType/Name.core-FirstName The first name of the person, usually given at birth, baptism, or during, another ceremony, or through legal change. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1636 approvedBy Program.approvedBy Organization that pronounces favorable judgment for this program. Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No No CTDL URI to an organization record in the credential registry \N \N \N \N LIF f \N f \N \N \N 6 revisionDate Assessment.revisionDate The month, day, and year that the conceptual design for the assessment was most recently revised substantially No change 1 string \N No No \N in the absense of this, would effective date be used? \N \N \N \N LIF f \N f \N \N \N 1672 CreditsAvailable achievement.CreditsAvailable When Achievement Type = Degree, then the credits available are the possible credits one could earn in their program/degree. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2064,26 +2024,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1675 tag achievement.tag One or more short, human-friendly, searchable, keywords that describe the type of achievement, when achievementType = Course \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1676 Endorsement achievement.Endorsement \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1590 PersonIdentifiersType Core.PersonIdentifiersType A logical grouping of components related to person identification information. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1591 core:MiddleName PersonType/ Name.core:MiddleName A secondary name of the person, usually given at birth, baptism, or during another naming ceremony or through legal change.\nNOTE: allows multiple values \N 9 array \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1592 core:NameSuffix PersonType/ Name.core:NameSuffix The expression of an individual's generation within a family. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1677 Classification of Instructional Program Code Program of Study.Classification of Instructional Program Code A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1678 Classification of Instructional Program Use Program of Study.Classification of Instructional Program Use An indicator of whether the CIP Code is referencing an enrollment program or an award program. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1679 Classification of Instructional Program Version Program of Study.Classification of Instructional Program Version The version of CIP being reported. \N 4 \N 328 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1680 Credits Required Program of Study.Credits Required The total number of credits required for a student to graduate from the school of enrollment or complete a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1681 Distance Education Program Enrollment Indicator Program of Study.Distance Education Program Enrollment Indicator An individual's enrollment in a program for which all the required coursework for program completion is able to be completed via distance education courses. Distance education is education that uses one or more technologies to deliver instruction to individuals who are separated from the instructor and to support regular and substantive interaction between the individuals and the instructor synchronously or asynchronously. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1682 Normal Length of Time for Completion Program of Study.Normal Length of Time for Completion The amount of time necessary for a person to complete all requirements for a degree or certificate according to the institution's catalog. This is typically 4 years (8 semesters or trimesters, or 12 quarters, excluding summer terms) for a bachelor's degree in a standard term-based institution; 2 years (4 semesters or trimesters, or 6 quarters, excluding summer terms) for an associate's degree in a standard term-based institution; and the various scheduled times for certificate programs. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1683 Normal Length of Time for Completion Units Program of Study.Normal Length of Time for Completion Units The unit of measurement for length of time for completion. \N 4 \N 39 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1684 Program Name Program of Study.Program Name The name of the program of instruction, training, services or benefits available through federal, state, or local agencies. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1685 Program Identifier Program of Study.Program Identifier A unique number or alphanumeric code assigned to a program by a school, school system, a state, or other agency or entity. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1686 Program Length Hours Program of Study.Program Length Hours The normal length in credit/contact hours of a person's program as published in the institution's catalogue, website, or other official documents. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1687 Program Length Hours Type Program of Study.Program Length Hours Type The type of hours (credit or contact) by which the normal length of a program of study is measured. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1688 Program Sponsor Type Program of Study.Program Sponsor Type A type of organization providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N 4 \N 332 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1689 Work-based Learning Opportunity Type Program of Study.Work-based Learning Opportunity Type The type of work-based learning opportunity a student participated in. \N 4 \N 41 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1690 Postsecondary Program Level Program of Study.Postsecondary Program Level The level describing the concentration of study for a postsecondary program. \N 4 \N 331 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1691 Program Participation Start Date Program Participation.Program Participation Start Date The year, month and day on which the person began to participate in a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1692 Program Participation Exit Date Program Participation.Program Participation Exit Date The year, month and day on which the person ceased to participate in a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1693 Program Participation Participation Status Program Participation.Program Participation Participation Status The current status of the student's program participation \N 4 \N 333 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1694 Exit Reason Program Participation.Exit Reason The documented or assumed reason a student is no longer being served by a special program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1695 requirement Program.requirement \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1696 duration.type Program.duration.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1697 description Program.description \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2093,6 +2033,24 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1701 adminOrgs Program.adminOrgs \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1702 effectiveDates ProgramOffering.effectiveDates \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1703 atpTypeKeys ProgramOfferingEnabler.atpTypeKeys \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1677 ClassificationOfInstructionalProgramCode ProgramOfStudy.ClassificationOfInstructionalProgramCode A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1678 ClassificationOfInstructionalProgramUse ProgramOfStudy.ClassificationOfInstructionalProgramUse An indicator of whether the CIP Code is referencing an enrollment program or an award program. \N 4 \N 38 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1679 ClassificationOfInstructionalProgramVersion ProgramOfStudy.ClassificationOfInstructionalProgramVersion The version of CIP being reported. \N 4 \N 328 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1680 CreditsRequired ProgramOfStudyCreditsRequired The total number of credits required for a student to graduate from the school of enrollment or complete a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1682 NormalLengthOfTimeForCompletion ProgramOfStudy.NormalLengthOfTimeForCompletion The amount of time necessary for a person to complete all requirements for a degree or certificate according to the institution's catalog. This is typically 4 years (8 semesters or trimesters, or 12 quarters, excluding summer terms) for a bachelor's degree in a standard term-based institution; 2 years (4 semesters or trimesters, or 6 quarters, excluding summer terms) for an associate's degree in a standard term-based institution; and the various scheduled times for certificate programs. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1683 NormalLengthOfTimeForCompletionUnits ProgramOfStudy.NormalLengthOfTimeForCompletionUnits The unit of measurement for length of time for completion. \N 4 \N 39 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1684 ProgramName ProgramOfStudy.ProgramName The name of the program of instruction, training, services or benefits available through federal, state, or local agencies. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1685 ProgramIdentifier ProgramOfStudy.ProgramIdentifier A unique number or alphanumeric code assigned to a program by a school, school system, a state, or other agency or entity. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1686 ProgramLengthHours ProgramOfStudy.ProgramLengthHours The normal length in credit/contact hours of a person's program as published in the institution's catalogue, website, or other official documents. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1687 ProgramLengthHoursType ProgramOfStudy.ProgramLengthHoursType The type of hours (credit or contact) by which the normal length of a program of study is measured. \N 4 \N 40 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1688 ProgramSponsorType ProgramOfStudy.ProgramSponsorType A type of organization providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N 4 \N 332 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1689 Work-basedLearningOpportunityType ProgramOfStudy.Work-basedLearningOpportunityType The type of work-based learning opportunity a student participated in. \N 4 \N 41 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1690 PostsecondaryProgramLevel ProgramOfStudy.PostsecondaryProgramLevel The level describing the concentration of study for a postsecondary program. \N 4 \N 331 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1691 ProgramParticipationStartDate ProgramParticipation.ProgramParticipationStartDate The year, month and day on which the person began to participate in a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1692 ProgramParticipationExitDate ProgramParticipation.ProgramParticipationExitDate The year, month and day on which the person ceased to participate in a program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1693 ProgramParticipationParticipationStatus ProgramParticipation.ProgramParticipationParticipationStatus The current status of the student's program participation \N 4 \N 333 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1694 ExitReason ProgramParticipation.ExitReason The documented or assumed reason a student is no longer being served by a special program. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1592 core-NameSuffix PersonType/Name.core-NameSuffix The expression of an individual's generation within a family. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1704 duration.type Program.duration.type \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1705 name Program.name \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1706 description Program.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2105,15 +2063,8 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1713 AcademicProgramCodeGroup AcademicProgramCodeGroup.AcademicProgramCodeGroup A group of program codes. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1714 CreditHoursRequired CreditHoursRequiredType.CreditHoursRequired The total value of credit hours that are required for the award or diploma for which the student is pursuing. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1715 AcademicProgramType AcademicProgramType.AcademicProgramType Indicates whether the academic program is a major, minor, area of concentration or specialization. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1716 instructionalProgramType Learning Program.instructionalProgramType Type of instructional program; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1717 creditValue QuantitativeValue.creditValue The value of the property value node. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1718 deliveryType Learning Program.deliveryType - Type of means by which a learning program is delivered to credential seekers and by which they interact; select from an existing enumeration of such types.\n- Detailed description of the delivery type of an assessment or learning opportunity. \N 10 \N \N \N \N \N 7.2 \N \N \N \N LIF f \N f \N \N \N 1719 estimatedDuration DurationProfile.estimatedDuration Estimated time it will take to complete a credential, learning opportunity or assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1720 name Learning Program.name Name or title of the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1721 codedNotation Learning Program.codedNotation Set of alphanumeric symbols that uniquely identifies an item and supports its discovery and use. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1722 ceterms:creditValue ValueProfile.ceterms:creditValue A credit-related value. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1723 ceterms:creditUnitType ValueProfile.ceterms:creditUnitType The type of credit associated with the credit awarded or required. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1724 ceterms:learningMethodType->WorkBased Learning Program.ceterms:learningMethodType->WorkBased Provides real-world work experiences that may be paid or unpaid and provided in group or individual formats normally outside the classroom. \N 10 \N \N \N \N \N 7.7 \N \N \N \N LIF f \N f \N \N \N 1725 accreditedBy Course.accreditedBy Quality assurance organization that provides official authorization to, or approval of, a credential, organization, assessment, or learning opportunity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1726 alternateName Course.alternateName Alias for the entity including acronyms, alpha-numeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1727 approvedBy Course.approvedBy Organization that pronounces favorable judgment for this assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2133,6 +2084,13 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 834 uri Person.CredentialAward.uri A unique IRI for the issued credential award. Ensure that missing data is not used as a negative. 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N 1117 startDate Position.Membership.startDate Date the validity or usefulness of the information in this resource begins. \N 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N 1642 availableAt Program.availableAt Physical location where the program can be pursued. [=>Place] Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +170 GradeStatus LearningAssessment.GradeStatus The status of the grade, which can be i) pass, ii) fail or iii) other. It should be provided using a controlled vocabulary. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1721 codedNotation LearningProgram.codedNotation Set of alphanumeric symbols that uniquely identifies an item and supports its discovery and use. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1718 deliveryType LearningProgram.deliveryType - Type of means by which a learning program is delivered to credential seekers and by which they interact; select from an existing enumeration of such types.\n- Detailed description of the delivery type of an assessment or learning opportunity. \N 10 \N \N \N \N \N 7.2 \N \N \N \N LIF f \N f \N \N \N +1716 instructionalProgramType LearningProgram.instructionalProgramType Type of instructional program; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1720 name LearningProgram.name Name or title of the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1722 ceterms-creditValue ValueProfile.ceterms-creditValue A credit-related value. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1723 ceterms-creditUnitType ValueProfile.ceterms-creditUnitType The type of credit associated with the credit awarded or required. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1643 availableOnlineAt Program.availableOnlineAt Online location where the program can be pursued. Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N 1644 codedNotation Program.codedNotation Set of alphanumeric symbols that uniquely identifies an item and supports its discovery and use. No change 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N 1647 creditValue Program.creditValue A credit-related value. [=>ValueProfile] Ensure any use incorporates a "not applicable" field as many legitimate programs will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N @@ -2177,6 +2135,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 575 institution Person.CourseLearningExperience.institution The institution to which the person attended. \N 1 string \N No No HR Open Standards Should already have this context based on source of the data? \N \N \N \N LIF f \N f \N \N \N 577 currentlyAttendingIndicator Person.CourseLearningExperience.currentlyAttendingIndicator Indicator that the person is still attending. \N 1 string \N No No HR Open Standards Couldn't this be derived? It could have been collected while attending and not recollected after the status may have changed? \N \N \N \N LIF f \N f \N \N \N 1616 instructionalProgramCode Program.instructionalProgramCode A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions. No change 1 string \N No Yes CEDS \N \N 2025-11-26 22:19:00+00 \N \N LIF f \N f \N \N \N +118 ScoreValue AssessmentResult.ScoreValue A meaningful raw score, derived score, or statistical expression of the performance of a person on an assessment. The type of result is indicated by the Assessment Score Metric Type element. The results can be expressed as a number, percentile, range, level, etc. The score relates to all scored items or a sub test scoring one aspect of performance on the test. This value may or may not correspond to one or more Performance Levels. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 477 status Person.Consent.status Indicates whether consent has been given, withdrawn, or is pending. Use in tandem with aditional elements described in description change. 1 string \N No No LIF Other categories for consent are included in non-required fields. This includes time/date, purpose for which the consent is obtained, categories for types of data that will be collected, entities with whom the data will be shared, the method used to obtain, language of consent, channels, compliance, and other. Reference should be made to these other non-required fields and these fields should be used when possible. \N 2025-11-26 22:41:00+00 \N \N LIF f \N f \N \N \N 808 uri Credential.Requirements.Criteria.uri The URI of a webpage that describes in a human-readable format the criteria for the credential. No change 1 string \N Yes No Open Badges v2 in programs \N 2025-11-26 23:21:00+00 \N \N LIF f \N f \N \N \N 498 identifier Course.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes No CEDS \N \N 2025-11-26 22:51:00+00 \N \N LIF f \N f \N \N \N @@ -2199,6 +2158,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1762 identityType OpenBadgeCredential.credentialSubject.identifier.identityType \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N 1094 incomeSourceDescription Person.EmploymentLearningExperience.IncomeSources.incomeSourceDescription A description of the income source category. For example, for salaryforTeachingAssignmentOnly the description might be "Indicator to determine whether the teacher's base salary includes pay for teaching assignments alone." For titleITargetedAssistanceStaff the description might be "An indication that a staff member is targeted assistance (TAS) program staff funded by Title I, Part A, Section 1115 of ESEA as amended." For migrantEducationProgramPersonnel the description might be "An indication that a staff member's salary is paid by the Title I, Part C Migrant Education Program (MEP) of ESEA as amended". For staffCompensationHealthBenefits the description might be "Contributions made by the school district, municipal, state, federal and other government agencies for the teacher's or early learning provider's health insurance, prorated to the specific school or local provider agency indicated on the record, not including contributions made by the teacher or early learning provider.". For staffCompensationRetirementBenefits the description might be "Contributions made by the school district, municipal, state, federal and other government agencies for the teacher's or early learning provider’s health insurance, prorated to the specific school or local provider agency indicated on the record, not including contributions made by the teacher or early learning provider.". For staffCompensationOtherBenefits the description might be "All other benefits paid by the school district, municipal, state, federal, and other government agencies for the teacher or early learning provider, prorated to the specific school or local provider agency indicated on the record, not including retirement and health insurance benefits or contributions made by the teacher or early learning provider.". The assignment of eligibility of a person into income source categories should not be used as a proxy for eligiblity for these nor as a proxy for any other social or economic category. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 281 competencyAssociationOriginName CompetencyFramework.Association.competencyAssociationOriginName \N No change 1 string \N No No CEDS \N \N 2025-11-26 22:12:00+00 \N \N LIF f \N f \N \N \N +155 language LearningAssessmentSpecification.language The language of instruction. It should be provided using the Language Named Authority List \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N 1113 name Position.Membership.name The name of the association of which the person is a member. \N 1 string \N Yes No CEDS Membership name will be: Association.OrganizationId -> Organization.Id -> Name \N 2025-12-01 22:13:00+00 \N \N LIF f \N f \N \N \N 833 identifier Person.CredentialAward.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes No CLR v2 / Open Badges v3 \N \N 2025-12-01 22:04:00+00 \N \N LIF f \N f \N \N \N 2 identifier Assessment.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes Yes \N \N \N 2025-12-02 03:13:00+00 \N \N LIF f \N f \N \N \N @@ -2277,19 +2237,18 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 654 CourseIdentificationCode CourseIdentificationCode.CourseIdentificationCode A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a "/". For example, consider the following SCED code- subject = 20 Math course = 272 Geometry level = G General credits = 1.00 course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 656 CourseTitle Course.CourseTitle The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts). \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 665 CourseCode Course.CourseCode A unique alphanumeric code assigned to a course. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1464 Person Identification System Person.Person Identification System A coding scheme that is used for identification of a person. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1465 Personal Information Verification Person.Personal Information Verification The evidence by which a persons name, address, date of birth, etc. is confirmed. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1466 Middle Name Person.Middle Name A full legal middle name given to a person at birth, baptism, or through legal change. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1468 Personal Title or Prefix Person.Personal Title or Prefix An appellation, if any, used to denote rank, placement, or status (e.g., Mr., Ms., Reverend, Sister, Dr., Colonel). \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1469 Address Type for Learner or Family Person.Address Type for Learner or Family The type of address listed for a learner or a parent, guardian, family member or related person. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1470 Address Street Number and Name Person.Address Street Number and Name The street number and street name or post office box number of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1471 Address Apartment Room or Suite Number Person.Address Apartment Room or Suite Number The apartment, room, or suite number of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1473 State Abbreviation Person.State Abbreviation The abbreviation for the state (within the United States) or outlying area in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1474 Address Postal Code Person.Address Postal Code A number that identifies each postal delivery area in the United States used as a portion of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1475 Address County Name Person.Address County Name The name of the county, parish, borough, or comparable unit (within a state) in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1476 Country Code Person.Country Code The unique two character International Organization for Standardization (ISO) code for the country in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1477 Proof of Residency Type Person.Proof of Residency Type An accepted form of proof of residency in the district/county/other locality. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1519 PersonalTitlePrefix Name.PersonalTitlePrefix A prefix used to denote the title, degree, position, or seniority of the individual. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1465 PersonalInformationVerification Person.PersonalInformationVerification The evidence by which a persons name, address, date of birth, etc. is confirmed. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1466 MiddleName Person.MiddleName A full legal middle name given to a person at birth, baptism, or through legal change. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1468 PersonalTitleOrPrefix Person.PersonalTitleOrPrefix An appellation, if any, used to denote rank, placement, or status (e.g., Mr., Ms., Reverend, Sister, Dr., Colonel). \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1469 AddressTypeForLearnerOrFamily Person.AddressTypeForLearnerOrFamily The type of address listed for a learner or a parent, guardian, family member or related person. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1470 AddressStreetNumberAndName Person.AddressStreetNumberAndName The street number and street name or post office box number of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1471 AddressApartmentRoomOrSuiteNumber Person.AddressApartmentRoomOrSuiteNumber The apartment, room, or suite number of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1473 StateAbbreviation Person.StateAbbreviation The abbreviation for the state (within the United States) or outlying area in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1474 AddressPostalCode Person.AddressPostalCode A number that identifies each postal delivery area in the United States used as a portion of an address. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1475 AddressCountyName Person.AddressCountyName The name of the county, parish, borough, or comparable unit (within a state) in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1476 CountryCode Person.CountryCode The unique two character International Organization for Standardization (ISO) code for the country in which an address is located. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1477 ProofOfResidencyType Person.ProofOfResidencyType An accepted form of proof of residency in the district/county/other locality. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1521 StreetNumberName Address.StreetNumberName The street number and street name or post office box number of an address. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1522 ApartmentRoomSuiteNumber Address.ApartmentRoomSuiteNumber The apartment, room, or suite number of an address. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1523 City Address.City The name of the city in which an address is located. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2303,8 +2262,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1535 TelephoneNumber Telephone.TelephoneNumber The telephone number including the area code, and extension, if applicable. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1540 BirthCity BirthData.BirthCity The city the student was born in. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1544 BirthInternationalProvince BirthData.BirthInternationalProvince For students born outside of the U.S., the Province or jurisdiction in which an individual is born. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1589 core:LastName PersonType/ Name.core:LastName The last name or surname by which a person is legally known. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -1593 NamePrefix PersonType/ Name.NamePrefix An honorific, title or credential that follows the name. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 231 Competency CompetencyFramework.Competency \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N 272 order CompetencyFramework.Competency.ProficiencyDefinition.ProficiencyLevel.order The order of the proficiency levels where a higher order number equates to a better performance. No change 1 number \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 289 alignsToUri CompetencyFramework.Competency.CompetencyAlignments.alignsToUri \N \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2329,7 +2286,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 666 CreditType Credits.CreditType The type of credits or units of value awarded for the completion of a course. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 667 AssessmentReportingMethod AssessmentScore.AssessmentReportingMethod This descriptor defines the method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or a numerical grade. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 668 EducationalEnvironment Section.EducationalEnvironment The setting in which a child receives education and related services. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -669 InteractivityStyle Learning Resource.InteractivityStyle The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed. \N 6 string \N \N \N \N TBD - Ed-Fi EdOrg? \N \N \N \N LIF f \N f \N \N \N +1593 NamePrefix PersonType/Name.NamePrefix An honorific, title or credential that follows the name. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 282 competencyAssociationOriginUri CompetencyFramework.Association.competencyAssociationOriginUri \N No change 1 string \N No No CEDS \N \N 2025-11-26 22:12:00+00 \N \N LIF f \N f \N \N \N 283 competencyAssociationWeight CompetencyFramework.Association.competencyAssociationWeight \N \N 1 number \N No Yes CEDS \N \N 2025-11-26 22:12:00+00 \N \N LIF f \N f \N \N \N 298 name Person.Proficiency.name \N No change 1 string \N Yes No \N \N \N 2025-11-26 23:29:00+00 \N \N LIF f \N f \N \N \N @@ -2346,9 +2303,6 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 812 maximumDuration Credential.Requirements.maximumDuration Maximum duration of time allowed in order to earn the credential. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1558 Language Language.Language This descriptor defines the language(s) that are spoken or written. It is strongly recommended that entries use only ISO 639-2 language codes: for CodeValue, use the 3 character code; for ShortDescription and Description use the full language name. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1559 LanguageUse Language.LanguageUse The category denoting how a language is used. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N -145 identifier Learning Assessment Specification.identifier An identifier of the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N -153 methodOfAssessmentSupervisionAndIDVerification Learning Assessment.methodOfAssessmentSupervisionAndIDVerification Method of assessment supervision and ID verification. It should be provided using the EDC Controlled List of Methods Of Supervision And Verification. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N -170 grade status Learning Assessment.grade status The status of the grade, which can be i) pass, ii) fail or iii) other. It should be provided using a controlled vocabulary. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 210 description CompetencyFramework.description A textual description of the scope and contents of the competency framework. Great care should be taken to understand that competency frameworks are not value neutral frameworks and an assessment should be taken as to what values are being prioritized in each competency framework before adoption 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 60 scoreValue Person.AssessmentLearningExperience.scoreValue A meaningful raw score, derived score, or statistical expression of the performance of a person on an assessment. The type of result is indicated by the Assessment Score Metric Type element. The results can be expressed as a number, percentile, range, level, etc. The score relates to all scored items or a sub test scoring one aspect of performance on the test. This value may or may not correspond to one or more Performance Levels. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. Great care should be made to ensure that missing data should not be penalized in useage. Assuming that all organizations will want to comply with this system will introduce a high level of bias into outcomes 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N 486 source Common.LegalCode.source The source for where the legal code. For example, General Data Protection Regulation (GDPR) - European Union (https://gdpr.eu/), California Consumer Privacy Act (CPPA) - (https://oag.ca.gov/privacy/ccpa), Health Insurance Portability and Accountability Act (HIPPA) (https://www.hhs.gov/hipaa/index.html), Canadian Personal Information Protection and Electronic Documents Act (PIPEDA) https://www.priv.gc.ca/en/privacy-topics/privacy-laws-in-canada/the-personal-information-protection-and-electronic-documents-act-pipeda/, Children's Online Privacy Protection Act (COPPA), https://www.ftc.gov/legal-library/browse/rules/childrens-online-privacy-protection-rule-coppa, Human Research Ethics Codes (https://www.hhs.gov/ohrp/index.html) \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N @@ -2357,6 +2311,9 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 579 narrativeExplanationGrade Person.CourseLearningExperience.narrativeExplanationGrade The narrative of the grade awarded to an individual in an academic course in those cases where a course does not receive a letter or numeric grade included in the grading scale of the Course Academic Grade Qualifier. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 1832 testNewLIFAttribute testNewLIFAttribute This is a test of creating a new LIF attribute consideration 1 string \N No No \N \N 2025-08-19 13:42:40.259+00 2025-08-19 13:42:40.259+00 \N Mary Gwozdz LIF f \N f \N \N \N 219 validStartDateStatus CompetencyFramework.validStartDateStatus A valid start date status, which provide details about whether it is missing at will or not applicable. \N 1 string 353 No No \N \N \N \N \N \N LIF f \N f \N \N \N +145 identifier LearningAchievementSpecification.identifier An identifier of the learning assessment specification. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +153 methodOfAssessmentSupervisionAndIDVerification LearningAssessment.methodOfAssessmentSupervisionAndIDVerification Method of assessment supervision and ID verification. It should be provided using the EDC Controlled List of Methods Of Supervision And Verification. \N 7 \N \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +669 InteractivityStyle LearningResource.InteractivityStyle The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed. \N 6 string \N \N \N \N TBD - Ed-Fi EdOrg? \N \N \N \N LIF f \N f \N \N \N 508 courseStandardAlignment Course.courseStandardAlignment An indication whether a course is aligned with the established standards of a curriculum framework. Use only in tandem with an element designed to be more specific about what curriculum framework is being references. 1 boolean \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N 555 type Person.CourseLearningExperience.type \N \N 1 string \N No No \N \N \N 2025-11-26 22:25:00+00 \N \N LIF f \N f \N \N \N 511 courseLevelCharacteristic Course.courseLevelCharacteristic An indication of the general nature and difficulty of instruction provided throughout a course. Do not use without two elements to provide specifics on the standards used and who makes the determination. This element is likely to absorb a large amount of bias due to asymetrical power and organizational politics 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N @@ -2475,6 +2432,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 280 competencyAssociationDestinationUri CompetencyFramework.Association.competencyAssociationDestinationUri \N No change 1 string \N No No CEDS \N \N 2025-11-26 22:12:00+00 \N \N LIF f \N f \N \N \N 277 competencyAssociationType CompetencyFramework.Association.competencyAssociationType \N No change 1 string \N No No CEDS \N \N 2025-11-26 22:12:00+00 \N \N LIF f \N f \N \N \N 290 alignsToText CompetencyFramework.Competency.CompetencyAlignments.alignsToText \N \N 1 string \N No No \N Required if no alignsToUri \N 2025-11-26 22:13:00+00 \N \N LIF f \N f \N \N \N +346 CompetencyDefinitionLicense Competency.CompetencyDefinitionLicense The full text or URL reference to a legal document giving official permission to do something with the competency definition statement. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 1108 employedAfterExit Person.EmploymentLearningExperience.employedAfterExit An individual who is a paid employee or works in his or her own business, profession, or farm, as reported through the State Unemployment Insurance Wage Report, FEDES, or WRIS, after exiting secondary, postsecondary, or adult education or workforce programs. Additional usage notes for this field from CEDs: Individual-level data obtained by matching records with wage records, FEDES, or WRIS. The State Education Agency defines the time period for this collection around an exit period and a corresponding period for employment and earnings data to be obtained. The option set includes "Yes" for employment found via one of the resources listed in the source element. These sources will provide information about most of the types of jobs that students or former students will become employed in but not all. For that reason when a record is "not found" or "not matched" their employment status is "unknown" for the targeted time base. (https://ceds.ed.gov/element/000988) If you have a verification method for determining whether or not the learner was employed after exit, then the LIF model may be extended with additional fields to indcate how this was determined (self reported or otherwise). 1 boolean \N No No CEDS outcome data? \N \N \N \N LIF f \N f \N \N \N 284 competencyAlignments CompetencyFramework.Competency.competencyAlignments \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N 1214 accreditationStatus Common.Accreditation.accreditationStatus An indication of the accreditation status of a higher education institution. This can be any international value. Some potential example for this property could be : Regionally, Programmatic accreditation, Nationally accredited, Faith, Career related, Not accredited, Unknown. Until the data team updates the normative value set, this element should be used with great caution. It contains a high degree of bias towards generating results and outcomes that will reflect priviledge and marginalization baked into current US accreditation schemes. Recommendation for normative value set from WAC - Current normative set does not provide enough information for the data user or the engineering team to be able to map data or use the LIF results 1 string \N No No CEDS \N \N \N \N \N LIF f \N t \N \N \N @@ -2665,6 +2623,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 212 creator CompetencyFramework.creator The person or organization chiefly responsible for the intellectual content of the competency framework. The claim of creation should be assessed and validated prior to use. The origins of competency frameworks are often more complex than captured and this introduces critical bias and inaccuracy into outcomes. 1 string \N No No CEDS \N \N 2025-11-26 22:15:00+00 \N \N LIF f \N f \N \N \N 215 publicationStatus CompetencyFramework.publicationStatus The publication status of the competency framework is "Published". No change 1 string 360 No No CEDS \N \N 2025-11-26 22:16:00+00 \N \N LIF f \N f \N \N \N 1203 organizationType Organization.organizationType The type of educational organization or entity. Ensure your models and systems can ingest the ad-hoc organization types from organizations that reside outside the systems embedded in the current mapping schema 1 string \N No Yes CEDS \N \N 2025-11-26 22:09:00+00 \N \N LIF f \N f \N \N \N +1464 PersonIdentificationSystem Person.PersonIdentificationSystem A coding scheme that is used for identification of a person. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 837 credentialAwardee Person.CredentialAward.credentialAwardee The person (subject) about which claims are made and who owns and has been awarded the credential. No change 1 string \N No No \N \N \N 2025-11-26 22:26:00+00 \N \N LIF f \N f \N \N \N 482 lifEntities Person.Consent.lifEntities List of entities for which this consent pertains. \N 1 string 45 No Yes LIF \N \N 2025-11-26 22:41:00+00 \N \N LIF f \N f \N \N \N 481 typesOfData Person.Consent.typesOfData Categories or types of data that will be collected, processed, or shared. These types of data may include information related to competencies, employment skills and achievements, educational achievements, and other metadata. Reach out to legal counsel and extend the LIF Model as necessary. 1 string \N No Yes LIF PW: This may not be needed, as this entity will be directly associated with the portion(s) of the information model instance to which it applies\nCM: 3/21: \N 2025-11-26 22:41:00+00 \N \N LIF f \N f \N \N \N @@ -2717,6 +2676,7 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1624 name Program.name The name of the program of instruction, training, services or benefits available through federal, state, or local agencies. No change 1 string \N Yes Yes CEDS \N \N 2025-11-26 22:20:00+00 \N \N LIF f \N f \N \N \N 1922 name MilitaryLearningExperience.name \N \N 1 string \N Yes No \N \N \N 2025-12-01 17:17:00+00 \N MDRUser LIF f \N f \N \N \N 1923 name ProgramLearningExperience.name \N \N 1 string \N Yes No \N \N \N 2025-12-01 17:18:00+00 \N MDRUser LIF f \N f \N \N \N +331 CompetencyDefinitionURI Competency.CompetencyDefinitionURI A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the competency definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N 792 identifier Credential.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes No CEDS Should be able to have more than one ID, must be coupled with idType \N 2025-12-01 22:13:00+00 \N \N LIF f \N f \N \N \N 1943 identifier Narrative.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 17 string \N Yes No \N \N \N 2025-12-02 15:19:00+00 \N MDRUser StateU t \N f \N \N \N 1947 identifier Relocation.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 17 string \N Yes No \N \N \N 2025-12-02 15:34:00+00 \N MDRUser StateU t \N f \N \N \N @@ -2754,6 +2714,46 @@ COPY public."Attributes" ("Id", "Name", "UniqueName", "Description", "UseConside 1899 informationSourceOrganization Common.informationSourceOrganization The organization from which this entity data came, such as a school, college, employer, agency, or vendor. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This could be the organization’s name or another preferred way to indicate the organization. This value may be visible to students or instructors via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n \N 1 string \N Yes No \N \N \N \N \N \N LIF f \N f \N \N t 1900 informationSourceSystem Common.informationSourceSystem The specific information system, application, or pipeline from which this entity data came. Examples include SIS, LMS, HR Systems, CRMs, and data warehouses. Typically, this value is configured in the orchestrator and applied to the LIF record as it is generated. This value may be visible to students, instructors, or staff via external applications or an LLM advisor, so it should be something easily identifiable. This field should help users identify which system to refer to if they have questions about the data associated with this field.\n \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N t 1938 identifier SexAndGender.identifier The primary key identifier for this entity data in the LIF data model. This value should uniquely identify this particular instance of the entity. The identifier can be created based on external identifiers, a newly created identifier unique to LIF, or a composite of other attributes related to the entity. Personal or sensitive information should not be used as part of the identifier. If external sources are used to create the identifier, consent should be considered. 1 string \N Yes No \N \N \N 2025-12-01 22:24:00+00 \N MDRUser LIF f \N f \N \N \N +333 CompetencyDefinitionStatement Competency.CompetencyDefinitionStatement The text of the statement. The textual content that either describes a specific competency or describes a less granular group of competencies within the taxonomy of the competency framework. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +376 language(session) ObjectiveBank.language(session) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +445 educationalAlignment;ORabout DefinedTermSet.educationalAlignment;ORabout An alignment to an established educational framework.\n\nThe subject matter of the content. \N 11 \N \N \N \N \N 6.18 \N \N \N \N LIF f \N f \N \N \N +359 CompetencyAssociationIdentifierURI Competency.CompetencyAssociationIdentifierURI A URI that establishes uniqueness of an association between a competency definition and another competency item or other objects such as learning resources. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +159 mode LearningAssessmentSpecification.mode The mode of learning and or assessment (i.e., online, blended, presential, work based). It should be provided using the EDC Controlled List of Modes Of Learning and Assessment. \N 7 \N \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +623 CourseAcademicGrade CourseSection->Enrollment.CourseAcademicGrade The final grade awarded for participation in the course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +619 CourseAddDate CourseSection->Enrollment.CourseAddDate The date an individual was added to an academic course at a school. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +621 CourseSectionEnrollmentStatusEndDate CourseSection->Enrollment.CourseSectionEnrollmentStatusEndDate The date on which the enrollment status ended related to a student enrolled in an instance of a course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +620 CourseSectionEnrollmentStatusStartDate CourseSection->Enrollment.CourseSectionEnrollmentStatusStartDate The date on which the enrollment status began related to a student enrolled in an instance of a course. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +590 AchievementType=Course Achievement.AchievementType=Course A Course is a course of study that, typically, has a shared curriculum although it may be taught to different students by different teachers. It is likely that several classes of a single course may be taught in a term. For example, a school runs Grade 9 English in the spring term. There are four classes, each with a different 30 students, taught by 4 different teachers. However the curriculum for each of those four classes is the same – the course curriculum. \N 3 \N \N \N \N \N Not applicable to a course? \N \N \N \N LIF f \N f \N \N \N +693 sponsors(OfType) Course.sponsors(OfType) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +707 CourseBeginDate Course.CourseBeginDate The official begin date for this course \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +747 creditUnitTypeAndValue Course.ValueProfile.creditUnitTypeAndValue A description of value awarded for, required by, or otherwise related to the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +974 proof EuropeanDigitalCredential.proof The proof of the european digital credential. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +864 id CertificationTypeAnd/orEducationDegreeType.id A unique identifier to the certificate as defined by the issuing authority and/or Identifier for the degree. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +867 CertificationType.statusAnd/orEducationDegreeType.degreeGrantedStatus CertificationTypeAnd/orEducationDegreeType.CertificationType.statusAnd/orEducationDegreeType.degreeGrantedStatus The status of the certificate. While this is an open string, common status include active, expired, pending, suspended and/or Current education degree granted status. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +903 awardedDate(orIssuanceDate) AchievementCredential.awardedDate(orIssuanceDate) Timestamp of when the credential was awarded. issuanceDate is used to determine the most recent version of a Credential in conjunction with issuer and id. Consequently, the only way to update a Credental is to update the issuanceDate, losing the date when the Credential was originally awarded. awardedDate is meant to keep this original date. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +932 CompetencyDefinitionURL Credential.CompetencyDefinitionURL A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the competency definition. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +958 identifier EuropeanDigitalCredential.identifier An alternative identifier of the European Digital Credential for Learning typically assigned to the credential by the issuing organisation. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1584 (extendedThroughTypeDefinition) Address.(extendedThroughTypeDefinition) \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1019 Requires->minimumAge ConditionProfile.Requires->minimumAge Minimum allowed age at which a person is eligible for the credential. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +456 identifierTermCode CreativeWork+DefinedTerm.identifieridentifierTermCode The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc.\n\nA code that identifies this DefinedTerm within a DefinedTermSet. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +1553 StudentMigrantEducationProgramAssociation ExtendsGeneralStudentProgramAssociation.StudentMigrantEducationProgramAssociation This association represents the migrant education program(s) that a student participates in or receives services from. The association is an extension of the StudentProgramAssociation with added elements particular to migrant education programs. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +166 lowerPercentage ShortenedGrading.lowerPercentage The percentage of students of the same course who got a lower grade. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N +1194 naics PersonOrOrganization.naics \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +167 higherPercentage ShortenedGrading.higherPercentage The percentage of students of the same course who got a higher grade. \N 7 \N \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N +1270 AccreditedBy-ApprovedBy-RecognizedBy-RegulatedBy CredentialOrganizationQACredentialOrganization.AccreditedBy-ApprovedBy-RecognizedBy-RegulatedBy Quality assurance relationships where an external org accredits/approves, etc the target organization \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1724 ceterms-learningMethodType->WorkBased LearningProgram.ceterms-learningMethodType->WorkBased Provides real-world work experiences that may be paid or unpaid and provided in group or individual formats normally outside the classroom. \N 10 \N \N \N \N \N 7.7 \N \N \N \N LIF f \N f \N \N \N +1436 PersonLegalInclusion-racePersonBaseType-ethnicity PersonLegalInclusion/PersonBaseType.PersonLegalInclusion-racePersonBaseType-ethnicity race (v4.3) : The identified race(s) of the person. A race is defined as a group of people sharing the same culture, history, language, etc./The ethnicity (or ethnicities) of a person. Ethnicity is an ethnic group or a social group that shares a common and distinctive culture, religion, and/or language.\nrace (v4.4): "The identified race(s) of the person. A country may define which of these terms (race, nationality, ethnicity) will be used and how they are defined. One or more properties may be used by a country. A predefined country list allows a person to specify their race.", \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1462 ElectronicMailAddress Person.ElectronicMailAddress The numbers, letters, and symbols used to identify an electronic mail (e-mail) user within the network to which the person or organization belongs. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1463 PersonIdentifier Person.PersonIdentifier A unique number or alphanumeric code assigned to a person by a school, school system, a state, or other agency or entity. \N 4 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1681 DistanceEducationProgramEnrollmentIndicator ProgramOfStudy.DistanceEducationProgramEnrollmentIndicator An individual's enrollment in a program for which all the required coursework for program completion is able to be completed via distance education courses. Distance education is education that uses one or more technologies to deliver instruction to individuals who are separated from the instructor and to support regular and substantive interaction between the individuals and the instructor synchronously or asynchronously. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +309 AMinimumLevelOfProficiencyForACompetencyAssociatedWithAPosition-Role-Course-OrOtherItem. requiredProficiencyLevel.AMinimumLevelOfProficiencyForACompetencyAssociatedWithAPosition-Role-Course-OrOtherItem. A minimum level of proficiency for a competency associated with a position, role, course, or other item. \N 2 \N \N \N \N \N Synthetic \N \N \N \N LIF f \N f \N \N \N +748 assessmentMethodDescription-assessmentMethodType Course.assessmentMethodDescription-assessmentMethodType Description of the methods used to conduct assessment.\nType of method used to conduct an assessment; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +406 ceterms-environmentalHazardType Competency.ceterms-environmentalHazardType Type of condition in the physical work performance environment that entails risk exposures requiring mitigating processes; select from an existing enumeration of such types. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1004 ceterms-credentialId Credential.ceterms-credentialId Globally unique identifier by which the creator, owner or provider of a credential recognizes that credential in transactions with the external environment (e.g., in verifiable claims involving the credential). \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1438 PersonBaseType-ethnicity PersonLegalInclusion/PersonBaseType.PersonBaseType-ethnicity ethnicity: The ethnicity (or ethnicities) of a person. A country may define which of these terms (race, nationality, ethnicity) be used and how they are defined. One or more properties may be used by a country. A predefined country list allows a person to specify their ethnicity. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1589 core-LastName PersonType/Name.core-LastName The last name or surname by which a person is legally known. \N 9 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1225 1.EntityType-id2.OrganizationType-taxId3.OrganizationType-legalId OrganizationType.1.EntityType-id2.OrganizationType-taxId3.OrganizationType-legalId 1. A unique identifier which cannot be expressed as enumeration.\n2. A government assigned identifier to distinguish organization. This typically is a country-level tax code. For example, Federal Employer Identification Number (FEIN) in the USA.\n3. An identifier of the organization for legal purposes. This could be a company, state, or other kind of identifier. For example, Data Universal Numbering System, abbreviated as DUNS. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1591 core-MiddleName PersonType/Name.core-MiddleName A secondary name of the person, usually given at birth, baptism, or during another naming ceremony or through legal change.\nNOTE: allows multiple values \N 9 array \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N \. @@ -2821,23 +2821,12 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 11 resultType resultType \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N 12 Assessment Assessment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 13 Goal Goal \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -14 Assessment Form Assessment Form \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -15 Assessment Performance Level Assessment Performance Level \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -16 Learning Assessment Learning Assessment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -17 Assessment Participant Session Assessment Participant Session \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -18 Assessment Result Assessment Result \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 19 AssessmentRegistration AssessmentRegistration \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -20 Assessment Participation Session Assessment Participation Session \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 21 Exam Exam \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 22 Revision Revision \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 23 Taxonomy Taxonomy \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 24 Assessment Assessment \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 25 StudentAssement StudentAssement \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N -26 Learning Assessment Specification Learning Assessment Specification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -27 Learning Assessment Learning Assessment \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -28 Grading Scheme Grading Scheme \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -29 Result Category Result Category \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -30 Shortened Grading Shortened Grading \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N 31 Assessment Assessment \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 32 Item Item \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 33 Ontology Ontology \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N @@ -2870,7 +2859,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 68 CFAssociation CFAssociation \N \N \N \N \N 14 \N \N \N \N \N LIF f \N f \N \N 69 DefinedTermSet DefinedTermSet \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 70 CreativeWork CreativeWork \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N -71 CreativeWork + DefinedTerm CreativeWork + DefinedTerm \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 72 AlignmentObject AlignmentObject \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 2 AssessmentPerformanceLevel Assessment.AssessmentPerformanceLevel \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N 3 AssessmentLearningExperience Person.AssessmentLearningExperience \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N @@ -2884,9 +2872,7 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 88 ResultsType ResultsType \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N 89 Issuer Issuer \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N 90 Course Course \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -91 Course Section Course Section \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 92 Enrollment Enrollment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -93 Course Section -> Enrollment Course Section -> Enrollment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 94 StudentCourseRecord StudentCourseRecord \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 95 StudentCourseRecord.StudentCourseUsage StudentCourseRecord.StudentCourseUsage \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 96 StudentCourseRecord.Course StudentCourseRecord.Course \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N @@ -2897,8 +2883,19 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 101 Session Session \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 102 Credits Credits \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 103 AssessmentScore AssessmentScore \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +15 AssessmentPerformanceLevel AssessmentPerformanceLevel \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +16 LearningAssessment LearningAssessment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +18 AssessmentResult AssessmentResult \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +20 AssessmentParticipationSession AssessmentParticipationSession \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +26 LearningAssessmentSpecification LearningAssessmentSpecification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +27 LearningAssessment LearningAssessment \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +28 GradingScheme GradingScheme \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +29 ResultCategory ResultCategory \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +30 ShortenedGrading ShortenedGrading \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +71 CreativeWork+DefinedTerm CreativeWork+DefinedTerm \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +91 CourseSection CourseSection \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +93 CourseSection->Enrollment CourseSection->Enrollment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 104 Section Section \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N -105 Learning Resource Learning Resource \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 106 CourseTranscript CourseTranscript \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 107 CourseCatalog CourseCatalog \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 108 CourseEntry.Course CourseEntry.Course \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N @@ -2922,7 +2919,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 126 PropertyValue PropertyValue \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 127 Offer Offer \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 128 ItemList ItemList \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N -137 CertificationType and/or EducationDegreeType CertificationType and/or EducationDegreeType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N 138 CertificationType CertificationType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N 139 Achievement Achievement \N \N \N \N \N 12 \N \N \N \N \N LIF f \N f \N \N 140 Alignment Alignment \N \N \N \N \N 12 \N \N \N \N \N LIF f \N f \N \N @@ -2933,16 +2929,10 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 145 AchievementCredential AchievementCredential \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N 146 Evidence Evidence \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N 147 Credential Credential \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -148 European Digital Credential European Digital Credential \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 149 Evidence Evidence \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 150 LearningResult LearningResult \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 151 Program Program \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N -152 Learning Result Learning Result \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 153 StudentCredentialRecord StudentCredentialRecord \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N -154 European Digital Credential European Digital Credential \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -155 Display Parameter Display Parameter \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -156 Learning Achievement Specification Learning Achievement Specification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N -157 Learning Entitlement Specification Learning Entitlement Specification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N 129 Credential Credential \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N 134 CredentialAward Person.CredentialAward \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N 158 Evidence Evidence \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N @@ -2962,7 +2952,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 172 Credential Credential \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N 173 ConditionProfile ConditionProfile \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N 174 DurationProfile DurationProfile \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N -175 Open Badges 2.0 Open Badges 2.0 \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N 176 BadgeClass BadgeClass \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N 177 Criteria Criteria \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N 178 Image Image \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N @@ -2979,6 +2968,13 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 198 Employment Employment \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 199 JobAppointment JobAppointment \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 200 Appointment Appointment \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +148 EuropeanDigitalCredential EuropeanDigitalCredential \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +154 EuropeanDigitalCredential EuropeanDigitalCredential \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +155 DisplayParameter DisplayParameter \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +156 LearningAchievementSpecification LearningAchievementSpecification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +157 LearningEntitlementSpecification LearningEntitlementSpecification \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +175 OpenBadges2.0 OpenBadges2.0 \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N +152 LearningResult Learning Result \N \N \N \N \N 5 \N \N \N \N \N LIF f \N t \N \N 201 Position Position \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 202 JobAppointments JobAppointments \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 203 EmploymentType EmploymentType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N @@ -2988,7 +2984,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 207 EmploymentBeginDateType EmploymentBeginDateType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 208 EmploymentEndDateType EmploymentEndDateType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 209 Occupation Occupation \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N -210 Person or Organization Person or Organization \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 211 Role Role \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 216 OrganizationType OrganizationType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N 217 EntityType EntityType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N @@ -3047,7 +3042,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 282 {Multiple} {Multiple} \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 283 Contact Contact \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 284 StudentHomelessProgramAssociation StudentHomelessProgramAssociation \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N -285 Extends GeneralStudentProgramAssociation Extends GeneralStudentProgramAssociation \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 286 StudentContactAssociation StudentContactAssociation \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 287 Language Language \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N 288 Person Person \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N @@ -3059,15 +3053,14 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 294 Address Address \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 295 Relevancy Relevancy \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N 296 Contact Contact \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N -297 PersonType/ Name PersonType/ Name \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 298 Core Core \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 299 Person Person \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 300 Person\nor\nContactPoint Person\nor\nContactPoint \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +285 ExtendsGeneralStudentProgramAssociation ExtendsGeneralStudentProgramAssociation \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +297 PersonType/Name PersonType/Name \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 301 ContactPoint ContactPoint \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 302 PostalAddress PostalAddress \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 303 Place Place \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N -306 Program of Study Program of Study \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N -307 Program Participation Program Participation \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N 308 Acceditation Acceditation \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 309 ProgramOffering ProgramOffering \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N 310 ProgramOfferingEnabler ProgramOfferingEnabler \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N @@ -3080,7 +3073,6 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 315 AcademicProgramCodeGroup AcademicProgramCodeGroup \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 316 CreditHoursRequiredType CreditHoursRequiredType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N 317 AcademicProgramType AcademicProgramType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N -318 Learning Program Learning Program \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N 319 QuantitativeValue QuantitativeValue \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N 320 Educational\nOccupational\nProgram Educational\nOccupational\nProgram \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N 1 Assessment Assessment \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N @@ -3127,6 +3119,8 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 305 ProgramLearningExperience Person.ProgramLearningExperience \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N 238 Identifier Common.Identifier \N \N No Yes \N 1 CM 2/20: Unclear if/how this fits in to the entity? Propose omitting \N \N \N \N LIF f \N f \N \N 249 RelationshipContacts Person.RelationshipContacts \N \N No Yes \N 1 CM 2/20: Relationship likely needs to be made more general, with addition of relationshipType and effectiveDates (similar to name and address)? \N \N \N \N LIF f \N f \N \N +307 ProgramParticipation ProgramParticipation \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +318 LearningProgram LearningProgram \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N 340 TestNewSourceEntity TestNewSourceEntity Test of creating a new Source Schema Entity Test considerations No Yes \N 25 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Unicon f \N f \N \N 341 TestChildSourceEntity TestChildSourceEntity Test of creating a child Source Schema Entity Test considerations No Yes \N 25 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Unicon f \N f \N \N 345 TestPartnerChildEntity TestPartnerChildEntity Test of creating a partner LIF extension Entity Test considerations No Yes \N 18 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Org2 t \N f \N \N @@ -3187,6 +3181,12 @@ COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsidera 338 StateUChildExtEntity StateUChildExtEntity An entity added as an example of an entity that is a child of the other example entity. \N No Yes LIF-Addition 17 \N \N \N \N \N StateU t \N f \N \N 78 Grade Course.Grade \N \N No Yes \N 1 \N \N \N \N \N LIF f \N t \N \N 371 Identifier StateU.Common.Identifier \N \N No Yes \N 17 \N \N 2025-10-06 16:08:00+00 \N MDRUser StateU t \N t \N \N +14 AssessmentForm AssessmentForm \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +17 AssessmentParticipantSession AssessmentParticipantSession \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +105 LearningResource LearningResource \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +137 CertificationTypeAnd/orEducationDegreeType CertificationTypeAnd/orEducationDegreeType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +210 PersonOrOrganization PersonOrOrganization \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +306 ProgramOfStudy ProgramOfStudy \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N \. @@ -4142,7 +4142,6 @@ COPY public."EntityAttributeAssociation" ("Id", "EntityId", "AttributeId", "Note 931 151 944 \N \N \N \N \N LIF f \N 932 150 945 \N \N \N \N \N LIF f \N 933 150 946 \N \N \N \N \N LIF f \N -934 152 947 \N \N \N \N \N LIF f \N 935 151 948 \N \N \N \N \N LIF f \N 936 151 949 \N \N \N \N \N LIF f \N 937 151 950 \N \N \N \N \N LIF f \N @@ -4444,7 +4443,6 @@ COPY public."EntityAttributeAssociation" ("Id", "EntityId", "AttributeId", "Note 1409 257 1434 \N \N \N \N \N LIF f \N 1410 251 1435 \N \N \N \N \N LIF f \N 1411 258 1436 \N \N \N \N \N LIF f \N -1412 259 1437 \N \N \N \N \N LIF f \N 1413 258 1438 \N \N \N \N \N LIF f \N 1414 260 1439 \N \N \N \N \N LIF f \N 1415 251 1440 \N \N \N \N \N LIF f \N @@ -5589,6 +5587,8 @@ COPY public."EntityAttributeAssociation" ("Id", "EntityId", "AttributeId", "Note 2219 363 1899 \N 2025-12-02 19:13:00+00 2025-12-02 19:13:00+00 \N \N StateU f 17 2221 364 1898 \N 2025-12-02 19:14:00+00 2025-12-02 19:14:00+00 \N \N StateU f 17 2224 131 1954 \N 2025-12-02 19:15:00+00 2025-12-02 19:15:00+00 \N MDRUser StateU f 17 +934 150 947 \N \N \N \N \N LIF f \N +1412 259 1435 \N \N \N \N \N LIF f \N \. @@ -12513,29 +12513,27 @@ COPY public."ValueSetValueMapping" ("Id", "SourceValueId", "TargetValueId", "Des -- COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderations", "Value", "ValueName", "OriginalValueId", "Source", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Extension", "ExtensionNotes", "Deleted", "DataModelId") FROM stdin; -2979 284 Absentee-Shawnee Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Absentee-ShawneeTribeOfIndiansOfOklahoma Absentee-Shawnee Tribe of Indians of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -2995 284 Arctic Village (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Arctic Village Arctic Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3659 290 Tenth grade is the extent of formal instruction a person has received. \N TenthGrade Tenth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3931 310 Hughes Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hughes Village Hughes Village \N \N \N \N \N \N \N LIF f \N f 4 -3932 310 Huslia Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Huslia Village Huslia Village \N \N \N \N \N \N \N LIF f \N f 4 -3933 310 Hydaburg Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hydaburg Cooperative Association Hydaburg Cooperative Association \N \N \N \N \N \N \N LIF f \N f 4 -3934 310 Igiugig Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Igiugig Village Igiugig Village \N \N \N \N \N \N \N LIF f \N f 4 -3941 310 Iqugmiut Traditional Council (previously listed as Iqurmuit Traditional Council) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iqugmiut Traditional Council Iqugmiut Traditional Council \N \N \N \N \N \N \N LIF f \N f 4 +179 15 \N \N 3 ThirdGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +180 15 \N \N 4 FourthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +181 15 \N \N 5 FifthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +182 15 \N \N 6 SixthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +183 15 \N \N 7 SeventhGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +184 15 \N \N 8 EighthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +185 15 \N \N 9 NinthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +186 15 \N \N 10 TenthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 4424 313 Oklahoma \N Oklahoma Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 4425 313 Oregon \N Oregon Oregon \N \N \N \N \N \N \N LIF f \N f 4 -3006 284 Big Pine Paiute Tribe of the Owens Valley (previously listed as Big Pine Band of Owens Valley Paiute Shoshone Indians of the Big Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Pine Paiute Tribe Of the Owens Valley Big Pine Paiute Tribe of the Owens Valley \N CEDS \N \N \N \N \N LIF f \N f 1 -3929 310 Houlton Band of Maliseet Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Houlton Band Of Maliseet Indians Houlton Band of Maliseet Indians \N \N \N \N \N \N \N LIF f \N f 4 +187 15 \N \N 11 EleventhGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +188 15 \N \N 12 TwelfthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 4753 336 This is a test of creating a value for a value set consideration a A \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 4754 336 This is a test of creating a value for a value set consideration B B \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 4755 337 This is a test of creating values at the same time as the value set. \N 1 One \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N t 25 4756 337 This is a test of creating a value for a value set consideration B B \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 -4772 347 This is a test of creating values at the same time as the value set. \N TEST2 Test Two \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 -4773 347 This is a test of creating values at the same time as the value set. \N TEST1 Test One \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 -4774 349 This is a test of creating values at the same time as the value set. \N TEST3 Test Three \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 -3937 310 Inupiat Community of the Arctic Slope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Inupiat Community Of the Arctic Slope Inupiat Community of the Arctic Slope \N \N \N \N \N \N \N LIF f \N f 4 -3938 310 Ione Band of Miwok Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ione Band Of Miwok Indians Of California Ione Band of Miwok Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3939 310 Iowa Tribe of Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iowa Tribe Of Kansas and Nebraska Iowa Tribe of Kansas and Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -3940 310 Iowa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iowa Tribe Of Oklahoma Iowa Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +2805 273 The Organization Identifier is a School-assigned number. \N School School-assignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +2182 123 128-bit number used to identify information in computer systems. \N UUID UniversallyUniqueIdentifier \N \N \N \N \N \N \N LIF f \N t 1 +218 17 \N \N 144 LetterGrade/mark \N CEDS \N \N \N \N \N LIF f \N f 4 +201 16 Regular assessment based on grade-level achievement standards with accommodations is specified as a type of assessment administered. \N REGASSWACC RegularAssessmentsBasedOnGrade-levelAchievementStandardsWithAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +202 16 Alternate assessment based on grade-level achievement standards is specified as a type of assessment administered. \N ALTASSGRADELVL AlternateAssessmentsBasedOnGrade-levelAchievementStandards \N CEDS \N \N \N \N \N LIF f \N f 4 880 37 \N \N FormatOf FormatOf \N \N \N \N \N \N \N LIF f \N f 4 881 37 \N \N IsPartOf IsPartOf \N \N \N \N \N \N \N LIF f \N f 4 882 37 \N \N IsPrerequisiteTo IsPrerequisiteTo \N \N \N \N \N \N \N LIF f \N f 4 @@ -12547,8 +12545,6 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 888 37 \N \N Referenced Referenced \N \N \N \N \N \N \N LIF f \N f 4 4757 336 This is a test of creating a value for a value set consideration A A \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 4758 336 This is a test of creating a value for a value set consideration B B \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 -4775 349 This is a test of creating values at the same time as the value set. \N TEST4 Test Four \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 -198 15 \N \N PT Professional or technical credential \N CEDS \N \N \N \N \N LIF f \N f 4 889 37 \N \N Assesses Assesses \N \N \N \N \N \N \N LIF f \N f 4 890 37 \N \N Teaches Teaches \N \N \N \N \N \N \N LIF f \N f 4 891 37 \N \N Requires Requires \N \N \N \N \N \N \N LIF f \N f 4 @@ -12556,32 +12552,38 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 893 37 \N \N ReadingLevel ReadingLevel \N \N \N \N \N \N \N LIF f \N f 4 894 37 \N \N EducationalSubject EducationalSubject \N \N \N \N \N \N \N LIF f \N f 4 895 37 \N \N EducationLevel EducationLevel \N \N \N \N \N \N \N LIF f \N f 4 +4772 347 This is a test of creating values at the same time as the value set. \N TEST2 TestTwo \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 +4773 347 This is a test of creating values at the same time as the value set. \N TEST1 TestOne \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 +4774 349 This is a test of creating values at the same time as the value set. \N TEST3 TestThree \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 +3939 310 Iowa Tribe of Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IowaTribeOfKansasAndNebraska IowaTribeOfKansasAndNebraska \N \N \N \N \N \N \N LIF f \N f 4 +3940 310 Iowa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IowaTribeOfOklahoma IowaTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4775 349 This is a test of creating values at the same time as the value set. \N TEST4 TestFour \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 18 +2995 284 Arctic Village (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ArcticVillage ArcticVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3659 290 Tenth grade is the extent of formal instruction a person has received. \N TenthGrade TenthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3931 310 Hughes Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HughesVillage HughesVillage \N \N \N \N \N \N \N LIF f \N f 4 +3932 310 Huslia Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HusliaVillage HusliaVillage \N \N \N \N \N \N \N LIF f \N f 4 +3933 310 Hydaburg Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HydaburgCooperativeAssociation HydaburgCooperativeAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3934 310 Igiugig Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IgiugigVillage IgiugigVillage \N \N \N \N \N \N \N LIF f \N f 4 +3941 310 Iqugmiut Traditional Council (previously listed as Iqurmuit Traditional Council) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IqugmiutTraditionalCouncil IqugmiutTraditionalCouncil \N \N \N \N \N \N \N LIF f \N f 4 +198 15 \N \N PT ProfessionalOrTechnicalCredential \N CEDS \N \N \N \N \N LIF f \N f 4 896 37 \N \N Precedes Precedes \N \N \N \N \N \N \N LIF f \N f 4 4759 338 This is a test of creating a value for a value set consideration A A \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 4760 338 This is a test of creating a value for a value set consideration B B \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 897 37 \N \N Follows Follows \N \N \N \N \N \N \N LIF f \N f 4 898 37 \N \N IsConcurrentTo IsConcurrentTo \N \N \N \N \N \N \N LIF f \N f 4 -140 13 The related School Identifier uses a School-assigned number. \N School School-assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 -141 13 The related School Identifier uses the College Board/ACT program code set of PK-grade 12 institutions. \N ACT College Board/ACT program code set of PK-grade 12 institutions \N CEDS \N \N \N \N \N LIF f \N f 4 -142 13 The related School Identifier uses a Local Education Agency assigned number. \N LEA Local Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 -143 13 The related School Identifier uses the State Education Agency assigned number. \N SEA State Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 -144 13 The related School Identifier uses the National Center for Education Statistics assigned number. \N NCES National Center for Education Statistics assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 -145 13 The related School Identifier uses the federal identification number. \N Federal Federal identification number \N CEDS \N \N \N \N \N LIF f \N f 4 -146 13 The related School Identifier uses the Dun and Bradstreet number. \N DUNS Dun and Bradstreet number \N CEDS \N \N \N \N \N LIF f \N f 4 -147 13 The related School Identifier uses another federally assigned number. \N OtherFederal Other federally assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 -148 13 The related School Identifier uses a State University System assigned number. \N StateUniversitySystem State University System assigned number \N CEDS \N \N \N \N \N LIF f \N f 4 +145 13 The related School Identifier uses the federal identification number. \N Federal FederalIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +147 13 The related School Identifier uses another federally assigned number. \N OtherFederal OtherFederallyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +148 13 The related School Identifier uses a State University System assigned number. \N StateUniversitySystem StateUniversitySystemAssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +153 14 College Readiness is specified as the reason for which an assessment is designed or delivered. \N 73055 CollegeReadiness \N CEDS \N \N \N \N \N LIF f \N f 4 +154 14 Course credit is specified as the reason for which an assessment is designed or delivered. \N 63 CourseCredit \N CEDS \N \N \N \N \N LIF f \N f 4 +2963 283 The related Person Identifier uses the person's Personal identification number. \N PersonalIdentificationNumber PersonalIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +155 14 Course requirement is specified as the reason for which an assessment is designed or delivered. \N 64 CourseRequirement \N CEDS \N \N \N \N \N LIF f \N f 4 149 13 The related School Identifier uses an identification system not yet categorized in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 4 -150 13 The related School Identifier uses the System for Award Management (SAM) Unique Entity Identifier (UEI). \N SAM System for Award Management Unique Entity Identifier \N CEDS \N \N \N \N \N LIF f \N f 4 +157 14 Federal accountability is specified as the reason for which an assessment is designed or delivered. \N 3459 FederalAccountability \N CEDS \N \N \N \N \N LIF f \N f 4 151 14 Admission is specified as the reason for which an assessment is designed or delivered. \N 50 Admission \N CEDS \N \N \N \N \N LIF f \N f 4 -152 14 Assessment of student's progress is specified as the reason for which an assessment is designed or delivered. \N 51 Assessment of student's progress \N CEDS \N \N \N \N \N LIF f \N f 4 -153 14 College Readiness is specified as the reason for which an assessment is designed or delivered. \N 73055 College Readiness \N CEDS \N \N \N \N \N LIF f \N f 4 -154 14 Course credit is specified as the reason for which an assessment is designed or delivered. \N 63 Course credit \N CEDS \N \N \N \N \N LIF f \N f 4 -155 14 Course requirement is specified as the reason for which an assessment is designed or delivered. \N 64 Course requirement \N CEDS \N \N \N \N \N LIF f \N f 4 +159 14 Instructional decision is specified as the reason for which an assessment is designed or delivered. \N 55 InstructionalDecision \N CEDS \N \N \N \N \N LIF f \N f 4 156 14 Diagnosis is specified as the reason for which an assessment is designed or delivered. \N 73069 Diagnosis \N CEDS \N \N \N \N \N LIF f \N f 4 -157 14 Federal accountability is specified as the reason for which an assessment is designed or delivered. \N 3459 Federal accountability \N CEDS \N \N \N \N \N LIF f \N f 4 -158 14 Inform local or state policy is specified as the reason for which an assessment is designed or delivered. \N 73068 Inform local or state policy \N CEDS \N \N \N \N \N LIF f \N f 4 -159 14 Instructional decision is specified as the reason for which an assessment is designed or delivered. \N 55 Instructional decision \N CEDS \N \N \N \N \N LIF f \N f 4 -160 14 Local accountability is specified as the reason for which an assessment is designed or delivered. \N 3457 Local accountability \N CEDS \N \N \N \N \N LIF f \N f 4 +160 14 Local accountability is specified as the reason for which an assessment is designed or delivered. \N 3457 LocalAccountability \N CEDS \N \N \N \N \N LIF f \N f 4 899 37 \N \N exactMatchOf exactMatchOf \N \N \N \N \N \N \N LIF f \N f 4 900 37 \N \N exemplar exemplar \N \N \N \N \N \N \N LIF f \N f 4 901 37 \N \N isChildOf isChildOf \N \N \N \N \N \N \N LIF f \N f 4 @@ -12597,91 +12599,92 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 925 38 \N \N 819 819 \N \N \N \N \N \N \N LIF f \N f 4 926 38 \N \N 803 803 \N \N \N \N \N \N \N LIF f \N f 4 927 38 \N \N 1049 1049 \N \N \N \N \N \N \N LIF f \N f 4 -161 14 Local graduation requirement is specified as the reason for which an assessment is designed or delivered. \N 2404 Local graduation requirement \N CEDS \N \N \N \N \N LIF f \N f 4 -162 14 Obtain a state- or industry-recognized certificate or license is specified as the reason for which an assessment is designed or delivered. \N 73042 Obtain a state- or industry-recognized certificate or license \N CEDS \N \N \N \N \N LIF f \N f 4 -163 14 Obtain postsecondary credit for the course is specified as the reason for which an assessment is designed or delivered. \N 73043 Obtain postsecondary credit for the course \N CEDS \N \N \N \N \N LIF f \N f 4 -164 14 Program eligibility is specified as the reason for which an assessment is designed or delivered. \N 73067 Program eligibility \N CEDS \N \N \N \N \N LIF f \N f 4 -165 14 Program evaluation is specified as the reason for which an assessment is designed or delivered. \N 57 Program evaluation \N CEDS \N \N \N \N \N LIF f \N f 4 -166 14 Program placement is specified as the reason for which an assessment is designed or delivered. \N 58 Program placement \N CEDS \N \N \N \N \N LIF f \N f 4 -167 14 Promotion to or retention in a grade or program is specified as the reason for which an assessment is designed or delivered. \N 62 Promotion to or retention in a grade or program \N CEDS \N \N \N \N \N LIF f \N f 4 +161 14 Local graduation requirement is specified as the reason for which an assessment is designed or delivered. \N 2404 LocalGraduationRequirement \N CEDS \N \N \N \N \N LIF f \N f 4 +164 14 Program eligibility is specified as the reason for which an assessment is designed or delivered. \N 73067 ProgramEligibility \N CEDS \N \N \N \N \N LIF f \N f 4 +165 14 Program evaluation is specified as the reason for which an assessment is designed or delivered. \N 57 ProgramEvaluation \N CEDS \N \N \N \N \N LIF f \N f 4 168 14 Screening is specified as the reason for which an assessment is designed or delivered. \N 61 Screening \N CEDS \N \N \N \N \N LIF f \N f 4 -169 14 State accountability is specified as the reason for which an assessment is designed or delivered. \N 3458 State accountability \N CEDS \N \N \N \N \N LIF f \N f 4 170 14 Other is specified as the reason for which an assessment is designed or delivered. \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N f 4 -171 14 State graduation requirement is specified as the reason for which an assessment is designed or delivered. \N 54 State graduation requirement \N CEDS \N \N \N \N \N LIF f \N f 4 +166 14 Program placement is specified as the reason for which an assessment is designed or delivered. \N 58 ProgramPlacement \N CEDS \N \N \N \N \N LIF f \N f 4 +140 13 The related School Identifier uses a School-assigned number. \N School School-AssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +142 13 The related School Identifier uses a Local Education Agency assigned number. \N LEA LocalEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +143 13 The related School Identifier uses the State Education Agency assigned number. \N SEA StateEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +169 14 State accountability is specified as the reason for which an assessment is designed or delivered. \N 3458 StateAccountability \N CEDS \N \N \N \N \N LIF f \N f 4 +158 14 Inform local or state policy is specified as the reason for which an assessment is designed or delivered. \N 73068 InformLocalOrStatePolicy \N CEDS \N \N \N \N \N LIF f \N f 4 +1561 52 \N \N 6 SixthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3657 290 Eighth grade is the extent of formal instruction a person has received. \N EighthGrade EighthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +45 3 \N No 8 EighthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +346 32 Fourth grade is the extent of formal instruction a person has received. \N 793 FourthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +347 32 Fifth grade is the extent of formal instruction a person has received. \N 794 FifthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +348 32 Sixth grade is the extent of formal instruction a person has received. \N 795 SixthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +150 13 The related School Identifier uses the System for Award Management (SAM) Unique Entity Identifier (UEI). \N SAM SystemForAwardManagementUniqueEntityIdentifier \N CEDS \N \N \N \N \N LIF f \N f 4 +163 14 Obtain postsecondary credit for the course is specified as the reason for which an assessment is designed or delivered. \N 73043 ObtainPostsecondaryCreditForTheCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +144 13 The related School Identifier uses the National Center for Education Statistics assigned number. \N NCES NationalCenterForEducationStatisticsAssignedNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +4261 310 Skull Valley Band of Goshute Indians of Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkullValleyBandOfGoshuteIndiansOfUtah SkullValleyBandOfGoshuteIndiansOfUtah \N \N \N \N \N \N \N LIF f \N f 4 172 15 \N \N IT Infant/toddler \N CEDS \N \N \N \N \N LIF f \N f 4 173 15 \N \N PR Preschool \N CEDS \N \N \N \N \N LIF f \N f 4 174 15 \N \N PK Prekindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 -175 15 \N \N TK Transitional Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 176 15 \N \N KG Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 -177 15 \N \N 1 First grade \N CEDS \N \N \N \N \N LIF f \N f 4 -178 15 \N \N 2 Second grade \N CEDS \N \N \N \N \N LIF f \N f 4 -179 15 \N \N 3 Third grade \N CEDS \N \N \N \N \N LIF f \N f 4 -180 15 \N \N 4 Fourth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -181 15 \N \N 5 Fifth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -182 15 \N \N 6 Sixth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -183 15 \N \N 7 Seventh grade \N CEDS \N \N \N \N \N LIF f \N f 4 -184 15 \N \N 8 Eighth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -185 15 \N \N 9 Ninth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -186 15 \N \N 10 Tenth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -187 15 \N \N 11 Eleventh grade \N CEDS \N \N \N \N \N LIF f \N f 4 -188 15 \N \N 12 Twelfth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -189 15 \N \N 13 Grade 13 \N CEDS \N \N \N \N \N LIF f \N f 4 -190 15 \N \N AS Associate's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -191 15 \N \N BA Bachelor's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -192 15 \N \N PB Post-baccalaureate certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -193 15 \N \N MD Master's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -194 15 \N \N PM Post-master's certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -195 15 \N \N DO Doctoral degree \N CEDS \N \N \N \N \N LIF f \N f 4 -196 15 \N \N PD Post-doctoral certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -197 15 \N \N AE Adult Education \N CEDS \N \N \N \N \N LIF f \N f 4 +3772 309 The related Person Identifier uses the person's Personal identification number. \N PersonalIdentificationNumber PersonalIdentificationNumber \N \N \N \N \N \N \N LIF f \N f 4 +3773 309 The related Person Identifier uses the person's Federal identification number. \N FederalIdentificationNumber FederalIdentificationNumber \N \N \N \N \N \N \N LIF f \N f 4 +3774 309 The related Person Identifier uses the person's driver's license number. \N Driver'sLicenseNumber Driver'sLicenseNumber \N \N \N \N \N \N \N LIF f \N f 4 +3775 309 The related Person Identifier uses the person's Medicaid number. \N MedicaidNumber MedicaidNumber \N \N \N \N \N \N \N LIF f \N f 4 +226 17 \N \N 503 ProficiencyLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +3778 309 The related Person Identifier uses the person's school-assigned number. \N School-assignedNumber School-assignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +232 17 \N \N 506 StandardAgeScore \N CEDS \N \N \N \N \N LIF f \N f 4 +229 17 \N \N 505 RatioIQ's \N CEDS \N \N \N \N \N LIF f \N f 4 +217 17 \N \N 3475 InternationalBaccalaureateScore \N CEDS \N \N \N \N \N LIF f \N f 4 +3776 309 The related Person Identifier uses the person's health record number. \N HealthRecordNumber HealthRecordNumber \N \N \N \N \N \N \N LIF f \N f 4 +225 17 \N \N 502 PercentileRank \N CEDS \N \N \N \N \N LIF f \N f 4 +236 17 \N \N 3480 WorkplaceReadinessScore \N CEDS \N \N \N \N \N LIF f \N f 4 +221 17 \N \N 498 NormalizedStandardScore \N CEDS \N \N \N \N \N LIF f \N f 4 +3771 309 The related Person Identifier uses the person's US government Visa number. \N USGovernmentVisaNumber USGovernmentVisaNumber \N \N \N \N \N \N \N LIF f \N f 4 +2810 273 The Organization Identifier is the organization's Federal identification number. \N FEIN FederalEmployerIdentificationNumber \N \N \N \N \N \N \N LIF f \N f 4 +213 17 \N \N 492 CollegeBoardExaminationScores \N CEDS \N \N \N \N \N LIF f \N f 4 199 15 \N \N OT Other \N CEDS \N \N \N \N \N LIF f \N f 4 -200 16 Regular assessment based on grade-level achievement standards without accommodations is specified as a type of assessment administered. \N REGASSWOACC Regular assessments based on grade-level achievement standards without accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -201 16 Regular assessment based on grade-level achievement standards with accommodations is specified as a type of assessment administered. \N REGASSWACC Regular assessments based on grade-level achievement standards with accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -202 16 Alternate assessment based on grade-level achievement standards is specified as a type of assessment administered. \N ALTASSGRADELVL Alternate assessments based on grade-level achievement standards \N CEDS \N \N \N \N \N LIF f \N f 4 -203 16 Alternate assessment based on modified achievement standards is specified as a type of assessment administered. \N ALTASSMODACH Alternate assessments based on modified achievement standards \N CEDS \N \N \N \N \N LIF f \N f 4 -204 16 Alternate assessment based on alternate achievement standards is specified as a type of assessment administered. \N ALTASSALTACH Alternate assessments based on alternate achievement standards \N CEDS \N \N \N \N \N LIF f \N f 4 -205 16 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithoutAccommodations Assessment based on age level standards without accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -206 16 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithAccommodations Assessment based on age level standards with accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -207 16 Assessment based on standards below age level without accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithoutAccommodations Assessment based on standards below age level without accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -208 16 Assessment based on standards below age level with accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithAccommodations Assessment based on standards below age level with accommodations \N CEDS \N \N \N \N \N LIF f \N f 4 -209 17 \N \N 512 Achievement/proficiency level \N CEDS \N \N \N \N \N LIF f \N f 4 -210 17 \N \N 494 ACT score \N CEDS \N \N \N \N \N LIF f \N f 4 -211 17 \N \N 490 Age score \N CEDS \N \N \N \N \N LIF f \N f 4 -212 17 \N \N 491 C-scaled scores \N CEDS \N \N \N \N \N LIF f \N f 4 -213 17 \N \N 492 College Board examination scores \N CEDS \N \N \N \N \N LIF f \N f 4 -214 17 \N \N 493 Grade equivalent or grade-level indicator \N CEDS \N \N \N \N \N LIF f \N f 4 -215 17 \N \N 3473 Graduation score \N CEDS \N \N \N \N \N LIF f \N f 4 +177 15 \N \N 1 FirstGrade \N CEDS \N \N \N \N \N LIF f \N f 4 216 17 \N \N 3474 Growth/value-added/indexing \N CEDS \N \N \N \N \N LIF f \N f 4 -217 17 \N \N 3475 International Baccalaureate score \N CEDS \N \N \N \N \N LIF f \N f 4 -218 17 \N \N 144 Letter grade/mark \N CEDS \N \N \N \N \N LIF f \N f 4 -219 17 \N \N 513 Mastery level \N CEDS \N \N \N \N \N LIF f \N f 4 -220 17 \N \N 497 Normal curve equivalent \N CEDS \N \N \N \N \N LIF f \N f 4 -221 17 \N \N 498 Normalized standard score \N CEDS \N \N \N \N \N LIF f \N f 4 -222 17 \N \N 499 Number score \N CEDS \N \N \N \N \N LIF f \N f 4 223 17 \N \N 500 Pass-fail \N CEDS \N \N \N \N \N LIF f \N f 4 224 17 \N \N 3476 Percentile \N CEDS \N \N \N \N \N LIF f \N f 4 -225 17 \N \N 502 Percentile rank \N CEDS \N \N \N \N \N LIF f \N f 4 -226 17 \N \N 503 Proficiency level \N CEDS \N \N \N \N \N LIF f \N f 4 -227 17 \N \N 3477 Promotion score \N CEDS \N \N \N \N \N LIF f \N f 4 228 17 \N \N 504 Ranking \N CEDS \N \N \N \N \N LIF f \N f 4 -229 17 \N \N 505 Ratio IQ's \N CEDS \N \N \N \N \N LIF f \N f 4 -230 17 \N \N 3478 Raw score \N CEDS \N \N \N \N \N LIF f \N f 4 -231 17 \N \N 3479 Scale score \N CEDS \N \N \N \N \N LIF f \N f 4 -232 17 \N \N 506 Standard age score \N CEDS \N \N \N \N \N LIF f \N f 4 -233 17 \N \N 508 Stanine score \N CEDS \N \N \N \N \N LIF f \N f 4 -234 17 \N \N 509 Sten score \N CEDS \N \N \N \N \N LIF f \N f 4 235 17 \N \N 510 T-score \N CEDS \N \N \N \N \N LIF f \N f 4 -236 17 \N \N 3480 Workplace readiness score \N CEDS \N \N \N \N \N LIF f \N f 4 237 17 \N \N 511 Z-score \N CEDS \N \N \N \N \N LIF f \N f 4 -238 17 \N \N 3481 SAT Score \N CEDS \N \N \N \N \N LIF f \N f 4 +178 15 \N \N 2 SecondGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +190 15 \N \N AS Associate'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +191 15 \N \N BA Bachelor'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +193 15 \N \N MD Master'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +195 15 \N \N DO DoctoralDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +210 17 \N \N 494 ACTScore \N CEDS \N \N \N \N \N LIF f \N f 4 +211 17 \N \N 490 AgeScore \N CEDS \N \N \N \N \N LIF f \N f 4 +212 17 \N \N 491 C-scaledScores \N CEDS \N \N \N \N \N LIF f \N f 4 +215 17 \N \N 3473 GraduationScore \N CEDS \N \N \N \N \N LIF f \N f 4 +222 17 \N \N 499 NumberScore \N CEDS \N \N \N \N \N LIF f \N f 4 +227 17 \N \N 3477 PromotionScore \N CEDS \N \N \N \N \N LIF f \N f 4 +230 17 \N \N 3478 RawScore \N CEDS \N \N \N \N \N LIF f \N f 4 +231 17 \N \N 3479 ScaleScore \N CEDS \N \N \N \N \N LIF f \N f 4 +233 17 \N \N 508 StanineScore \N CEDS \N \N \N \N \N LIF f \N f 4 +234 17 \N \N 509 StenScore \N CEDS \N \N \N \N \N LIF f \N f 4 +189 15 \N \N 13 Grade13 \N CEDS \N \N \N \N \N LIF f \N f 4 +192 15 \N \N PB Post-baccalaureateCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 +194 15 \N \N PM Post-master'sCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 +196 15 \N \N PD Post-doctoralCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 +171 14 State graduation requirement is specified as the reason for which an assessment is designed or delivered. \N 54 StateGraduationRequirement \N CEDS \N \N \N \N \N LIF f \N f 4 +175 15 \N \N TK TransitionalKindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 +197 15 \N \N AE AdultEducation \N CEDS \N \N \N \N \N LIF f \N f 4 +203 16 Alternate assessment based on modified achievement standards is specified as a type of assessment administered. \N ALTASSMODACH AlternateAssessmentsBasedOnModifiedAchievementStandards \N CEDS \N \N \N \N \N LIF f \N f 4 +204 16 Alternate assessment based on alternate achievement standards is specified as a type of assessment administered. \N ALTASSALTACH AlternateAssessmentsBasedOnAlternateAchievementStandards \N CEDS \N \N \N \N \N LIF f \N f 4 +205 16 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithoutAccommodations AssessmentBasedOnAgeLevelStandardsWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +209 17 \N \N 512 Achievement/proficiencyLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +219 17 \N \N 513 MasteryLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +220 17 \N \N 497 NormalCurveEquivalent \N CEDS \N \N \N \N \N LIF f \N f 4 +206 16 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithAccommodations AssessmentBasedOnAgeLevelStandardsWithAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +207 16 Assessment based on standards below age level without accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithoutAccommodations AssessmentBasedOnStandardsBelowAgeLevelWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +3779 309 The related Person Identifier uses the person's district-assigned number. \N District-assignedNumber District-assignedNumber \N \N \N \N \N \N \N LIF f \N f 4 239 17 \N \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N f 4 -240 18 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning Blended Learning \N CEDS \N \N \N \N \N LIF f \N f 4 +2964 283 The related Person Identifier uses the person's Federal identification number. \N FederalIdentificationNumber FederalIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 241 18 Course is taught via live or taped broadcast over open air, closed circuit, or cable television systems. \N Broadcast Broadcast \N CEDS \N \N \N \N \N LIF f \N f 4 242 18 Course is taught via hard or electronic copy or other media (CD, DVD, video cassette) and student works at own pace usually without an instructor present, but generally under supervision of LEA. Includes “packet” programs. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N f 4 -243 18 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege Early College \N CEDS \N \N \N \N \N LIF f \N f 4 -244 18 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace Face to Face \N CEDS \N \N \N \N \N LIF f \N f 4 -245 18 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N f 4 -246 18 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo Interactive Audio/Video \N CEDS \N \N \N \N \N LIF f \N f 4 +3042 284 Chilkat Indian Village (Klukwan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChilkatIndianVillage ChilkatIndianVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +9 1 The related School Identifier uses a State University System assigned number. \N StateUniversitySystem StateUniversitySystemAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 247 18 Course is taught through a website, web application, or app on an internet connected device. \N Online Online \N CEDS \N \N \N \N \N LIF f \N f 4 248 19 A positive or negative whole number or zero such as -2, 4, 4567. \N Integer Integer \N CEDS \N \N \N \N \N LIF f \N f 4 249 19 A representation of a real number using the base ten and decimal notation, such as 201.4, -3.89, or 0.0006 \N Decimal Decimal \N CEDS \N \N \N \N \N LIF f \N f 4 @@ -12697,32 +12700,29 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 259 20 Reset is specified as the completion and scoring status for an instance of a person taking an assessment. \N Reset Reset \N CEDS \N \N \N \N \N LIF f \N f 4 260 20 Scored is specified as the completion and scoring status for an instance of a person taking an assessment. \N Scored Scored \N CEDS \N \N \N \N \N LIF f \N f 4 261 20 Submitted is specified as the completion and scoring status for an instance of a person taking an assessment. \N Submitted Submitted \N CEDS \N \N \N \N \N LIF f \N f 4 -262 21 Parents opt out is specified as the primary reason a participant did not complete an assessment. \N ParentsOptOut Parents opt out \N CEDS \N \N \N \N \N LIF f \N f 4 -263 21 Absent during is specified as the primary reason a participant did not complete an assessment. \N Absent Absent during \N CEDS \N \N \N \N \N LIF f \N f 4 -264 21 Did not participate for other reason is specified as the primary reason a participant did not complete an assessment. \N Other Did not participate for other reason \N CEDS \N \N \N \N \N LIF f \N f 4 -265 21 Student participated in an out of level test is specified as the primary reason a participant did not complete an assessment. (may not be in accordance with accountability measures for summative assessments) \N OutOfLevelTest Participated in an out of level test \N CEDS \N \N \N \N \N LIF f \N f 4 -266 21 No valid score is specified as the primary reason a participant did not complete an assessment. \N NoValidScore No valid score \N CEDS \N \N \N \N \N LIF f \N f 4 -2898 277 North Carolina \N NC North Carolina \N \N \N \N \N \N \N LIF f \N f 4 -267 21 Medical emergency is specified as the primary reason a participant did not complete an assessment. \N Medical Medical emergency \N CEDS \N \N \N \N \N LIF f \N f 4 +349 32 Seventh grade is the extent of formal instruction a person has received. \N 796 SeventhGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +350 32 Eighth grade is the extent of formal instruction a person has received. \N 798 EighthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 268 21 Moved is specified as the primary reason a participant did not complete an assessment. \N Moved Moved \N CEDS \N \N \N \N \N LIF f \N f 4 -269 21 Person left program - unable to locate is specified as the primary reason a participant did not complete an assessment. \N LeftProgram Person left program - unable to locate \N CEDS \N \N \N \N \N LIF f \N f 4 270 23 \N \N pass pass \N ELM \N \N \N \N \N LIF f \N f 7 271 23 \N \N fail fail \N ELM \N \N \N \N \N LIF f \N f 7 272 23 \N \N other other \N ELM \N \N \N \N \N LIF f \N f 7 -273 25 Intended for those attending secondary (high-school) level programs. \N audLevel:SecondaryLevel Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 10 -274 25 Intended for those who have completed secondary level school programs or equivalent. \N audLevel:PostSecondaryLevel Post Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 10 -275 25 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel:AssociatesDegreeLevel Associates Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -276 25 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel:BachelorsDegreeLevel Bachelors Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -277 25 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel:MastersDegreeLevel Masters Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -278 25 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel:DoctoralDegreeLevel Doctoral Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -279 25 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel:ProfessionalLevel Professional Level \N CTDL \N \N \N \N \N LIF f \N f 10 -280 26 Delivery includes significant levels of both in person and online. \N deliveryType:BlendedDelivery Blended Delivery \N CTDL \N \N \N \N \N LIF f \N f 10 -281 26 Delivery is only face-to-face. \N deliveryType:InPerson In Person \N CTDL \N \N \N \N \N LIF f \N f 10 -282 26 Delivery is only via the Internet. \N deliveryType:OnlineOnly Online Only \N CTDL \N \N \N \N \N LIF f \N f 10 -283 26 Delivery is not tied to a specific site. \N deliveryType:VariableSite Variable Site \N CTDL \N \N \N \N \N LIF f \N f 10 -284 27 Work or product created or produced by the person being assessed. \N assessMethod:Artifact Artifact \N CTDL \N \N \N \N \N LIF f \N f 10 -285 27 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod:Exam Exam \N CTDL \N \N \N \N \N LIF f \N f 10 -286 27 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod:Performance Performance \N CTDL \N \N \N \N \N LIF f \N f 10 +351 32 Ninth grade is the extent of formal instruction a person has received. \N 799 NinthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +238 17 \N \N 3481 SATScore \N CEDS \N \N \N \N \N LIF f \N f 4 +243 18 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege EarlyCollege \N CEDS \N \N \N \N \N LIF f \N f 4 +274 25 Intended for those who have completed secondary level school programs or equivalent. \N audLevel-PostSecondaryLevel PostSecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +276 25 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel-BachelorsDegreeLevel BachelorsDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +277 25 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel-MastersDegreeLevel MastersDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +245 18 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N f 4 +246 18 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo InteractiveAudio/Video \N CEDS \N \N \N \N \N LIF f \N f 4 +262 21 Parents opt out is specified as the primary reason a participant did not complete an assessment. \N ParentsOptOut ParentsOptOut \N CEDS \N \N \N \N \N LIF f \N f 4 +263 21 Absent during is specified as the primary reason a participant did not complete an assessment. \N Absent AbsentDuring \N CEDS \N \N \N \N \N LIF f \N f 4 +2898 277 North Carolina \N NC NorthCarolina \N \N \N \N \N \N \N LIF f \N f 4 +267 21 Medical emergency is specified as the primary reason a participant did not complete an assessment. \N Medical MedicalEmergency \N CEDS \N \N \N \N \N LIF f \N f 4 +244 18 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace FaceToFace \N CEDS \N \N \N \N \N LIF f \N f 4 +352 32 Tenth grade is the extent of formal instruction a person has received. \N 800 TenthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +4461 315 Seventh grade is the extent of formal instruction a person has received. \N SeventhGrade SeventhGrade \N \N \N \N \N \N \N LIF f \N f 4 +4462 315 Eighth grade is the extent of formal instruction a person has received. \N EighthGrade EighthGrade \N \N \N \N \N \N \N LIF f \N f 4 +4463 315 Ninth grade is the extent of formal instruction a person has received. \N NinthGrade NinthGrade \N \N \N \N \N \N \N LIF f \N f 4 928 38 \N \N 1047 1047 \N \N \N \N \N \N \N LIF f \N f 4 929 38 \N \N 1048 1048 \N \N \N \N \N \N \N LIF f \N f 4 930 38 \N \N 1050 1050 \N \N \N \N \N \N \N LIF f \N f 4 @@ -12801,6 +12801,13 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1004 39 \N \N bra bra \N \N \N \N \N \N \N LIF f \N f 4 1005 39 \N \N bre bre \N \N \N \N \N \N \N LIF f \N f 4 1006 39 \N \N btk btk \N \N \N \N \N \N \N LIF f \N f 4 +279 25 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel-ProfessionalLevel ProfessionalLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +280 26 Delivery includes significant levels of both in person and online. \N deliveryType-BlendedDelivery BlendedDelivery \N CTDL \N \N \N \N \N LIF f \N f 10 +281 26 Delivery is only face-to-face. \N deliveryType-InPerson InPerson \N CTDL \N \N \N \N \N LIF f \N f 10 +282 26 Delivery is only via the Internet. \N deliveryType-OnlineOnly OnlineOnly \N CTDL \N \N \N \N \N LIF f \N f 10 +283 26 Delivery is not tied to a specific site. \N deliveryType-VariableSite VariableSite \N CTDL \N \N \N \N \N LIF f \N f 10 +284 27 Work or product created or produced by the person being assessed. \N assessMethod-Artifact Artifact \N CTDL \N \N \N \N \N LIF f \N f 10 +285 27 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod-Exam Exam \N CTDL \N \N \N \N \N LIF f \N f 10 1007 39 \N \N bua bua \N \N \N \N \N \N \N LIF f \N f 4 1008 39 \N \N bug bug \N \N \N \N \N \N \N LIF f \N f 4 1009 39 \N \N bul bul \N \N \N \N \N \N \N LIF f \N f 4 @@ -12955,7 +12962,6 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1156 39 \N \N kam kam \N \N \N \N \N \N \N LIF f \N f 4 1157 39 \N \N kan kan \N \N \N \N \N \N \N LIF f \N f 4 1158 39 \N \N kar kar \N \N \N \N \N \N \N LIF f \N f 4 -2899 277 North Dakota \N ND North Dakota \N \N \N \N \N \N \N LIF f \N f 4 1159 39 \N \N kas kas \N \N \N \N \N \N \N LIF f \N f 4 1160 39 \N \N kau kau \N \N \N \N \N \N \N LIF f \N f 4 1161 39 \N \N kaw kaw \N \N \N \N \N \N \N LIF f \N f 4 @@ -13133,7 +13139,6 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1328 39 \N \N slo slo \N \N \N \N \N \N \N LIF f \N f 4 1329 39 \N \N slv slv \N \N \N \N \N \N \N LIF f \N f 4 2900 277 Nebraska \N NE Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -2901 277 New Hampshire \N NH New Hampshire \N \N \N \N \N \N \N LIF f \N f 4 1330 39 \N \N sma sma \N \N \N \N \N \N \N LIF f \N f 4 1331 39 \N \N sme sme \N \N \N \N \N \N \N LIF f \N f 4 1332 39 \N \N smi smi \N \N \N \N \N \N \N LIF f \N f 4 @@ -13216,7 +13221,7 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1409 39 \N \N wel wel \N \N \N \N \N \N \N LIF f \N f 4 1410 39 \N \N wen wen \N \N \N \N \N \N \N LIF f \N f 4 1411 39 \N \N wln wln \N \N \N \N \N \N \N LIF f \N f 4 -2089 106 \N \N Private Study Private Study \N \N \N \N \N \N \N LIF f \N f 9 +2901 277 New Hampshire \N NH NewHampshire \N \N \N \N \N \N \N LIF f \N f 4 2090 106 \N \N Residency Residency \N \N \N \N \N \N \N LIF f \N f 9 2091 106 \N \N SelfPaced SelfPaced \N \N \N \N \N \N \N LIF f \N f 9 2092 106 \N \N Seminar Seminar \N \N \N \N \N \N \N LIF f \N f 9 @@ -13256,8 +13261,7 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2038 100 \N \N TechnicalPreparatory TechnicalPreparatory \N \N \N \N \N \N \N LIF f \N f 9 2039 100 \N \N UpperDivision UpperDivision \N \N \N \N \N \N \N LIF f \N f 9 2040 100 \N \N Vocational Vocational \N \N \N \N \N \N \N LIF f \N f 9 -2041 100 \N \N Dual Grad/Upper Dual Grad/Upper \N \N \N \N \N \N \N LIF f \N f 9 -2042 100 \N \N Dual HS/Undergrad Dual HS/Undergrad \N \N \N \N \N \N \N LIF f \N f 9 +2042 100 \N \N DualHS/Undergrad DualHS/Undergrad \N \N \N \N \N \N \N LIF f \N f 9 2043 102 \N \N CarnegieUnits CarnegieUnits \N \N \N \N \N \N \N LIF f \N f 9 2044 102 \N \N ClockHours ClockHours \N \N \N \N \N \N \N LIF f \N f 9 2045 102 \N \N ContinuingEducationUnits ContinuingEducationUnits \N \N \N \N \N \N \N LIF f \N f 9 @@ -13349,7 +13353,6 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2318 133 Measurable or observable knowledge, skill, or ability necessary to successful performance of a person. This is an exact match of Competency in [CTDL-ASN-TERMS]. \N Competency Competency \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2319 133 Represents a co-curricular activity. \N CoCurricular CoCurricular \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 4426 313 Pennsylvania \N Pennsylvania Pennsylvania \N \N \N \N \N \N \N LIF f \N f 4 -4427 313 Puerto Rico \N Puerto Rico Puerto Rico \N \N \N \N \N \N \N LIF f \N f 4 871 37 \N \N Prerequisite Prerequisite \N \N \N \N \N \N \N LIF f \N f 4 872 37 \N \N ConformsTo ConformsTo \N \N \N \N \N \N \N LIF f \N f 4 873 37 \N \N Defines Defines \N \N \N \N \N \N \N LIF f \N f 4 @@ -13377,12 +13380,10 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2333 133 Set of learning opportunities that leads to an outcome, usually a credential like a degree or certificate. This is an exact match of LearningProgram in [CTDL-TERMS]. \N LearningProgram LearningProgram \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2334 133 Doctoral degree conferred upon completion of a program providing the knowledge and skills for the recognition, credential, or license required for professional practice. Equivalent to an award at UNESCO ISCED 2011, Level 8. This is an exact match of ProfessionalDoctorate in [CTDL-TERMS]. \N ProfessionalDoctorate ProfessionalDoctorate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 4428 313 Palau \N Palau Palau \N \N \N \N \N \N \N LIF f \N f 4 -4429 313 Rhode Island \N Rhode Island Rhode Island \N \N \N \N \N \N \N LIF f \N f 4 -4858 351 \N \N Byn Blin; Bilin \N \N \N \N \N \N \N LIF f \N f 1 +4429 313 Rhode Island \N RhodeIsland RhodeIsland \N \N \N \N \N \N \N LIF f \N f 4 4859 351 \N \N Cad Caddo \N \N \N \N \N \N \N LIF f \N f 1 -4860 351 \N \N Cai Central American Indian languages \N \N \N \N \N \N \N LIF f \N f 1 -4861 351 \N \N Car Galibi Carib \N \N \N \N \N \N \N LIF f \N f 1 -4862 351 \N \N Cat Catalan; Valencian \N \N \N \N \N \N \N LIF f \N f 1 +1845 77 CEDS \N InternationalBaccalaureate InternationalBaccalaureate \N International Baccalaureate is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +4860 351 \N \N Cai CentralAmericanIndianLanguages \N \N \N \N \N \N \N LIF f \N f 1 4863 351 \N \N Chg Chagatai \N \N \N \N \N \N \N LIF f \N f 1 4864 351 \N \N Chi Chinese \N \N \N \N \N \N \N LIF f \N f 1 4865 351 \N \N Chk Chuukese \N \N \N \N \N \N \N LIF f \N f 1 @@ -13390,35 +13391,36 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4771 346 This is a test of creating values at the same time as the value set. \N MATH Mathematics \N \N \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f 25 4770 346 This is a test of creating a value for a value set consideration B B \N \N \N 2025-08-19 22:31:49.065+00 2025-08-19 22:31:49.065+00 \N Mary Gwozdz Unicon f \N t 25 4866 351 \N \N Chm Mari \N \N \N \N \N \N \N LIF f \N f 1 -4867 351 \N \N Chn Chin languages \N \N \N \N \N \N \N LIF f \N f 1 +4861 351 \N \N Car GalibiCarib \N \N \N \N \N \N \N LIF f \N f 1 4868 351 \N \N Cho Choctaw \N \N \N \N \N \N \N LIF f \N f 1 -4869 351 \N \N Chp Chipewyan; Dene Suline \N \N \N \N \N \N \N LIF f \N f 1 +4869 351 \N \N Chp Chipewyan;DeneSuline \N \N \N \N \N \N \N LIF f \N f 1 4870 351 \N \N Chr Cherokee \N \N \N \N \N \N \N LIF f \N f 1 -4871 351 \N \N Chu Church Slavic; Old Slavonic \N \N \N \N \N \N \N LIF f \N f 1 -3021 284 California Valley Miwok Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N California Valley Miwok TribeCalifornia California Valley Miwok Tribe, California \N CEDS \N \N \N \N \N LIF f \N f 1 +4464 315 Tenth grade is the extent of formal instruction a person has received. \N TenthGrade TenthGrade \N \N \N \N \N \N \N LIF f \N f 4 4872 351 \N \N Chv Chuvash \N \N \N \N \N \N \N LIF f \N f 1 -3026 284 Cedarville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cedarville RancheriaCalifornia Cedarville Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 4873 351 \N \N Chy Cheyenne \N \N \N \N \N \N \N LIF f \N f 1 -4874 351 \N \N Cmc Chamic languages \N \N \N \N \N \N \N LIF f \N f 1 -1845 77 CEDS \N InternationalBaccalaureate International Baccalaureate \N International Baccalaureate is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -3034 284 Cheyenne and Arapaho Tribes, Oklahoma (previously listed as Cheyenne-Arapaho Tribes of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheyenne and Arapaho TribesOklahoma Cheyenne and Arapaho Tribes, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3026 284 Cedarville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CedarvilleRancheria-California CedarvilleRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4867 351 \N \N Chn ChinLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4874 351 \N \N Cmc ChamicLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4858 351 \N \N Byn Blin;Bilin \N \N \N \N \N \N \N LIF f \N f 1 +4862 351 \N \N Cat Catalan;Valencian \N \N \N \N \N \N \N LIF f \N f 1 +4203 310 Qawalangin Tribe of Unalaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QawalanginTribeOfUnalaska QawalanginTribeOfUnalaska \N \N \N \N \N \N \N LIF f \N f 4 4875 351 \N \N Cop Coptic \N \N \N \N \N \N \N LIF f \N f 1 4876 351 \N \N Cor Cornish \N \N \N \N \N \N \N LIF f \N f 1 -3049 284 Citizen Potawatomi Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Citizen Potawatomi NationOklahoma Citizen Potawatomi Nation, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +273 25 Intended for those attending secondary (high-school) level programs. \N audLevel-SecondaryLevel SecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 10 4877 351 \N \N Cos Corsican \N \N \N \N \N \N \N LIF f \N f 1 -4878 351 \N \N Cpe Creoles and pidgins, English based \N \N \N \N \N \N \N LIF f \N f 1 -4879 351 \N \N Cpf Creoles and pidgins, French based \N \N \N \N \N \N \N LIF f \N f 1 -4880 351 \N \N Cpp Creoles and pidgins, Portuguese based \N \N \N \N \N \N \N LIF f \N f 1 -4881 351 \N \N Cre Creoles and pidgins, mixed \N \N \N \N \N \N \N LIF f \N f 1 -4882 351 \N \N Crh Crimean Tatar; Crimean Turkish \N \N \N \N \N \N \N LIF f \N f 1 -4883 351 \N \N Crp Creoles and pidgins \N \N \N \N \N \N \N LIF f \N f 1 +932 38 \N \N 1051 AdultEducation \N \N \N \N \N \N \N LIF f \N f 4 +4885 351 \N \N Cus CushiticLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4882 351 \N \N Crh CrimeanTatar;CrimeanTurkish \N \N \N \N \N \N \N LIF f \N f 1 +4897 351 \N \N Dra DravidianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4898 351 \N \N Dsb LowerSorbian \N \N \N \N \N \N \N LIF f \N f 1 +4892 351 \N \N Den Slave(Athapascan) \N \N \N \N \N \N \N LIF f \N f 1 4884 351 \N \N Csb Kashubian \N \N \N \N \N \N \N LIF f \N f 1 -4885 351 \N \N Cus Cushitic languages \N \N \N \N \N \N \N LIF f \N f 1 +4890 351 \N \N Day LandDayakLanguages \N \N \N \N \N \N \N LIF f \N f 1 4886 351 \N \N Cze Czech \N \N \N \N \N \N \N LIF f \N f 1 4887 351 \N \N Dak Dakota \N \N \N \N \N \N \N LIF f \N f 1 4888 351 \N \N Dan Danish \N \N \N \N \N \N \N LIF f \N f 1 4889 351 \N \N Dar Dargwa \N \N \N \N \N \N \N LIF f \N f 1 -4890 351 \N \N Day Land Dayak languages \N \N \N \N \N \N \N LIF f \N f 1 +933 38 \N \N 1054 Undergraduate--LowerDivision\nUndergraduate--UpperDivision \N \N \N \N \N \N \N LIF f \N f 4 909 38 \N \N 805 Pre-Kindergarten \N \N \N \N \N \N \N LIF f \N f 4 910 38 \N \N 790 Kindergarten \N \N \N \N \N \N \N LIF f \N f 4 911 38 \N \N 791 1 \N \N \N \N \N \N \N LIF f \N f 4 @@ -13434,27 +13436,19 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 921 38 \N \N 1809 11 \N \N \N \N \N \N \N LIF f \N f 4 922 38 \N \N 1044 12 \N \N \N \N \N \N \N LIF f \N f 4 4891 351 \N \N Del Delaware \N \N \N \N \N \N \N LIF f \N f 1 -4892 351 \N \N Den Slave (Athapascan) \N \N \N \N \N \N \N LIF f \N f 1 +4925 351 \N \N Frr NorthernFrisian \N \N \N \N \N \N \N LIF f \N f 1 4893 351 \N \N Dgr Dogrib \N \N \N \N \N \N \N LIF f \N f 1 4894 351 \N \N Din Dinka \N \N \N \N \N \N \N LIF f \N f 1 -4895 351 \N \N Div Dhivehi; Maldivian \N \N \N \N \N \N \N LIF f \N f 1 +4926 351 \N \N Frs EasternFrisian \N \N \N \N \N \N \N LIF f \N f 1 4896 351 \N \N Doi Dogri \N \N \N \N \N \N \N LIF f \N f 1 -4897 351 \N \N Dra Dravidian languages \N \N \N \N \N \N \N LIF f \N f 1 -4898 351 \N \N Dsb Lower Sorbian \N \N \N \N \N \N \N LIF f \N f 1 4899 351 \N \N Dua Duala \N \N \N \N \N \N \N LIF f \N f 1 -932 38 \N \N 1051 Adult Education \N \N \N \N \N \N \N LIF f \N f 4 -933 38 \N \N 1054 Undergraduate--LowerDivision\nUndergraduate--Upper Division \N \N \N \N \N \N \N LIF f \N f 4 -934 38 \N \N 1055 Graduate Level \N \N \N \N \N \N \N LIF f \N f 4 -4900 351 \N \N Dum Dutch, Middle (ca. 1050–1350) \N \N \N \N \N \N \N LIF f \N f 1 -4901 351 \N \N Dut Dutch; Flemish \N \N \N \N \N \N \N LIF f \N f 1 +4905 351 \N \N Egy Egyptian(Ancient) \N \N \N \N \N \N \N LIF f \N f 1 4902 351 \N \N Dyu Dyula \N \N \N \N \N \N \N LIF f \N f 1 4903 351 \N \N Dzo Dzongkha \N \N \N \N \N \N \N LIF f \N f 1 4904 351 \N \N Efi Efik \N \N \N \N \N \N \N LIF f \N f 1 -4905 351 \N \N Egy Egyptian (Ancient) \N \N \N \N \N \N \N LIF f \N f 1 4906 351 \N \N Eka Ekajuk \N \N \N \N \N \N \N LIF f \N f 1 4907 351 \N \N Elx Elamite \N \N \N \N \N \N \N LIF f \N f 1 4908 351 \N \N Eng English \N \N \N \N \N \N \N LIF f \N f 1 -4909 351 \N \N Enm English, Middle (1100–1500) \N \N \N \N \N \N \N LIF f \N f 1 4910 351 \N \N Epo Esperanto \N \N \N \N \N \N \N LIF f \N f 1 4911 351 \N \N Est Estonian \N \N \N \N \N \N \N LIF f \N f 1 4912 351 \N \N Ewe Ewe \N \N \N \N \N \N \N LIF f \N f 1 @@ -13463,83 +13457,79 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4915 351 \N \N Fao Faroese \N \N \N \N \N \N \N LIF f \N f 1 4916 351 \N \N Fat Fanti \N \N \N \N \N \N \N LIF f \N f 1 4917 351 \N \N Fij Fijian \N \N \N \N \N \N \N LIF f \N f 1 -4918 351 \N \N Fil Filipino; Pilipino \N \N \N \N \N \N \N LIF f \N f 1 4919 351 \N \N Fin Finnish \N \N \N \N \N \N \N LIF f \N f 1 -4920 351 \N \N Fiu Finno-Ugric languages \N \N \N \N \N \N \N LIF f \N f 1 4921 351 \N \N Fon Fon \N \N \N \N \N \N \N LIF f \N f 1 4922 351 \N \N Fre French \N \N \N \N \N \N \N LIF f \N f 1 -4923 351 \N \N Frm French, Middle (ca. 1400–1600) \N \N \N \N \N \N \N LIF f \N f 1 -4924 351 \N \N Fro French, Old (842–ca. 1400) \N \N \N \N \N \N \N LIF f \N f 1 -4925 351 \N \N Frr Northern Frisian \N \N \N \N \N \N \N LIF f \N f 1 -4926 351 \N \N Frs Eastern Frisian \N \N \N \N \N \N \N LIF f \N f 1 -3055 284 Comanche Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Comanche NationOklahoma Comanche Nation, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -4927 351 \N \N Fry Western Frisian \N \N \N \N \N \N \N LIF f \N f 1 -4928 351 \N \N Ful Fulah; Pulaar; Pular \N \N \N \N \N \N \N LIF f \N f 1 +4895 351 \N \N Div Dhivehi;Maldivian \N \N \N \N \N \N \N LIF f \N f 1 +4901 351 \N \N Dut Dutch;Flemish \N \N \N \N \N \N \N LIF f \N f 1 +4918 351 \N \N Fil Filipino;Pilipino \N \N \N \N \N \N \N LIF f \N f 1 4929 351 \N \N Fur Friulian \N \N \N \N \N \N \N LIF f \N f 1 -3075 284 Delaware Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Delaware NationOklahoma Delaware Nation, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4928 351 \N \N Ful Fulah;Pulaar;Pular \N \N \N \N \N \N \N LIF f \N f 1 4930 351 \N \N Gaa Ga \N \N \N \N \N \N \N LIF f \N f 1 4931 351 \N \N Gay Gayo \N \N \N \N \N \N \N LIF f \N f 1 4932 351 \N \N Gba Gbaya \N \N \N \N \N \N \N LIF f \N f 1 -4933 351 \N \N Gem Germanic languages \N \N \N \N \N \N \N LIF f \N f 1 4441 313 Wyoming \N Wyoming Wyoming \N \N \N \N \N \N \N LIF f \N f 4 750 33 \N \N sco Scots \N CEDS \N \N \N \N \N LIF f \N t 1 -3086 284 Elk Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Elk Valley RancheriaCalifornia Elk Valley Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 +3049 284 Citizen Potawatomi Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CitizenPotawatomiNation-Oklahoma CitizenPotawatomiNation-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4878 351 \N \N Cpe CreolesAndPidgins-EnglishBased \N \N \N \N \N \N \N LIF f \N f 1 +4879 351 \N \N Cpf CreolesAndPidgins-FrenchBased \N \N \N \N \N \N \N LIF f \N f 1 +4880 351 \N \N Cpp CreolesAndPidgins-PortugueseBased \N \N \N \N \N \N \N LIF f \N f 1 +4881 351 \N \N Cre CreolesAndPidgins-Mixed \N \N \N \N \N \N \N LIF f \N f 1 +4900 351 \N \N Dum Dutch-Middle(ca.1050–1350) \N \N \N \N \N \N \N LIF f \N f 1 +4909 351 \N \N Enm English-Middle(ca.1100–1500) \N \N \N \N \N \N \N LIF f \N f 1 +4923 351 \N \N Frm French-Middle(ca.1400–1600) \N \N \N \N \N \N \N LIF f \N f 1 +4924 351 \N \N Fro French-Old(842–ca.1400) \N \N \N \N \N \N \N LIF f \N f 1 +3055 284 Comanche Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ComancheNation-Oklahoma ComancheNation-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3075 284 Delaware Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DelawareNation-Oklahoma DelawareNation-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +934 38 \N \N 1055 GraduateLevel \N \N \N \N \N \N \N LIF f \N f 4 +275 25 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel-AssociatesDegreeLevel AssociatesDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 4934 351 \N \N Geo Georgian \N \N \N \N \N \N \N LIF f \N f 1 4935 351 \N \N Ger German \N \N \N \N \N \N \N LIF f \N f 1 -3094 284 Forest County Potawatomi Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Forest County Potawatomi CommunityWisconsin Forest County Potawatomi Community, Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +278 25 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel-DoctoralDegreeLevel DoctoralDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 4936 351 \N \N Gez Geʿez \N \N \N \N \N \N \N LIF f \N f 1 4937 351 \N \N Gil Gilbertese \N \N \N \N \N \N \N LIF f \N f 1 -4938 351 \N \N Gla Gaelic; Scottish Gaelic \N \N \N \N \N \N \N LIF f \N f 1 -3110 284 Hannahville Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hannahville Indian CommunityMichigan Hannahville Indian Community, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3109 284 Habematolel Pomo of Upper Lake, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Habematolel Pomo Of Upper LakeCalifornia Habematolel Pomo of Upper Lake, California \N CEDS \N \N \N \N \N LIF f \N f 1 +3639 270 Fax number is the type of communication number listed for a person. \N FaxNumber FaxNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4961 351 \N \N Him HimachaliLanguages \N \N \N \N \N \N \N LIF f \N f 1 4939 351 \N \N Gle Irish \N \N \N \N \N \N \N LIF f \N f 1 4940 351 \N \N Glg Galician \N \N \N \N \N \N \N LIF f \N f 1 4941 351 \N \N Glv Manx \N \N \N \N \N \N \N LIF f \N f 1 -4942 351 \N \N Gmh German, Middle High \N \N \N \N \N \N \N LIF f \N f 1 -4943 351 \N \N Goh German, Old High \N \N \N \N \N \N \N LIF f \N f 1 +4951 351 \N \N Gsw Alemannic;SwissGerman \N \N \N \N \N \N \N LIF f \N f 1 +4082 310 Native Village of Nunam Iqua (previously listed as Native Village of Sheldon's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNunamIqua NativeVillageOfNunamIqua \N \N \N \N \N \N \N LIF f \N f 4 4944 351 \N \N Gon Gondi \N \N \N \N \N \N \N LIF f \N f 1 4945 351 \N \N Gor Gorontalo \N \N \N \N \N \N \N LIF f \N f 1 4946 351 \N \N Got Gothic \N \N \N \N \N \N \N LIF f \N f 1 4947 351 \N \N Grb Grebo \N \N \N \N \N \N \N LIF f \N f 1 -4948 351 \N \N Grc Greek, Ancient (to 1453) \N \N \N \N \N \N \N LIF f \N f 1 -4949 351 \N \N Gre Greek, Modern (1453–) \N \N \N \N \N \N \N LIF f \N f 1 +5002 351 \N \N Kaw Kawi(Austronesian) \N \N \N \N \N \N \N LIF f \N f 1 +3637 270 Work phone number is the type of communication number listed for a person. \N WorkPhoneNumber WorkPhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 4950 351 \N \N Grn Guarani \N \N \N \N \N \N \N LIF f \N f 1 -4951 351 \N \N Gsw Alemannic; Swiss German \N \N \N \N \N \N \N LIF f \N f 1 4952 351 \N \N Guj Gujarati \N \N \N \N \N \N \N LIF f \N f 1 4953 351 \N \N Gwi Gwichʼin \N \N \N \N \N \N \N LIF f \N f 1 4954 351 \N \N Hai Haida \N \N \N \N \N \N \N LIF f \N f 1 -4955 351 \N \N Hat Haitian; Haitian Creole \N \N \N \N \N \N \N LIF f \N f 1 +4949 351 \N \N Gre Greek-Modern1453–) \N \N \N \N \N \N \N LIF f \N f 1 4956 351 \N \N Hau Hausa \N \N \N \N \N \N \N LIF f \N f 1 4957 351 \N \N Haw Hawaiian \N \N \N \N \N \N \N LIF f \N f 1 4958 351 \N \N Heb Hebrew \N \N \N \N \N \N \N LIF f \N f 1 4959 351 \N \N Her Herero \N \N \N \N \N \N \N LIF f \N f 1 4960 351 \N \N Hil Hiligaynon \N \N \N \N \N \N \N LIF f \N f 1 -4961 351 \N \N Him Himachali languages \N \N \N \N \N \N \N LIF f \N f 1 +4967 351 \N \N Hsb UpperSorbian \N \N \N \N \N \N \N LIF f \N f 1 4962 351 \N \N Hin Hindi \N \N \N \N \N \N \N LIF f \N f 1 4963 351 \N \N Hit Hittite \N \N \N \N \N \N \N LIF f \N f 1 4964 351 \N \N Hmn Hmong \N \N \N \N \N \N \N LIF f \N f 1 -4965 351 \N \N Hmo Hiri Motu \N \N \N \N \N \N \N LIF f \N f 1 +4979 351 \N \N Ina Interlingua(InternationalAuxiliaryLanguageAssociation) \N \N \N \N \N \N \N LIF f \N f 1 4966 351 \N \N Hrv Croatian \N \N \N \N \N \N \N LIF f \N f 1 -4967 351 \N \N Hsb Upper Sorbian \N \N \N \N \N \N \N LIF f \N f 1 +4938 351 \N \N Gla Gaelic;ScottishGaelic \N \N \N \N \N \N \N LIF f \N f 1 4968 351 \N \N Hun Hungarian \N \N \N \N \N \N \N LIF f \N f 1 4969 351 \N \N Hup Hupa \N \N \N \N \N \N \N LIF f \N f 1 4970 351 \N \N Iba Iban \N \N \N \N \N \N \N LIF f \N f 1 4971 351 \N \N Ibo Igbo \N \N \N \N \N \N \N LIF f \N f 1 4972 351 \N \N Ice Icelandic \N \N \N \N \N \N \N LIF f \N f 1 4973 351 \N \N Ido Ido \N \N \N \N \N \N \N LIF f \N f 1 -4974 351 \N \N Iii Sichuan Yi; Nuosu \N \N \N \N \N \N \N LIF f \N f 1 -4975 351 \N \N Ijo Ijo languages \N \N \N \N \N \N \N LIF f \N f 1 -4976 351 \N \N Iku Inuktitut; Inuit \N \N \N \N \N \N \N LIF f \N f 1 -4977 351 \N \N Ile Interlingue; Occidental \N \N \N \N \N \N \N LIF f \N f 1 +4965 351 \N \N Hmo HiriMotu \N \N \N \N \N \N \N LIF f \N f 1 +4974 351 \N \N Iii SichuanYi;Nuosu \N \N \N \N \N \N \N LIF f \N f 1 4978 351 \N \N Ilo Iloko \N \N \N \N \N \N \N LIF f \N f 1 -4979 351 \N \N Ina Interlingua (International Auxiliary Language Association) \N \N \N \N \N \N \N LIF f \N f 1 -4980 351 \N \N Inc Indic languages \N \N \N \N \N \N \N LIF f \N f 1 4981 351 \N \N Ind Indonesian \N \N \N \N \N \N \N LIF f \N f 1 -4982 351 \N \N Ine Indo-European languages \N \N \N \N \N \N \N LIF f \N f 1 4983 351 \N \N Inh Ingush \N \N \N \N \N \N \N LIF f \N f 1 4984 351 \N \N Ipk Inupiaq \N \N \N \N \N \N \N LIF f \N f 1 -4985 351 \N \N Ira Iranian languages \N \N \N \N \N \N \N LIF f \N f 1 -4986 351 \N \N Iro Iroquoian languages \N \N \N \N \N \N \N LIF f \N f 1 4987 351 \N \N Ita Italian \N \N \N \N \N \N \N LIF f \N f 1 4988 351 \N \N Jav Javanese \N \N \N \N \N \N \N LIF f \N f 1 4989 351 \N \N Jbo Lojban \N \N \N \N \N \N \N LIF f \N f 1 @@ -13548,28 +13538,31 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4992 351 \N \N Jrb Judeo-Arabic \N \N \N \N \N \N \N LIF f \N f 1 4993 351 \N \N Kaa Kara-Kalpak \N \N \N \N \N \N \N LIF f \N f 1 4994 351 \N \N Kab Kabyle \N \N \N \N \N \N \N LIF f \N f 1 -4995 351 \N \N Kac Kachin; Jingpho \N \N \N \N \N \N \N LIF f \N f 1 -4996 351 \N \N Kal Kalaallisut; Greenlandic \N \N \N \N \N \N \N LIF f \N f 1 -3117 284 Hoopa Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoopa Valley TribeCalifornia Hoopa Valley Tribe, California \N CEDS \N \N \N \N \N LIF f \N f 1 4997 351 \N \N Kam Kamba \N \N \N \N \N \N \N LIF f \N f 1 4998 351 \N \N Kan Kannada \N \N \N \N \N \N \N LIF f \N f 1 -4999 351 \N \N Kar Karen languages \N \N \N \N \N \N \N LIF f \N f 1 5000 351 \N \N Kas Kashmiri \N \N \N \N \N \N \N LIF f \N f 1 -3138 284 Jicarilla Apache Nation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jicarilla Apache NationNew Mexico Jicarilla Apache Nation, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 5001 351 \N \N Kau Kanuri \N \N \N \N \N \N \N LIF f \N f 1 -5002 351 \N \N Kaw Kawi (Austronesian) \N \N \N \N \N \N \N LIF f \N f 1 751 33 \N \N sel Selkup \N CEDS \N \N \N \N \N LIF f \N t 1 -3146 284 Kaw Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaw NationOklahoma Kaw Nation, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3149 284 Keweenaw Bay Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Keweenaw Bay Indian CommunityMichigan Keweenaw Bay Indian Community, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3110 284 Hannahville Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HannahvilleIndianCommunity-Michigan HannahvilleIndianCommunity-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3109 284 Habematolel Pomo of Upper Lake, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HabematolelPomoOfUpperLake-California HabematolelPomoOfUpperLake-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4942 351 \N \N Gmh German-MiddleHigh \N \N \N \N \N \N \N LIF f \N f 1 +4943 351 \N \N Goh German-OldHigh \N \N \N \N \N \N \N LIF f \N f 1 +4948 351 \N \N Grc Greek-Ancient(to1453) \N \N \N \N \N \N \N LIF f \N f 1 +3117 284 Hoopa Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoopaValleyTribe-California HoopaValleyTribe-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4976 351 \N \N Iku Inuktitut;Inuit \N \N \N \N \N \N \N LIF f \N f 1 +4977 351 \N \N Ile Interlingue;Occidental \N \N \N \N \N \N \N LIF f \N f 1 +4995 351 \N \N Kac Kachin;Jingpho \N \N \N \N \N \N \N LIF f \N f 1 +4996 351 \N \N Kal Kalaallisut;Greenlandic \N \N \N \N \N \N \N LIF f \N f 1 +286 27 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod-Performance Performance \N CTDL \N \N \N \N \N LIF f \N f 10 +3141 284 Kaktovik Village (aka Barter Island) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaktovikVillage KaktovikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 5003 351 \N \N Kaz Kazakh \N \N \N \N \N \N \N LIF f \N f 1 -5004 351 \N \N Kbd Kabardian; Adyghe \N \N \N \N \N \N \N LIF f \N f 1 +2965 283 The related Person Identifier uses the person's driver's license number. \N Driver'sLicenseNumber Driver'sLicenseNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5005 351 \N \N Kha Khasi \N \N \N \N \N \N \N LIF f \N f 1 -5006 351 \N \N Khi Khoisan languages \N \N \N \N \N \N \N LIF f \N f 1 -5007 351 \N \N Khm Khmer; Cambodian \N \N \N \N \N \N \N LIF f \N f 1 -5008 351 \N \N Kho Khotanese; Sakan \N \N \N \N \N \N \N LIF f \N f 1 -5009 351 \N \N Kik Kikuyu; Gikuyu \N \N \N \N \N \N \N LIF f \N f 1 +5028 351 \N \N Lah Lahnda;WesternPunjabi \N \N \N \N \N \N \N LIF f \N f 1 +2966 283 The related Person Identifier uses the person's Medicaid number. \N MedicaidNumber MedicaidNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2969 283 The related Person Identifier uses the person's school-assigned number. \N School-assignedNumber School-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5010 351 \N \N Kin Kinyarwanda \N \N \N \N \N \N \N LIF f \N f 1 -5011 351 \N \N Kir Kirghiz; Kyrgyz \N \N \N \N \N \N \N LIF f \N f 1 +2970 283 The related Person Identifier uses the person's district-assigned number. \N District-assignedNumber District-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5012 351 \N \N Kmb Kimbundu \N \N \N \N \N \N \N LIF f \N f 1 5013 351 \N \N Kok Konkani \N \N \N \N \N \N \N LIF f \N f 1 5014 351 \N \N Kom Komi \N \N \N \N \N \N \N LIF f \N f 1 @@ -13579,31 +13572,25 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 5018 351 \N \N Kpe Kpelle \N \N \N \N \N \N \N LIF f \N f 1 5019 351 \N \N Krc Karachay-Balkar \N \N \N \N \N \N \N LIF f \N f 1 5020 351 \N \N Krl Karelian \N \N \N \N \N \N \N LIF f \N f 1 -5021 351 \N \N Kro Kru languages \N \N \N \N \N \N \N LIF f \N f 1 +2971 283 The related Person Identifier uses the person's state-assigned number. \N State-assignedNumber State-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5022 351 \N \N Kru Kurukh \N \N \N \N \N \N \N LIF f \N f 1 -5023 351 \N \N Kua Kuanyama; Kwanyama \N \N \N \N \N \N \N LIF f \N f 1 +2967 283 The related Person Identifier uses the person's health record number. \N HealthRecordNumber HealthRecordNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5024 351 \N \N Kum Kumyk \N \N \N \N \N \N \N LIF f \N f 1 5025 351 \N \N Kur Kurdish \N \N \N \N \N \N \N LIF f \N f 1 5026 351 \N \N Kut Kutenai \N \N \N \N \N \N \N LIF f \N f 1 -5027 351 \N \N Lad Ladino; Judaeo-Spanish \N \N \N \N \N \N \N LIF f \N f 1 -5028 351 \N \N Lah Lahnda; Western Punjabi \N \N \N \N \N \N \N LIF f \N f 1 5029 351 \N \N Lam Lamba \N \N \N \N \N \N \N LIF f \N f 1 5030 351 \N \N Lao Lao \N \N \N \N \N \N \N LIF f \N f 1 5031 351 \N \N Lat Latin \N \N \N \N \N \N \N LIF f \N f 1 5032 351 \N \N Lav Latvian \N \N \N \N \N \N \N LIF f \N f 1 5033 351 \N \N Lez Lezghian \N \N \N \N \N \N \N LIF f \N f 1 -5034 351 \N \N Lim Limburgan; Limburger; Limburgish \N \N \N \N \N \N \N LIF f \N f 1 5035 351 \N \N Lin Lingala \N \N \N \N \N \N \N LIF f \N f 1 5036 351 \N \N Lit Lithuanian \N \N \N \N \N \N \N LIF f \N f 1 -5037 351 \N \N Lol Mongo languages \N \N \N \N \N \N \N LIF f \N f 1 5038 351 \N \N Loz Lozi \N \N \N \N \N \N \N LIF f \N f 1 -5039 351 \N \N Ltz Luxembourgish; Letzeburgesch \N \N \N \N \N \N \N LIF f \N f 1 5040 351 \N \N Lua Luba-Lulua \N \N \N \N \N \N \N LIF f \N f 1 5041 351 \N \N Lub Luba-Katanga \N \N \N \N \N \N \N LIF f \N f 1 -5042 351 \N \N Lug Ganda; Luganda \N \N \N \N \N \N \N LIF f \N f 1 5043 351 \N \N Lui Luiseno \N \N \N \N \N \N \N LIF f \N f 1 5044 351 \N \N Lun Lunda \N \N \N \N \N \N \N LIF f \N f 1 -5045 351 \N \N Luo Luo (Kenya and Tanzania) \N \N \N \N \N \N \N LIF f \N f 1 +5006 351 \N \N Khi KhoisanLanguages \N \N \N \N \N \N \N LIF f \N f 1 5046 351 \N \N Lus Lushai \N \N \N \N \N \N \N LIF f \N f 1 5047 351 \N \N Mac Macedonian \N \N \N \N \N \N \N LIF f \N f 1 5048 351 \N \N Mad Madurese \N \N \N \N \N \N \N LIF f \N f 1 @@ -13612,169 +13599,134 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 5051 351 \N \N Mai Maithili \N \N \N \N \N \N \N LIF f \N f 1 5052 351 \N \N Mak Makasar \N \N \N \N \N \N \N LIF f \N f 1 5053 351 \N \N Mal Malayalam \N \N \N \N \N \N \N LIF f \N f 1 -5054 351 \N \N Man Mandingo; Manding languages \N \N \N \N \N \N \N LIF f \N f 1 -5055 351 \N \N Mao Maori; Māori \N \N \N \N \N \N \N LIF f \N f 1 -5056 351 \N \N Map Austronesian languages \N \N \N \N \N \N \N LIF f \N f 1 5057 351 \N \N Mar Marathi \N \N \N \N \N \N \N LIF f \N f 1 -5058 351 \N \N Mas Masai; Maa \N \N \N \N \N \N \N LIF f \N f 1 5059 351 \N \N May Malay \N \N \N \N \N \N \N LIF f \N f 1 5060 351 \N \N Mdf Moksha \N \N \N \N \N \N \N LIF f \N f 1 -5061 351 \N \N Mdr Mandarin; Mandari \N \N \N \N \N \N \N LIF f \N f 1 5062 351 \N \N Men Mende \N \N \N \N \N \N \N LIF f \N f 1 -5063 351 \N \N Mga Irish, Middle (900–1200) \N \N \N \N \N \N \N LIF f \N f 1 -5064 351 \N \N Mic Mi'kmaq; Micmac \N \N \N \N \N \N \N LIF f \N f 1 5065 351 \N \N Min Minangkabau \N \N \N \N \N \N \N LIF f \N f 1 -5066 351 \N \N Mis Uncoded languages \N \N \N \N \N \N \N LIF f \N f 1 -5067 351 \N \N Mkh Mon-Khmer languages \N \N \N \N \N \N \N LIF f \N f 1 5068 351 \N \N Mlg Malagasy \N \N \N \N \N \N \N LIF f \N f 1 5069 351 \N \N Mlt Maltese \N \N \N \N \N \N \N LIF f \N f 1 5070 351 \N \N Mnc Manchu \N \N \N \N \N \N \N LIF f \N f 1 -5071 351 \N \N Mni Manipuri; Meitei \N \N \N \N \N \N \N LIF f \N f 1 -5072 351 \N \N Mno Manobo languages \N \N \N \N \N \N \N LIF f \N f 1 5073 351 \N \N Moh Mohawk \N \N \N \N \N \N \N LIF f \N f 1 5074 351 \N \N Mon Mongolian \N \N \N \N \N \N \N LIF f \N f 1 5075 351 \N \N Mos Mossi \N \N \N \N \N \N \N LIF f \N f 1 -5076 351 \N \N Mul Multiple languages \N \N \N \N \N \N \N LIF f \N f 1 -3198 284 Metlakatla Indian Community, Annette Island Reserve is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Metlakatla Indian CommunityAnnette Island Reserve Metlakatla Indian Community, Annette Island Reserve \N CEDS \N \N \N \N \N LIF f \N f 1 -3202 284 Minnesota Chippewa Tribe, Minnesota (Six component reservations: Bois Forte Band (Nett Lake); Fond du Lac Band; Grand Portage Band; Leech Lake Band; Mille Lacs Band; White Earth Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Minnesota Chippewa TribeMinnesota Minnesota Chippewa Tribe, Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -5077 351 \N \N Mun Munda languages \N \N \N \N \N \N \N LIF f \N f 1 -5078 351 \N \N Mus Muscogee; Creek \N \N \N \N \N \N \N LIF f \N f 1 +5021 351 \N \N Kro KruLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5037 351 \N \N Lol MongoLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5063 351 \N \N Mga Irish-Middle(900–1200) \N \N \N \N \N \N \N LIF f \N f 1 +3198 284 Metlakatla Indian Community, Annette Island Reserve is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MetlakatlaIndianCommunity-AnnetteIslandReserve MetlakatlaIndianCommunity-AnnetteIslandReserve \N CEDS \N \N \N \N \N LIF f \N f 1 +3202 284 Minnesota Chippewa Tribe, Minnesota (Six component reservations: Bois Forte Band (Nett Lake); Fond du Lac Band; Grand Portage Band; Leech Lake Band; Mille Lacs Band; White Earth Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MinnesotaChippewaTribe-Minnesota MinnesotaChippewaTribe-Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +5045 351 \N \N Luo Luo(KenyaAndTanzania) \N \N \N \N \N \N \N LIF f \N f 1 +5004 351 \N \N Kbd Kabardian;Adyghe \N \N \N \N \N \N \N LIF f \N f 1 +5007 351 \N \N Khm Khmer;Cambodian \N \N \N \N \N \N \N LIF f \N f 1 +5008 351 \N \N Kho Khotanese;Sakan \N \N \N \N \N \N \N LIF f \N f 1 +5009 351 \N \N Kik Kikuyu;Gikuyu \N \N \N \N \N \N \N LIF f \N f 1 +5011 351 \N \N Kir Kirghiz;Kyrgyz \N \N \N \N \N \N \N LIF f \N f 1 +5023 351 \N \N Kua Kuanyama;Kwanyama \N \N \N \N \N \N \N LIF f \N f 1 +5027 351 \N \N Lad Ladino;Judaeo-Spanish \N \N \N \N \N \N \N LIF f \N f 1 +5034 351 \N \N Lim Limburgan;Limburger;Limburgish \N \N \N \N \N \N \N LIF f \N f 1 5079 351 \N \N Mwl Mirandese \N \N \N \N \N \N \N LIF f \N f 1 5080 351 \N \N Mwr Marwari \N \N \N \N \N \N \N LIF f \N f 1 -3799 310 Alturas Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alturas Indian RancheriaCalifornia Alturas Indian Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -5081 351 \N \N Myn Mayan languages \N \N \N \N \N \N \N LIF f \N f 1 +2146 119 Learning through work that leads to a credential that is recognized by a relevant authority and is deliberately structured and supported to provide a progression of learning experiences. \N learnMethod-Apprenticeship Apprenticeship \N CTDL \N \N \N \N \N LIF f \N f 10 +2972 283 The related Person Identifier uses the person's institution-assigned number. \N Institution-assignedNumber Institution-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5082 351 \N \N Myv Erzya \N \N \N \N \N \N \N LIF f \N f 1 -5083 351 \N \N Nah Nahuatl languages \N \N \N \N \N \N \N LIF f \N f 1 -3810 310 Bay Mills Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bay Mills Indian CommunityMichigan Bay Mills Indian Community, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -5084 351 \N \N Nai North American Indian languages \N \N \N \N \N \N \N LIF f \N f 1 -3814 310 Big Lagoon Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Lagoon RancheriaCalifornia Big Lagoon Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 +5081 351 \N \N Myn MayanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +3569 286 Mother's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mother'sAddress Mother'sAddress \N CEDS \N \N \N \N \N LIF f \N t 1 +5117 351 \N \N Ota Turkish-Old(1500) \N \N \N \N \N \N \N LIF f \N f 1 5085 351 \N \N Nap Neapolitan \N \N \N \N \N \N \N LIF f \N f 1 -3821 310 Blue Lake Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Blue Lake RancheriaCalifornia Blue Lake Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 +5087 351 \N \N Nav Navajo;Navaho \N \N \N \N \N \N \N LIF f \N f 1 5086 351 \N \N Nau Nauru \N \N \N \N \N \N \N LIF f \N f 1 -5087 351 \N \N Nav Navajo; Navaho \N \N \N \N \N \N \N LIF f \N f 1 -5088 351 \N \N Nbl Ndebele, South \N \N \N \N \N \N \N LIF f \N f 1 -5089 351 \N \N Nde Ndebele, North \N \N \N \N \N \N \N LIF f \N f 1 +3570 286 Guardian's address is specified as the type of address listed for a learner or a parent, guardian, family member or related \N Guardian'sAddress Guardian'sAddress \N CEDS \N \N \N \N \N LIF f \N t 1 +3971 310 Kokhanok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KokhanokVillage KokhanokVillage \N \N \N \N \N \N \N LIF f \N f 4 +5092 351 \N \N Nep Nepali;Gorkhali \N \N \N \N \N \N \N LIF f \N f 1 5090 351 \N \N Ndo Ndonga \N \N \N \N \N \N \N LIF f \N f 1 -5091 351 \N \N Nds Low German; Low Saxon \N \N \N \N \N \N \N LIF f \N f 1 -5092 351 \N \N Nep Nepali; Gorkhali \N \N \N \N \N \N \N LIF f \N f 1 -5093 351 \N \N New Newari; Nepal Bhasa \N \N \N \N \N \N \N LIF f \N f 1 +3572 286 Employer's address is specified as the address type for a staff member. \N Employer'sAddress Employer'sAddress \N CEDS \N \N \N \N \N LIF f \N t 1 +3573 286 Employment address is specified as the address type for a staff member. \N EmploymentAddress EmploymentAddress \N CEDS \N \N \N \N \N LIF f \N t 1 5094 351 \N \N Nia Nias \N \N \N \N \N \N \N LIF f \N f 1 -5095 351 \N \N Nic Niger–Congo languages \N \N \N \N \N \N \N LIF f \N f 1 5096 351 \N \N Niu Niuean \N \N \N \N \N \N \N LIF f \N f 1 -5097 351 \N \N Nno Norwegian Nynorsk \N \N \N \N \N \N \N LIF f \N f 1 -5098 351 \N \N Nob Norwegian Bokmål \N \N \N \N \N \N \N LIF f \N f 1 +5091 351 \N \N Nds LowGerman;LowSaxon \N \N \N \N \N \N \N LIF f \N f 1 5099 351 \N \N Nog Nogai \N \N \N \N \N \N \N LIF f \N f 1 5100 351 \N \N Non Norn \N \N \N \N \N \N \N LIF f \N f 1 5101 351 \N \N Nor Norwegian \N \N \N \N \N \N \N LIF f \N f 1 5102 351 \N \N Nqo N’Ko \N \N \N \N \N \N \N LIF f \N f 1 -5103 351 \N \N Nso Pedi; Sepedi; Northern Sotho \N \N \N \N \N \N \N LIF f \N f 1 -5104 351 \N \N Nub Nubian languages \N \N \N \N \N \N \N LIF f \N f 1 -5105 351 \N \N Nwc Classical Newari; Old Newari; Classical Nepal Bhasa \N \N \N \N \N \N \N LIF f \N f 1 -5106 351 \N \N Nya Chichewa; Chewa; Nyanja \N \N \N \N \N \N \N LIF f \N f 1 +5098 351 \N \N Nob NorwegianBokmål \N \N \N \N \N \N \N LIF f \N f 1 +3835 310 Cedarville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CedarvilleRancheriaCalifornia CedarvilleRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +5097 351 \N \N Nno NorwegianNynorsk \N \N \N \N \N \N \N LIF f \N f 1 +5103 351 \N \N Nso Pedi;Sepedi;NorthernSotho \N \N \N \N \N \N \N LIF f \N f 1 5107 351 \N \N Nym Nyamwezi \N \N \N \N \N \N \N LIF f \N f 1 5108 351 \N \N Nyn Nyankole \N \N \N \N \N \N \N LIF f \N f 1 5109 351 \N \N Nyo Nyoro \N \N \N \N \N \N \N LIF f \N f 1 5110 351 \N \N Nzi Nzima \N \N \N \N \N \N \N LIF f \N f 1 -5111 351 \N \N Oci Occitan; Provençal \N \N \N \N \N \N \N LIF f \N f 1 -5112 351 \N \N Oji Ojibwa; Ojibwe \N \N \N \N \N \N \N LIF f \N f 1 -5113 351 \N \N Ori Oriya; Odia \N \N \N \N \N \N \N LIF f \N f 1 +3571 286 Other home address is specified as the address type for a staff member. \N OtherHomeAddress OtherHomeAddress \N CEDS \N \N \N \N \N LIF f \N t 1 +2973 283 The related Person Identifier uses the person's other federally assigned number. \N OtherFederallyAssignedNumber OtherFederallyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 5114 351 \N \N Orm Oromo \N \N \N \N \N \N \N LIF f \N f 1 5115 351 \N \N Osa Osage \N \N \N \N \N \N \N LIF f \N f 1 -5116 351 \N \N Oss Ossetian; Ossete \N \N \N \N \N \N \N LIF f \N f 1 -5117 351 \N \N Ota Turkish, Old (1500) \N \N \N \N \N \N \N LIF f \N f 1 -5118 351 \N \N Oto Otomian languages \N \N \N \N \N \N \N LIF f \N f 1 -5119 351 \N \N Paa Papuan languages \N \N \N \N \N \N \N LIF f \N f 1 5120 351 \N \N Pag Pangasinan \N \N \N \N \N \N \N LIF f \N f 1 -5121 351 \N \N Pal Pahlavi; Middle Persian \N \N \N \N \N \N \N LIF f \N f 1 -5122 351 \N \N Pam Pampanga; Kapampangan \N \N \N \N \N \N \N LIF f \N f 1 -5123 351 \N \N Pan Punjabi; Panjabi \N \N \N \N \N \N \N LIF f \N f 1 5124 351 \N \N Pap Papiamento \N \N \N \N \N \N \N LIF f \N f 1 5125 351 \N \N Pau Palauan \N \N \N \N \N \N \N LIF f \N f 1 -5126 351 \N \N Peo Persian, Old (ca.600–400 B.C.) \N \N \N \N \N \N \N LIF f \N f 1 5127 351 \N \N Per Persian \N \N \N \N \N \N \N LIF f \N f 1 -5128 351 \N \N Phi Philippine languages \N \N \N \N \N \N \N LIF f \N f 1 5129 351 \N \N Phn Phoenician \N \N \N \N \N \N \N LIF f \N f 1 5130 351 \N \N Pli Pali \N \N \N \N \N \N \N LIF f \N f 1 5131 351 \N \N Pol Polish \N \N \N \N \N \N \N LIF f \N f 1 5132 351 \N \N Pon Pohnpeian \N \N \N \N \N \N \N LIF f \N f 1 5133 351 \N \N Por Portuguese \N \N \N \N \N \N \N LIF f \N f 1 -5134 351 \N \N Pra Prakrit languages \N \N \N \N \N \N \N LIF f \N f 1 -5135 351 \N \N Pro Provincial Latin; Old Provençal \N \N \N \N \N \N \N LIF f \N f 1 -5136 351 \N \N Pus Pashto; Pushto \N \N \N \N \N \N \N LIF f \N f 1 5137 351 \N \N Que Quechua \N \N \N \N \N \N \N LIF f \N f 1 5138 351 \N \N Raj Rajasthani \N \N \N \N \N \N \N LIF f \N f 1 5139 351 \N \N Rap Rapanui \N \N \N \N \N \N \N LIF f \N f 1 -5140 351 \N \N Rar Rarotongan; Cook Islands Maori \N \N \N \N \N \N \N LIF f \N f 1 -3830 310 California Valley Miwok Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N California Valley Miwok TribeCalifornia California Valley Miwok Tribe, California \N \N \N \N \N \N \N LIF f \N f 4 -5141 351 \N \N Roa Romance languages \N \N \N \N \N \N \N LIF f \N f 1 -3835 310 Cedarville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cedarville RancheriaCalifornia Cedarville Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 +5106 351 \N \N Nya Chichewa;Chewa;Nyanja \N \N \N \N \N \N \N LIF f \N f 1 5142 351 \N \N Roh Romansh \N \N \N \N \N \N \N LIF f \N f 1 5143 351 \N \N Rom Romany \N \N \N \N \N \N \N LIF f \N f 1 1846 77 CEDS \N K12 K12 \N K12 is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -752 33 \N \N sem Semitic languages \N CEDS \N \N \N \N \N LIF f \N t 1 -3843 310 Cheyenne and Arapaho Tribes, Oklahoma (previously listed as Cheyenne-Arapaho Tribes of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheyenne and Arapaho TribesOklahoma Cheyenne and Arapaho Tribes, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -5144 351 \N \N Rum Romanian; Moldavian \N \N \N \N \N \N \N LIF f \N f 1 +3810 310 Bay Mills Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BayMillsIndianCommunity-Michigan BayMillsIndianCommunity-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3814 310 Big Lagoon Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigLagoonRancheria-California BigLagoonRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3821 310 Blue Lake Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BlueLakeRancheria-California BlueLakeRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +5088 351 \N \N Nbl Ndebele-South \N \N \N \N \N \N \N LIF f \N f 1 +5089 351 \N \N Nde Ndebele-North \N \N \N \N \N \N \N LIF f \N f 1 +3830 310 California Valley Miwok Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CaliforniaValleyMiwokTribe-California CaliforniaValleyMiwokTribe-California \N \N \N \N \N \N \N LIF f \N f 4 +5111 351 \N \N Oci Occitan;Provençal \N \N \N \N \N \N \N LIF f \N f 1 +5112 351 \N \N Oji Ojibwa;Ojibwe \N \N \N \N \N \N \N LIF f \N f 1 +5113 351 \N \N Ori Oriya;Odia \N \N \N \N \N \N \N LIF f \N f 1 +3047 284 Chuloonawick Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChuloonawickNativeVillage ChuloonawickNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 5145 351 \N \N Run Rundi \N \N \N \N \N \N \N LIF f \N f 1 -3858 310 Citizen Potawatomi Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Citizen Potawatomi NationOklahoma Citizen Potawatomi Nation, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -5146 351 \N \N Rup Aromanian; Arumanian; Macedo-Romanian \N \N \N \N \N \N \N LIF f \N f 1 +2148 119 Provides interactive educational experiences which demonstrate concepts in a way that promotes critical thinking, overcoming challenges within prescribed rule sets, problem solving, and in some cases, teamwork and/or competition. \N learnMethod-Gaming Gaming \N CTDL \N \N \N \N \N LIF f \N f 10 +3024 284 Catawba Indian Nation (aka Catawba Tribe of South Carolina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CatawbaIndianNation CatawbaIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 5147 351 \N \N Rus Russian \N \N \N \N \N \N \N LIF f \N f 1 -3005 284 Big Lagoon Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Lagoon RancheriaCalifornia Big Lagoon Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 +4350 310 Winnemucca Indian Colony of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WinnemuccaIndianColonyOfNevada WinnemuccaIndianColonyOfNevada \N \N \N \N \N \N \N LIF f \N f 4 5148 351 \N \N Sad Sandawe \N \N \N \N \N \N \N LIF f \N f 1 -3012 284 Blue Lake Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Blue Lake RancheriaCalifornia Blue Lake Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3884 310 Delaware Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Delaware NationOklahoma Delaware Nation, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +2150 120 Delivery is only face-to-face. \N deliveryType-InPerson InPerson \N CTDL \N \N \N \N \N LIF f \N f 10 5149 351 \N \N Sag Sango \N \N \N \N \N \N \N LIF f \N f 1 -5150 351 \N \N Sah Yakut; Sakha \N \N \N \N \N \N \N LIF f \N f 1 -5151 351 \N \N Sai South American Indian languages \N \N \N \N \N \N \N LIF f \N f 1 -5152 351 \N \N Sal Salishan languages \N \N \N \N \N \N \N LIF f \N f 1 -5153 351 \N \N Sam Samaritan Aramaic \N \N \N \N \N \N \N LIF f \N f 1 +2152 120 Delivery is not tied to a specific site. \N deliveryType-VariableSite VariableSite \N CTDL \N \N \N \N \N LIF f \N f 10 +5153 351 \N \N Sam SamaritanAramaic \N \N \N \N \N \N \N LIF f \N f 1 +2184 123 A persistent identifier or handle used to uniquely identify objects, standardized by the ISO. \N DOI DigitalDocumentIdentifier \N \N \N \N \N \N \N LIF f \N t 1 5154 351 \N \N San Sanskrit \N \N \N \N \N \N \N LIF f \N f 1 5155 351 \N \N Sas Sasak \N \N \N \N \N \N \N LIF f \N f 1 5156 351 \N \N Sat Santali \N \N \N \N \N \N \N LIF f \N f 1 5157 351 \N \N Scn Sicilian \N \N \N \N \N \N \N LIF f \N f 1 5158 351 \N \N Sco Scots \N \N \N \N \N \N \N LIF f \N f 1 5159 351 \N \N Sel Selkup \N \N \N \N \N \N \N LIF f \N f 1 -5160 351 \N \N Sem Semitic languages \N \N \N \N \N \N \N LIF f \N f 1 -5161 351 \N \N Sga Old Irish; Gaelic, Old \N \N \N \N \N \N \N LIF f \N f 1 -5162 351 \N \N Sgn Sign languages \N \N \N \N \N \N \N LIF f \N f 1 +3037 284 Chickahominy Indian Tribe—Eastern Division is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickahominyIndianTribeEasternDivision ChickahominyIndianTribe—EasternDivision \N CEDS \N \N \N \N \N LIF f \N f 1 +3261 284 Native Village of Mary's Igloo is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMary'sIgloo NativeVillageOfMary'sIgloo \N CEDS \N \N \N \N \N LIF f \N f 1 5163 351 \N \N Shn Shan \N \N \N \N \N \N \N LIF f \N f 1 5164 351 \N \N Sid Sidamo \N \N \N \N \N \N \N LIF f \N f 1 -5165 351 \N \N Sin Sinhala; Sinhalese \N \N \N \N \N \N \N LIF f \N f 1 -5166 351 \N \N Sio Siouan languages \N \N \N \N \N \N \N LIF f \N f 1 -5167 351 \N \N Sit Sino-Tibetan languages \N \N \N \N \N \N \N LIF f \N f 1 -5168 351 \N \N Sla Slavic languages \N \N \N \N \N \N \N LIF f \N f 1 +2151 120 Delivery is only via the Internet. \N deliveryType-OnlineOnly OnlineOnly \N CTDL \N \N \N \N \N LIF f \N f 10 5169 351 \N \N Slo Slovak \N \N \N \N \N \N \N LIF f \N f 1 5170 351 \N \N Slv Slovenian \N \N \N \N \N \N \N LIF f \N f 1 -5171 351 \N \N Sma Southern Sami \N \N \N \N \N \N \N LIF f \N f 1 -5172 351 \N \N Sme Northern Sami \N \N \N \N \N \N \N LIF f \N f 1 -5173 351 \N \N Smi Sami languages \N \N \N \N \N \N \N LIF f \N f 1 -5174 351 \N \N Smj Lule Sami \N \N \N \N \N \N \N LIF f \N f 1 -5175 351 \N \N Smn Inari Sami \N \N \N \N \N \N \N LIF f \N f 1 5176 351 \N \N Smo Samoan \N \N \N \N \N \N \N LIF f \N f 1 -5177 351 \N \N Sms Skolt Sami \N \N \N \N \N \N \N LIF f \N f 1 5178 351 \N \N Sna Shona \N \N \N \N \N \N \N LIF f \N f 1 5179 351 \N \N Snd Sindhi \N \N \N \N \N \N \N LIF f \N f 1 5180 351 \N \N Snk Soninke \N \N \N \N \N \N \N LIF f \N f 1 -5181 351 \N \N Sog Sogdian languages \N \N \N \N \N \N \N LIF f \N f 1 5182 351 \N \N Som Somali \N \N \N \N \N \N \N LIF f \N f 1 -5183 351 \N \N Son Songhai languages \N \N \N \N \N \N \N LIF f \N f 1 -5184 351 \N \N Sot Sotho, Southern \N \N \N \N \N \N \N LIF f \N f 1 -5185 351 \N \N Spa Spanish; Castilian \N \N \N \N \N \N \N LIF f \N f 1 +2153 121 Resource is active, current, ongoing, offered, operational, or available. \N lifeCycle-Active Active \N CTDL \N \N \N \N \N LIF f \N f 10 5186 351 \N \N Srd Sardinian \N \N \N \N \N \N \N LIF f \N f 1 -5187 351 \N \N Srn Sranan Tongo \N \N \N \N \N \N \N LIF f \N f 1 5188 351 \N \N Srp Serbian \N \N \N \N \N \N \N LIF f \N f 1 5189 351 \N \N Srr Serer \N \N \N \N \N \N \N LIF f \N f 1 -5190 351 \N \N Ssa Nilo-Saharan languages \N \N \N \N \N \N \N LIF f \N f 1 5191 351 \N \N Ssw Swati \N \N \N \N \N \N \N LIF f \N f 1 5192 351 \N \N Suk Sukuma \N \N \N \N \N \N \N LIF f \N f 1 5193 351 \N \N Sun Sundanese \N \N \N \N \N \N \N LIF f \N f 1 5194 351 \N \N Sus Susu \N \N \N \N \N \N \N LIF f \N f 1 5195 351 \N \N Sux Sumerian \N \N \N \N \N \N \N LIF f \N f 1 -5196 351 \N \N Swa Swahili; Kiswahili \N \N \N \N \N \N \N LIF f \N f 1 5197 351 \N \N Swe Swedish \N \N \N \N \N \N \N LIF f \N f 1 -5198 351 \N \N Syc Classical Syriac \N \N \N \N \N \N \N LIF f \N f 1 5199 351 \N \N Syr Syriac \N \N \N \N \N \N \N LIF f \N f 1 5200 351 \N \N Tah Tahitian \N \N \N \N \N \N \N LIF f \N f 1 -5201 351 \N \N Tai Tai languages \N \N \N \N \N \N \N LIF f \N f 1 5202 351 \N \N Tam Tamil \N \N \N \N \N \N \N LIF f \N f 1 5203 351 \N \N Tat Tatar \N \N \N \N \N \N \N LIF f \N f 1 5204 351 \N \N Tel Telugu \N \N \N \N \N \N \N LIF f \N f 1 @@ -13793,6 +13745,15 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1423 39 \N \N zgh zgh \N \N \N \N \N \N \N LIF f \N f 4 1424 39 \N \N zha zha \N \N \N \N \N \N \N LIF f \N f 4 1425 39 \N \N znd znd \N \N \N \N \N \N \N LIF f \N f 4 +2154 121 Resource is permanently no longer active, current, ongoing, offered, operational, or available. \N lifeCycle-Ceased Ceased \N CTDL \N \N \N \N \N LIF f \N f 10 +2155 121 Resource is in the process of becoming no longer active, current, ongoing, offered, operational, or available. \N lifeCycle-Ceasing Ceasing \N CTDL \N \N \N \N \N LIF f \N f 10 +2156 121 Resource is under development and may or may not become active, current, ongoing, offered, operational, or available. \N lifeCycle-Developing Developing \N CTDL \N \N \N \N \N LIF f \N f 10 +5146 351 \N \N Rup Aromanian;Arumanian;Macedo-Romanian \N \N \N \N \N \N \N LIF f \N f 1 +5144 351 \N \N Rum Romanian;Moldavian \N \N \N \N \N \N \N LIF f \N f 1 +5150 351 \N \N Sah Yakut;Sakha \N \N \N \N \N \N \N LIF f \N f 1 +5165 351 \N \N Sin Sinhala;Sinhalese \N \N \N \N \N \N \N LIF f \N f 1 +5185 351 \N \N Spa Spanish;Castilian \N \N \N \N \N \N \N LIF f \N f 1 +5196 351 \N \N Swa Swahili;Kiswahili \N \N \N \N \N \N \N LIF f \N f 1 1426 39 \N \N zul zul \N \N \N \N \N \N \N LIF f \N f 4 1427 39 \N \N zun zun \N \N \N \N \N \N \N LIF f \N f 4 1428 39 \N \N zxx zxx \N \N \N \N \N \N \N LIF f \N f 4 @@ -13815,13 +13776,11 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2336 133 Credential awarded upon demonstration through apprenticeship of the highest level of skills and performance in industry trades and professions. This is an exact match of MasterCertificate in [CTDL-TERMS]. \N MasterCertificate MasterCertificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2337 133 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent. Equivalent to an award at UNESCO ISCED 2011, Level 7. This is an exact match of MasterDegree in [CTDL-TERMS]. \N MasterDegree MasterDegree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2338 133 Credential that addresses a subset of field-specific knowledge, skills, or competencies; often developmental with relationships to other micro-credentials and field credentials. This is an exact match of MicroCredential in [CTDL-TERMS]. \N MicroCredential MicroCredential \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -3942 310 Ivanof Bay Tribe (previously listed as Ivanoff Bay Tribe and Ivanoff Bay Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ivanof Bay Tribe Ivanof Bay Tribe \N \N \N \N \N \N \N LIF f \N f 4 -2902 277 New Jersey \N NJ New Jersey \N \N \N \N \N \N \N LIF f \N f 4 -1438 42 \N \N complexityLevel (handled as a property on Statementnot a vocabulary concept) complexityLevel (handled as a property on Statement, not a vocabulary concept) \N \N \N \N \N \N \N LIF f \N f 10 -1542 51 Completion of requirement, but no units of value awarded is specified as the general nature and difficulty of instruction provided throughout a course. \N CompletionOfRequirementButNoUnitsOfValueAwarded Completion of requirement, but no units of value awarded \N CEDS \N \N \N \N \N LIF f \N t 1 -3895 310 Elk Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Elk Valley RancheriaCalifornia Elk Valley Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3908 310 Fort McDowell Yavapai Nation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort McDowell Yavapai NationArizona Fort McDowell Yavapai Nation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -1561 52 \N \N 6 Sixth grade \N CEDS \N \N \N \N \N LIF f \N f 1 +5220 351 \N \N Ton Tonga(TongaIslands) \N \N \N \N \N \N \N LIF f \N f 1 +2157 121 Resource is temporarily not active, current, ongoing, offered, operational, or available. \N lifeCycle-Suspended Suspended \N CTDL \N \N \N \N \N LIF f \N f 10 +4016 310 Monacan Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MonacanIndianNation MonacanIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +2375 139 A credential awarded by a government agency that constitutes legal authority to do a specific job and/or utilize a specific item, system or infrastructure and are typically earned through some combination of degree or certificate attainment, certifications, assessments, work experience, and/or fees, and are time-limited and must be renewed periodically. \N ceterms-License License \N CTDL \N \N \N \N \N LIF f \N f 10 +2902 277 New Jersey \N NJ NewJersey \N \N \N \N \N \N \N LIF f \N f 4 5206 351 \N \N Ter Tereno \N \N \N \N \N \N \N LIF f \N f 1 5207 351 \N \N Tet Tetum \N \N \N \N \N \N \N LIF f \N f 1 5208 351 \N \N Tgk Tajik \N \N \N \N \N \N \N LIF f \N f 1 @@ -13832,19 +13791,19 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 5213 351 \N \N Tir Tigre \N \N \N \N \N \N \N LIF f \N f 1 5214 351 \N \N Tiv Tiv \N \N \N \N \N \N \N LIF f \N f 1 5215 351 \N \N Tkl Tokelau \N \N \N \N \N \N \N LIF f \N f 1 -5216 351 \N \N Tlh Klingon; tlhIngan-Hol \N \N \N \N \N \N \N LIF f \N f 1 +5093 351 \N \N New Newari;NepalBhasa \N \N \N \N \N \N \N LIF f \N f 1 5217 351 \N \N Tli Tlingit \N \N \N \N \N \N \N LIF f \N f 1 5218 351 \N \N Tmh Tamasheq \N \N \N \N \N \N \N LIF f \N f 1 -5219 351 \N \N Tog Tonga (Nyasa) \N \N \N \N \N \N \N LIF f \N f 1 -5220 351 \N \N Ton Tonga (Tonga Islands) \N \N \N \N \N \N \N LIF f \N f 1 +754 33 \N \N sgn SignLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2158 121 Arrangement by which an educational institution provides its current students with the opportunity to complete their course of study when the program, institution or location offering access closes. \N lifeCycle-TeachOut TeachOut \N CTDL \N \N \N \N \N LIF f \N f 10 2339 133 Doctoral degree conferred for advanced work beyond the master level, including the preparation and defense of a thesis or dissertation based on original research, or the planning and execution of an original project demonstrating substantial artistic or scholarly achievement. Equivalent to an award at UNESCO ISCED 2011, Level 8. This is an exact match of ResearchDoctorate in [CTDL-TERMS]. \N ResearchDoctorate ResearchDoctorate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2340 133 Diploma awarded by secondary education institutions for successful completion of a secondary school program of study. Equivalent to an award at UNESCO ISCED 2011 Levels 2 or 3. This is an exact match of SecondarySchoolDiploma in [CTDL-TERMS]. \N SecondarySchoolDiploma SecondarySchoolDiploma \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 2342 134 The learner has successfully completed the achievement. This is the default status if no status result is included. \N Completed Completed \N \N \N \N \N \N \N LIF f \N f 3 2343 134 The learner is enrolled in the activity described by the achievement. \N Enrolled Enrolled \N \N \N \N \N \N \N LIF f \N f 3 2344 134 The learner has unsuccessfully completed the achievement. \N Failed Failed \N \N \N \N \N \N \N LIF f \N f 3 2345 134 The learner has started progress in the activity described by the achievement. \N InProgress InProgress \N \N \N \N \N \N \N LIF f \N f 3 -753 33 \N \N sga Irish, Old (to 900) \N CEDS \N \N \N \N \N LIF f \N t 1 -754 33 \N \N sgn Sign Languages \N CEDS \N \N \N \N \N LIF f \N t 1 +5219 351 \N \N Tog Tonga(Nyasa) \N \N \N \N \N \N \N LIF f \N f 1 +5216 351 \N \N Tlh Klingon;tlhIngan-Hol \N \N \N \N \N \N \N LIF f \N f 1 2346 134 The learner has completed the activity described by the achievement, but successful completion has not been awarded, typically for administrative reasons. \N OnHold OnHold \N \N \N \N \N \N \N LIF f \N f 3 2347 134 The learner has completed the activity described by the achievement, but the completed result has not yet been confirmed. \N Provisional Provisional \N \N \N \N \N \N \N LIF f \N f 3 2348 134 The learner withdrew from the activity described by the achievement before completion. \N Withdrew Withdrew \N \N \N \N \N \N \N LIF f \N f 3 @@ -13856,34 +13815,30 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2365 138 \N \N ARK ARK \N \N \N \N \N \N \N LIF f \N f 4 2366 138 \N \N DOI DOI \N \N \N \N \N \N \N LIF f \N f 4 2367 138 \N \N INFO INFO \N \N \N \N \N \N \N LIF f \N f 4 -3015 284 Burns Paiute Tribe (previously listed as Burns Paiute Tribe of the Burns Paiute Indian Colony of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Burns Paiute Tribe Burns Paiute Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 1470 45 \N \N AssessmentSubtest AssessmentSubtest \N \N \N \N \N \N \N LIF f \N f 1 1471 45 \N \N Death Death \N \N \N \N \N \N \N LIF f \N f 1 1472 45 \N \N Alignment Alignment \N \N \N \N \N \N \N LIF f \N f 1 1475 45 \N \N Course Course \N \N \N \N \N \N \N LIF f \N f 1 -4430 313 South Carolina \N South Carolina South Carolina \N \N \N \N \N \N \N LIF f \N f 4 -3014 284 Buena Vista Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Buena Vista Rancheria Of Me-Wuk Indians Of California Buena Vista Rancheria of Me-Wuk Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3018 284 Caddo Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Caddo Nation Of Oklahoma Caddo Nation of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3028 284 Chalkyitsik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChalkyitsikVillage ChalkyitsikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +1558 52 \N \N 3 ThirdGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1556 52 \N \N 1 FirstGrade \N CEDS \N \N \N \N \N LIF f \N f 1 1476 45 \N \N Telephone Telephone \N \N \N \N \N \N \N LIF f \N f 1 1477 45 \N \N Person Person \N \N \N \N \N \N \N LIF f \N f 1 -1558 52 \N \N 3 Third grade \N CEDS \N \N \N \N \N LIF f \N f 1 1551 52 \N \N IT Infant/toddler \N CEDS \N \N \N \N \N LIF f \N f 1 1552 52 \N \N PR Preschool \N CEDS \N \N \N \N \N LIF f \N f 1 1553 52 \N \N PK Prekindergarten \N CEDS \N \N \N \N \N LIF f \N f 1 -1554 52 \N \N TK Transitional Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 1 1555 52 \N \N KG Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 1 -1556 52 \N \N 1 First grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1557 52 \N \N 2 Second grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1559 52 \N \N 4 Fourth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -5221 351 \N \N Tpi Tok Pisin \N \N \N \N \N \N \N LIF f \N f 1 +5126 351 \N \N Peo Persian-Old(ca.600–400B.C.) \N \N \N \N \N \N \N LIF f \N f 1 +2147 119 Format in which people progress as a group. \N learnMethod-CohortBased CohortBased \N CTDL \N \N \N \N \N LIF f \N f 10 +3942 310 Ivanof Bay Tribe (previously listed as Ivanoff Bay Tribe and Ivanoff Bay Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IvanofBayTribe IvanofBayTribe \N \N \N \N \N \N \N LIF f \N f 4 5222 351 \N \N Tsi Tsimshian \N \N \N \N \N \N \N LIF f \N f 1 5223 351 \N \N Tsn Tswana \N \N \N \N \N \N \N LIF f \N f 1 5224 351 \N \N Tso Tsonga \N \N \N \N \N \N \N LIF f \N f 1 5225 351 \N \N Tuk Turkmen \N \N \N \N \N \N \N LIF f \N f 1 5226 351 \N \N Tum Tumbuka \N \N \N \N \N \N \N LIF f \N f 1 -5227 351 \N \N Tup Tupi languages \N \N \N \N \N \N \N LIF f \N f 1 +5105 351 \N \N Nwc ClassicalNewari;OldNewari;ClassicalNepalBhasa \N \N \N \N \N \N \N LIF f \N f 1 5228 351 \N \N Tur Turkish \N \N \N \N \N \N \N LIF f \N f 1 -5229 351 \N \N Tut Austronesian; “various” \N \N \N \N \N \N \N LIF f \N f 1 +3025 284 Cayuga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CayugaNation CayugaNation \N CEDS \N \N \N \N \N LIF f \N f 1 5230 351 \N \N Tvl Tuvalu \N \N \N \N \N \N \N LIF f \N f 1 1473 45 \N \N Evidence Evidence \N \N \N \N \N \N \N LIF f \N f 1 1474 45 \N \N Email Email \N \N \N \N \N \N \N LIF f \N f 1 @@ -13894,350 +13849,327 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1478 45 \N \N Contribution Contribution \N \N \N \N \N \N \N LIF f \N f 1 1479 45 \N \N ProgramLearningExperience ProgramLearningExperience \N \N \N \N \N \N \N LIF f \N f 1 1480 45 \N \N Competency Competency \N \N \N \N \N \N \N LIF f \N f 1 -1560 52 \N \N 5 Fifth grade \N CEDS \N \N \N \N \N LIF f \N f 1 +1554 52 \N \N TK TransitionalKindergarten \N CEDS \N \N \N \N \N LIF f \N f 1 5231 351 \N \N Twi Twi \N \N \N \N \N \N \N LIF f \N f 1 5232 351 \N \N Tyv Tuvan \N \N \N \N \N \N \N LIF f \N f 1 5233 351 \N \N Udm Udmurt \N \N \N \N \N \N \N LIF f \N f 1 5234 351 \N \N Uga Ugaritic \N \N \N \N \N \N \N LIF f \N f 1 -5235 351 \N \N Uig Uighur; Uyghur \N \N \N \N \N \N \N LIF f \N f 1 +5221 351 \N \N Tpi TokPisin \N \N \N \N \N \N \N LIF f \N f 1 5236 351 \N \N Ukr Ukrainian \N \N \N \N \N \N \N LIF f \N f 1 5237 351 \N \N Umb Umbundu \N \N \N \N \N \N \N LIF f \N f 1 5238 351 \N \N Und Undetermined \N \N \N \N \N \N \N LIF f \N f 1 5239 351 \N \N Urd Urdu \N \N \N \N \N \N \N LIF f \N f 1 1778 70 The result conveys the status of the achievement. \N Status Status \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -3037 284 Chickahominy Indian Tribe—Eastern Division is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickahominy Indian TribeEastern Division Chickahominy Indian Tribe—Eastern Division \N CEDS \N \N \N \N \N LIF f \N f 1 5240 351 \N \N Uzb Uzbek \N \N \N \N \N \N \N LIF f \N f 1 -3024 284 Catawba Indian Nation (aka Catawba Tribe of South Carolina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Catawba Indian Nation Catawba Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3025 284 Cayuga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cayuga Nation Cayuga Nation \N CEDS \N \N \N \N \N LIF f \N f 1 5241 351 \N \N Vai Vai \N \N \N \N \N \N \N LIF f \N f 1 -3028 284 Chalkyitsik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chalkyitsik Village Chalkyitsik Village \N CEDS \N \N \N \N \N LIF f \N f 1 755 33 \N \N shn Shan \N CEDS \N \N \N \N \N LIF f \N t 1 -3029 284 Cheesh-Na Tribe (previously listed as Native Village of Chistochina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheesh-Na Tribe Cheesh-Na Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 +1557 52 \N \N 2 SecondGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1559 52 \N \N 4 FourthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1560 52 \N \N 5 FifthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +371 32 First-professional degree is the extent of formal instruction a person has received. \N 1053 First-professionalDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +372 32 Post-professional degree is the extent of formal instruction a person has received. \N 1056 Post-professionalDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +373 32 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N 73082 Doctor’sDegree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N t 1 +5229 351 \N \N Tut Austronesian;“various” \N \N \N \N \N \N \N LIF f \N f 1 +5235 351 \N \N Uig Uighur;Uyghur \N \N \N \N \N \N \N LIF f \N f 1 5242 351 \N \N Ven Venda \N \N \N \N \N \N \N LIF f \N f 1 5243 351 \N \N Vie Vietnamese \N \N \N \N \N \N \N LIF f \N f 1 -3032 284 Cherokee Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cherokee Nation Cherokee Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3033 284 Chevak Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chevak Native Village Chevak Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 +3033 284 Chevak Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChevakNativeVillage ChevakNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 5244 351 \N \N Vol Volapük \N \N \N \N \N \N \N LIF f \N f 1 5245 351 \N \N Vot Votic \N \N \N \N \N \N \N LIF f \N f 1 -3036 284 Chickahominy Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickahominy Indian Tribe Chickahominy Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3038 284 Chickaloon Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickaloon Native Village Chickaloon Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3040 284 Chignik Bay Tribal Council (previously listed as Native Village of Chignik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chignik Bay Tribal Council Chignik Bay Tribal Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3023 284 Capitan Grande Band of Diegueno Mission Indians of California (Barona Group of Capitan Grande Band of Mission Indians of the Barona Reservation, California; Viejas (Baron Long) Group of Capitan Grande Band of Mission Indians of the Viejas Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Capitan Grande Band Of Diegueno Mission Indians Of California Capitan Grande Band of Diegueno Mission Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3027 284 Central Council of the Tlingit & Haida Indian Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Central Council Of the Tlingit & Haida Indian Tribes Central Council of the Tlingit & Haida Indian Tribes \N CEDS \N \N \N \N \N LIF f \N f 1 -3039 284 Chicken Ranch Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chicken Ranch Rancheria Of Me-Wuk Indians Of California Chicken Ranch Rancheria of Me-Wuk Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -5246 351 \N \N Wak Wakashan languages \N \N \N \N \N \N \N LIF f \N f 1 -5247 351 \N \N Wal Wolaitta; Wolaytta \N \N \N \N \N \N \N LIF f \N f 1 -1830 76 \N \N DO Doctoral degree \N CEDS \N \N \N \N \N LIF f \N f 4 -5248 351 \N \N War Waray; Samar-Leyte \N \N \N \N \N \N \N LIF f \N f 1 +3032 284 Cherokee Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CherokeeNation CherokeeNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3038 284 Chickaloon Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickaloonNativeVillage ChickaloonNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +1830 76 \N \N DO DoctoralDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +375 32 Doctor’s degree-other is the extent of formal instruction a person has received. \N 73084 Doctor’sDegree-other \N CEDS \N \N \N \N \N LIF f \N t 1 +3029 284 Cheesh-Na Tribe (previously listed as Native Village of Chistochina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheesh-NaTribe Cheesh-NaTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3036 284 Chickahominy Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickahominyIndianTribe ChickahominyIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +4117 310 Nenana Native Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NenanaNativeAssociation NenanaNativeAssociation \N \N \N \N \N \N \N LIF f \N f 4 5249 351 \N \N Was Washo \N \N \N \N \N \N \N LIF f \N f 1 5250 351 \N \N Wel Welsh \N \N \N \N \N \N \N LIF f \N f 1 -5251 351 \N \N Wen Sorbian, Upper & Lower \N \N \N \N \N \N \N LIF f \N f 1 +376 32 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N 73085 Doctor’sDegree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N t 1 5252 351 \N \N Wln Walloon \N \N \N \N \N \N \N LIF f \N f 1 5253 351 \N \N Wol Wolof \N \N \N \N \N \N \N LIF f \N f 1 -5254 351 \N \N Xal Kalmyk; Oirat \N \N \N \N \N \N \N LIF f \N f 1 5255 351 \N \N Xho Xhosa \N \N \N \N \N \N \N LIF f \N f 1 5256 351 \N \N Yao Yao \N \N \N \N \N \N \N LIF f \N f 1 5257 351 \N \N Yap Yapese \N \N \N \N \N \N \N LIF f \N f 1 5258 351 \N \N Yid Yiddish \N \N \N \N \N \N \N LIF f \N f 1 5259 351 \N \N Yor Yoruba \N \N \N \N \N \N \N LIF f \N f 1 -5260 351 \N \N Ypk Yupik languages \N \N \N \N \N \N \N LIF f \N f 1 +313 30 The origin of the association is required by the destination of the association to support its function, delivery, or coherence. \N IsRequiredBy IsRequiredBy \N CEDS \N \N \N \N \N LIF f \N t 1 5261 351 \N \N Zap Zapotec \N \N \N \N \N \N \N LIF f \N f 1 -5262 351 \N \N Zbl Blissymbols; Bliss \N \N \N \N \N \N \N LIF f \N f 1 +4143 310 Onondaga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OnondagaNation OnondagaNation \N \N \N \N \N \N \N LIF f \N f 4 5263 351 \N \N Zen Zenaga \N \N \N \N \N \N \N LIF f \N f 1 -5264 351 \N \N Zgh Standard Moroccan Tamazight \N \N \N \N \N \N \N LIF f \N f 1 -5265 351 \N \N Zha Zhuang; Chuang \N \N \N \N \N \N \N LIF f \N f 1 -5266 351 \N \N Znd Zande languages \N \N \N \N \N \N \N LIF f \N f 1 +3041 284 Chignik Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChignikLakeVillage ChignikLakeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +1847 77 CEDS \N LowerDivision LowerDivision \N Lower division is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 5267 351 \N \N Zul Zulu \N \N \N \N \N \N \N LIF f \N f 1 5268 351 \N \N Zun Zuni \N \N \N \N \N \N \N LIF f \N f 1 -5269 351 \N \N Zxx No linguistic content; Not applicable \N \N \N \N \N \N \N LIF f \N f 1 -5270 351 \N \N Zza Zaza; Dimli; Kirmanjki \N \N \N \N \N \N \N LIF f \N f 1 -1831 76 \N \N PD Post-doctoral certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -3041 284 Chignik Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chignik Lake Village Chignik Lake Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3042 284 Chilkat Indian Village (Klukwan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chilkat Indian Village Chilkat Indian Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3043 284 Chilkoot Indian Association (Haines) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chilkoot Indian Association Chilkoot Indian Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3044 284 Chinik Eskimo Community (Golovin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chinik Eskimo Community Chinik Eskimo Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3664 290 High school equivalency (e.g. GED) is the extent of formal instruction a person has received. \N HighSchoolEquivalency High school equivalency (e.g. GED) \N CEDS \N \N \N \N \N LIF f \N f 1 -3047 284 Chuloonawick Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chuloonawick Native Village Chuloonawick Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -1847 77 CEDS \N LowerDivision Lower division \N Lower division is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -3048 284 Circle Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Circle Native Community Circle Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -5271 352 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -3052 284 Coeur D'Alene Tribe (previously listed as Coeur D'Alene Tribe of the Coeur D'Alene Reservation, Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coeur D'Alene Tribe Coeur D'Alene Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3077 284 Douglas Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Douglas Indian Association Douglas Indian Association \N CEDS \N \N \N \N \N LIF f \N f 1 -1832 76 \N \N AE Adult Education \N CEDS \N \N \N \N \N LIF f \N f 4 -5272 352 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -5273 353 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5274 353 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -3046 284 Chitimacha Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chitimacha Tribe Of Louisiana Chitimacha Tribe of Louisiana \N CEDS \N \N \N \N \N LIF f \N f 1 -3050 284 Cloverdale Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cloverdale Rancheria Of Pomo Indians Of California Cloverdale Rancheria of Pomo Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3051 284 Cocopah Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cocopah Tribe Of Arizona Cocopah Tribe of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3053 284 Cold Springs Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cold Springs Rancheria Of Mono Indians Of California Cold Springs Rancheria of Mono Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -5275 354 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5276 354 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -5277 355 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5278 355 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -5279 356 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5280 356 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -5281 357 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5282 357 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -5283 358 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5284 358 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 -1767 70 The result is a grade point average. \N GradePointAverage Grade Point Average \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1768 70 The result is a letter grade. \N LetterGrade Letter Grade \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +314 30 The competency at the origin of the association may be taught by the resource or method at the destination of the association. \N IsTaughtBy IsTaughtBy \N CEDS \N \N \N \N \N LIF f \N t 1 +3664 290 High school equivalency (e.g. GED) is the extent of formal instruction a person has received. \N HighSchoolEquivalency HighSchoolEquivalency(e.g.GED) \N CEDS \N \N \N \N \N LIF f \N f 1 +3040 284 Chignik Bay Tribal Council (previously listed as Native Village of Chignik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChignikBayTribalCouncil ChignikBayTribalCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +5264 351 \N \N Zgh StandardMoroccanTamazight \N \N \N \N \N \N \N LIF f \N f 1 +374 32 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N 73083 Doctor’sDegree-professionalPractice \N CEDS \N \N \N \N \N LIF f \N t 1 +4486 315 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N Doctor’sDegree-professionalPractice Doctor’sDegree-professionalPractice \N \N \N \N \N \N \N LIF f \N f 4 +4484 315 Post-professional degree is the extent of formal instruction a person has received. \N Post-professionalDegree Post-professionalDegree \N \N \N \N \N \N \N LIF f \N f 4 +4485 315 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N Doctor’sDegree-research/scholarship Doctor’sDegree-research/scholarship \N \N \N \N \N \N \N LIF f \N f 4 +1831 76 \N \N PD Post-doctoralCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 +5246 351 \N \N Wak WakashanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5260 351 \N \N Ypk YupikLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5247 351 \N \N Wal Wolaitta;Wolaytta \N \N \N \N \N \N \N LIF f \N f 1 +5248 351 \N \N War Waray;Samar-Leyte \N \N \N \N \N \N \N LIF f \N f 1 +5254 351 \N \N Xal Kalmyk;Oirat \N \N \N \N \N \N \N LIF f \N f 1 +4614 67 Part B eligibility not determined \N 2230 PartBEligibilityNotDetermined \N CEDS \N \N \N \N \N LIF f \N t 1 +3048 284 Circle Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CircleNativeCommunity CircleNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +4165 310 Penobscot Nation (previously listed as Penobscot Tribe of Maine) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PenobscotNation PenobscotNation \N \N \N \N \N \N \N LIF f \N f 4 +4141 310 Oneida Indian Nation (previously listed as Oneida Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OneidaIndianNation OneidaIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +4055 310 Native Village of Hooper Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfHooperBay NativeVillageOfHooperBay \N \N \N \N \N \N \N LIF f \N f 4 +4487 315 Doctor’s degree-other is the extent of formal instruction a person has received. \N Doctor’sDegree-other Doctor’sDegree-other \N \N \N \N \N \N \N LIF f \N f 4 +3680 290 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N Doctor’sDegree-research/Scholarship Doctor’sDegree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N f 1 +1774 70 The result is from a rubric criterion. \N RubricCriterion RubricCriterion \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1775 70 The result is a rubric criterion level. \N RubricCriterionLevel RubricCriterionLevel \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +3471 284 Sycuan Band of the Kumeyaay Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SycuanBandOfTheKumeyaayNation SycuanBandOfTheKumeyaayNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3681 290 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N Doctor’sDegree-professionalPractice Doctor’sDegree-professionalPractice \N CEDS \N \N \N \N \N LIF f \N f 1 +3052 284 Coeur D'Alene Tribe (previously listed as Coeur D'Alene Tribe of the Coeur D'Alene Reservation, Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoeurD'AleneTribe CoeurD'AleneTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +5271 352 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +1768 70 The result is a letter grade. \N LetterGrade LetterGrade \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +3224 284 Native Village of Buckland is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBuckland NativeVillageOfBuckland \N CEDS \N \N \N \N \N LIF f \N f 1 +5273 353 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 1769 70 The result is a percent score. \N Percent Percent \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1770 70 The result is a performance level. \N PerformanceLevel Performance Level \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1771 70 The result is a predicted score. \N PredictedScore Predicted Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1772 70 The result is a raw score. \N RawScore Raw Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +4053 310 Native Village of Goodnews Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGoodnewsBay NativeVillageOfGoodnewsBay \N \N \N \N \N \N \N LIF f \N f 4 +5272 352 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 1773 70 A generic result. \N Result Result \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1774 70 The result is from a rubric criterion. \N RubricCriterion Rubric Criterion \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1775 70 The result is a rubric criterion level. \N RubricCriterionLevel Rubric Criterion Level \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1776 70 The result represents a rubric score with both a name and a numeric value. \N RubricScore Rubric Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 -1777 70 The result is a scaled score. \N ScaledScore Scaled Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +5274 353 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +3077 284 Douglas Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DouglasIndianAssociation DouglasIndianAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 5285 359 \N \N IT IT \N \N \N \N \N \N \N LIF f \N f 1 5286 359 \N \N PR PR \N \N \N \N \N \N \N LIF f \N f 1 5287 359 \N \N PK PK \N \N \N \N \N \N \N LIF f \N f 1 5288 359 \N \N TK TK \N \N \N \N \N \N \N LIF f \N f 1 5289 359 \N \N KG KG \N \N \N \N \N \N \N LIF f \N f 1 -1779 72 The course being described is included in the computation of the student’s Grade Point Average (GPA). \N Applicable Applicable in GPA \N CEDS \N \N \N \N \N LIF f \N f 4 -1780 72 The course being described is not included in the computation of the student’s Grade Point Average (GPA). \N NotApplicable Not Applicable in GPA \N CEDS \N \N \N \N \N LIF f \N f 4 -1781 72 The course being described is weighted in the computation of the student’s Grade Point Average (GPA) \N Weighted Weighted in GPA \N CEDS \N \N \N \N \N LIF f \N f 4 1782 73 \N \N Yes Yes \N CEDS \N \N \N \N \N LIF f \N f 4 1783 73 \N \N No No \N CEDS \N \N \N \N \N LIF f \N f 4 -1784 74 The related Course Code is based on the intermediate agency defined course code system. \N Intermediate Intermediate agency course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1785 74 The related Course Code is based on the LEA defined course code system. \N LEA LEA course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1786 74 The related Course Code is based on the NCES Pilot Standard National Course Classification System for Secondary Education Codes. \N NCES NCES Pilot Standard National Course Classification System for Secondary Education Codes \N CEDS \N \N \N \N \N LIF f \N f 4 +3682 290 Doctor’s degree-other is the extent of formal instruction a person has received. \N Doctor’sDegree-other Doctor’sDegree-other \N CEDS \N \N \N \N \N LIF f \N f 1 1787 74 The related Course Code is based on a course code system not yet categorized within CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 4 -1788 74 The related Course Code is based on the School Codes for the Exchange of Data (SCED) course code system. \N SCED School Codes for the Exchange of Data (SCED) course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1789 74 The related Course Code is based on the school's course code system. \N School School course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1790 74 The related Course Code is based on the State course code system. \N State State course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1791 74 The related Course Code is based on the university course code system. \N University University course code \N CEDS \N \N \N \N \N LIF f \N f 4 -1792 75 Accepted as a high school equivalent is specified as the general nature and difficulty of instruction provided throughout a course. \N 579 Accepted as a high school equivalent \N CEDS \N \N \N \N \N LIF f \N f 4 -1793 75 Advanced placement course is specified as the general nature and difficulty of instruction provided throughout a course. \N 575 Advanced placement course \N CEDS \N \N \N \N \N LIF f \N f 4 -1794 75 Basic course is specified as the general nature and difficulty of instruction provided throughout a course. \N 570 Basic course \N CEDS \N \N \N \N \N LIF f \N f 4 -1795 75 Career and technical education dual-credit course (course qualifies for high school and postsecondary credit) is specified as the general nature and difficulty of instruction provided throughout a course. \N 73045 Career and technical education dual-credit course \N CEDS \N \N \N \N \N LIF f \N f 4 -1796 75 Career and technical education general course is specified as the general nature and difficulty of instruction provided throughout a course. \N 73044 Career and technical education general course \N CEDS \N \N \N \N \N LIF f \N f 4 -1797 75 College-level course is specified as the general nature and difficulty of instruction provided throughout a course. \N 576 College-level course \N CEDS \N \N \N \N \N LIF f \N f 4 -1798 75 Completion of requirement, but no units of value awarded is specified as the general nature and difficulty of instruction provided throughout a course. \N 741 Completion of requirement, but no units of value awarded \N CEDS \N \N \N \N \N LIF f \N f 4 -1799 75 English Learner course is specified as the general nature and difficulty of instruction provided throughout a course. \N 578 English Learner course \N CEDS \N \N \N \N \N LIF f \N f 4 -1800 75 General course is specified as the general nature and difficulty of instruction provided throughout a course. \N 571 General course \N CEDS \N \N \N \N \N LIF f \N f 4 -1801 75 Gifted and talented course is specified as the general nature and difficulty of instruction provided throughout a course. \N 573 Gifted and talented course \N CEDS \N \N \N \N \N LIF f \N f 4 -1802 75 Honors level course is specified as the general nature and difficulty of instruction provided throughout a course. \N 572 Honors level course \N CEDS \N \N \N \N \N LIF f \N f 4 -1803 75 International Baccalaureate course is specified as the general nature and difficulty of instruction provided throughout a course. \N 574 International Baccalaureate course \N CEDS \N \N \N \N \N LIF f \N f 4 -1804 75 Remedial course is specified as the general nature and difficulty of instruction provided throughout a course. \N 568 Remedial course \N CEDS \N \N \N \N \N LIF f \N f 4 -1805 75 Students with disabilities course is specified as the general nature and difficulty of instruction provided throughout a course. \N 569 Students with disabilities course \N CEDS \N \N \N \N \N LIF f \N f 4 -1806 75 Untracked course is specified as the general nature and difficulty of instruction provided throughout a course. \N 577 Untracked course \N CEDS \N \N \N \N \N LIF f \N f 4 +1771 70 The result is a predicted score. \N PredictedScore PredictedScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1772 70 The result is a raw score. \N RawScore RawScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1776 70 The result represents a rubric score with both a name and a numeric value. \N RubricScore RubricScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1777 70 The result is a scaled score. \N ScaledScore ScaledScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1832 76 \N \N AE AdultEducation \N CEDS \N \N \N \N \N LIF f \N f 4 +3672 290 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N Bachelor's(Baccalaureate)Degree Bachelor's(Baccalaureate)Degree \N CEDS \N \N \N \N \N LIF f \N f 1 +3677 290 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N Doctoral(Doctor's)Degree Doctoral(Doctor's)Degree \N CEDS \N \N \N \N \N LIF f \N f 1 +4475 315 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N Associate'sDegree(twoYearsOrMore) Associate'sDegree(twoYearsOrMore) \N \N \N \N \N \N \N LIF f \N f 4 +1770 70 The result is a performance level. \N PerformanceLevel PerformanceLevel \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +1882 80 \N \N 3475 InternationalBaccalaureateScore \N CEDS \N \N \N \N \N LIF f \N f 4 +266 21 No valid score is specified as the primary reason a participant did not complete an assessment. \N NoValidScore NoValidScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1784 74 The related Course Code is based on the intermediate agency defined course code system. \N Intermediate IntermediateAgencyCourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +3540 284 Winnebago Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WinnebagoTribeOfNebraska WinnebagoTribeOfNebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +1812 76 \N \N 1 FirstGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1813 76 \N \N 2 SecondGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +3143 284 Karuk Tribe (previously listed as Karuk Tribe of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KarukTribe KarukTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3160 284 Knik Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KnikTribe KnikTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3851 310 Chilkat Indian Village (Klukwan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChilkatIndianVillage ChilkatIndianVillage \N \N \N \N \N \N \N LIF f \N f 4 +1785 74 The related Course Code is based on the LEA defined course code system. \N LEA LEACourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +1814 76 \N \N 3 ThirdGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +4247 310 Seneca-Cayuga Nation (previously listed as Seneca-Cayuga Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca-CayugaNation Seneca-CayugaNation \N \N \N \N \N \N \N LIF f \N f 4 +1886 80 \N \N 498 NormalizedStandardScore \N CEDS \N \N \N \N \N LIF f \N f 4 +4231 310 Samish Indian Nation (previously listed as Samish Indian Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SamishIndianNation SamishIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +1841 77 CEDS \N Dual DualLevel \N Dual level is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1810 76 \N \N TK TransitionalKindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 1807 76 \N \N IT Infant/toddler \N CEDS \N \N \N \N \N LIF f \N f 4 1808 76 \N \N PR Preschool \N CEDS \N \N \N \N \N LIF f \N f 4 1809 76 \N \N PK Prekindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 -1810 76 \N \N TK Transitional Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 1811 76 \N \N KG Kindergarten \N CEDS \N \N \N \N \N LIF f \N f 4 -1812 76 \N \N 1 First grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1813 76 \N \N 2 Second grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1814 76 \N \N 3 Third grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1815 76 \N \N 4 Fourth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1816 76 \N \N 5 Fifth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1817 76 \N \N 6 Sixth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1818 76 \N \N 7 Seventh grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1819 76 \N \N 8 Eighth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1820 76 \N \N 9 Ninth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1821 76 \N \N 10 Tenth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1822 76 \N \N 11 Eleventh grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1823 76 \N \N 12 Twelfth grade \N CEDS \N \N \N \N \N LIF f \N f 4 -1824 76 \N \N 13 Grade 13 \N CEDS \N \N \N \N \N LIF f \N f 4 -1825 76 \N \N AS Associate's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -1826 76 \N \N BA Bachelor's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -1827 76 \N \N PB Post-baccalaureate certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -1828 76 \N \N MD Master's degree \N CEDS \N \N \N \N \N LIF f \N f 4 -1829 76 \N \N PM Post-master's certificate \N CEDS \N \N \N \N \N LIF f \N f 4 -1833 76 \N \N PT Professional or technical credential \N CEDS \N \N \N \N \N LIF f \N f 4 +1840 77 CEDS \N CollegePreparatory CollegePreparatory \N College Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1824 76 \N \N 13 Grade13 \N CEDS \N \N \N \N \N LIF f \N f 4 +1815 76 \N \N 4 FourthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 1834 76 \N \N OT Other \N CEDS \N \N \N \N \N LIF f \N f 4 1835 77 CEDS \N Accelerated Accelerated \N Accelerated is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1836 77 CEDS \N AdultBasic Adult Basic \N Adult Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1837 77 CEDS \N AdvancedPlacement Advanced Placement \N Advanced Placement is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1838 77 CEDS \N Basic Basic \N Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1839 77 CEDS \N CollegeLevel College Level \N College Level is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1840 77 CEDS \N CollegePreparatory College Preparatory \N College Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1841 77 CEDS \N Dual Dual level \N Dual level is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1842 77 CEDS \N GiftedTalented Gifted and Talented \N Gifted and Talented is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1816 76 \N \N 5 FifthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1817 76 \N \N 6 SixthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1818 76 \N \N 7 SeventhGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1819 76 \N \N 8 EighthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1820 76 \N \N 9 NinthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1821 76 \N \N 10 TenthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1822 76 \N \N 11 EleventhGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1823 76 \N \N 12 TwelfthGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1825 76 \N \N AS Associate'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +1826 76 \N \N BA Bachelor'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +1828 76 \N \N MD Master'sDegree \N CEDS \N \N \N \N \N LIF f \N f 4 +3678 290 First-professional degree is the extent of formal instruction a person has received. \N First-professionalDegree First-professionalDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +1887 80 \N \N 499 NumberScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1892 80 \N \N 3477 PromotionScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1827 76 \N \N PB Post-baccalaureateCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 +1836 77 CEDS \N AdultBasic AdultBasic \N Adult Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1837 77 CEDS \N AdvancedPlacement AdvancedPlacement \N Advanced Placement is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1793 75 Advanced placement course is specified as the general nature and difficulty of instruction provided throughout a course. \N 575 AdvancedPlacementCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +2376 139 Credential awarded at the Apprentice level for successful completion of an apprenticeship program in industry trades and professions. \N ceterms-ApprenticeshipCertificate ApprenticeshipCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +4479 315 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N Specialist'sDegree(e.g.Ed.S.) Specialist'sDegree(e.g.-Ed.S.) \N \N \N \N \N \N \N LIF f \N f 4 +1839 77 CEDS \N CollegeLevel CollegeLevel \N College Level is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1848 77 CEDS \N NonAcademic Non-Academic \N Non-Academic is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1849 77 CEDS \N Regents Regents \N Regents is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1850 77 CEDS \N Remedial Remedial/Developmental \N Remedial/Developmental is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1851 77 CEDS \N SpecialEducation Special Education \N Special Education is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1852 77 CEDS \N TechnicalPreparatory Technical Preparatory \N Technical Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 -1853 77 CEDS \N UpperDivision Upper division \N Upper division is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1865 79 Carnegie Units is specified as the type of credit associated with the credit hours earned for the course. \N CarnegieUnits CarnegieUnits \N CEDS \N \N \N \N \N LIF f \N f 4 +4253 310 Shinnecock Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShinnecockIndianNation ShinnecockIndianNation \N \N \N \N \N \N \N LIF f \N f 4 1854 77 CEDS \N Vocational Vocational \N Vocational is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1855 78 Undergraduate is specified as the level of credit associated with the credit hours earned for the course. \N Undergraduate Undergraduate \N CEDS \N \N \N \N \N LIF f \N f 4 1856 78 Ungraded is specified as the level of credit associated with the credit hours earned for the course. \N Ungraded Ungraded \N CEDS \N \N \N \N \N LIF f \N f 4 -1857 78 Lower division credit (associated with first/second year) is specified as the level of credit associated with the credit hours earned for the course. \N LowerDivision Lower division credit (associated with first/second year) \N CEDS \N \N \N \N \N LIF f \N f 4 -1858 78 Higher or upper division credit (associated with third or fourth year) is specified as the level of credit associated with the credit hours earned for the course. \N UpperDivision Higher or upper division credit (associated with third or fourth year) \N CEDS \N \N \N \N \N LIF f \N f 4 -1859 78 Vocational/technical credit is specified as the level of credit associated with the credit hours earned for the course. \N Vocational Vocational/technical credit \N CEDS \N \N \N \N \N LIF f \N f 4 -1860 78 Technical preparatory credit is specified as the level of credit associated with the credit hours earned for the course. \N TechnicalPreparatory Technical preparatory credit \N CEDS \N \N \N \N \N LIF f \N f 4 -1861 78 Graduate level credit is specified as the level of credit associated with the credit hours earned for the course. \N Graduate Graduate level credit \N CEDS \N \N \N \N \N LIF f \N f 4 +1894 80 \N \N 505 RatioIQ's \N CEDS \N \N \N \N \N LIF f \N f 4 +1883 80 \N \N 144 LetterGrade/mark \N CEDS \N \N \N \N \N LIF f \N f 4 +4296 310 Tolowa Dee-ni' Nation (previously listed as Smith River Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TolowaDee-ni'Nation TolowaDee-ni'Nation \N \N \N \N \N \N \N LIF f \N f 4 1862 78 Professional is specified as the level of credit associated with the credit hours earned for the course. \N Professional Professional \N CEDS \N \N \N \N \N LIF f \N f 4 -1863 78 Dual level (upper division and graduate- may be applicable to a bachelor's degree or graduate degree or both) is specified as the level of credit associated with the credit hours earned for the course. \N Dual Dual Level \N CEDS \N \N \N \N \N LIF f \N f 4 -1864 78 Dual level (graduate and professional- may be applicable to both) is specified as the level of credit associated with the credit hours earned for the course. \N GraduateProfessional Graduate Professional \N CEDS \N \N \N \N \N LIF f \N f 4 -1865 79 Carnegie Units is specified as the type of credit associated with the credit hours earned for the course. \N CarnegieUnits Carnegie Units \N CEDS \N \N \N \N \N LIF f \N f 4 -1866 79 Clock Hours is specified as the type of credit associated with the credit hours earned for the course. \N ClockHours Clock Hours \N CEDS \N \N \N \N \N LIF f \N f 4 -1867 79 Continuing Education Units is specified as the type of credit associated with the credit hours earned for the course. \N ContinuingEducationUnits Continuing Education Units \N CEDS \N \N \N \N \N LIF f \N f 4 +1884 80 \N \N 513 MasteryLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +4308 310 Tuscarora Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuscaroraNation TuscaroraNation \N \N \N \N \N \N \N LIF f \N f 4 5290 359 \N \N 1 1 \N \N \N \N \N \N \N LIF f \N f 1 -1868 79 No Credit is specified as the type of credit associated with the credit hours earned for the course. \N NoCredit No Credit \N CEDS \N \N \N \N \N LIF f \N f 4 +1891 80 \N \N 503 ProficiencyLevel \N CEDS \N \N \N \N \N LIF f \N f 4 1869 79 Other is specified as the type of credit associated with the credit hours earned for the course. \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 4 1870 79 Quarter is specified as the type of credit associated with the credit hours earned for the course. \N Quarter Quarter \N CEDS \N \N \N \N \N LIF f \N f 4 1871 79 Semester is specified as the type of credit associated with the credit hours earned for the course. \N Semester Semester \N CEDS \N \N \N \N \N LIF f \N f 4 1872 79 Units is specified as the type of credit associated with the credit hours earned for the course. \N Units Units \N CEDS \N \N \N \N \N LIF f \N f 4 1873 79 Unreported is specified as the type of credit associated with the credit hours earned for the course. \N Unreported Unreported \N CEDS \N \N \N \N \N LIF f \N f 4 -1874 80 \N \N 512 Achievement/proficiency level \N CEDS \N \N \N \N \N LIF f \N f 4 -1875 80 \N \N 494 ACT score \N CEDS \N \N \N \N \N LIF f \N f 4 -1876 80 \N \N 490 Age score \N CEDS \N \N \N \N \N LIF f \N f 4 -1877 80 \N \N 491 C-scaled scores \N CEDS \N \N \N \N \N LIF f \N f 4 -1878 80 \N \N 492 College Board examination scores \N CEDS \N \N \N \N \N LIF f \N f 4 -1879 80 \N \N 493 Grade equivalent or grade-level indicator \N CEDS \N \N \N \N \N LIF f \N f 4 -1880 80 \N \N 3473 Graduation score \N CEDS \N \N \N \N \N LIF f \N f 4 +1852 77 CEDS \N TechnicalPreparatory TechnicalPreparatory \N Technical Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +1789 74 The related Course Code is based on the school's course code system. \N School SchoolCourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +1790 74 The related Course Code is based on the State course code system. \N State StateCourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +1875 80 \N \N 494 ACTScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1868 79 No Credit is specified as the type of credit associated with the credit hours earned for the course. \N NoCredit NoCredit \N CEDS \N \N \N \N \N LIF f \N f 4 1881 80 \N \N 3474 Growth/value-added/indexing \N CEDS \N \N \N \N \N LIF f \N f 4 -1882 80 \N \N 3475 International Baccalaureate score \N CEDS \N \N \N \N \N LIF f \N f 4 -1883 80 \N \N 144 Letter grade/mark \N CEDS \N \N \N \N \N LIF f \N f 4 -1884 80 \N \N 513 Mastery level \N CEDS \N \N \N \N \N LIF f \N f 4 -1885 80 \N \N 497 Normal curve equivalent \N CEDS \N \N \N \N \N LIF f \N f 4 -1886 80 \N \N 498 Normalized standard score \N CEDS \N \N \N \N \N LIF f \N f 4 -1887 80 \N \N 499 Number score \N CEDS \N \N \N \N \N LIF f \N f 4 +1890 80 \N \N 502 PercentileRank \N CEDS \N \N \N \N \N LIF f \N f 4 +3944 310 Jamestown S'Klallam Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JamestownS'KlallamTribe JamestownS'KlallamTribe \N \N \N \N \N \N \N LIF f \N f 4 +1878 80 \N \N 492 CollegeBoardExaminationScores \N CEDS \N \N \N \N \N LIF f \N f 4 +1885 80 \N \N 497 NormalCurveEquivalent \N CEDS \N \N \N \N \N LIF f \N f 4 +1851 77 CEDS \N SpecialEducation SpecialEducation \N Special Education is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 1888 80 \N \N 500 Pass-fail \N CEDS \N \N \N \N \N LIF f \N f 4 1889 80 \N \N 3476 Percentile \N CEDS \N \N \N \N \N LIF f \N f 4 -1890 80 \N \N 502 Percentile rank \N CEDS \N \N \N \N \N LIF f \N f 4 -1891 80 \N \N 503 Proficiency level \N CEDS \N \N \N \N \N LIF f \N f 4 -1892 80 \N \N 3477 Promotion score \N CEDS \N \N \N \N \N LIF f \N f 4 +4099 310 Native Village of Shishmaref is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShishmaref NativeVillageOfShishmaref \N \N \N \N \N \N \N LIF f \N f 4 +4096 310 Native Village of Scammon Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfScammonBay NativeVillageOfScammonBay \N \N \N \N \N \N \N LIF f \N f 4 1893 80 \N \N 504 Ranking \N CEDS \N \N \N \N \N LIF f \N f 4 -1894 80 \N \N 505 Ratio IQ's \N CEDS \N \N \N \N \N LIF f \N f 4 -1895 80 \N \N 3478 Raw score \N CEDS \N \N \N \N \N LIF f \N f 4 -1896 80 \N \N 3479 Scale score \N CEDS \N \N \N \N \N LIF f \N f 4 -1897 80 \N \N 506 Standard age score \N CEDS \N \N \N \N \N LIF f \N f 4 -1898 80 \N \N 508 Stanine score \N CEDS \N \N \N \N \N LIF f \N f 4 -1899 80 \N \N 509 Sten score \N CEDS \N \N \N \N \N LIF f \N f 4 +1876 80 \N \N 490 AgeScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1877 80 \N \N 491 C-scaledScores \N CEDS \N \N \N \N \N LIF f \N f 4 +1880 80 \N \N 3473 GraduationScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1874 80 \N \N 512 Achievement/proficiencyLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +1863 78 Dual level (upper division and graduate- may be applicable to a bachelor's degree or graduate degree or both) is specified as the level of credit associated with the credit hours earned for the course. \N Dual DualLevel \N CEDS \N \N \N \N \N LIF f \N f 4 +1928 83 Compressed Video is the primary method of instruction used for the course. \N CompressedVideo CompressedVideo \N CEDS \N \N \N \N \N LIF f \N f 4 +3838 310 Cheesh-Na Tribe (previously listed as Native Village of Chistochina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheesh-NaTribe Cheesh-NaTribe \N \N \N \N \N \N \N LIF f \N f 4 +1897 80 \N \N 506 StandardAgeScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1934 83 Interactive Video is the primary method of instruction used for the course. \N InteractiveVideo InteractiveVideo \N CEDS \N \N \N \N \N LIF f \N f 4 +1861 78 Graduate level credit is specified as the level of credit associated with the credit hours earned for the course. \N Graduate GraduateLevelCredit \N CEDS \N \N \N \N \N LIF f \N f 4 1900 80 \N \N 510 T-score \N CEDS \N \N \N \N \N LIF f \N f 4 -1901 80 \N \N 3480 Workplace readiness score \N CEDS \N \N \N \N \N LIF f \N f 4 +1935 83 Internet Instruction is the primary method of instruction used for the course. \N InternetInstruction InternetInstruction \N CEDS \N \N \N \N \N LIF f \N f 4 1902 80 \N \N 511 Z-score \N CEDS \N \N \N \N \N LIF f \N f 4 1903 80 \N \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N f 4 -1904 81 Academic Renewal is specified as the type of enrollment associated with the credit hours for the course. \N AcademicRenewal Academic Renewal \N CEDS \N \N \N \N \N LIF f \N f 4 -1905 81 Adult Basic is specified as the type of enrollment associated with the credit hours for the course. \N AdultBasic Adult Basic \N CEDS \N \N \N \N \N LIF f \N f 4 -1906 81 Advanced Placement is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedPlacement Advanced Placement \N CEDS \N \N \N \N \N LIF f \N f 4 -1907 81 Advanced Standing is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedStanding Advanced Standing \N CEDS \N \N \N \N \N LIF f \N f 4 -1908 81 Continuing Education is specified as the type of enrollment associated with the credit hours for the course. \N ContinuingEducation Continuing Education \N CEDS \N \N \N \N \N LIF f \N f 4 +1929 83 Computer Based Instruction is the primary method of instruction used for the course. \N ComputerBasedInstruction ComputerBasedInstruction \N CEDS \N \N \N \N \N LIF f \N f 4 +1918 81 International Baccalaureate is specified as the type of enrollment associated with the credit hours for the course. \N InternationalBaccalaureate InternationalBaccalaureate \N CEDS \N \N \N \N \N LIF f \N f 4 +1791 74 The related Course Code is based on the university course code system. \N University UniversityCourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +1859 78 Vocational/technical credit is specified as the level of credit associated with the credit hours earned for the course. \N Vocational Vocational/technicalCredit \N CEDS \N \N \N \N \N LIF f \N f 4 +3334 284 Onondaga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OnondagaNation OnondagaNation \N CEDS \N \N \N \N \N LIF f \N f 1 1909 81 Correspondence is specified as the type of enrollment associated with the credit hours for the course. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N f 4 -1910 81 Credit associated with the student's major is specified as the type of enrollment associated with the credit hours for the course. \N Major Credit associated with the student's major \N CEDS \N \N \N \N \N LIF f \N f 4 -1911 81 Credit for a course from a college course is counted at both the college and high school. \N HighSchoolDualCredit Credit from a college course is counted at both the college and high school. \N CEDS \N \N \N \N \N LIF f \N f 4 -1912 81 Credit granted for a course from a college course is transferred back to high school and not counted by the college. \N HighSchoolCreditOnly Credit from a college course is transferred back to high school and not counted by the college. \N CEDS \N \N \N \N \N LIF f \N f 4 -1913 81 Credit granted for a course from a high school course is transferred to the college. \N HighSchoolTransferCredit Credit from a high school course is transferred to the college. \N CEDS \N \N \N \N \N LIF f \N f 4 -1914 81 Credit for a course from a junior high school course counted at the high school. \N JuniorHighSchoolCredit Credit from a junior high school course is counted at the high school. \N CEDS \N \N \N \N \N LIF f \N f 4 -1915 81 Credit granted for the course based on successful score on a standardized test of comprehension or proficiency. \N CreditByExam Credit granted from successful score on a standardized test of comprehension or proficiency. \N CEDS \N \N \N \N \N LIF f \N f 4 +1895 80 \N \N 3478 RawScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1896 80 \N \N 3479 ScaleScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1860 78 Technical preparatory credit is specified as the level of credit associated with the credit hours earned for the course. \N TechnicalPreparatory TechnicalPreparatoryCredit \N CEDS \N \N \N \N \N LIF f \N f 4 +1901 80 \N \N 3480 WorkplaceReadinessScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1920 81 Regular/general enrollment is specified as the type of enrollment associated with the credit hours for the course. \N Regular Regular/generalEnrollment \N CEDS \N \N \N \N \N LIF f \N f 4 1916 81 Equivalence is specified as the type of enrollment associated with the credit hours for the course. \N Equivalence Equivalence \N CEDS \N \N \N \N \N LIF f \N f 4 1917 81 Exemption is specified as the type of enrollment associated with the credit hours for the course. \N Exemption Exemption \N CEDS \N \N \N \N \N LIF f \N f 4 -1918 81 International Baccalaureate is specified as the type of enrollment associated with the credit hours for the course. \N InternationalBaccalaureate International Baccalaureate \N CEDS \N \N \N \N \N LIF f \N f 4 +1908 81 Continuing Education is specified as the type of enrollment associated with the credit hours for the course. \N ContinuingEducation ContinuingEducation \N CEDS \N \N \N \N \N LIF f \N f 4 1919 81 Military is specified as the type of enrollment associated with the credit hours for the course. \N Military Military \N CEDS \N \N \N \N \N LIF f \N f 4 -1920 81 Regular/general enrollment is specified as the type of enrollment associated with the credit hours for the course. \N Regular Regular/general enrollment \N CEDS \N \N \N \N \N LIF f \N f 4 +1910 81 Credit associated with the student's major is specified as the type of enrollment associated with the credit hours for the course. \N Major CreditAssociatedWithTheStudent'sMajor \N CEDS \N \N \N \N \N LIF f \N f 4 5291 359 \N \N 2 2 \N \N \N \N \N \N \N LIF f \N f 1 5292 359 \N \N 3 3 \N \N \N \N \N \N \N LIF f \N f 1 1921 81 Remedial/developmental is specified as the type of enrollment associated with the credit hours for the course. \N Remedial Remedial/developmental \N CEDS \N \N \N \N \N LIF f \N f 4 1922 82 The course is counted as an honors course. \N Honors Honors \N CEDS \N \N \N \N \N LIF f \N f 4 -1923 82 The course can be counted as an honors course. \N HonorsOption Honors option \N CEDS \N \N \N \N \N LIF f \N f 4 -1924 83 Applied Instruction is the primary method of instruction used for the course. \N AppliedInstruction Applied Instruction \N CEDS \N \N \N \N \N LIF f \N f 4 -1925 83 Apprenticeship Externship is the primary method of instruction used for the course. \N ApprenticeshipExternship Apprenticeship Externship \N CEDS \N \N \N \N \N LIF f \N f 4 +1932 83 Field Study is the primary method of instruction used for the course. \N FieldStudy FieldStudy \N CEDS \N \N \N \N \N LIF f \N f 4 +1933 83 Independent Study is the primary method of instruction used for the course. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N f 4 1926 83 Audiotape is the primary method of instruction used for the course. \N Audiotape Audiotape \N CEDS \N \N \N \N \N LIF f \N f 4 -1927 83 Clinical Rotation Instruction is the primary method of instruction used for the course. \N ClinicalRotationInstruction Clinical Rotation Instruction \N CEDS \N \N \N \N \N LIF f \N f 4 -1928 83 Compressed Video is the primary method of instruction used for the course. \N CompressedVideo Compressed Video \N CEDS \N \N \N \N \N LIF f \N f 4 -1929 83 Computer Based Instruction is the primary method of instruction used for the course. \N ComputerBasedInstruction Computer Based Instruction \N CEDS \N \N \N \N \N LIF f \N f 4 -1930 83 Cooperative Education is the primary method of instruction used for the course. \N CooperativeEducation Cooperative Education \N CEDS \N \N \N \N \N LIF f \N f 4 +1923 82 The course can be counted as an honors course. \N HonorsOption HonorsOption \N CEDS \N \N \N \N \N LIF f \N f 4 1931 83 Correspondence is the primary method of instruction used for the course. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N f 4 -1932 83 Field Study is the primary method of instruction used for the course. \N FieldStudy Field Study \N CEDS \N \N \N \N \N LIF f \N f 4 -1933 83 Independent Study is the primary method of instruction used for the course. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N f 4 -1934 83 Interactive Video is the primary method of instruction used for the course. \N InteractiveVideo Interactive Video \N CEDS \N \N \N \N \N LIF f \N f 4 -1935 83 Internet Instruction is the primary method of instruction used for the course. \N InternetInstruction Internet Instruction \N CEDS \N \N \N \N \N LIF f \N f 4 1936 83 Internship is the primary method of instruction used for the course. \N Internship Internship \N CEDS \N \N \N \N \N LIF f \N f 4 1937 83 Laboratory is the primary method of instruction used for the course. \N Laboratory Laboratory \N CEDS \N \N \N \N \N LIF f \N f 4 756 33 \N \N sid Sidamo \N CEDS \N \N \N \N \N LIF f \N t 1 +1898 80 \N \N 508 StanineScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1899 80 \N \N 509 StenScore \N CEDS \N \N \N \N \N LIF f \N f 4 +1904 81 Academic Renewal is specified as the type of enrollment associated with the credit hours for the course. \N AcademicRenewal AcademicRenewal \N CEDS \N \N \N \N \N LIF f \N f 4 +1905 81 Adult Basic is specified as the type of enrollment associated with the credit hours for the course. \N AdultBasic AdultBasic \N CEDS \N \N \N \N \N LIF f \N f 4 +1906 81 Advanced Placement is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedPlacement AdvancedPlacement \N CEDS \N \N \N \N \N LIF f \N f 4 +1907 81 Advanced Standing is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedStanding AdvancedStanding \N CEDS \N \N \N \N \N LIF f \N f 4 +1924 83 Applied Instruction is the primary method of instruction used for the course. \N AppliedInstruction AppliedInstruction \N CEDS \N \N \N \N \N LIF f \N f 4 +1925 83 Apprenticeship Externship is the primary method of instruction used for the course. \N ApprenticeshipExternship ApprenticeshipExternship \N CEDS \N \N \N \N \N LIF f \N f 4 1938 83 Lecture is the primary method of instruction used for the course. \N Lecture Lecture \N CEDS \N \N \N \N \N LIF f \N f 4 -1939 83 Other Distance Learning is the primary method of instruction used for the course. \N OtherDistanceLearning Other Distance Learning \N CEDS \N \N \N \N \N LIF f \N f 4 -1940 83 Practice Teaching is the primary method of instruction used for the course. \N PracticeTeaching Practice Teaching \N CEDS \N \N \N \N \N LIF f \N f 4 +1954 84 Military Base is specified as the type of location at which the course is taught. \N Military MilitaryBase \N CEDS \N \N \N \N \N LIF f \N f 4 1941 83 Practicum is the primary method of instruction used for the course. \N Practicum Practicum \N CEDS \N \N \N \N \N LIF f \N f 4 -1942 83 Private Study is the primary method of instruction used for the course. \N PrivateStudy Private Study \N CEDS \N \N \N \N \N LIF f \N f 4 1943 83 Residency is the primary method of instruction used for the course. \N Residency Residency \N CEDS \N \N \N \N \N LIF f \N f 4 -1944 83 Self Paced is the primary method of instruction used for the course. \N SelfPaced Self Paced \N CEDS \N \N \N \N \N LIF f \N f 4 1945 83 Seminar is the primary method of instruction used for the course. \N Seminar Seminar \N CEDS \N \N \N \N \N LIF f \N f 4 1946 83 Television is the primary method of instruction used for the course. \N Television Television \N CEDS \N \N \N \N \N LIF f \N f 4 1947 83 Videotape is the primary method of instruction used for the course. \N Videotape Videotape \N CEDS \N \N \N \N \N LIF f \N f 4 -1948 83 Work Study is the primary method of instruction used for the course. \N WorkStudy Work Study \N CEDS \N \N \N \N \N LIF f \N f 4 +1973 88 Wait Listed is the status related to a student enrollment in an instance of a course. \N WaitListed WaitListed \N CEDS \N \N \N \N \N LIF f \N f 4 1949 84 Auxiliary is specified as the type of location at which the course is taught. \N Auxiliary Auxiliary \N CEDS \N \N \N \N \N LIF f \N f 4 -1950 84 Clinic or hospital is specified as the type of location at which the course is taught. \N ClinicHospital Clinic or hospital \N CEDS \N \N \N \N \N LIF f \N f 4 -1951 84 Correctional institution is specified as the type of location at which the course is taught. \N Correctional Correctional institution \N CEDS \N \N \N \N \N LIF f \N f 4 -1952 84 Extension center or site is specified as the type of location at which the course is taught. \N Extension Extension center or site \N CEDS \N \N \N \N \N LIF f \N f 4 -1953 84 Instructional telecommunications is specified as the type of location at which the course is taught. \N Telecommunication Instructional telecommunications \N CEDS \N \N \N \N \N LIF f \N f 4 -1954 84 Military Base is specified as the type of location at which the course is taught. \N Military Military Base \N CEDS \N \N \N \N \N LIF f \N f 4 -1955 84 Off campus (e.g., branch campus, etc.) is specified as the type of location at which the course is taught. \N OffCampus Off campus (e.g., branch campus, etc.) \N CEDS \N \N \N \N \N LIF f \N f 4 -1956 84 On campus is specified as the type of location at which the course is taught. \N OnCampus On campus \N CEDS \N \N \N \N \N LIF f \N f 4 -1957 84 Study abroad is specified as the type of location at which the course is taught. \N StudyAbroad Study abroad \N CEDS \N \N \N \N \N LIF f \N f 4 -1958 84 Distance Learning \N DistanceLearning Distance Learning \N PESC \N \N \N \N \N LIF f \N f 4 -1959 85 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning Blended Learning \N CEDS \N \N \N \N \N LIF f \N f 4 +3399 284 Quinault Indian Nation (previously listed as Quinault Tribe of the Quinault Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuinaultIndianNation QuinaultIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 +1956 84 On campus is specified as the type of location at which the course is taught. \N OnCampus OnCampus \N CEDS \N \N \N \N \N LIF f \N f 4 +1939 83 Other Distance Learning is the primary method of instruction used for the course. \N OtherDistanceLearning OtherDistanceLearning \N CEDS \N \N \N \N \N LIF f \N f 4 +1940 83 Practice Teaching is the primary method of instruction used for the course. \N PracticeTeaching PracticeTeaching \N CEDS \N \N \N \N \N LIF f \N f 4 +1967 85 Delivery is not tied to a specific site. \N deliveryType-VariableSite VariableSite \N CTDL \N \N \N \N \N LIF f \N f 4 +1962 85 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege EarlyCollege \N CEDS \N \N \N \N \N LIF f \N f 4 +99 5 \N \N WorkplaceReadinessScore WorkplaceReadinessScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1950 84 Clinic or hospital is specified as the type of location at which the course is taught. \N ClinicHospital ClinicOrHospital \N CEDS \N \N \N \N \N LIF f \N f 4 1960 85 Course is taught via live or taped broadcast over open air, closed circuit, or cable television systems. \N Broadcast Broadcast \N CEDS \N \N \N \N \N LIF f \N f 4 1961 85 Course is taught via hard or electronic copy or other media (CD, DVD, video cassette) and student works at own pace usually without an instructor present, but generally under supervision of LEA. Includes “packet” programs. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N f 4 -1962 85 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege Early College \N CEDS \N \N \N \N \N LIF f \N f 4 -1963 85 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace Face to Face \N CEDS \N \N \N \N \N LIF f \N f 4 +3262 284 Native Village of Mekoryuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMekoryuk NativeVillageOfMekoryuk \N CEDS \N \N \N \N \N LIF f \N f 1 +1944 83 Self Paced is the primary method of instruction used for the course. \N SelfPaced SelfPaced \N CEDS \N \N \N \N \N LIF f \N f 4 5293 359 \N \N 4 4 \N \N \N \N \N \N \N LIF f \N f 1 5294 359 \N \N 5 5 \N \N \N \N \N \N \N LIF f \N f 1 -1964 85 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N f 4 -1965 85 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo Interactive Audio/Video \N CEDS \N \N \N \N \N LIF f \N f 4 +1942 83 Private Study is the primary method of instruction used for the course. \N PrivateStudy PrivateStudy \N CEDS \N \N \N \N \N LIF f \N f 4 1966 85 Course is taught through a website, web application, or app on an internet connected device. \N Online Online \N CEDS \N \N \N \N \N LIF f \N f 4 -1967 85 Delivery is not tied to a specific site. \N deliveryType:VariableSite Variable Site \N CTDL \N \N \N \N \N LIF f \N f 4 +1951 84 Correctional institution is specified as the type of location at which the course is taught. \N Correctional CorrectionalInstitution \N CEDS \N \N \N \N \N LIF f \N f 4 1968 86 Student-oriented teaching and learning which is not organized around participants interacting at the same time and in the same space. \N Asynchronous Asynchronous \N CEDS \N \N \N \N \N LIF f \N f 4 1969 86 Group-oriented teaching and learning organized around participants interacting at the same time and in the same space. \N Synchronous Synchronous \N CEDS \N \N \N \N \N LIF f \N f 4 1970 88 Pre-registered is the status related to a student enrollment in an instance of a course. \N Pre-registered Pre-registered \N CEDS \N \N \N \N \N LIF f \N f 4 1971 88 Registered is the status related to a student enrollment in an instance of a course. \N Registered Registered \N CEDS \N \N \N \N \N LIF f \N f 4 1972 88 Enrolled is the status related to a student enrollment in an instance of a course. \N Enrolled Enrolled \N CEDS \N \N \N \N \N LIF f \N f 4 -1973 88 Wait Listed is the status related to a student enrollment in an instance of a course. \N WaitListed Wait Listed \N CEDS \N \N \N \N \N LIF f \N f 4 1974 88 Dropped is the status related to a student enrollment in an instance of a course. \N Dropped Dropped \N CEDS \N \N \N \N \N LIF f \N f 4 1975 88 Completed is the status related to a student enrollment in an instance of a course. \N Completed Completed \N CEDS \N \N \N \N \N LIF f \N f 4 -1976 89 The student repeated the course and it has been counted in grade point average. \N RepeatCounted Repeated, counted in grade point average \N CEDS \N \N \N \N \N LIF f \N f 4 -1977 89 The student repeated the course and it has not been counted in grade point average. \N RepeatNotCounted Repeated, not counted in grade point average \N CEDS \N \N \N \N \N LIF f \N f 4 -1978 89 Replacement course counted. \N ReplacementCounted Replacement counted \N CEDS \N \N \N \N \N LIF f \N f 4 -1979 89 Replacement course not counted. \N ReplacedNotCounted Replacement not counted \N CEDS \N \N \N \N \N LIF f \N f 4 -757 33 \N \N sin Sinhala; Sinhalese \N CEDS \N \N \N \N \N LIF f \N t 1 -1980 89 The student repeated the course and it has been counted by another institution. \N RepeatOtherInstitution Repeated, other institution \N CEDS \N \N \N \N \N LIF f \N f 4 -1981 89 Other, the course is not counted in GPA (e.g., used for academic forgiveness or clemency). \N NotCountedOther Other, not counted in GPA (e.g., used for academic forgiveness or clemency). \N CEDS \N \N \N \N \N LIF f \N f 4 -1982 90 New Class Section enrollment. \N NewEnrollment New Enrollment \N CEDS \N \N \N \N \N LIF f \N f 4 +3010 284 Bishop Paiute Tribe (previously listed as Paiute-Shoshone Indians of the Bishop Community of the Bishop Colony, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BishopPaiuteTribe BishopPaiuteTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +1957 84 Study abroad is specified as the type of location at which the course is taught. \N StudyAbroad StudyAbroad \N CEDS \N \N \N \N \N LIF f \N f 4 +757 33 \N \N sin Sinhala;Sinhalese \N CEDS \N \N \N \N \N LIF f \N t 1 +1965 85 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo InteractiveAudio/Video \N CEDS \N \N \N \N \N LIF f \N f 4 +1948 83 Work Study is the primary method of instruction used for the course. \N WorkStudy WorkStudy \N CEDS \N \N \N \N \N LIF f \N f 4 +1964 85 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N f 4 +1996 92 Failing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailFail Pass-Fail--Fail \N CEDS \N \N \N \N \N LIF f \N f 4 +1997 92 Passing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailPass Pass-Fail--Pass \N CEDS \N \N \N \N \N LIF f \N f 4 +1979 89 Replacement course not counted. \N ReplacedNotCounted ReplacementNotCounted \N CEDS \N \N \N \N \N LIF f \N f 4 1983 90 Student transferred from another Class Section of the same course in the same educational institution. \N Transfer Transfer \N CEDS \N \N \N \N \N LIF f \N f 4 -1984 91 The student exited the course section and transferred to another course section of the same course in the same educational institution. \N Transfer Student transferred to another Class Section of the same course in the same educational institution. \N CEDS \N \N \N \N \N LIF f \N f 4 -1985 91 The course section completed and the student received credit for the course. \N CompletedForCredit Class Section completed, student received credit for the course. \N CEDS \N \N \N \N \N LIF f \N f 4 -1986 91 The course section completed and the student did not receive credit for the course. \N CompletedNoCredit Class Section completed, student did not receive credit for the course. \N CEDS \N \N \N \N \N LIF f \N f 4 -1987 91 The course section ended and the student did not complete the work required to complete the course. \N Incomplete Class Section completed, student did not complete the work required to complete the course. \N CEDS \N \N \N \N \N LIF f \N f 4 -1988 92 Audited or visited the course is specified as additional information regarding the context of the given grade. \N AuditedCourse Audited or visited the course \N CEDS \N \N \N \N \N LIF f \N f 4 -1989 92 Honors grade is specified as additional information regarding the context of the given grade. \N HonorsGrade Honors grade \N CEDS \N \N \N \N \N LIF f \N f 4 +1989 92 Honors grade is specified as additional information regarding the context of the given grade. \N HonorsGrade HonorsGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1988 92 Audited or visited the course is specified as additional information regarding the context of the given grade. \N AuditedCourse AuditedOrVisitedTheCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1998 92 Transfer credit; grade not carried on receiving institution's transcript is specified as additional information regarding the context of the given grade. \N TransferNoGrade TransferNoGrade \N CEDS \N \N \N \N \N LIF f \N f 4 +1625 56 \N \N C-scaledScores C-scaledScores \N CEDS \N \N \N \N \N LIF f \N t 1 1990 92 Incomplete is specified as additional information regarding the context of the given grade. \N Incomplete Incomplete \N CEDS \N \N \N \N \N LIF f \N f 4 -1991 92 Failing/no pass/unsatisfactory grade awarded because incomplete not resolved satisfactorily is specified as additional information regarding the context of the given grade. \N IncompleteNotResolvedFail Incomplete Not Resolved Fail \N CEDS \N \N \N \N \N LIF f \N f 4 -1992 92 Current enrollment course in progress, permanent grade not yet assigned is specified as additional information regarding the context of the given grade. \N InProgress In Progress \N CEDS \N \N \N \N \N LIF f \N f 4 -1993 92 No grade reported yet by instructor (although the course has ended) is specified as additional information regarding the context of the given grade. \N NotYetReported Not Yet Reported \N CEDS \N \N \N \N \N LIF f \N f 4 -1994 92 Other not passing/unsatisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherFail Other Fail \N CEDS \N \N \N \N \N LIF f \N f 4 -1995 92 Other passing/satisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherPass Other Pass \N CEDS \N \N \N \N \N LIF f \N f 4 -1996 92 Failing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailFail Pass-Fail : Fail \N CEDS \N \N \N \N \N LIF f \N f 4 -1997 92 Passing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailPass Pass-Fail : Pass \N CEDS \N \N \N \N \N LIF f \N f 4 -1998 92 Transfer credit; grade not carried on receiving institution's transcript is specified as additional information regarding the context of the given grade. \N TransferNoGrade Transfer No Grade \N CEDS \N \N \N \N \N LIF f \N f 4 +1626 56 \N \N CollegeBoardExaminationScores CollegeBoardExaminationScores \N CEDS \N \N \N \N \N LIF f \N t 1 +1628 56 \N \N GraduationScore GraduationScore \N CEDS \N \N \N \N \N LIF f \N t 1 +2385 139 Credential awarded at the Master level for demonstration of the highest level of skills and performance in industry trades and professions. \N ceterms-MasterCertificate MasterTradeCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 1999 92 Withdrew is specified as additional information regarding the context of the given grade. \N Withdrew Withdrew \N CEDS \N \N \N \N \N LIF f \N f 4 -2000 92 Withdrew failing is specified as additional information regarding the context of the given grade. \N WithdrewFailing Withdrew failing \N CEDS \N \N \N \N \N LIF f \N f 4 -2001 92 Withdrew without penalty or pass/fail designation is specified as additional information regarding the context of the given grade. \N WithdrewNoPenalty Withdrew No Penalty \N CEDS \N \N \N \N \N LIF f \N f 4 -2002 92 Withdrew passing is specified as additional information regarding the context of the given grade. \N WithdrewPassing Withdrew passing \N CEDS \N \N \N \N \N LIF f \N f 4 2003 93 Male-only is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N MaleOnly Male-only \N CEDS \N \N \N \N \N LIF f \N f 4 2004 93 Female-only is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N FemaleOnly Female-only \N CEDS \N \N \N \N \N LIF f \N f 4 -2005 93 Not a single-sex class is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N NotSingleSex Not a single-sex class \N CEDS \N \N \N \N \N LIF f \N f 4 +1630 56 \N \N InternationalBaccalaureateScore InternationalBaccalaureateScore \N CEDS \N \N \N \N \N LIF f \N t 1 5295 359 \N \N 6 6 \N \N \N \N \N \N \N LIF f \N f 1 5296 359 \N \N 7 7 \N \N \N \N \N \N \N LIF f \N f 1 5297 359 \N \N 8 8 \N \N \N \N \N \N \N LIF f \N f 1 -3919 310 Hannahville Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hannahville Indian CommunityMichigan Hannahville Indian Community, Michigan \N \N \N \N \N \N \N LIF f \N f 4 +1978 89 Replacement course counted. \N ReplacementCounted ReplacementCounted \N CEDS \N \N \N \N \N LIF f \N f 4 5298 359 \N \N 9 9 \N \N \N \N \N \N \N LIF f \N f 1 -3926 310 Hoopa Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoopa Valley TribeCalifornia Hoopa Valley Tribe, California \N \N \N \N \N \N \N LIF f \N f 4 -3947 310 Jicarilla Apache Nation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jicarilla Apache NationNew Mexico Jicarilla Apache Nation, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 +1982 90 New Class Section enrollment. \N NewEnrollment NewEnrollment \N CEDS \N \N \N \N \N LIF f \N f 4 5299 359 \N \N 10 10 \N \N \N \N \N \N \N LIF f \N f 1 5300 359 \N \N 11 11 \N \N \N \N \N \N \N LIF f \N f 1 -3955 310 Kaw Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaw NationOklahoma Kaw Nation, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3958 310 Keweenaw Bay Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Keweenaw Bay Indian CommunityMichigan Keweenaw Bay Indian Community, Michigan \N \N \N \N \N \N \N LIF f \N f 4 +2381 139 A credential awarded by examination that demonstrates that an individual has acquired secondary school-level academic skills. \N ceterms-GeneralEducationDevelopment GeneralEducationDevelopment(GED) \N CTDL \N \N \N \N \N LIF f \N f 10 +2384 139 A credential assuring that an organization, program, or awarded credential meets prescribed requirements and may include development and administration of qualifying examinations. \N ceterms-QualityAssuranceCredential QualityAssuranceCredential \N CTDL \N \N \N \N \N LIF f \N f 10 +3962 310 Kickapoo Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTribeOfOklahoma KickapooTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +2002 92 Withdrew passing is specified as additional information regarding the context of the given grade. \N WithdrewPassing WithdrewPassing \N CEDS \N \N \N \N \N LIF f \N f 4 +2380 139 The highest award level to be earned for postsecondary study. \N ceterms-DoctoralDegree DoctoralDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2001 92 Withdrew without penalty or pass/fail designation is specified as additional information regarding the context of the given grade. \N WithdrewNoPenalty WithdrewNoPenalty \N CEDS \N \N \N \N \N LIF f \N f 4 +1992 92 Current enrollment course in progress, permanent grade not yet assigned is specified as additional information regarding the context of the given grade. \N InProgress InProgress \N CEDS \N \N \N \N \N LIF f \N f 4 +2005 93 Not a single-sex class is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N NotSingleSex NotASingle-sexClass \N CEDS \N \N \N \N \N LIF f \N f 4 +1634 56 \N \N NormalizedStandardScore NormalizedStandardScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1995 92 Other passing/satisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherPass OtherPass \N CEDS \N \N \N \N \N LIF f \N f 4 +2000 92 Withdrew failing is specified as additional information regarding the context of the given grade. \N WithdrewFailing WithdrewFailing \N CEDS \N \N \N \N \N LIF f \N f 4 +1991 92 Failing/no pass/unsatisfactory grade awarded because incomplete not resolved satisfactorily is specified as additional information regarding the context of the given grade. \N IncompleteNotResolvedFail IncompleteNotResolvedFail \N CEDS \N \N \N \N \N LIF f \N f 4 +1994 92 Other not passing/unsatisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherFail OtherFail \N CEDS \N \N \N \N \N LIF f \N f 4 +5303 359 \N \N AudLevel-SecondaryLevel AudLevel-SecondaryLevel \N \N \N \N \N \N \N LIF f \N f 1 5301 359 \N \N 12 12 \N \N \N \N \N \N \N LIF f \N f 1 5302 359 \N \N 13 13 \N \N \N \N \N \N \N LIF f \N f 1 -5303 359 \N \N AudLevel:SecondaryLevel Aud Level: Secondary Level \N \N \N \N \N \N \N LIF f \N f 1 -5304 359 \N \N AudLevel:PostSecondaryLevel Aud Level: Post Secondary Level \N \N \N \N \N \N \N LIF f \N f 1 +2145 119 \N \N learnMethod-WorkBased WorkBased \N CTDL \N \N \N \N \N LIF f \N f 10 +3422 284 Samish Indian Nation (previously listed as Samish Indian Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SamishIndianNation SamishIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 5305 359 \N \N AS AS \N \N \N \N \N \N \N LIF f \N f 1 5306 359 \N \N BA BA \N \N \N \N \N \N \N LIF f \N f 1 5307 359 \N \N PB PB \N \N \N \N \N \N \N LIF f \N f 1 @@ -14252,7 +14184,7 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 5316 360 \N \N Draft Draft \N \N \N \N \N \N \N LIF f \N f 1 5317 360 \N \N Published Published \N \N \N \N \N \N \N LIF f \N f 1 5318 360 \N \N Deprecated Deprecated \N \N \N \N \N \N \N LIF f \N f 1 -3987 310 Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lovelock Paiute Tribe Of the Lovelock Indian ColonyNevada Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada \N \N \N \N \N \N \N LIF f \N f 4 +5304 359 \N \N AudLevel-PostSecondaryLevel AudLevel-PostSecondaryLevel \N \N \N \N \N \N \N LIF f \N f 1 5319 360 \N \N Unknown Unknown \N \N \N \N \N \N \N LIF f \N f 1 5320 361 \N \N CTID CTID \N \N \N \N \N \N \N LIF f \N f 1 5321 361 \N \N URI URI \N \N \N \N \N \N \N LIF f \N f 1 @@ -14276,64 +14208,58 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 5339 363 \N \N Quarters Quarters \N \N \N \N \N \N \N LIF f \N f 1 5340 363 \N \N Semesters Semesters \N \N \N \N \N \N \N LIF f \N f 1 5341 363 \N \N Years Years \N \N \N \N \N \N \N LIF f \N f 1 -2129 118 Intended for those attending secondary (high-school) level programs. \N audLevel:SecondaryLevel Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2130 118 Intended for those who have completed secondary level school programs or equivalent. \N audLevel:PostSecondaryLevel Post Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2131 118 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel:AssociatesDegreeLevel Associates Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2132 118 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel:BachelorsDegreeLevel Bachelors Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2133 118 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel:MastersDegreeLevel Masters Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2134 118 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel:DoctoralDegreeLevel Doctoral Degree Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2135 118 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel:ProfessionalLevel Professional Level \N CTDL \N \N \N \N \N LIF f \N f 10 -2136 119 \N \N learnMethod:Applied Applied \N CTDL \N \N \N \N \N LIF f \N f 10 -2137 119 \N \N learnMethod:ClinicalRotation Clinical Rotation \N CTDL \N \N \N \N \N LIF f \N f 10 -2138 119 \N \N learnMethod:Internship Internship \N CTDL \N \N \N \N \N LIF f \N f 10 -2139 119 \N \N learnMethod:Laboratory Laboratory \N CTDL \N \N \N \N \N LIF f \N f 10 -2140 119 \N \N learnMethod:Lecture Lecture \N CTDL \N \N \N \N \N LIF f \N f 10 -2141 119 \N \N learnMethod:MedicalResidency Medical Residency \N CTDL \N \N \N \N \N LIF f \N f 10 -2142 119 \N \N learnMethod:SelfPaced Self Paced \N CTDL \N \N \N \N \N LIF f \N f 10 -2143 119 \N \N learnMethod:Seminar Seminar \N CTDL \N \N \N \N \N LIF f \N f 10 -2144 119 \N \N learnMethod:Prerecorded Prerecorded \N CTDL \N \N \N \N \N LIF f \N f 10 -2145 119 \N \N learnMethod:WorkBased Work Based \N CTDL \N \N \N \N \N LIF f \N f 10 -2146 119 Learning through work that leads to a credential that is recognized by a relevant authority and is deliberately structured and supported to provide a progression of learning experiences. \N learnMethod:Apprenticeship Apprenticeship \N CTDL \N \N \N \N \N LIF f \N f 10 -2147 119 Format in which people progress as a group. \N learnMethod:CohortBased Cohort Based \N CTDL \N \N \N \N \N LIF f \N f 10 -2148 119 Provides interactive educational experiences which demonstrate concepts in a way that promotes critical thinking, overcoming challenges within prescribed rule sets, problem solving, and in some cases, teamwork and/or competition. \N learnMethod:Gaming Gaming \N CTDL \N \N \N \N \N LIF f \N f 10 -2149 120 Delivery includes significant levels of both in person and online. \N deliveryType:BlendedDelivery Blended Delivery \N CTDL \N \N \N \N \N LIF f \N f 10 -758 33 \N \N sio Siouan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -2150 120 Delivery is only face-to-face. \N deliveryType:InPerson In Person \N CTDL \N \N \N \N \N LIF f \N f 10 -2151 120 Delivery is only via the Internet. \N deliveryType:OnlineOnly Online Only \N CTDL \N \N \N \N \N LIF f \N f 10 -2152 120 Delivery is not tied to a specific site. \N deliveryType:VariableSite Variable Site \N CTDL \N \N \N \N \N LIF f \N f 10 -2153 121 Resource is active, current, ongoing, offered, operational, or available. \N lifeCycle:Active Active \N CTDL \N \N \N \N \N LIF f \N f 10 -2154 121 Resource is permanently no longer active, current, ongoing, offered, operational, or available. \N lifeCycle:Ceased Ceased \N CTDL \N \N \N \N \N LIF f \N f 10 -2155 121 Resource is in the process of becoming no longer active, current, ongoing, offered, operational, or available. \N lifeCycle:Ceasing Ceasing \N CTDL \N \N \N \N \N LIF f \N f 10 -2156 121 Resource is under development and may or may not become active, current, ongoing, offered, operational, or available. \N lifeCycle:Developing Developing \N CTDL \N \N \N \N \N LIF f \N f 10 -2157 121 Resource is temporarily not active, current, ongoing, offered, operational, or available. \N lifeCycle:Suspended Suspended \N CTDL \N \N \N \N \N LIF f \N f 10 -2158 121 Arrangement by which an educational institution provides its current students with the opportunity to complete their course of study when the program, institution or location offering access closes. \N lifeCycle:TeachOut Teach Out \N CTDL \N \N \N \N \N LIF f \N f 10 -5342 364 \N \N MissingAtWill Missing At Will \N \N \N \N \N \N \N LIF f \N f 1 -5343 364 \N \N NotApplicable Not Applicable \N \N \N \N \N \N \N LIF f \N f 1 +2960 282 - Update description: “A name an individual has used in the past, yet no longer currently uses.” PreviousName PreviousName \N LIF-Addition \N \N \N \N \N LIF f \N t 1 +2137 119 \N \N learnMethod-ClinicalRotation ClinicalRotation \N CTDL \N \N \N \N \N LIF f \N f 10 +758 33 \N \N sio SiouanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2142 119 \N \N learnMethod-SelfPaced SelfPaced \N CTDL \N \N \N \N \N LIF f \N f 10 +4094 310 Native Village of Saint Michael is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSaintMichael NativeVillageOfSaintMichael \N \N \N \N \N \N \N LIF f \N f 4 +2141 119 \N \N learnMethod-MedicalResidency MedicalResidency \N CTDL \N \N \N \N \N LIF f \N f 10 +1963 85 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace FaceToFace \N CEDS \N \N \N \N \N LIF f \N f 4 +1605 54 Lower division credit (associated with first/second year) is specified as the level of credit associated with the credit hours earned for the course. \N LowerDivision LowerDivisionCredit(associatedWithFirst/secondYear) \N CEDS \N \N \N \N \N LIF f \N t 1 +2129 118 Intended for those attending secondary (high-school) level programs. \N audLevel-SecondaryLevel SecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2130 118 Intended for those who have completed secondary level school programs or equivalent. \N audLevel-PostSecondaryLevel PostSecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2131 118 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel-AssociatesDegreeLevel AssociatesDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2132 118 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel-BachelorsDegreeLevel BachelorsDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2133 118 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel-MastersDegreeLevel MastersDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2134 118 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel-DoctoralDegreeLevel DoctoralDegreeLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2135 118 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel-ProfessionalLevel ProfessionalLevel \N CTDL \N \N \N \N \N LIF f \N f 10 +2136 119 \N \N learnMethod-Applied Applied \N CTDL \N \N \N \N \N LIF f \N f 10 +2138 119 \N \N learnMethod-Internship Internship \N CTDL \N \N \N \N \N LIF f \N f 10 +2140 119 \N \N learnMethod-Lecture Lecture \N CTDL \N \N \N \N \N LIF f \N f 10 +2139 119 \N \N learnMethod-Laboratory Laboratory \N CTDL \N \N \N \N \N LIF f \N f 10 +2143 119 \N \N learnMethod-Seminar Seminar \N CTDL \N \N \N \N \N LIF f \N f 10 +2144 119 \N \N learnMethod-Prerecorded Prerecorded \N CTDL \N \N \N \N \N LIF f \N f 10 +3656 290 Seventh grade is the extent of formal instruction a person has received. \N SeventhGrade SeventhGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3083 284 Egegik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EgegikVillage EgegikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3088 284 Emmonak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EmmonakVillage EmmonakVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3090 284 Evansville Village (aka Bettles Field) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EvansvilleVillage EvansvilleVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +4373 312 On campus is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N OnCampus OnCampus \N \N \N \N \N \N \N LIF f \N f 4 +3084 284 Eklutna Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EklutnaNativeVillage EklutnaNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +1781 72 The course being described is weighted in the computation of the student’s Grade Point Average (GPA) \N Weighted WeightedInGPA \N CEDS \N \N \N \N \N LIF f \N f 4 5344 364 \N \N Incorrect Incorrect \N \N \N \N \N \N \N LIF f \N f 1 -5345 364 \N \N ChangedOverTime Changed Over Time \N \N \N \N \N \N \N LIF f \N f 1 -3066 284 Coquille Indian Tribe (previously listed as Coquille Tribe of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coquille Indian Tribe Coquille Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3069 284 Cowlitz Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cowlitz Indian Tribe Cowlitz Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3071 284 Craig Tribal Association (previously listed as Craig Community Association) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Craig Tribal Association Craig Tribal Association \N CEDS \N \N \N \N \N LIF f \N f 1 +4208 310 Quinault Indian Nation (previously listed as Quinault Tribe of the Quinault Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuinaultIndianNation QuinaultIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +1780 72 The course being described is not included in the computation of the student’s Grade Point Average (GPA). \N NotApplicable NotApplicableInGPA \N CEDS \N \N \N \N \N LIF f \N f 4 3641 288 Female \N Female Female \N CEDS \N \N \N \N \N LIF f \N f 1 -3074 284 Curyung Tribal Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Curyung Tribal Council Curyung Tribal Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3056 284 Confederated Salish and Kootenai Tribes of the Flathead Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Salish and Kootenai Tribes Of the Flathead Reservation Confederated Salish and Kootenai Tribes of the Flathead Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3057 284 Confederated Tribes and Bands of the Yakama Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes and Bands Of the Yakama Nation Confederated Tribes and Bands of the Yakama Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3058 284 Confederated Tribes of Siletz Indians of Oregon (previously listed as Confederated Tribes of the Siletz Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of Siletz Indians Of Oregon Confederated Tribes of Siletz Indians of Oregon \N CEDS \N \N \N \N \N LIF f \N f 1 -3656 290 Seventh grade is the extent of formal instruction a person has received. \N SeventhGrade Seventh grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3083 284 Egegik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Egegik Village Egegik Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3084 284 Eklutna Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eklutna Native Village Eklutna Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3088 284 Emmonak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Emmonak Village Emmonak Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3090 284 Evansville Village (aka Bettles Field) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Evansville Village Evansville Village \N CEDS \N \N \N \N \N LIF f \N f 1 +214 17 \N \N 493 GradeEquivalentOrGrade-levelIndicator \N CEDS \N \N \N \N \N LIF f \N f 4 +3066 284 Coquille Indian Tribe (previously listed as Coquille Tribe of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoquilleIndianTribe CoquilleIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3069 284 Cowlitz Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CowlitzIndianTribe CowlitzIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3481 284 The Osage Nation (previously listed as Osage Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheOsageNation TheOsageNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3955 310 Kaw Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KawNationOklahoma KawNation-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3074 284 Curyung Tribal Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CuryungTribalCouncil CuryungTribalCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 4671 40 \N \N Contact Contact \N \N \N \N \N \N \N LIF f \N f 4 -3076 284 Delaware Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Delaware Tribe Of Indians Delaware Tribe of Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3080 284 Eastern Band of Cherokee Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Band Of Cherokee Indians Eastern Band of Cherokee Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3081 284 Eastern Shawnee Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Shawnee Tribe Of Oklahoma Eastern Shawnee Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3087 284 Ely Shoshone Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ely Shoshone Tribe Of Nevada Ely Shoshone Tribe of Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3089 284 Enterprise Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Enterprise Rancheria Of Maidu Indians Of California Enterprise Rancheria of Maidu Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -759 33 \N \N sit Sino-Tibetan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -3093 284 Flandreau Santee Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Flandreau Santee Sioux Tribe Of South Dakota Flandreau Santee Sioux Tribe of South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3095 284 Fort Belknap Indian Community of the Fort Belknap Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Belknap Indian Community Of the Fort Belknap Reservation Of Montana Fort Belknap Indian Community of the Fort Belknap Reservation of Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -3096 284 Fort Bidwell Indian Community of the Fort Bidwell Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Bidwell Indian Community Of the Fort Bidwell Reservation Of California Fort Bidwell Indian Community of the Fort Bidwell Reservation of California \N CEDS \N \N \N \N \N LIF f \N f 1 +5345 364 \N \N ChangedOverTime ChangedOverTime \N \N \N \N \N \N \N LIF f \N f 1 +759 33 \N \N sit Sino-TibetanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +1779 72 The course being described is included in the computation of the student’s Grade Point Average (GPA). \N Applicable ApplicableInGPA \N CEDS \N \N \N \N \N LIF f \N f 4 +3058 284 Confederated Tribes of Siletz Indians of Oregon (previously listed as Confederated Tribes of the Siletz Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfSiletzIndiansOfOregon ConfederatedTribesOfSiletzIndiansOfOregon \N CEDS \N \N \N \N \N LIF f \N f 1 +4498 274 The person is a legal partner of the learner's father, established by a civil union other than marriage. \N Father'sCivilPartner Father'sCivilPartner \N \N \N \N \N \N \N LIF f \N f 4 +4508 274 The person is a legal partner of the learner's mother, established by a civil union other than marriage. \N Mother'sCivilPartner Mother'sCivilPartner \N \N \N \N \N \N \N LIF f \N f 4 +5343 364 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +167 14 Promotion to or retention in a grade or program is specified as the reason for which an assessment is designed or delivered. \N 62 PromotionToOrRetentionInAGradeOrProgram \N CEDS \N \N \N \N \N LIF f \N f 4 +4610 67 Moved within the US, not known to be continuing \N 73075 MovedWithinTheUS-notKnownToBeContinuing \N CEDS \N \N \N \N \N LIF f \N t 1 +5342 364 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +4534 316 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions \N CEDS \N \N \N \N \N LIF f \N t 1 +1661 57 Credit granted for a course from a high school course is transferred to the college. \N HighSchoolTransferCredit CreditFromAHighSchoolCourseIsTransferredToTheCollege. \N CEDS \N \N \N \N \N LIF f \N t 1 +4123 310 Nikolai Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NikolaiVillage NikolaiVillage \N \N \N \N \N \N \N LIF f \N f 4 2274 129 Represents a generic achievement. \N Achievement Achievement \N \N \N \N \N \N \N LIF f \N f 12 2275 129 Represents an assessment result. \N AssessmentResult AssessmentResult \N \N \N \N \N \N \N LIF f \N f 12 2276 129 Represents an award. \N Award Award \N \N \N \N \N \N \N LIF f \N f 12 @@ -14350,10 +14276,9 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2287 129 Represents a license. \N License License \N CLR v1 \N \N \N \N \N LIF f \N f 12 2288 129 Represents membership. \N Membership Membership \N CLR v1 \N \N \N \N \N LIF f \N f 12 2289 130 Comprehensive Learner Record 1 \N CLR1 CLR1 \N \N \N \N \N \N \N LIF f \N f 12 -3099 284 Fort McDowell Yavapai Nation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort McDowell Yavapai NationArizona Fort McDowell Yavapai Nation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3946 310 Jena Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jena Band Of Choctaw Indians Jena Band of Choctaw Indians \N \N \N \N \N \N \N LIF f \N f 4 -3097 284 Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Independence Indian Community Of Paiute Indians Of the Fort Independence ReservationCalifornia Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3098 284 Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort McDermitt Paiute and Shoshone Tribes Of the Fort McDermitt Indian ReservationNevada and Oregon Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon \N CEDS \N \N \N \N \N LIF f \N f 1 +4124 310 Ninilchik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NinilchikVillage NinilchikVillage \N \N \N \N \N \N \N LIF f \N f 4 +4127 310 Nondalton Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NondaltonVillage NondaltonVillage \N \N \N \N \N \N \N LIF f \N f 4 +3843 310 Cheyenne and Arapaho Tribes, Oklahoma (previously listed as Cheyenne-Arapaho Tribes of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CheyenneAndArapahoTribesOklahoma CheyenneAndArapahoTribes-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 2290 131 \N \N name name \N \N \N \N \N \N \N LIF f \N f 3 2291 131 \N \N sourcedId sourcedId \N \N \N \N \N \N \N LIF f \N f 3 2292 131 \N \N systemId systemId \N \N \N \N \N \N \N LIF f \N f 3 @@ -14373,107 +14298,101 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2306 131 \N \N ltiPlatformId ltiPlatformId \N \N \N \N \N \N \N LIF f \N f 3 2307 131 \N \N ltiUserId ltiUserId \N \N \N \N \N \N \N LIF f \N f 3 2308 131 \N \N identifier identifier \N \N \N \N \N \N \N LIF f \N f 3 -2309 132 \N \N URI Uniform Resource Identifier \N \N \N \N \N \N \N LIF f \N f 3 -4007 310 Metlakatla Indian Community, Annette Island Reserve is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Metlakatla Indian CommunityAnnette Island Reserve Metlakatla Indian Community, Annette Island Reserve \N \N \N \N \N \N \N LIF f \N f 4 +4133 310 Northway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthwayVillage NorthwayVillage \N \N \N \N \N \N \N LIF f \N f 4 +4015 310 Mohegan Tribe of Indians of Connecticut (previously listed as Mohegan Indian Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MoheganTribeOfIndiansOfConnecticut MoheganTribeOfIndiansOfConnecticut \N \N \N \N \N \N \N LIF f \N f 4 2310 133 Represents a generic achievement. \N Achievement Achievement \N \N \N \N \N \N \N LIF f \N f 3 -2990 284 Alturas Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alturas Indian RancheriaCalifornia Alturas Indian Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -4011 310 Minnesota Chippewa Tribe, Minnesota (Six component reservations: Bois Forte Band (Nett Lake); Fond du Lac Band; Grand Portage Band; Leech Lake Band; Mille Lacs Band; White Earth Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Minnesota Chippewa TribeMinnesota Minnesota Chippewa Tribe, Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4116 310 Navajo Nation, Arizona, New Mexico & Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Navajo NationArizonaNew Mexico& Utah Navajo Nation, Arizona, New Mexico, & Utah \N \N \N \N \N \N \N LIF f \N f 4 -4139 310 Ohkay Owingeh, New Mexico (previously listed as Pueblo of San Juan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ohkay OwingehNew Mexico Ohkay Owingeh, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4170 310 Pinoleville Pomo Nation, California (previously listed as Pinoleville Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pinoleville Pomo NationCalifornia Pinoleville Pomo Nation, California \N \N \N \N \N \N \N LIF f \N f 4 -4171 310 Pit River Tribe, California (includes XL Ranch, Big Bend, Likely, Lookout, Montgomery Creek and Roaring Creek Rancherias) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pit River TribeCalifornia Pit River Tribe, California \N \N \N \N \N \N \N LIF f \N f 4 -4180 310 Potter Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Potter Valley TribeCalifornia Potter Valley Tribe, California \N \N \N \N \N \N \N LIF f \N f 4 -2903 277 New Mexico \N NM New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -2341 133 \N \N ext:Skill ext:Skill \N \N \N \N \N \N \N LIF f \N f 3 -2350 136 An alignment to a CTDL-ASN/CTDL competency published by Credential Engine. \N ceasn:Competency ceasn:Competency \N \N \N \N \N \N \N LIF f \N f 3 -2351 136 An alignment to a CTDL Credential published by Credential Engine. \N ceterms:Credential ceterms:Credential \N \N \N \N \N \N \N LIF f \N f 3 +3947 310 Jicarilla Apache Nation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JicarillaApacheNationNewMexico JicarillaApacheNation-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4602 67 Died or is permanently incapacitated \N 1923 DiedOrIsPermanentlyIncapacitated \N CEDS \N \N \N \N \N LIF f \N t 1 +3099 284 Fort McDowell Yavapai Nation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMcDowellYavapaiNation-Arizona FortMcDowellYavapaiNation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +2387 139 Credential awarded to indicate readiness for an apprentice-level program. \N ceterms-PreApprenticeshipCertificate PreApprenticeshipCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2309 132 \N \N URI UniformResourceIdentifier \N \N \N \N \N \N \N LIF f \N f 3 +1744 67 The course section completed and the student received credit for the course. \N CompletedForCredit ClassSectionCompleted-studentReceivedCreditForTheCourse. \N CEDS \N \N \N \N \N LIF f \N t 1 +2341 133 \N \N ext-Skill ext-Skill \N \N \N \N \N \N \N LIF f \N f 3 +2350 136 An alignment to a CTDL-ASN/CTDL competency published by Credential Engine. \N ceasn-Competency ceasn-Competency \N \N \N \N \N \N \N LIF f \N f 3 +2351 136 An alignment to a CTDL Credential published by Credential Engine. \N ceterms-Credential ceterms-Credential \N \N \N \N \N \N \N LIF f \N f 3 +2357 136 An alignment to a Skills Framework \N ext-Skill ext-Skill \N \N \N \N \N \N \N LIF f \N f 3 +2368 139 A credential designed to be displayed as a marker of accomplishment, activity, achievement, skill, interest, association, or identity. Digital Badge (digitalBadge) - A badge offered in digital form. Open Badge (openBadge) An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N ceterms-Badge Badge \N CTDL \N \N \N \N \N LIF f \N f 10 +3044 284 Chinik Eskimo Community (Golovin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChinikEskimoCommunity ChinikEskimoCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +2369 139 A badge offered in digital form. \N ceterms-DigitalBadge DigitalBadge \N CTDL \N \N \N \N \N LIF f \N f 10 +1829 76 \N \N PM Post-master'sCertificate \N CEDS \N \N \N \N \N LIF f \N f 4 2352 136 An alignment to a CASE Framework Item. \N CFItem CFItem \N \N \N \N \N \N \N LIF f \N f 3 2353 136 An alignment to a CASE Framework Rubric. \N CFRubric CFRubric \N \N \N \N \N \N \N LIF f \N f 3 2354 136 An alignment to a CASE Framework Rubric Criterion. \N CFRubricCriterion CFRubricCriterion \N \N \N \N \N \N \N LIF f \N f 3 2355 136 An alignment to a CASE Framework Rubric Criterion Level. \N CFRubricCriterionLevel CFRubricCriterionLevel \N \N \N \N \N \N \N LIF f \N f 3 2356 136 An alignment to a Credential Engine Item. \N CTDL CTDL \N \N \N \N \N \N \N LIF f \N f 3 -2357 136 An alignment to a Skills Framework \N ext:Skill ext:Skill \N \N \N \N \N \N \N LIF f \N f 3 -2358 137 Open Badges 3.0 \N Open Badges 3.0 Open Badges 3.0 \N \N \N \N \N \N \N LIF f \N f 3 -2359 137 \N \N Comprehensive Learner Record 2 CLR2 \N \N \N \N \N \N \N LIF f \N f 3 -2368 139 A credential designed to be displayed as a marker of accomplishment, activity, achievement, skill, interest, association, or identity. Digital Badge (digitalBadge) - A badge offered in digital form. Open Badge (openBadge) An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N ceterms:Badge Badge \N CTDL \N \N \N \N \N LIF f \N f 10 -2369 139 A badge offered in digital form. \N ceterms:DigitalBadge Digital Badge \N CTDL \N \N \N \N \N LIF f \N f 10 -2370 139 An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N ceterms:OpenBadge Open Badge \N CTDL \N \N \N \N \N LIF f \N f 10 -2371 139 Credential which designates participation in, completion of, or demonstration of requisite knowledge and skills for a formal academic or training program, an occupation, or non-formal learning. \N ceterms:Certificate Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2372 139 A time-limited, renewable non-degree credential awarded by an authoritative body to an individual or organization for demonstrating the designated knowledge, skills, and abilities to perform a specific job. \N ceterms:Certification Certification \N CTDL \N \N \N \N \N LIF f \N f 10 -2373 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the master's degree and less than a doctoral degree and provides specific preparation for advanced careers in a specialist field \N ceterms:SpecialistDegree Specialist Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2374 139 A award by an educational institution for successful completion of the requirements of a course of study or equivalent. \N ceterms:Diploma Diploma \N CTDL \N \N \N \N \N LIF f \N f 10 +3502 284 Ugashik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UgashikVillage UgashikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2358 137 Open Badges 3.0 \N OpenBadges3.0 OpenBadges3.0 \N \N \N \N \N \N \N LIF f \N f 3 +3351 284 Pauloff Harbor Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PauloffHarborVillage PauloffHarborVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2773 268 Counties in metro areas of 1 million population or more \N 1 CountiesInMetroAreasOf1MillionPopulationOrMore \N CEDS \N \N \N \N \N LIF f \N t 1 2904 277 Nevada \N NV Nevada \N \N \N \N \N \N \N LIF f \N f 4 -2905 277 New York \N NY New York \N \N \N \N \N \N \N LIF f \N f 4 2360 138 \N \N CTID CTID \N \N \N \N \N \N \N LIF f \N f 4 -2375 139 A credential awarded by a government agency that constitutes legal authority to do a specific job and/or utilize a specific item, system or infrastructure and are typically earned through some combination of degree or certificate attainment, certifications, assessments, work experience, and/or fees, and are time-limited and must be renewed periodically. \N ceterms:License License \N CTDL \N \N \N \N \N LIF f \N f 10 -2376 139 Credential awarded at the Apprentice level for successful completion of an apprenticeship program in industry trades and professions. \N ceterms:ApprenticeshipCertificate Apprenticeship Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2377 139 An award level that normally requires at least 2 but less than 4 years of full-time equivalent college-level work. \N ceterms:AssociateDegree Associate's Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2378 139 An award level that normally requires at least 4 but not more than 5 years of full-time equivalent college-level work. \N ceterms:BachelorDegree Bachelor's Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2379 139 Credential that acknowledges completion of an assignment, training or other activity. \N ceterms:CertificateOfCompletion Certificate of Completion \N CTDL \N \N \N \N \N LIF f \N f 10 -2380 139 The highest award level to be earned for postsecondary study. \N ceterms:DoctoralDegree Doctoral Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2381 139 A credential awarded by examination that demonstrates that an individual has acquired secondary school-level academic skills. \N ceterms:GeneralEducationDevelopment General Education Development (GED) \N CTDL \N \N \N \N \N LIF f \N f 10 -2382 139 Credential awarded at the Journeyman level for successful completion of an apprenticeship program in industry trades and professions \N ceterms:JourneymanCertificate Journeyman Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2383 139 A doctoral degree conferred upon completion of a program providing the knowledge and skills for the recognition, credential, or license required for professional practice. \N ceterms:ProfessionalDoctorate Professional Doctorate Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2384 139 A credential assuring that an organization, program, or awarded credential meets prescribed requirements and may include development and administration of qualifying examinations. \N ceterms:QualityAssuranceCredential Quality Assurance Credential \N CTDL \N \N \N \N \N LIF f \N f 10 -2385 139 Credential awarded at the Master level for demonstration of the highest level of skills and performance in industry trades and professions. \N ceterms:MasterCertificate Master Trade Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2386 139 Credential award that requires completion of an organized program of study beyond that of a master's degree, which is designed for persons who have completed a master's degree but does not meet the requirements of a doctor's degree. \N ceterms:PostMasterCertificate Post-Master Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2387 139 Credential awarded to indicate readiness for an apprentice-level program. \N ceterms:PreApprenticeshipCertificate PreApprenticeship Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2388 139 Credential awarded for demonstrating competencies in a profession or particular occupational field, including job readiness. \N ceterms:ProfessionalCertificate Professional Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2389 139 Credential awarded after assessment of skills in a specific area defined by a recognized body of experts, without regard for how the skills were learned. \N ceterms:ProficiencyCertificate Proficiency Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2390 139 Credential award that requires completion of an organized program of study at a level beyond that of a bachelor's degree, which is designed for persons who have completed a baccalaureate degree but does not meet the requirements of a master's degree. \N ceterms:PostBaccalaureateCertificate Post Baccalaureate Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2391 139 Credential for successful completion of a formal secondary-level education program that is less than a diploma and does not indicate completion of secondary education graduation requirements. \N ceterms:SecondaryEducationCertificate Secondary Education Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2392 139 Credential award at a postsecondary level for successful completion of a formal education program that is more than one semester and less than 1 year, demonstrating competencies within a specific subject area or an occupational area indicating job readiness. \N ceterms:TechnicalLevel1Certificate Technical Level 1 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2393 139 Credential award at a postsecondary level for successful completion of a formal education program that is at least 1 year but less than 2 years, demonstrating competencies within a specific subject area or in an occupational area indicating job readiness. \N ceterms:TechnicalLevel2Certificate Technical Level 2 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2394 139 Credential award at a postsecondary level for successful completion of a formal education program that is at least 2 years but less than 4 years, demonstrating competencies within specific occupational areas indicating job readiness. \N ceterms:TechnicalLevel3Certificate Technical Level 3 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2395 139 Credential awarded for work-based learning and earn-and-learn models that meet standards and are applicable to industry, trades, occupations, and professions. \N ceterms:WorkbasedLearningCertificate Work-Based Learning Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2396 139 Credential awarded at a postsecondary level for successful completion of a formal education program that is completed within one semester, demonstrating competencies within a specific occupational area, indicating job readiness. \N ceterms:BasicTechnicalCertificate Basic Technical Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2397 139 Credential that acknowledges attendance and/or engagement in an activity. \N ceterms:CertificateOfParticipation Certificate of Participation \N CTDL \N \N \N \N \N LIF f \N f 10 -2398 139 Credential award at a postsecondary level for successful completion of general education courses that cover a broad range of foundational academic skills and takes less than 1 year. \N ceterms:GeneralEducationLevel1Certificate General Education Level 1 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2399 139 Credential award at a postsecondary level for successful completion of general education courses that takes at least 1 year that cover a broad range of foundational academic skills and takes less than 2 years to complete. \N ceterms:GeneralEducationLevel2Certificate General Education Level 2 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2400 139 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about one year in a specific subject. \N ceterms:HigherEducationLevel1Certificate Higher EducationLevel 1 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2910 277 Puerto Rico \N PR Puerto Rico \N \N \N \N \N \N \N LIF f \N f 4 -2401 139 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about two years in a specific subject. \N ceterms:HigherEducationLevel2Certificate Higher EducationLevel 2 Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2402 139 An award level that requires the successful completion of a program of study of at least the full-time equivalent of 1 but not more than 2 academic years of work beyond the bachelor's degree. \N ceterms:MasterDegree Master's Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2403 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms:MasterOfArtsDegree Master of Arts Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2404 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in scientific and technical fields and professional fields of study. \N ceterms:MasterOfScienceDegree Master of Science Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2405 139 A credential that attests to achievement of a specific knowledge, skill, or competency. \N ceterms:MicroCredential Micro-Credential \N CTDL \N \N \N \N \N LIF f \N f 10 -3864 310 Comanche Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Comanche NationOklahoma Comanche Nation, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -2406 139 A doctoral degree conferred for advanced work beyond the master level, including the preparation and defense of a thesis or dissertation based on original research, or the planning and execution of an original project demonstrating substantial artistic or scholarly achievement. \N ceterms:ResearchDoctorate Research Doctorate Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2407 139 A award by secondary educational institutions for successfully completion of a course of study. \N ceterms:SecondarySchoolDiploma Secondary School Diploma \N CTDL \N \N \N \N \N LIF f \N f 10 -2408 139 Credential awarded for successful completion of a formal education program, demonstrating requisite knowledge and skills. \N ceterms:AcademicCertificate Academic Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 -2409 139 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in the arts and social sciences fields. \N ceterms:AssociateOfAppliedArtsDegree Associate of Applied Arts Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2410 139 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in applied scientific and technological fields. \N ceterms:AssociateOfAppliedScienceDegree Associate of Applied Science Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2411 139 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms:AssociateOfArtsDegree Associate of Arts Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2412 139 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in scientific and technical fields and professional fields of study. \N ceterms:AssociateOfScienceDegree Associate of Science Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2413 139 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms:BachelorOfArtsDegree Bachelor of Arts Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2414 139 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in scientific and technical fields and professional fields of study. \N ceterms:BachelorOfScienceDegree Bachelor of Science Degree \N CTDL \N \N \N \N \N LIF f \N f 10 -2415 140 A string of characters used to identify a resource. \N URI Uniform Resource Identifier \N \N \N \N \N \N \N LIF f \N f 15 -2416 140 128-bit number used to identify information in computer systems. \N UUID Universally Unique Identifier \N \N \N \N \N \N \N LIF f \N f 15 +3864 310 Comanche Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ComancheNationOklahoma ComancheNation-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +208 16 Assessment based on standards below age level with accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithAccommodations AssessmentBasedOnStandardsBelowAgeLevelWithAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +3153 284 Kickapoo Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTribeOfOklahoma KickapooTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3051 284 Cocopah Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CocopahTribeOfArizona CocopahTribeOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3663 290 High school completers (e.g. certificate of attendance) is the extent of formal instruction a person has received. \N HighSchoolCompleters(E.g.CertificateOfAttendance) HighSchoolCompleters(e.g.CertificateOfattendance) \N CEDS \N \N \N \N \N LIF f \N f 1 +2371 139 Credential which designates participation in, completion of, or demonstration of requisite knowledge and skills for a formal academic or training program, an occupation, or non-formal learning. \N ceterms-Certificate Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2372 139 A time-limited, renewable non-degree credential awarded by an authoritative body to an individual or organization for demonstrating the designated knowledge, skills, and abilities to perform a specific job. \N ceterms-Certification Certification \N CTDL \N \N \N \N \N LIF f \N f 10 +2374 139 A award by an educational institution for successful completion of the requirements of a course of study or equivalent. \N ceterms-Diploma Diploma \N CTDL \N \N \N \N \N LIF f \N f 10 +2370 139 An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N ceterms-OpenBadge OpenBadge \N CTDL \N \N \N \N \N LIF f \N f 10 +4239 310 Santee Sioux Nation, Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanteeSiouxNationNebraska SanteeSiouxNation-Nebraska \N \N \N \N \N \N \N LIF f \N f 4 +4170 310 Pinoleville Pomo Nation, California (previously listed as Pinoleville Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PinolevillePomoNationCalifornia PinolevillePomoNation-California \N \N \N \N \N \N \N LIF f \N f 4 +4955 351 \N \N Hat Haitian;HaitianCreole \N \N \N \N \N \N \N LIF f \N f 1 +4430 313 South Carolina \N SouthCarolina SouthCarolina \N \N \N \N \N \N \N LIF f \N f 4 +2359 137 \N \N ComprehensiveLearnerRecord2 CLR2 \N \N \N \N \N \N \N LIF f \N f 3 +2903 277 New Mexico \N NM NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +2905 277 New York \N NY NewYork \N \N \N \N \N \N \N LIF f \N f 4 +2981 284 Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AguaCalienteBandOfCahuillaIndiansOfTheAguaCalienteIndianReservation-California AguaCalienteBandOfCahuillaIndiansOfTheAguaCalienteIndianReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +2382 139 Credential awarded at the Journeyman level for successful completion of an apprenticeship program in industry trades and professions \N ceterms-JourneymanCertificate JourneymanCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +3503 284 Umkumiut Native Village (previously listed as Umkumiute Native Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UmkumiutNativeVillage UmkumiutNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3970 310 Koi Nation of Northern California (previously listed as Lower Lake Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KoiNationOfNorthernCalifornia KoiNationOfNorthernCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +2999 284 Augustine Band of Cahuilla Indians, California (previously listed as Augustine Band of Cahuilla Mission Indians of the Augustine Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AugustineBandOfCahuillaIndians-California AugustineBandOfCahuillaIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3430 284 Santee Sioux Nation, Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanteeSiouxNationNebraska SanteeSiouxNation-Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +3016 284 Cabazon Band of Mission Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CabazonBandOfMissionIndians-California CabazonBandOfMissionIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3482 284 The Seminole Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheSeminoleNationOfOklahoma TheSeminoleNationOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3486 284 Tohono O'odham Nation of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TohonoO'odhamNationOfArizona TohonoO'odhamNationOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3498 284 Turtle Mountain Band of Chippewa Indians of North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TurtleMountainBandOfChippewaIndiansOfNorthDakota TurtleMountainBandOfChippewaIndiansOfNorthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +4158 310 Paskenta Band of Nomlaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaskentaBandOfNomlakiIndiansOfCalifornia PaskentaBandOfNomlakiIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4162 310 Pawnee Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PawneeNationOfOklahoma PawneeNationOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3414 284 Sac & Fox Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxNationOklahoma Sac&FoxNation-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4314 310 United Keetoowah Band of Cherokee Indians in Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UnitedKeetoowahBandOfCherokeeIndiansInOklahoma UnitedKeetoowahBandOfCherokeeIndiansInOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3158 284 Klawock Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KlawockCooperativeAssociation KlawockCooperativeAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3505 284 United Keetoowah Band of Cherokee Indians in Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UnitedKeetoowahBandOfCherokeeIndiansInOklahoma UnitedKeetoowahBandOfCherokeeIndiansInOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +2910 277 Puerto Rico \N PR PuertoRico \N \N \N \N \N \N \N LIF f \N f 4 +1786 74 The related Course Code is based on the NCES Pilot Standard National Course Classification System for Secondary Education Codes. \N NCES NCESPilotStandardNationalCourseClassificationSystemForSecondaryEducationCodes \N CEDS \N \N \N \N \N LIF f \N f 4 +3462 284 Standing Rock Sioux Tribe of North & South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StandingRockSiouxTribeOfNorth&SouthDakota StandingRockSiouxTribeOfNorth&SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3536 284 Washoe Tribe of Nevada & California (Carson Colony, Dresslerville Colony, Woodfords Community, Stewart Community & Washoe Ranches) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WashoeTribeOfNevada&California WashoeTribeOfNevada&California \N CEDS \N \N \N \N \N LIF f \N f 1 +200 16 Regular assessment based on grade-level achievement standards without accommodations is specified as a type of assessment administered. \N REGASSWOACC RegularAssessmentsBasedOnGrade-levelAchievementStandardsWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N f 4 +2416 140 128-bit number used to identify information in computer systems. \N UUID UniversallyUniqueIdentifier \N \N \N \N \N \N \N LIF f \N f 15 +3788 310 Absentee-Shawnee Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Absentee-ShawneeTribeOfIndiansOfOklahoma Absentee-ShawneeTribeOfIndiansOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +1792 75 Accepted as a high school equivalent is specified as the general nature and difficulty of instruction provided throughout a course. \N 579 AcceptedAsAHighSchoolEquivalent \N CEDS \N \N \N \N \N LIF f \N f 4 +760 33 \N \N sla SlavicLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +3102 284 Galena Village (aka Louden Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GalenaVillage GalenaVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3108 284 Gulkana Village Council (previously listed as Gulkana Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GulkanaVillageCouncil GulkanaVillageCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +4134 310 Northwestern Band of the Shoshone Nation (previously listed as Northwestern Band of Shoshoni Nation and the Northwestern Band of Shoshoni Nation of Utah (Washakie)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthwesternBandOfTheShoshoneNation NorthwesternBandOfTheShoshoneNation \N \N \N \N \N \N \N LIF f \N f 4 +4246 310 Seneca Nation of Indians (previously listed as Seneca Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SenecaNationOfIndians SenecaNationOfIndians \N \N \N \N \N \N \N LIF f \N f 4 2417 141 The Credential is active and can be awarded. \N Active Active \N \N \N \N \N \N \N LIF f \N f 15 -2418 142 Open Badges 2.0 \N OB2 Open Badges 2.0 \N \N \N \N \N \N \N LIF f \N f 15 -3102 284 Galena Village (aka Louden Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Galena Village Galena Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3105 284 Greenville Rancheria (previously listed as Greenville Rancheria of Maidu Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Greenville Rancheria Greenville Rancheria \N CEDS \N \N \N \N \N LIF f \N f 1 -4431 313 South Dakota \N South Dakota South Dakota \N \N \N \N \N \N \N LIF f \N f 4 +3325 284 Northwestern Band of the Shoshone Nation (previously listed as Northwestern Band of Shoshoni Nation and the Northwestern Band of Shoshoni Nation of Utah (Washakie)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthwesternBandOfTheShoshoneNation NorthwesternBandOfTheShoshoneNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3331 284 Omaha Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OmahaTribeOfNebraska OmahaTribeOfNebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +1833 76 \N \N PT ProfessionalOrTechnicalCredential \N CEDS \N \N \N \N \N LIF f \N f 4 4432 313 Tennessee \N Tennessee Tennessee \N \N \N \N \N \N \N LIF f \N f 4 -3101 284 Fort Sill Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Sill Apache Tribe Of Oklahoma Fort Sill Apache Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3115 284 Holy Cross Tribe (previously listed as Holy Cross Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HolyCrossTribe HolyCrossTribe \N CEDS \N \N \N \N \N LIF f \N f 1 2911 277 Palau \N PW Palau \N \N \N \N \N \N \N LIF f \N f 4 -3108 284 Gulkana Village Council (previously listed as Gulkana Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Gulkana Village Council Gulkana Village Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3665 290 Career and Technical Education certificate is the extent of formal instruction a person has received. \N CareerAndTechnicalEducationCertificate Career and Technical Education certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -3112 284 Healy Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Healy Lake Village Healy Lake Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3114 284 Hoh Indian Tribe (previously listed as Hoh Indian Tribe of the Hoh Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoh Indian Tribe Hoh Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3115 284 Holy Cross Tribe (previously listed as Holy Cross Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Holy Cross Tribe Holy Cross Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3116 284 Hoonah Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoonah Indian Association Hoonah Indian Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3106 284 Grindstone Indian Rancheria of Wintun-Wailaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Grindstone Indian Rancheria Of Wintun-Wailaki Indians Of California Grindstone Indian Rancheria of Wintun-Wailaki Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3107 284 Guidiville Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Guidiville Rancheria Of California Guidiville Rancheria of California \N CEDS \N \N \N \N \N LIF f \N f 1 -760 33 \N \N sla Slavic languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1953 84 Instructional telecommunications is specified as the type of location at which the course is taught. \N Telecommunication InstructionalTelecommunications \N CEDS \N \N \N \N \N LIF f \N f 4 +3112 284 Healy Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HealyLakeVillage HealyLakeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2415 140 A string of characters used to identify a resource. \N URI UniformResourceIdentifier \N \N \N \N \N \N \N LIF f \N f 15 +3105 284 Greenville Rancheria (previously listed as Greenville Rancheria of Maidu Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GreenvilleRancheria GreenvilleRancheria \N CEDS \N \N \N \N \N LIF f \N f 1 +4431 313 South Dakota \N SouthDakota SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3114 284 Hoh Indian Tribe (previously listed as Hoh Indian Tribe of the Hoh Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HohIndianTribe HohIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 761 33 \N \N slo Slovak \N CEDS \N \N \N \N \N LIF f \N t 1 762 33 \N \N slv Slovenian \N CEDS \N \N \N \N \N LIF f \N t 1 -3113 284 Ho-Chunk Nation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ho-Chunk Nation Of Wisconsin Ho-Chunk Nation of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3118 284 Hopi Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hopi Tribe Of Arizona Hopi Tribe of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -2569 163 \N \N FullTime Full Time \N HR Open \N \N \N \N \N LIF f \N f 2 -2570 163 \N \N PartTime Part Time \N HR Open \N \N \N \N \N LIF f \N f 2 -2571 163 \N \N FlexTime Flex Time \N HR Open \N \N \N \N \N LIF f \N f 2 -2572 163 \N \N SharedTime Shared Time \N HR Open \N \N \N \N \N LIF f \N f 2 +3665 290 Career and Technical Education certificate is the extent of formal instruction a person has received. \N CareerAndTechnicalEducationCertificate CareerAndTechnicalEducationCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +3239 284 Native Village of False Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfFalsePass NativeVillageOfFalsePass \N CEDS \N \N \N \N \N LIF f \N f 1 +2418 142 Open Badges 2.0 \N OB2 OpenBadges2.0 \N \N \N \N \N \N \N LIF f \N f 15 +3116 284 Hoonah Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoonahIndianAssociation HoonahIndianAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3101 284 Fort Sill Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortSillApacheTribeOfOklahoma FortSillApacheTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +2592 199 \N \N LaborUnion LaborUnion \N CEDS \N \N \N \N \N LIF f \N f 4 +2593 199 \N \N TeacherUnion TeacherUnion \N CEDS \N \N \N \N \N LIF f \N f 4 2573 167 \N \N Hour Hour \N HR Open \N \N \N \N \N LIF f \N f 2 2574 167 \N \N Day Day \N HR Open \N \N \N \N \N LIF f \N f 2 2575 167 \N \N Week Week \N HR Open \N \N \N \N \N LIF f \N f 2 @@ -14491,43 +14410,41 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2587 167 \N \N QuarterToDate QuarterToDate \N HR Open \N \N \N \N \N LIF f \N f 2 2588 167 \N \N YearToDate YearToDate \N HR Open \N \N \N \N \N LIF f \N f 2 2589 167 \N \N Once Once \N HR Open \N \N \N \N \N LIF f \N f 2 -2590 195 Full-time paid is specified as the condition under which a person has agreed to serve as an employee. \N FullTime Full-time paid \N CEDS \N \N \N \N \N LIF f \N f 4 -2591 195 Part-time paid is specified as the condition under which a person has agreed to serve as an employee. \N PartTime Part-time paid \N CEDS \N \N \N \N \N LIF f \N f 4 -2592 199 \N \N Labor Union Labor Union \N CEDS \N \N \N \N \N LIF f \N f 4 -2593 199 \N \N Teacher Union Teacher Union \N CEDS \N \N \N \N \N LIF f \N f 4 2594 199 \N \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 4 -2595 200 Budgetary reduction is the primary reason for the termination of the employment relationship. \N 1395 Budgetary reduction \N CEDS \N \N \N \N \N LIF f \N f 4 -2596 200 Change of assignment is the primary reason for the termination of the employment relationship. \N 1391 Change of assignment \N CEDS \N \N \N \N \N LIF f \N f 4 +3790 310 Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AguaCalienteBandOfCahuillaIndiansOfTheAguaCalienteIndianReservation AguaCalienteBandOfCahuillaIndiansOfTheAguaCalienteIndianReservation-California \N \N \N \N \N \N \N LIF f \N f 4 2597 200 Compensation is the primary reason for the termination of the employment relationship. \N 89604 Compensation \N CEDS \N \N \N \N \N LIF f \N f 4 -2598 200 Continued absence or tardiness is the primary reason for the termination of the employment relationship. \N 1400 Continued absence or tardiness \N CEDS \N \N \N \N \N LIF f \N f 4 -2599 200 Credential revoked or suspended is the primary reason for the termination of the employment relationship. \N 1402 Credential revoked or suspended \N CEDS \N \N \N \N \N LIF f \N f 4 +2595 200 Budgetary reduction is the primary reason for the termination of the employment relationship. \N 1395 BudgetaryReduction \N CEDS \N \N \N \N \N LIF f \N f 4 2600 200 Death is the primary reason for the termination of the employment relationship. \N 1404 Death \N CEDS \N \N \N \N \N LIF f \N f 4 -2601 200 Decreased workload is the primary reason for the termination of the employment relationship. \N 1397 Decreased workload \N CEDS \N \N \N \N \N LIF f \N f 4 -2602 200 Falsified application form is the primary reason for the termination of the employment relationship. \N 1401 Falsified application form \N CEDS \N \N \N \N \N LIF f \N f 4 -2603 200 Family/personal relocation is the primary reason for the termination of the employment relationship. \N 1390 Family/personal relocation \N CEDS \N \N \N \N \N LIF f \N f 4 -2604 200 Formal study or research is the primary reason for the termination of the employment relationship. \N 1392 Formal study or research \N CEDS \N \N \N \N \N LIF f \N f 4 -2605 200 Homemaking/caring for a family member is the primary reason for the termination of the employment relationship. \N 1394 Homemaking/caring for a family member \N CEDS \N \N \N \N \N LIF f \N f 4 +2603 200 Family/personal relocation is the primary reason for the termination of the employment relationship. \N 1390 Family/personalRelocation \N CEDS \N \N \N \N \N LIF f \N f 4 +2610 200 Organizational restructuring is the primary reason for the termination of the employment relationship. \N 1396 OrganizationalRestructuring \N CEDS \N \N \N \N \N LIF f \N f 4 2606 200 Illness/disability is the primary reason for the termination of the employment relationship. \N 1393 Illness/disability \N CEDS \N \N \N \N \N LIF f \N f 4 -2607 200 Leave Not Planning to Return is the primary reason for the termination of the employment relationship. \N 73203 Leave Not Planning to Return \N CEDS \N \N \N \N \N LIF f \N f 4 -2608 200 Leave Planning to Return is the primary reason for the termination of the employment relationship. \N 73202 Leave Planning to Return \N CEDS \N \N \N \N \N LIF f \N f 4 2609 200 Misconduct is the primary reason for the termination of the employment relationship. \N 1399 Misconduct \N CEDS \N \N \N \N \N LIF f \N f 4 -2610 200 Organizational restructuring is the primary reason for the termination of the employment relationship. \N 1396 Organizational restructuring \N CEDS \N \N \N \N \N LIF f \N f 4 +2590 195 Full-time paid is specified as the condition under which a person has agreed to serve as an employee. \N FullTime Full-timePaid \N CEDS \N \N \N \N \N LIF f \N f 4 2611 200 The primary reason for the termination of the employment relationship is in a category not yet defined in CEDS. \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N f 4 -2612 200 Personal reason is the primary reason for the termination of the employment relationship. \N 1405 Personal reason \N CEDS \N \N \N \N \N LIF f \N f 4 +2598 200 Continued absence or tardiness is the primary reason for the termination of the employment relationship. \N 1400 ContinuedAbsenceOrTardiness \N CEDS \N \N \N \N \N LIF f \N f 4 2613 200 Retirement is the primary reason for the termination of the employment relationship. \N 1389 Retirement \N CEDS \N \N \N \N \N LIF f \N f 4 -2614 200 Termination with Cause is the primary reason for the termination of the employment relationship. \N 73201 Termination with Cause \N CEDS \N \N \N \N \N LIF f \N f 4 +2489 151 Continued absence or tardiness is the primary reason for the termination of the employment relationship. \N ContinuedAbsenceOrTardiness ContinuedAbsenceOrTardiness \N CEDS \N \N \N \N \N LIF f \N t 1 2615 200 The primary reason for the termination of the employment relationship is unknown. \N 9997 Unknown \N CEDS \N \N \N \N \N LIF f \N f 4 -2616 200 Unsatisfactory work performance is the primary reason for the termination of the employment relationship. \N 1403 Unsatisfactory work performance \N CEDS \N \N \N \N \N LIF f \N f 4 2617 200 Unsuitability is the primary reason for the termination of the employment relationship. \N 1398 Unsuitability \N CEDS \N \N \N \N \N LIF f \N f 4 -2618 201 Involuntary separation is the type of separation occurring between a person and the organization. \N Involuntary Involuntary separation \N CEDS \N \N \N \N \N LIF f \N f 4 -763 33 \N \N sma Southern Sami \N CEDS \N \N \N \N \N LIF f \N t 1 -2619 201 Mutual agreement is the type of separation occurring between a person and the organization. \N MutualAgreement Mutual agreement \N CEDS \N \N \N \N \N LIF f \N f 4 +5187 351 \N \N Srn SrananTongo \N \N \N \N \N \N \N LIF f \N f 1 +3071 284 Craig Tribal Association (previously listed as Craig Community Association) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CraigTribalAssociation CraigTribalAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +2618 201 Involuntary separation is the type of separation occurring between a person and the organization. \N Involuntary InvoluntarySeparation \N CEDS \N \N \N \N \N LIF f \N f 4 +2569 163 \N \N FullTime FullTime \N HR Open \N \N \N \N \N LIF f \N f 2 +2570 163 \N \N PartTime PartTime \N HR Open \N \N \N \N \N LIF f \N f 2 +763 33 \N \N sma SouthernSami \N CEDS \N \N \N \N \N LIF f \N t 1 +2571 163 \N \N FlexTime FlexTime \N HR Open \N \N \N \N \N LIF f \N f 2 +2591 195 Part-time paid is specified as the condition under which a person has agreed to serve as an employee. \N PartTime Part-timePaid \N CEDS \N \N \N \N \N LIF f \N f 4 +2607 200 Leave Not Planning to Return is the primary reason for the termination of the employment relationship. \N 73203 LeaveNotPlanningToReturn \N CEDS \N \N \N \N \N LIF f \N f 4 +2608 200 Leave Planning to Return is the primary reason for the termination of the employment relationship. \N 73202 LeavePlanningToReturn \N CEDS \N \N \N \N \N LIF f \N f 4 +2614 200 Termination with Cause is the primary reason for the termination of the employment relationship. \N 73201 TerminationWithCause \N CEDS \N \N \N \N \N LIF f \N f 4 +2601 200 Decreased workload is the primary reason for the termination of the employment relationship. \N 1397 DecreasedWorkload \N CEDS \N \N \N \N \N LIF f \N f 4 +2616 200 Unsatisfactory work performance is the primary reason for the termination of the employment relationship. \N 1403 UnsatisfactoryWorkPerformance \N CEDS \N \N \N \N \N LIF f \N f 4 +2912 277 Rhode Island \N RI RhodeIsland \N \N \N \N \N \N \N LIF f \N f 4 2620 201 The type of separation occurring between a person and the organization is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 4 -2621 201 Voluntary separation is the type of separation occurring between a person and the organization. \N Voluntary Voluntary separation \N CEDS \N \N \N \N \N LIF f \N f 4 +3122 284 Hughes Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HughesVillage HughesVillage \N CEDS \N \N \N \N \N LIF f \N f 1 2622 202 Multi-year employment contract is specified. \N Multi-year Multi-year \N CEDS \N \N \N \N \N LIF f \N f 4 2623 202 Annual employment contract is specified. \N Annual Annual \N CEDS \N \N \N \N \N LIF f \N f 4 -2624 202 Less than annual employment contract is specified. \N LessThanAnnual Less than annual \N CEDS \N \N \N \N \N LIF f \N f 4 -2625 202 Not applicable is specified as the contact type. \N NotApplicable Not applicable \N CEDS \N \N \N \N \N LIF f \N f 4 +3133 284 Ivanof Bay Tribe (previously listed as Ivanoff Bay Tribe and Ivanoff Bay Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IvanofBayTribe IvanofBayTribe \N CEDS \N \N \N \N \N LIF f \N f 1 2626 226 \N \N SelfEmployed SelfEmployed \N \N \N \N \N \N \N LIF f \N f 9 2627 226 \N \N Other Other \N \N \N \N \N \N \N LIF f \N f 9 2628 227 \N \N Retired Retired \N \N \N \N \N \N \N LIF f \N f 9 @@ -14539,43 +14456,51 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2634 229 \N \N SummerUnemployed SummerUnemployed \N \N \N \N \N \N \N LIF f \N f 9 2635 229 \N \N YearRound YearRound \N \N \N \N \N \N \N LIF f \N f 9 2636 230 \N \N Salary Salary \N \N \N \N \N \N \N LIF f \N f 9 -3122 284 Hughes Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hughes Village Hughes Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3123 284 Huslia Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Huslia Village Huslia Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3124 284 Hydaburg Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hydaburg Cooperative Association Hydaburg Cooperative Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3125 284 Igiugig Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Igiugig Village Igiugig Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3132 284 Iqugmiut Traditional Council (previously listed as Iqurmuit Traditional Council) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iqugmiut Traditional Council Iqugmiut Traditional Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3133 284 Ivanof Bay Tribe (previously listed as Ivanoff Bay Tribe and Ivanoff Bay Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ivanof Bay Tribe Ivanof Bay Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3135 284 Jamestown S'Klallam Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jamestown S'Klallam Tribe Jamestown S'Klallam Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3139 284 Kaguyak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaguyak Village Kaguyak Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3141 284 Kaktovik Village (aka Barter Island) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaktovik Village Kaktovik Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3971 310 Kokhanok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kokhanok Village Kokhanok Village \N \N \N \N \N \N \N LIF f \N f 4 -3128 284 Inupiat Community of the Arctic Slope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Inupiat Community Of the Arctic Slope Inupiat Community of the Arctic Slope \N CEDS \N \N \N \N \N LIF f \N f 1 -3129 284 Ione Band of Miwok Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ione Band Of Miwok Indians Of California Ione Band of Miwok Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3130 284 Iowa Tribe of Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iowa Tribe Of Kansas and Nebraska Iowa Tribe of Kansas and Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 -3131 284 Iowa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iowa Tribe Of Oklahoma Iowa Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3134 284 Jackson Band of Miwuk Indians (previously listed as Jackson Rancheria of Me-Wuk Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jackson Band Of Miwuk Indians Jackson Band of Miwuk Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3136 284 Jamul Indian Village of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jamul Indian Village Of California Jamul Indian Village of California \N CEDS \N \N \N \N \N LIF f \N f 1 -2912 277 Rhode Island \N RI Rhode Island \N \N \N \N \N \N \N LIF f \N f 4 -765 33 \N \N smi Sami languages \N CEDS \N \N \N \N \N LIF f \N t 1 -3143 284 Karuk Tribe (previously listed as Karuk Tribe of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Karuk Tribe Karuk Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -764 33 \N \N sme Northern Sami \N CEDS \N \N \N \N \N LIF f \N t 1 -766 33 \N \N smj Lule Sami \N CEDS \N \N \N \N \N LIF f \N t 1 -3145 284 Kasigluk Traditional Elders Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kasigluk Traditional Elders Council Kasigluk Traditional Elders Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3147 284 Kenaitze Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kenaitze Indian Tribe Kenaitze Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3148 284 Ketchikan Indian Corporation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ketchikan Indian Community Ketchikan Indian Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3150 284 Kialegee Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kialegee Tribal Town Kialegee Tribal Town \N CEDS \N \N \N \N \N LIF f \N f 1 -3154 284 King Island Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N King Island Native Community King Island Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3155 284 King Salmon Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N King Salmon Tribe King Salmon Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3157 284 Klamath Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Klamath Tribes Klamath Tribes \N CEDS \N \N \N \N \N LIF f \N f 1 -3158 284 Klawock Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Klawock Cooperative Association Klawock Cooperative Association \N CEDS \N \N \N \N \N LIF f \N f 1 +2624 202 Less than annual employment contract is specified. \N LessThanAnnual LessThanAnnual \N CEDS \N \N \N \N \N LIF f \N f 4 +3341 284 Oscarville Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OscarvilleTraditionalVillage OscarvilleTraditionalVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3124 284 Hydaburg Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HydaburgCooperativeAssociation HydaburgCooperativeAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3151 284 Kickapoo Traditional Tribe of Texas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTraditionalTribeOfTexas KickapooTraditionalTribeOfTexas \N CEDS \N \N \N \N \N LIF f \N f 1 +3123 284 Huslia Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HusliaVillage HusliaVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2621 201 Voluntary separation is the type of separation occurring between a person and the organization. \N Voluntary VoluntarySeparation \N CEDS \N \N \N \N \N LIF f \N f 4 +764 33 \N \N sme NorthernSami \N CEDS \N \N \N \N \N LIF f \N t 1 +2572 163 \N \N SharedTime SharedTime \N HR Open \N \N \N \N \N LIF f \N f 2 +3132 284 Iqugmiut Traditional Council (previously listed as Iqurmuit Traditional Council) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IqugmiutTraditionalCouncil IqugmiutTraditionalCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +4920 351 \N \N Fiu Finno-UgricLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4933 351 \N \N Gem GermanicLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4975 351 \N \N Ijo IjoLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4980 351 \N \N Inc IndicLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4982 351 \N \N Ine Indo-EuropeanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4985 351 \N \N Ira IranianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +3125 284 Igiugig Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IgiugigVillage IgiugigVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3139 284 Kaguyak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaguyakVillage KaguyakVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +766 33 \N \N smj LuleSami \N CEDS \N \N \N \N \N LIF f \N t 1 +3027 284 Central Council of the Tlingit & Haida Indian Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CentralCouncilOfTheTlingit&HaidaIndianTribes CentralCouncilOfTheTlingit&HaidaIndianTribes \N CEDS \N \N \N \N \N LIF f \N f 1 +4986 351 \N \N Iro IroquoianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4999 351 \N \N Kar KarenLanguages \N \N \N \N \N \N \N LIF f \N f 1 +2619 201 Mutual agreement is the type of separation occurring between a person and the organization. \N MutualAgreement MutualAgreement \N CEDS \N \N \N \N \N LIF f \N f 4 +5056 351 \N \N Map AustronesianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5066 351 \N \N Mis UncodedLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5067 351 \N \N Mkh Mon-KhmerLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5072 351 \N \N Mno ManoboLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5076 351 \N \N Mul MultipleLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5077 351 \N \N Mun MundaLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5083 351 \N \N Nah NahuatlLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5095 351 \N \N Nic Niger–CongoLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5104 351 \N \N Nub NubianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5054 351 \N \N Man Mandingo;MandingLanguages \N \N \N \N \N \N \N LIF f \N f 1 +2625 202 Not applicable is specified as the contact type. \N NotApplicable NotApplicable \N CEDS \N \N \N \N \N LIF f \N f 4 +5084 351 \N \N Nai NorthAmericanIndianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +3162 284 Kokhanok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KokhanokVillage KokhanokVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2816 274 The entity responsible for operating the school. \N OperatingBody OperatingBody \N \N \N \N \N \N \N LIF f \N f 4 +2817 274 The secondary entity with legal authority to create or close the organization. \N SecondaryAuthorizingBody SecondaryAuthorizingBody \N \N \N \N \N \N \N LIF f \N f 4 +3164 284 Koyukuk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KoyukukNativeVillage KoyukukNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 2906 277 Ohio \N OH Ohio \N \N \N \N \N \N \N LIF f \N f 4 -3160 284 Knik Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Knik Tribe Knik Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3162 284 Kokhanok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kokhanok Village Kokhanok Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3164 284 Koyukuk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Koyukuk Native Village Koyukuk Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3142 284 Kalispel Indian Community of the Kalispel Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kalispel Indian Community Of the Kalispel Reservation Kalispel Indian Community of the Kalispel Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3151 284 Kickapoo Traditional Tribe of Texas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Traditional Tribe Of Texas Kickapoo Traditional Tribe of Texas \N CEDS \N \N \N \N \N LIF f \N f 1 -3153 284 Kickapoo Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Tribe Of Oklahoma Kickapoo Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -2913 277 South Carolina \N SC South Carolina \N \N \N \N \N \N \N LIF f \N f 4 +2913 277 South Carolina \N SC SouthCarolina \N \N \N \N \N \N \N LIF f \N f 4 +3154 284 King Island Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KingIslandNativeCommunity KingIslandNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +3150 284 Kialegee Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KialegeeTribalTown KialegeeTribalTown \N CEDS \N \N \N \N \N LIF f \N f 1 +5118 351 \N \N Oto OtomianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5119 351 \N \N Paa PapuanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5128 351 \N \N Phi PhilippineLanguages \N \N \N \N \N \N \N LIF f \N f 1 1445 45 \N \N Address Address \N \N \N \N \N \N \N LIF f \N f 1 1446 45 \N \N PositionRole PositionRole \N \N \N \N \N \N \N LIF f \N f 1 1447 45 \N \N Requirements Requirements \N \N \N \N \N \N \N LIF f \N f 1 @@ -14587,24 +14512,33 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1452 45 \N \N InformationSource InformationSource \N \N \N \N \N \N \N LIF f \N f 1 1453 45 \N \N Culture Culture \N \N \N \N \N \N \N LIF f \N f 1 1454 45 \N \N Contact Contact \N \N \N \N \N \N \N LIF f \N f 1 -2805 273 The Organization Identifier is a School-assigned number. \N School School-assigned number \N \N \N \N \N \N \N LIF f \N f 4 -2806 273 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N ACT College Board/ACT program code set of PK-grade 12 institutions \N \N \N \N \N \N \N LIF f \N f 4 -2807 273 The Organization Identifier is a Local Education Agency assigned number. \N LEA Local Education Agency assigned number \N \N \N \N \N \N \N LIF f \N f 4 -2808 273 The Organization Identifier is a State Education Agency assigned number. \N SEA State Education Agency assigned number \N \N \N \N \N \N \N LIF f \N f 4 -2809 273 The Organization Identifier is a National Center for Education Statistics assigned number. \N NCES National Center for Education Statistics assigned number \N \N \N \N \N \N \N LIF f \N f 4 -2810 273 The Organization Identifier is the organization's Federal identification number. \N FEIN Federal employer identification number \N \N \N \N \N \N \N LIF f \N f 4 -2811 273 The Organization Identifier is the organization's Dun and Bradstreet number. \N DUNS Dun and Bradstreet number \N \N \N \N \N \N \N LIF f \N f 4 -2812 273 The Organization Identifier is an other federally assigned number. \N OtherFederal Other federally assigned number \N \N \N \N \N \N \N LIF f \N f 4 -2813 273 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N LicenseNumber License Number \N \N \N \N \N \N \N LIF f \N f 4 +3148 284 Ketchikan Indian Corporation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KetchikanIndianCommunity KetchikanIndianCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +5134 351 \N \N Pra PrakritLanguages \N \N \N \N \N \N \N LIF f \N f 1 +3155 284 King Salmon Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KingSalmonTribe KingSalmonTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3145 284 Kasigluk Traditional Elders Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KasiglukTraditionalEldersCouncil KasiglukTraditionalEldersCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +5141 351 \N \N Roa RomanceLanguages \N \N \N \N \N \N \N LIF f \N f 1 +752 33 \N \N sem SemiticLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +3250 284 Native Village of Kipnuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKipnuk NativeVillageOfKipnuk \N CEDS \N \N \N \N \N LIF f \N f 1 2814 273 The Organization Identifier is from an identification system not yet defined in CEDS. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 -2815 274 The entity with legal authority to create or close the school. \N AuthorizingBody Authorizing Body \N \N \N \N \N \N \N LIF f \N f 4 -2816 274 The entity responsible for operating the school. \N OperatingBody Operating Body \N \N \N \N \N \N \N LIF f \N f 4 -2817 274 The secondary entity with legal authority to create or close the organization. \N SecondaryAuthorizingBody Secondary Authorizing Body \N \N \N \N \N \N \N LIF f \N f 4 -2818 274 An entity related to another entity, but that does not have authorizing or operating responsibility over the other entity. \N RelatedBody Related Body \N \N \N \N \N \N \N LIF f \N f 4 +3880 310 Craig Tribal Association (previously listed as Craig Community Association) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CraigTribalAssociation CraigTribalAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3245 284 Native Village of Hamilton is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfHamilton NativeVillageOfHamilton \N CEDS \N \N \N \N \N LIF f \N f 1 +5152 351 \N \N Sal SalishanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5160 351 \N \N Sem SemiticLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5162 351 \N \N Sgn SignLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5166 351 \N \N Sio SiouanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5167 351 \N \N Sit Sino-TibetanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5168 351 \N \N Sla SlavicLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5173 351 \N \N Smi SamiLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5181 351 \N \N Sog SogdianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5183 351 \N \N Son SonghaiLanguages \N \N \N \N \N \N \N LIF f \N f 1 +2813 273 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N LicenseNumber LicenseNumber \N \N \N \N \N \N \N LIF f \N f 4 +2815 274 The entity with legal authority to create or close the school. \N AuthorizingBody AuthorizingBody \N \N \N \N \N \N \N LIF f \N f 4 +3157 284 Klamath Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KlamathTribes KlamathTribes \N CEDS \N \N \N \N \N LIF f \N f 1 +3147 284 Kenaitze Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KenaitzeIndianTribe KenaitzeIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +5151 351 \N \N Sai SouthAmericanIndianLanguages \N \N \N \N \N \N \N LIF f \N f 1 2819 275 A business, firm, institution, or other organization for whom an individual works (including self-employment) in return for financial or other compensation. \N Employer Employer \N \N \N \N \N \N \N LIF f \N f 4 -2820 275 An institution that provides educational services; has one or more grade groups (PK through 12); has one or more teachers; is located in one or more buildings; has an assigned administrator(s). \N K12School K12 School \N \N \N \N \N \N \N LIF f \N f 4 -2821 275 An administrative unit at the local level which exists primarily to operate schools or to contract for educational services. These units may or may not be co-extensive with county, city, or town boundaries. \N LEA Local Education Agency (LEA) \N \N \N \N \N \N \N LIF f \N f 4 -2914 277 South Dakota \N SD South Dakota \N \N \N \N \N \N \N LIF f \N f 4 +2914 277 South Dakota \N SD SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +2828 275 A public or private institution, organization, or agency that provides instructional or support services to students or staff at any level. \N EducationInstitution EducationInstitution \N \N \N \N \N \N \N LIF f \N f 4 2915 277 Tennessee \N TN Tennessee \N \N \N \N \N \N \N LIF f \N f 4 1455 45 \N \N Wage Wage \N \N \N \N \N \N \N LIF f \N f 1 1456 45 \N \N Credential Credential \N \N \N \N \N \N \N LIF f \N f 1 @@ -14612,70 +14546,80 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1458 45 \N \N Position Position \N \N \N \N \N \N \N LIF f \N f 1 1459 45 \N \N Accessibility Accessibility \N \N \N \N \N \N \N LIF f \N f 1 1460 45 \N \N Organization Organization \N \N \N \N \N \N \N LIF f \N f 1 -3943 310 Jackson Band of Miwuk Indians (previously listed as Jackson Rancheria of Me-Wuk Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jackson Band Of Miwuk Indians Jackson Band of Miwuk Indians \N \N \N \N \N \N \N LIF f \N f 4 -3165 284 La Jolla Band of Luiseno Indians, California (previously listed as La Jolla Band of Luiseno Mission Indians of the La Jolla Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N La Jolla Band Of Luiseno IndiansCalifornia La Jolla Band of Luiseno Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 +2835 275 An organization with information about programs that help adults get the basic skills they need to be productive workers, family members, and citizens. \N AdultEducationProvider AdultEducationProvider \N \N \N \N \N \N \N LIF f \N f 4 +2834 275 An organization that provides educational programs for individuals who have completed or otherwise left educational programs in secondary school(s). \N PostsecondaryInstitution PostsecondaryInstitution \N \N \N \N \N \N \N LIF f \N f 4 1461 45 \N \N Criteria Criteria \N \N \N \N \N \N \N LIF f \N f 1 -2822 275 A regional, multi-services public agency authorized by State law to develop, manage, and provide services, programs, or other support (e.g., construction, food services, technology services) to LEAs. \N IEU Intermediate Educational Unit (IEU) \N \N \N \N \N \N \N LIF f \N f 4 +2818 274 An entity related to another entity, but that does not have authorizing or operating responsibility over the other entity. \N RelatedBody RelatedBody \N \N \N \N \N \N \N LIF f \N f 4 2908 277 Oregon \N OR Oregon \N \N \N \N \N \N \N LIF f \N f 4 2909 277 Pennsylvania \N PA Pennsylvania \N \N \N \N \N \N \N LIF f \N f 4 -2823 275 The agency of the state charged with primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instruction programs, and it is the state agency that administers federal grant programs. \N SEA State Education Agency (SEA) \N \N \N \N \N \N \N LIF f \N f 4 +310 30 The origin of the association is required as a prior condition for the destination of the association. \N IsPrerequisiteTo IsPrerequisiteTo \N CEDS \N \N \N \N \N LIF f \N t 1 2824 275 An organization responsible for identifying and/or selecting prospective employees to fill vacant positions in an organization. \N Recruiter Recruiter \N \N \N \N \N \N \N LIF f \N f 4 -2825 275 An organization or institution that administers benefit plans or services to a staff member. \N EmployeeBenefitCarrier Employee Benefit Carrier \N \N \N \N \N \N \N LIF f \N f 4 -2826 275 An individual or organization that contributes monetary, in kind, or other types of contributions to an employee's benefit plan. \N EmployeeBenefitContributor Employee Benefit Contributor \N \N \N \N \N \N \N LIF f \N f 4 -2827 275 An association or corporation established for the purpose of providing services on a nonprofit basis to its members. \N ProfessionalMembershipOrganization Professional Membership Organization \N \N \N \N \N \N \N LIF f \N f 4 -2828 275 A public or private institution, organization, or agency that provides instructional or support services to students or staff at any level. \N EducationInstitution Education Institution \N \N \N \N \N \N \N LIF f \N f 4 -2829 275 An individual or organization who provides a planned, structured process through which an individual improves his or her job-related knowledge, skills, or attitudes. Such a process is deigned to enable a staff member to grow within a profession or organization or to attain an initial or additional credential. \N StaffDevelopmentProvider Staff Development Provider \N \N \N \N \N \N \N LIF f \N f 4 +2827 275 An association or corporation established for the purpose of providing services on a nonprofit basis to its members. \N ProfessionalMembershipOrganization ProfessionalMembershipOrganization \N \N \N \N \N \N \N LIF f \N f 4 +3989 310 Lower Elwha Tribal Community (previously listed as Lower Elwha Tribal Community of the Lower Elwha Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerElwhaTribalCommunity LowerElwhaTribalCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3301 284 Native Village of Tyonek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTyonek NativeVillageOfTyonek \N CEDS \N \N \N \N \N LIF f \N f 1 +2836 275 An organization responsible for administering services to an individual or organization participating in a program or receiving services. \N ServiceProvider ServiceProvider \N \N \N \N \N \N \N LIF f \N f 4 +2393 139 Credential award at a postsecondary level for successful completion of a formal education program that is at least 1 year but less than 2 years, demonstrating competencies within a specific subject area or in an occupational area indicating job readiness. \N ceterms-TechnicalLevel2Certificate TechnicalLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 2830 275 An installation in which an organization is housed; includes all buildings, structures, and other stationary items that are located on a single site or on contiguous or adjacent sites and that are used for district or system administrative purposes. \N Facility Facility \N \N \N \N \N \N \N LIF f \N f 4 2831 275 The organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis, usually for a predetermined period of time (e.g., a semester or two-week workshop) to an individual or group of students (e.g., a class). \N Course Course \N \N \N \N \N \N \N LIF f \N f 4 -2832 275 A setting in which organized instruction of course content is provided to one or more students for a given period of time. \N CourseSection Course Section \N \N \N \N \N \N \N LIF f \N f 4 2833 275 An organization that supplements the regular school program or serves as early childhood education and care for children prior to reaching school-attendance age. These programs and services are often, but not solely, available through federal, state, or local agencies, non-profit organizations and/or other community-based organizations (or assistance provided by these entities). Services may be instructional or non-instructional in nature, may be direct or in-direct, and may be provided within or outside of a school building. \N Program Program \N \N \N \N \N \N \N LIF f \N f 4 -2834 275 An organization that provides educational programs for individuals who have completed or otherwise left educational programs in secondary school(s). \N PostsecondaryInstitution Postsecondary Institution \N \N \N \N \N \N \N LIF f \N f 4 -2835 275 An organization with information about programs that help adults get the basic skills they need to be productive workers, family members, and citizens. \N AdultEducationProvider Adult Education Provider \N \N \N \N \N \N \N LIF f \N f 4 -2836 275 An organization responsible for administering services to an individual or organization participating in a program or receiving services. \N ServiceProvider Service Provider \N \N \N \N \N \N \N LIF f \N f 4 -2837 275 An institution that has an ongoing, functional relationship with the education institution in order to provide improved educational experiences to an individual and/or the school. \N AffiliatedInstitution Affiliated Institution \N \N \N \N \N \N \N LIF f \N f 4 -2838 275 An institution that is responsible for the policy decisions of an educational entity. \N GoverningBoard Governing Board \N \N \N \N \N \N \N LIF f \N f 4 -2839 275 An institution, organization, federation, or other such group that is responsible for accrediting or endorsing an individual's preparation, skills, or performance. \N CredentialingOrganization Credentialing Organization \N \N \N \N \N \N \N LIF f \N f 4 -2840 275 An authority that reviews an organization's educational program and staff for quality, and certifies whether the organization meets a minimal set of standards. \N AccreditingOrganization Accrediting Organization \N \N \N \N \N \N \N LIF f \N f 4 -2841 275 A self-organized membership network of peer-level educational organizations intended to provide shared services or collective procurement. \N EducationOrganizationNetwork Education Organization Network \N \N \N \N \N \N \N LIF f \N f 4 -2842 275 The lead agency within a State/Jurisdiction responsible for administering IDEA Part C. \N IDEAPartCLeadAgency IDEA Part C Lead Agency \N \N \N \N \N \N \N LIF f \N f 4 -2843 275 A separate legal entity that 1) contracts with one or more charter schools to manage, operate, and oversee the charter schools; or 2) holds a charter, or charters, to operate multiple charter schools. (see Charter School Management Organization Type) \N CharterSchoolManagementOrganization Charter School Management Organization \N \N \N \N \N \N \N LIF f \N f 4 -2844 275 An organization responsible for authorizing charter schools. \N CharterSchoolAuthorizingOrganization Charter School Authorizing Organization \N \N \N \N \N \N \N LIF f \N f 4 -2845 275 The local, state, or federal agency that has primary responsibility for responding to an emergency situation. \N EmergencyResponseAgency Emergency Response Agency \N \N \N \N \N \N \N LIF f \N f 4 -2846 276 Primarily offers access to assessments for credentials as a service. \N AssessmentBody Assessment Body \N \N \N \N \N \N \N LIF f \N f 4 +2838 275 An institution that is responsible for the policy decisions of an educational entity. \N GoverningBoard GoverningBoard \N \N \N \N \N \N \N LIF f \N f 4 +2837 275 An institution that has an ongoing, functional relationship with the education institution in order to provide improved educational experiences to an individual and/or the school. \N AffiliatedInstitution AffiliatedInstitution \N \N \N \N \N \N \N LIF f \N f 4 +5190 351 \N \N Ssa Nilo-SaharanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5201 351 \N \N Tai TaiLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5227 351 \N \N Tup TupiLanguages \N \N \N \N \N \N \N LIF f \N f 1 +5266 351 \N \N Znd ZandeLanguages \N \N \N \N \N \N \N LIF f \N f 1 +765 33 \N \N smi SamiLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +598 33 \N \N khi KhoisanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2825 275 An organization or institution that administers benefit plans or services to a staff member. \N EmployeeBenefitCarrier EmployeeBenefitCarrier \N \N \N \N \N \N \N LIF f \N f 4 +2826 275 An individual or organization that contributes monetary, in kind, or other types of contributions to an employee's benefit plan. \N EmployeeBenefitContributor EmployeeBenefitContributor \N \N \N \N \N \N \N LIF f \N f 4 +2820 275 An institution that provides educational services; has one or more grade groups (PK through 12); has one or more teachers; is located in one or more buildings; has an assigned administrator(s). \N K12School K12School \N \N \N \N \N \N \N LIF f \N f 4 +2832 275 A setting in which organized instruction of course content is provided to one or more students for a given period of time. \N CourseSection CourseSection \N \N \N \N \N \N \N LIF f \N f 4 +2853 276 A membership organization of workers formed for the purpose of advancing its members' interests in respect to wages, benefits, and working conditions. \N LaborUnion LaborUnion \N \N \N \N \N \N \N LIF f \N f 4 +2841 275 A self-organized membership network of peer-level educational organizations intended to provide shared services or collective procurement. \N EducationOrganizationNetwork EducationOrganizationNetwork \N \N \N \N \N \N \N LIF f \N f 4 +3913 310 Grand Traverse Band of Ottawa and Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GrandTraverseBandOfOttawaAndChippewaIndiansMichigan GrandTraverseBandOfOttawaAndChippewaIndians-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +2849 276 An independent, third-party organization that operates a certification program. A certification body may or may not be governmental, and may or may not have regulatory authority. \N CertificationBody CertificationBody \N \N \N \N \N \N \N LIF f \N f 4 +4107 310 Native Village of Tetlin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTetlin NativeVillageOfTetlin \N \N \N \N \N \N \N LIF f \N f 4 +2850 276 Authorized postsecondary institution that primarily offers bachelor or higher degrees, but may also award associate degrees. Includes free-standing medical, law or other first-professional schools, schools that offer postbaccalaureate certificates only, those that offer graduate programs only, etc. \N FourYear Four-YearCollege \N \N \N \N \N \N \N LIF f \N f 4 +1866 79 Clock Hours is specified as the type of credit associated with the credit hours earned for the course. \N ClockHours ClockHours \N CEDS \N \N \N \N \N LIF f \N f 4 +676 33 \N \N nai NorthAmericanIndianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2847 276 An organization that primarily sells products or services and employs one or more individuals. \N Business Business \N \N \N \N \N \N \N LIF f \N f 4 -2848 276 A membership organization primarily engaged in promoting the interests of their business members and providing them with services that may involve the provision of education and credentialing services. \N BusinessAssociation Business or Industry Association \N \N \N \N \N \N \N LIF f \N f 4 +2840 275 An authority that reviews an organization's educational program and staff for quality, and certifies whether the organization meets a minimal set of standards. \N AccreditingOrganization AccreditingOrganization \N \N \N \N \N \N \N LIF f \N f 4 2916 277 Texas \N TX Texas \N \N \N \N \N \N \N LIF f \N f 4 2917 277 Utah \N UT Utah \N \N \N \N \N \N \N LIF f \N f 4 2918 277 Virginia \N VA Virginia \N \N \N \N \N \N \N LIF f \N f 4 -2849 276 An independent, third-party organization that operates a certification program. A certification body may or may not be governmental, and may or may not have regulatory authority. \N CertificationBody Certification Body \N \N \N \N \N \N \N LIF f \N f 4 -2850 276 Authorized postsecondary institution that primarily offers bachelor or higher degrees, but may also award associate degrees. Includes free-standing medical, law or other first-professional schools, schools that offer postbaccalaureate certificates only, those that offer graduate programs only, etc. \N FourYear Four-Year College \N \N \N \N \N \N \N LIF f \N f 4 -2851 276 An organization in the public sector at the federal, state or local levels. Includes quasi-governmental organizations, special districts (e.g., libraries), corrections organizations, etc., except college and school districts. Is also responsible for the oversight and administration of specific functions other than the military services. \N Government Government Agency \N \N \N \N \N \N \N LIF f \N f 4 -2852 276 A secondary school providing instruction and educational services that do not focus primarily on career and technical education or alternative education. \N HighSchool High School \N \N \N \N \N \N \N LIF f \N f 4 -2853 276 A membership organization of workers formed for the purpose of advancing its members' interests in respect to wages, benefits, and working conditions. \N LaborUnion Labor Union \N \N \N \N \N \N \N LIF f \N f 4 -2854 276 A public school offering special instruction and programs not available elsewhere, designed to attract a more diverse student body from throughout a school district. \N Magnet Magnet/Competitive Admissions School \N \N \N \N \N \N \N LIF f \N f 4 +4280 310 Sycuan Band of the Kumeyaay Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SycuanBandOfTheKumeyaayNation SycuanBandOfTheKumeyaayNation \N \N \N \N \N \N \N LIF f \N f 4 +3252 284 Native Village of Kluti Kaah (aka Copper Center) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKlutiKaah NativeVillageOfKlutiKaah \N CEDS \N \N \N \N \N LIF f \N f 1 +2864 276 Authorized postsecondary institution that primarily offers associate degrees, but may also award higher degrees. \N TwoYear Two-YearCollege \N \N \N \N \N \N \N LIF f \N f 4 +3253 284 Native Village of Kobuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKobuk NativeVillageOfKobuk \N CEDS \N \N \N \N \N LIF f \N f 1 +3254 284 Native Village of Kongiganak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKongiganak NativeVillageOfKongiganak \N CEDS \N \N \N \N \N LIF f \N f 1 2855 276 The armed services of a government entity. \N Military Military \N \N \N \N \N \N \N LIF f \N f 4 -2856 276 A secondary school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; and 3) falls outside of the categories of regular, magnet/special program emphasis, or career and technical education. \N NonTraditional Alternative/Non-Traditional School \N \N \N \N \N \N \N LIF f \N f 4 -2857 276 An organization such as a college or university: (1) whose sole purpose is to provide postsecondary education defined as the provision of a formal instructional program whose curriculum is designed primarily for students who are beyond the compulsory age for high school and (2) has the authority to award degrees. This includes programs whose purpose is academic, vocational, and continuing professional education. \N Postsecondary Postsecondary Educational Institution \N \N \N \N \N \N \N LIF f \N f 4 -2858 276 An organization that primarily operates online. \N PrimarilyOnline Primarily Online \N \N \N \N \N \N \N LIF f \N f 4 -2859 276 A membership organization primarily engaged in promoting the interests of a particular profession, the interests of individuals engaged in that profession, and providing them with services that may involve the provision of education and credentialing services. \N ProfessionalAssociation Professional Association \N \N \N \N \N \N \N LIF f \N f 4 -2860 276 External body that performs accreditation, endorsement, approval, and/or recognition of a credential issuer. \N QualityAssurance Quality Assurance Body \N \N \N \N \N \N \N LIF f \N f 4 -2861 276 A secondary school primarily providing education to students at the ninth grade or higher. \N SecondarySchool Secondary School \N \N \N \N \N \N \N LIF f \N f 4 -2862 276 A secondary school that focuses primarily on providing formal preparation for skilled, technical or professional occupations or careers. \N Technical Career and Technical School \N \N \N \N \N \N \N LIF f \N f 4 -2863 276 An organization whose major purpose is to provide education and training services but is not a postsecondary education institution with the authority to award degrees. Includes community-based organizations, non-degree granting proprietary schools which are education and training providers that are recognized by states as schools and are Title IV eligible but do not award degrees, etc. \N TrainingProvider Education and Training Provider \N \N \N \N \N \N \N LIF f \N f 4 -2864 276 Authorized postsecondary institution that primarily offers associate degrees, but may also award higher degrees. \N TwoYear Two-Year College \N \N \N \N \N \N \N LIF f \N f 4 +2839 275 An institution, organization, federation, or other such group that is responsible for accrediting or endorsing an individual's preparation, skills, or performance. \N CredentialingOrganization CredentialingOrganization \N \N \N \N \N \N \N LIF f \N f 4 +3255 284 Native Village of Kotzebue is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKotzebue NativeVillageOfKotzebue \N CEDS \N \N \N \N \N LIF f \N f 1 +865 34 Testability requires a combination of indicators that assess multiple competencies or performance tasks \N MultipleCompetency MultipleCompetency \N CEDS \N \N \N \N \N LIF f \N t 1 +2858 276 An organization that primarily operates online. \N PrimarilyOnline PrimarilyOnline \N \N \N \N \N \N \N LIF f \N f 4 +613 33 \N \N kro KruLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +659 33 \N \N mkh Mon-KhmerLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2865 276 Sells, maintains, and issues credentials for its own products and services for public access and use. \N Vendor Vendor \N \N \N \N \N \N \N LIF f \N f 4 2866 277 Alaska \N AK Alaska \N \N \N \N \N \N \N LIF f \N f 4 2867 277 Alabama \N AL Alabama \N \N \N \N \N \N \N LIF f \N f 4 2868 277 Arkansas \N AR Arkansas \N \N \N \N \N \N \N LIF f \N f 4 -2869 277 American Samoa \N AS American Samoa \N \N \N \N \N \N \N LIF f \N f 4 +664 33 \N \N mno ManoboLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +668 33 \N \N mul MultipleLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +669 33 \N \N mun MundaLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +673 33 \N \N myn MayanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +675 33 \N \N nah NahuatlLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2846 276 Primarily offers access to assessments for credentials as a service. \N AssessmentBody AssessmentBody \N \N \N \N \N \N \N LIF f \N f 4 +2852 276 A secondary school providing instruction and educational services that do not focus primarily on career and technical education or alternative education. \N HighSchool HighSchool \N \N \N \N \N \N \N LIF f \N f 4 +463 33 \N \N chu ChurchSlavic;OldSlavonic;ChurchSlavonic;OldBulgarian;OldChurchSlavonic \N CEDS \N \N \N \N \N LIF f \N t 1 +2861 276 A secondary school primarily providing education to students at the ninth grade or higher. \N SecondarySchool SecondarySchool \N \N \N \N \N \N \N LIF f \N f 4 2870 277 Arizona \N AZ Arizona \N \N \N \N \N \N \N LIF f \N f 4 2871 277 California \N CA California \N \N \N \N \N \N \N LIF f \N f 4 2872 277 Colorado \N CO Colorado \N \N \N \N \N \N \N LIF f \N f 4 2873 277 Connecticut \N CT Connecticut \N \N \N \N \N \N \N LIF f \N f 4 -2874 277 District of Columbia \N DC District of Columbia \N \N \N \N \N \N \N LIF f \N f 4 +2923 277 West Virginia \N WV WestVirginia \N \N \N \N \N \N \N LIF f \N f 4 2875 277 Delaware \N DE Delaware \N \N \N \N \N \N \N LIF f \N f 4 2876 277 Florida \N FL Florida \N \N \N \N \N \N \N LIF f \N f 4 -2877 277 Federated States of Micronesia \N FM Federated States of Micronesia \N \N \N \N \N \N \N LIF f \N f 4 +2891 277 Marshall Islands \N MH MarshallIslands \N \N \N \N \N \N \N LIF f \N f 4 2878 277 Georgia \N GA Georgia \N \N \N \N \N \N \N LIF f \N f 4 2879 277 Guam \N GU Guam \N \N \N \N \N \N \N LIF f \N f 4 2880 277 Hawaii \N HI Hawaii \N \N \N \N \N \N \N LIF f \N f 4 @@ -14689,70 +14633,63 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2888 277 Massachusetts \N MA Massachusetts \N \N \N \N \N \N \N LIF f \N f 4 2889 277 Maryland \N MD Maryland \N \N \N \N \N \N \N LIF f \N f 4 2890 277 Maine \N ME Maine \N \N \N \N \N \N \N LIF f \N f 4 -2891 277 Marshall Islands \N MH Marshall Islands \N \N \N \N \N \N \N LIF f \N f 4 +3256 284 Native Village of Koyuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKoyuk NativeVillageOfKoyuk \N CEDS \N \N \N \N \N LIF f \N f 1 2892 277 Michigan \N MI Michigan \N \N \N \N \N \N \N LIF f \N f 4 2893 277 Minnesota \N MN Minnesota \N \N \N \N \N \N \N LIF f \N f 4 2894 277 Missouri \N MO Missouri \N \N \N \N \N \N \N LIF f \N f 4 -2895 277 Northern Marianas \N MP Northern Marianas \N \N \N \N \N \N \N LIF f \N f 4 +3257 284 Native Village of Kwigillingok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKwigillingok NativeVillageOfKwigillingok \N CEDS \N \N \N \N \N LIF f \N f 1 2896 277 Mississippi \N MS Mississippi \N \N \N \N \N \N \N LIF f \N f 4 2897 277 Montana \N MT Montana \N \N \N \N \N \N \N LIF f \N f 4 -2919 277 Virgin Islands \N VI Virgin Islands \N \N \N \N \N \N \N LIF f \N f 4 +4058 310 Native Village of Kiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKiana NativeVillageOfKiana \N \N \N \N \N \N \N LIF f \N f 4 2920 277 Vermont \N VT Vermont \N \N \N \N \N \N \N LIF f \N f 4 2921 277 Washington \N WA Washington \N \N \N \N \N \N \N LIF f \N f 4 2922 277 Wisconsin \N WI Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -2923 277 West Virginia \N WV West Virginia \N \N \N \N \N \N \N LIF f \N f 4 +2942 280 Main phone number is the type of communication number listed for an organization. \N Main MainPhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 2924 277 Wyoming \N WY Wyoming \N \N \N \N \N \N \N LIF f \N f 4 -2925 277 Armed Forces America \N AA Armed Forces America \N \N \N \N \N \N \N LIF f \N f 4 -2926 277 Armed Forces Africa, Canada, Europe, and Mideast \N AE Armed Forces Africa, Canada, Europe, and Mideast \N \N \N \N \N \N \N LIF f \N f 4 -2927 277 Armed Forces Pacific \N AP Armed Forces Pacific \N \N \N \N \N \N \N LIF f \N f 4 -2928 278 Counties in metro areas of 1 million population or more \N 1 Counties in metro areas of 1 million population or more \N \N \N \N \N \N \N LIF f \N f 4 -2929 278 Counties in metro areas of 250,000 to 1 million population \N 2 Counties in metro areas of 250,000 to 1 million population \N \N \N \N \N \N \N LIF f \N f 4 -2930 278 Counties in metro areas of fewer than 250,000 population \N 3 Counties in metro areas of fewer than 250,000 population \N \N \N \N \N \N \N LIF f \N f 4 -2931 278 Urban population of 20,000 or more, adjacent to a metro area \N 4 Urban population of 20,000 or more, adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 -2932 278 Urban population of 20,000 or more, not adjacent to a metro area \N 5 Urban population of 20,000 or more, not adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 -2933 278 Urban population of 2,500 to 19,999, adjacent to a metro area \N 6 Urban population of 2,500 to 19,999, adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 -2934 278 Urban population of 2,500 to 19,999, not adjacent to a metro area \N 7 Urban population of 2,500 to 19,999, not adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 -2935 278 Completely rural or less than 2,500 urban population, adjacent to a metro area \N 8 Completely rural or less than 2,500 urban population, adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 -2936 278 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N 9 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N \N \N \N \N \N \N LIF f \N f 4 +2919 277 Virgin Islands \N VI VirginIslands \N \N \N \N \N \N \N LIF f \N f 4 +2946 280 Cafeteria/Food Services is the type of communication number listed for an organization. \N FoodServices Cafeteria/FoodServices \N \N \N \N \N \N \N LIF f \N f 4 +2928 278 Counties in metro areas of 1 million population or more \N 1 CountiesInMetroAreasOf1MillionPopulationOrMore \N \N \N \N \N \N \N LIF f \N f 4 +2943 280 Administrative phone number is the type of communication number listed for an organization. \N Administrative AdministrativePhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 +687 33 \N \N nic Niger-KordofanianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +696 33 \N \N nub NubianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2948 281 Regionally accredited higher education institution. \N Regional RegionallyAccredited \N \N \N \N \N \N \N LIF f \N f 4 +2874 277 District of Columbia \N DC DistrictOfColumbia \N \N \N \N \N \N \N LIF f \N f 4 +2949 281 Programmatic accreditation higher education institution. \N Programmatic ProgrammaticAccreditation \N \N \N \N \N \N \N LIF f \N f 4 2937 279 Home/personal is the type of electronic mail (e-mail) address listed for a person or organization. \N Home Home/personal \N \N \N \N \N \N \N LIF f \N f 4 2938 279 Work is the type of electronic mail (e-mail) address listed for a person or organization. \N Work Work \N \N \N \N \N \N \N LIF f \N f 4 -2939 279 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational Organizational (school) address \N \N \N \N \N \N \N LIF f \N f 4 2940 279 Other is the type of electronic mail (e-mail) address listed for a person or organization. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 2941 280 Fax number is the type of communication number listed for an organization. \N Fax Fax \N \N \N \N \N \N \N LIF f \N f 4 -2942 280 Main phone number is the type of communication number listed for an organization. \N Main Main phone number \N \N \N \N \N \N \N LIF f \N f 4 -2943 280 Administrative phone number is the type of communication number listed for an organization. \N Administrative Administrative phone number \N \N \N \N \N \N \N LIF f \N f 4 -2944 280 Health clinic phone number is the type of communication number listed for an organization. \N HealthClinic Health clinic phone number \N \N \N \N \N \N \N LIF f \N f 4 -2945 280 Attendance line is the type of communication number listed for an organization. \N Attendance Attendance line \N \N \N \N \N \N \N LIF f \N f 4 -2946 280 Cafeteria/Food Services is the type of communication number listed for an organization. \N FoodServices Cafeteria/Food Services \N \N \N \N \N \N \N LIF f \N f 4 +2877 277 Federated States of Micronesia \N FM FederatedStatesOfMicronesia \N \N \N \N \N \N \N LIF f \N f 4 +2895 277 Northern Marianas \N MP NorthernMarianas \N \N \N \N \N \N \N LIF f \N f 4 2947 280 Other is the type of communication number listed for an organization. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 -2948 281 Regionally accredited higher education institution. \N Regional Regionally accredited \N \N \N \N \N \N \N LIF f \N f 4 -2949 281 Programmatic accreditation higher education institution. \N Programmatic Programmatic accreditation \N \N \N \N \N \N \N LIF f \N f 4 -2950 281 Nationally accredited higher education institution. \N National Nationally accredited \N \N \N \N \N \N \N LIF f \N f 4 2951 281 Faith-based accreditation organization. \N Faith Faith \N \N \N \N \N \N \N LIF f \N f 4 -2952 281 Career related higher education institution. \N CareerRelated Career related \N \N \N \N \N \N \N LIF f \N f 4 -2953 281 Not accredited higher education institution. \N NotAccredited Not accredited \N \N \N \N \N \N \N LIF f \N f 4 +710 33 \N \N oto OtomianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +711 33 \N \N paa PapuanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +720 33 \N \N phi PhilippineLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2869 277 American Samoa \N AS AmericanSamoa \N \N \N \N \N \N \N LIF f \N f 4 +2925 277 Armed Forces America \N AA ArmedForcesAmerica \N \N \N \N \N \N \N LIF f \N f 4 +2927 277 Armed Forces Pacific \N AP ArmedForcesPacific \N \N \N \N \N \N \N LIF f \N f 4 +2373 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the master's degree and less than a doctoral degree and provides specific preparation for advanced careers in a specialist field \N ceterms-SpecialistDegree SpecialistDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2945 280 Attendance line is the type of communication number listed for an organization. \N Attendance AttendanceLine \N \N \N \N \N \N \N LIF f \N f 4 +4062 310 Native Village of Kobuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKobuk NativeVillageOfKobuk \N \N \N \N \N \N \N LIF f \N f 4 1462 45 \N \N Accredidation Accredidation \N \N \N \N \N \N \N LIF f \N f 1 1463 45 \N \N ProficiencyDefinition ProficiencyDefinition \N \N \N \N \N \N \N LIF f \N f 1 1464 45 \N \N MilitaryLearningExperience MilitaryLearningExperience \N \N \N \N \N \N \N LIF f \N f 1 1465 45 \N \N Identity Identity \N \N \N \N \N \N \N LIF f \N f 1 -4776 350 \N \N MissingAtWill Missing At Will \N \N \N 2025-09-16 15:47:00+00 2025-09-16 15:47:00+00 \N UX LIF f \N f 1 -2980 284 Agdaagux Tribe of King Cove is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AgdaaguxTribeOfKingCove Agdaagux Tribe of King Cove \N CEDS \N \N \N \N \N LIF f \N f 1 -2981 284 Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AguaCalienteBandOfCahuillaIndiansOfTheAguaCalienteIndianReservationCalifornia Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -2982 284 Ak-Chin Indian Community (previously listed as Ak Chin Indian Community of the Maricopa (Ak Chin) Indian Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-ChinIndianCommunity Ak-Chin Indian Community \N CEDS \N \N \N \N \N LIF f \N f 1 -2983 284 Akiachak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-AkiachakNativeCommunity Akiachak Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -2984 284 Akiak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AkiakNativeCommunity Akiak Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -2985 284 Alabama-Coushatta Tribe of Texas (previously listed as Alabama Coushatta Tribes of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-CoushattaTribeOfTexas Alabama-Coushatta Tribe of Texas \N CEDS \N \N \N \N \N LIF f \N f 1 -2986 284 Alabama-Quassarte Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-QuassarteTribalTown Alabama-Quassarte Tribal Town \N CEDS \N \N \N \N \N LIF f \N f 1 -2987 284 Alatna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlatnaVillage Alatna Village \N CEDS \N \N \N \N \N LIF f \N f 1 -2988 284 Algaaciq Native Village (St. Mary's) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlgaaciqNativeVillage Algaaciq Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -2989 284 Allakaket Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AllakaketVillage Allakaket Village \N CEDS \N \N \N \N \N LIF f \N f 1 -4211 310 Rappahannock Tribe, Inc. is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rappahannock TribeInc. Rappahannock Tribe, Inc. \N \N \N \N \N \N \N LIF f \N f 4 +4063 310 Native Village of Kongiganak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKongiganak NativeVillageOfKongiganak \N \N \N \N \N \N \N LIF f \N f 4 +1571 52 \N \N AS Associate'sDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +2952 281 Career related higher education institution. \N CareerRelated CareerRelated \N \N \N \N \N \N \N LIF f \N f 4 +4776 350 \N \N MissingAtWill MissingAtWill \N \N \N 2025-09-16 15:47:00+00 2025-09-16 15:47:00+00 \N UX LIF f \N f 1 +2396 139 Credential awarded at a postsecondary level for successful completion of a formal education program that is completed within one semester, demonstrating competencies within a specific occupational area, indicating job readiness. \N ceterms-BasicTechnicalCertificate BasicTechnicalCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2953 281 Not accredited higher education institution. \N NotAccredited NotAccredited \N \N \N \N \N \N \N LIF f \N f 4 +2982 284 Ak-Chin Indian Community (previously listed as Ak Chin Indian Community of the Maricopa (Ak Chin) Indian Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-ChinIndianCommunity Ak-ChinIndianCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +4777 350 \N \N NotApplicable NotApplicable \N \N \N 2025-09-16 15:48:00+00 2025-09-16 15:48:00+00 \N UX LIF f \N f 1 +2983 284 Akiachak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-AkiachakNativeCommunity AkiachakNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 3643 289 Male \N Male Male \N \N \N \N \N \N \N LIF f \N f 1 1489 45 \N \N CourseCompetency CourseCompetency \N \N \N \N \N \N \N LIF f \N f 1 1491 45 \N \N RelationshipContacts RelationshipContacts \N \N \N \N \N \N \N LIF f \N f 1 1492 45 \N \N Consent Consent \N \N \N \N \N \N \N LIF f \N f 1 1493 45 \N \N Program Program \N \N \N \N \N \N \N LIF f \N f 1 -4777 350 \N \N NotApplicable Not Applicable \N \N \N 2025-09-16 15:48:00+00 2025-09-16 15:48:00+00 \N UX LIF f \N f 1 426 33 \N \N bem Bemba \N CEDS \N \N \N \N \N LIF f \N t 1 1494 45 \N \N ProficiencyResult ProficiencyResult \N \N \N \N \N \N \N LIF f \N f 1 1495 45 \N \N SexAndGender SexAndGender \N \N \N \N \N \N \N LIF f \N f 1 @@ -14769,74 +14706,69 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 1484 45 \N \N Grade Grade \N \N \N \N \N \N \N LIF f \N f 1 4433 313 Texas \N Texas Texas \N \N \N \N \N \N \N LIF f \N f 4 1485 45 \N \N Accreditation Accreditation \N \N \N \N \N \N \N LIF f \N f 1 -4214 310 Redding Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Redding RancheriaCalifornia Redding Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -4216 310 Reno-Sparks Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Reno-Sparks Indian ColonyNevada Reno-Sparks Indian Colony, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4217 310 Resighini Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Resighini RancheriaCalifornia Resighini Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 1486 45 \N \N Language Language \N \N \N \N \N \N \N LIF f \N f 1 1487 45 \N \N AssessmentPerformanceLevel AssessmentPerformanceLevel \N \N \N \N \N \N \N LIF f \N f 1 1488 45 \N \N IssuerOrganization IssuerOrganization \N \N \N \N \N \N \N LIF f \N f 1 -1571 52 \N \N AS Associate's degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3658 290 Ninth grade is the extent of formal instruction a person has received. \N NinthGrade Ninth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3171 284 Levelock Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Levelock Village Levelock Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3172 284 Lime Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lime Village Lime Village \N CEDS \N \N \N \N \N LIF f \N f 1 -1572 52 \N \N BA Bachelor's degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3176 284 Lone Pine Paiute-Shoshone Tribe (previously listed as Paiute-Shoshone Indians of the Lone Pine Community of the Lone Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lone Pine Paiute-Shoshone Tribe Lone Pine Paiute-Shoshone Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -1573 52 \N \N PB Post-baccalaureate certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -1569 52 Intended for those attending secondary (high-school) level programs. \N AudLevel:SecondaryLevel Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 1 +2397 139 Credential that acknowledges attendance and/or engagement in an activity. \N ceterms-CertificateOfParticipation CertificateOfParticipation \N CTDL \N \N \N \N \N LIF f \N f 10 +2984 284 Akiak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AkiakNativeCommunity AkiakNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +2986 284 Alabama-Quassarte Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-QuassarteTribalTown Alabama-QuassarteTribalTown \N CEDS \N \N \N \N \N LIF f \N f 1 +2987 284 Alatna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlatnaVillage AlatnaVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2988 284 Algaaciq Native Village (St. Mary's) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlgaaciqNativeVillage AlgaaciqNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2989 284 Allakaket Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AllakaketVillage AllakaketVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +2856 276 A secondary school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; and 3) falls outside of the categories of regular, magnet/special program emphasis, or career and technical education. \N NonTraditional Alternative/Non-TraditionalSchool \N \N \N \N \N \N \N LIF f \N f 4 +2991 284 Alutiiq Tribe of Old Harbor (previously listed as Native Village of Old Harbor and Village of Old Harbor) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlutiiqTribeOfOldHarbor AlutiiqTribeOfOldHarbor \N CEDS \N \N \N \N \N LIF f \N f 1 +3192 284 McGrath Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N McGrathNativeVillage McGrathNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +1579 52 \N \N PT ProfessionalOrTechnicalCredential \N CEDS \N \N \N \N \N LIF f \N f 1 +3171 284 Levelock Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LevelockVillage LevelockVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3658 290 Ninth grade is the extent of formal instruction a person has received. \N NinthGrade NinthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 4434 313 Utah \N Utah Utah \N \N \N \N \N \N \N LIF f \N f 4 -3167 284 Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac Courte Oreilles Band Of Lake Superior Chippewa Indians Of Wisconsin Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3168 284 Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac du Flambeau Band Of Lake Superior Chippewa Indians Of the Lac du Flambeau Reservation Of Wisconsin Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3169 284 Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac Vieux Desert Band Of Lake Superior Chippewa Indians Of Michigan Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3174 284 Little Shell Tribe of Chippewa Indians of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little Shell Tribe Of Chippewa Indians Of Montana Little Shell Tribe of Chippewa Indians of Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -3173 284 Little River Band of Ottawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little River Band Of Ottawa IndiansMichigan Little River Band of Ottawa Indians, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +1562 52 \N \N 7 SeventhGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1563 52 \N \N 8 EighthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1564 52 \N \N 9 NinthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +1565 52 \N \N 10 TenthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3195 284 Mentasta Traditional Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MentastaTraditionalCouncil MentastaTraditionalCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 1580 52 \N \N OT Other \N CEDS \N \N \N \N \N LIF f \N f 1 -1570 52 Intended for those who have completed secondary level school programs or equivalent. \N AudLevel:PostSecondaryLevel Post Secondary Level \N CTDL \N \N \N \N \N LIF f \N f 1 -1575 52 \N \N PM Post-master's certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -1562 52 \N \N 7 Seventh grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1563 52 \N \N 8 Eighth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1576 52 \N \N DO Doctoral degree \N CEDS \N \N \N \N \N LIF f \N f 1 -1577 52 \N \N PD Post-doctoral certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -1579 52 \N \N PT Professional or technical credential \N CEDS \N \N \N \N \N LIF f \N f 1 -1578 52 \N \N AE Adult Education \N CEDS \N \N \N \N \N LIF f \N f 1 -1564 52 \N \N 9 Ninth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1565 52 \N \N 10 Tenth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1574 52 \N \N MD Master's degree \N CEDS \N \N \N \N \N LIF f \N f 1 -1566 52 \N \N 11 Eleventh grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1567 52 \N \N 12 Twelfth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -1568 52 \N \N 13 Grade 13 \N CEDS \N \N \N \N \N LIF f \N f 1 -3180 284 Lower Elwha Tribal Community (previously listed as Lower Elwha Tribal Community of the Lower Elwha Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Elwha Tribal Community Lower Elwha Tribal Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3642 288 Not selected \N NotSelected Not selected \N CEDS \N \N \N \N \N LIF f \N f 1 -3186 284 Manley Hot Springs Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manley Hot Springs Village Manley Hot Springs Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3187 284 Manokotak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manokotak Village Manokotak Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3666 290 Grade 13 is the extent of formal instruction a person has received. \N Grade13 Grade 13 \N CEDS \N \N \N \N \N LIF f \N f 1 -3189 284 Mashantucket Pequot Indian Tribe (previously listed as Mashantucket Pequot Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mashantucket Pequot Indian Tribe Mashantucket Pequot Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3190 284 Mashpee Wampanoag Tribe (previously listed as Mashpee Wampanoag Indian Tribal Council, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mashpee Wampanoag Tribe Mashpee Wampanoag Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3192 284 McGrath Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N McGrath Native Village McGrath Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3195 284 Mentasta Traditional Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mentasta Traditional Council Mentasta Traditional Council \N CEDS \N \N \N \N \N LIF f \N f 1 +1566 52 \N \N 11 EleventhGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3172 284 Lime Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LimeVillage LimeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3642 288 Not selected \N NotSelected NotSelected \N CEDS \N \N \N \N \N LIF f \N f 1 +3180 284 Lower Elwha Tribal Community (previously listed as Lower Elwha Tribal Community of the Lower Elwha Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerElwhaTribalCommunity LowerElwhaTribalCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +1567 52 \N \N 12 TwelfthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3186 284 Manley Hot Springs Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManleyHotSpringsVillage ManleyHotSpringsVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3187 284 Manokotak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManokotakVillage ManokotakVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +4064 310 Native Village of Kotzebue is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKotzebue NativeVillageOfKotzebue \N \N \N \N \N \N \N LIF f \N f 4 +3636 270 Home phone number is the type of communication number listed for a person. \N HomePhoneNumber HomePhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +3176 284 Lone Pine Paiute-Shoshone Tribe (previously listed as Paiute-Shoshone Indians of the Lone Pine Community of the Lone Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LonePinePaiute-ShoshoneTribe LonePinePaiute-ShoshoneTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3190 284 Mashpee Wampanoag Tribe (previously listed as Mashpee Wampanoag Indian Tribal Council, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MashpeeWampanoagTribe MashpeeWampanoagTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3167 284 Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacCourteOreillesBandOfLakeSuperiorChippewaIndiansOfWisconsin LacCourteOreillesBandOfLakeSuperiorChippewaIndiansOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +2774 268 Counties in metro areas of 250,000 to 1 million population \N 2 CountiesInMetroAreasOf250000To1MillionPopulation \N CEDS \N \N \N \N \N LIF f \N t 1 +1572 52 \N \N BA Bachelor'sDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +1576 52 \N \N DO DoctoralDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +1574 52 \N \N MD Master'sDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +1573 52 \N \N PB Post-baccalaureateCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +1575 52 \N \N PM Post-master'sCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +1577 52 \N \N PD Post-doctoralCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +1578 52 \N \N AE AdultEducation \N CEDS \N \N \N \N \N LIF f \N f 1 +68 4 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithoutAccommodations AssessmentBasedOnAgeLevelStandardsWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 +1915 81 Credit granted for the course based on successful score on a standardized test of comprehension or proficiency. \N CreditByExam CreditGrantedFromSuccessfulScoreOnAStandardizedTestOfcomprehensionOrProficiency. \N CEDS \N \N \N \N \N LIF f \N f 4 +1568 52 \N \N 13 Grade13 \N CEDS \N \N \N \N \N LIF f \N f 1 +3666 290 Grade 13 is the extent of formal instruction a person has received. \N Grade13 Grade13 \N CEDS \N \N \N \N \N LIF f \N f 1 +2401 139 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about two years in a specific subject. \N ceterms-HigherEducationLevel2Certificate HigherEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 4435 313 Virginia \N Virginia Virginia \N \N \N \N \N \N \N LIF f \N f 4 -3181 284 Lower Sioux Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Sioux Indian Community in the State Of Minnesota Lower Sioux Indian Community in the State of Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -3182 284 Lummi Tribe of the Lummi Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lummi Tribe Of the Lummi Reservation Lummi Tribe of the Lummi Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3286 284 Native Village of Savoonga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Savoonga Native Village of Savoonga \N CEDS \N \N \N \N \N LIF f \N f 1 -3183 284 Lytton Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lytton Rancheria Of California Lytton Rancheria of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3184 284 Makah Indian Tribe of the Makah Indian Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Makah Indian Tribe Of the Makah Indian Reservation Makah Indian Tribe of the Makah Indian Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3191 284 Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Match-e-be-nash-she-wish Band Of Pottawatomi Indians Of Michigan Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3631 287 West Virginia \N WestVirginia West Virginia \N CEDS \N \N \N \N \N LIF f \N f 1 -3205 284 Modoc Nation (previously listed as The Modoc Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Modoc Nation Modoc Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3207 284 Monacan Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Monacan Indian Nation Monacan Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3210 284 Muckleshoot Indian Tribe (previously listed as Muckleshoot Indian Tribe of the Muckleshoot Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Muckleshoot Indian Tribe Muckleshoot Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3211 284 Naknek Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Naknek Native Village Naknek Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3212 284 Nansemond Indian Nation (previously listed as Nansemond Indian Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nansemond Indian Nation Nansemond Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3213 284 Narragansett Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Narragansett Indian Tribe Narragansett Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3577 287 American Samoa \N AmericanSamoa AmericanSamoa \N CEDS \N \N \N \N \N LIF f \N f 1 +2377 139 An award level that normally requires at least 2 but less than 4 years of full-time equivalent college-level work. \N ceterms-AssociateDegree Associate'sDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2378 139 An award level that normally requires at least 4 but not more than 5 years of full-time equivalent college-level work. \N ceterms-BachelorDegree Bachelor'sDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +3205 284 Modoc Nation (previously listed as The Modoc Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ModocNation ModocNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3211 284 Naknek Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NaknekNativeVillage NaknekNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3207 284 Monacan Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MonacanIndianNation MonacanIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3212 284 Nansemond Indian Nation (previously listed as Nansemond Indian Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NansemondIndianNation NansemondIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3631 287 West Virginia \N WestVirginia WestVirginia \N CEDS \N \N \N \N \N LIF f \N f 1 +2944 280 Health clinic phone number is the type of communication number listed for an organization. \N HealthClinic HealthClinicPhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 3632 287 Wyoming \N Wyoming Wyoming \N CEDS \N \N \N \N \N LIF f \N f 1 -3199 284 Miami Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Miami Tribe Of Oklahoma Miami Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3200 284 Miccosukee Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Miccosukee Tribe Of Indians Miccosukee Tribe of Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3201 284 Middletown Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Middletown Rancheria Of Pomo Indians Of California Middletown Rancheria of Pomo Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3203 284 Mississippi Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mississippi Band Of Choctaw Indians Mississippi Band of Choctaw Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3206 284 Mohegan Tribe of Indians of Connecticut (previously listed as Mohegan Indian Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mohegan Tribe Of Indians Of Connecticut Mohegan Tribe of Indians of Connecticut \N CEDS \N \N \N \N \N LIF f \N f 1 +2404 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in scientific and technical fields and professional fields of study. \N ceterms-MasterOfScienceDegree MasterOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2413 139 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms-BachelorOfArtsDegree BachelorOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N f 10 4657 329 \N \N SEA SEA \N \N \N \N \N \N \N LIF f \N f 4 3600 287 Michigan \N Michigan Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 427 33 \N \N ben Bengali \N CEDS \N \N \N \N \N LIF f \N t 1 -3577 287 American Samoa \N AmericanSamoa American Samoa \N CEDS \N \N \N \N \N LIF f \N f 1 3576 287 Arkansas \N Arkansas Arkansas \N CEDS \N \N \N \N \N LIF f \N f 1 3578 287 Arizona \N Arizona Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 3579 287 California \N California California \N CEDS \N \N \N \N \N LIF f \N f 1 @@ -14851,714 +14783,506 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 3590 287 Idaho \N Idaho Idaho \N CEDS \N \N \N \N \N LIF f \N f 1 3591 287 Illinois \N Illinois Illinois \N CEDS \N \N \N \N \N LIF f \N f 1 3592 287 Indiana \N Indiana Indiana \N CEDS \N \N \N \N \N LIF f \N f 1 -4436 313 Virgin Islands \N Virgin Islands Virgin Islands \N \N \N \N \N \N \N LIF f \N f 4 +2414 139 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in scientific and technical fields and professional fields of study. \N ceterms-BachelorOfScienceDegree BachelorOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +4584 322 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel-DoctoralDegreeLevel DoctoralDegreeLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +2929 278 Counties in metro areas of 250,000 to 1 million population \N 2 CountiesInMetroAreasOf250000To1MillionPopulation \N \N \N \N \N \N \N LIF f \N f 4 +1663 57 Credit granted for the course based on successful score on a standardized test of comprehension or proficiency. \N CreditByExam CreditGrantedFromSuccessfulScoreOnAStandardizedTestOfcomprehensionOrProficiency. \N CEDS \N \N \N \N \N LIF f \N t 1 +3230 284 Native Village of Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfCouncil NativeVillageOfCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +2234 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in scientific and technical fields and professional fields of study. \N MasterOfScienceDegree ceterms-MasterOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +3269 284 Native Village of Nightmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNightmute NativeVillageOfNightmute \N CEDS \N \N \N \N \N LIF f \N f 1 4437 313 Vermont \N Vermont Vermont \N \N \N \N \N \N \N LIF f \N f 4 -3646 289 Not selected \N NotSelected Not selected \N Ed-Fi \N \N \N \N \N LIF f \N f 1 -3647 290 No school completed is the extent of formal instruction a person has received. \N NoSchoolCompleted No school completed \N CEDS \N \N \N \N \N LIF f \N f 1 -3650 290 First grade is the extent of formal instruction a person has received. \N FirstGrade First grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3651 290 Second grade is the extent of formal instruction a person has received. \N SecondGrade Second grade \N CEDS \N \N \N \N \N LIF f \N f 1 +2821 275 An administrative unit at the local level which exists primarily to operate schools or to contract for educational services. These units may or may not be co-extensive with county, city, or town boundaries. \N LEA LocalEducationAgency(LEA) \N \N \N \N \N \N \N LIF f \N f 4 +3780 309 The related Person Identifier uses the person's state-assigned number. \N State-assignedNumber State-assignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +3781 309 The related Person Identifier uses the person's institution-assigned number. \N Institution-assignedNumber Institution-assignedNumber \N \N \N \N \N \N \N LIF f \N f 4 3649 290 Kindergarten is the extent of formal instruction a person has received. \N Kindergarten Kindergarten \N CEDS \N \N \N \N \N LIF t \N f 1 3645 289 The person does not identity explicitly as male or female" \N Non-Binary Non-Binary \N HROPEN \N \N \N \N \N LIF f \N f 1 3648 290 Preschool is the extent of formal instruction a person has received. \N Preschool Preschool \N CEDS \N \N \N \N \N LIF f \N f 1 -3266 284 Native Village of Napakiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napakiak Native Village of Napakiak \N CEDS \N \N \N \N \N LIF f \N f 1 +3650 290 First grade is the extent of formal instruction a person has received. \N FirstGrade FirstGrade \N CEDS \N \N \N \N \N LIF f \N f 1 4658 329 \N \N NCES NCES \N \N \N \N \N \N \N LIF f \N f 4 2552 159 \N \N Hourly Hourly \N \N \N \N \N \N \N LIF f \N t 1 -3780 309 The related Person Identifier uses the person's state-assigned number. \N State-assigned number State-assigned number \N \N \N \N \N \N \N LIF f \N f 4 -3781 309 The related Person Identifier uses the person's institution-assigned number. \N Institution-assigned number Institution-assigned number \N \N \N \N \N \N \N LIF f \N f 4 -3782 309 The related Person Identifier uses the person's other federally assigned number. \N Other federally assigned number Other federally assigned number \N \N \N \N \N \N \N LIF f \N f 4 -3783 309 The related Person Identifier uses the person's Selective Service Number. \N Selective Service Number Selective Service Number \N \N \N \N \N \N \N LIF f \N f 4 -3784 309 The related Person Identifier uses the person's Canadian Social Insurance Number. \N Canadian Social Insurance Number Canadian Social Insurance Number \N \N \N \N \N \N \N LIF f \N f 4 -3785 309 Decentralized identifiers (DIDs) are globally unique identifiers made up of a string of letters and numbers that act like an identifying address on a blockchain and are independent of any organization. \N Decentralized identifiers Decentralized identifiers \N \N \N \N \N \N \N LIF f \N f 4 -3786 309 This specification describes a portable, extensible, JSON-LD wallet representation, supporting digital currencies and credentials. \N Universal Wallet 2020 Universal Wallet 2020 \N \N \N \N \N \N \N LIF f \N f 4 -3787 309 This document constitutes deliverable Task 2, Sub-task 2.1 B as specified in the Department of Education contract “Develop Open Source Standard for Student Credential Wallet” between the\nDepartment of Education and MIT. \N Learner Credential Wallet Specification Learner Credential Wallet Specification \N \N \N \N \N \N \N LIF f \N f 4 -3791 310 Ak-Chin Indian Community (previously listed as Ak Chin Indian Community of the Maricopa (Ak Chin) Indian Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-Chin Indian Community Ak-Chin Indian Community \N \N \N \N \N \N \N LIF f \N f 4 -3792 310 Akiachak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Akiachak Native Community Akiachak Native Community \N \N \N \N \N \N \N LIF f \N f 4 -3793 310 Akiak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Akiak Native Community Akiak Native Community \N \N \N \N \N \N \N LIF f \N f 4 -3795 310 Alabama-Quassarte Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-Quassarte Tribal Town Alabama-Quassarte Tribal Town \N \N \N \N \N \N \N LIF f \N f 4 -3796 310 Alatna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alatna Village Alatna Village \N \N \N \N \N \N \N LIF f \N f 4 -3797 310 Algaaciq Native Village (St. Mary's) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Algaaciq Native Village Algaaciq Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3798 310 Allakaket Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Allakaket Village Allakaket Village \N \N \N \N \N \N \N LIF f \N f 4 +3785 309 Decentralized identifiers (DIDs) are globally unique identifiers made up of a string of letters and numbers that act like an identifying address on a blockchain and are independent of any organization. \N DecentralizedIdentifiers DecentralizedIdentifiers \N \N \N \N \N \N \N LIF f \N f 4 +4436 313 Virgin Islands \N VirginIslands VirginIslands \N \N \N \N \N \N \N LIF f \N f 4 +1864 78 Dual level (graduate and professional- may be applicable to both) is specified as the level of credit associated with the credit hours earned for the course. \N GraduateProfessional GraduateProfessional \N CEDS \N \N \N \N \N LIF f \N f 4 +3786 309 This specification describes a portable, extensible, JSON-LD wallet representation, supporting digital currencies and credentials. \N UniversalWallet2020 UniversalWallet2020 \N \N \N \N \N \N \N LIF f \N f 4 +3646 289 Not selected \N NotSelected NotSelected \N Ed-Fi \N \N \N \N \N LIF f \N f 1 +3647 290 No school completed is the extent of formal instruction a person has received. \N NoSchoolCompleted NoSchoolCompleted \N CEDS \N \N \N \N \N LIF f \N f 1 +3784 309 The related Person Identifier uses the person's Canadian Social Insurance Number. \N CanadianSocialInsuranceNumber CanadianSocialInsuranceNumber \N \N \N \N \N \N \N LIF f \N f 4 4438 313 Washington \N Washington Washington \N \N \N \N \N \N \N LIF f \N f 4 -3287 284 Native Village of Scammon Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Scammon Bay Native Village of Scammon Bay \N CEDS \N \N \N \N \N LIF f \N f 1 -3288 284 Native Village of Selawik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Selawik Native Village of Selawik \N CEDS \N \N \N \N \N LIF f \N f 1 -3289 284 Native Village of Shaktoolik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shaktoolik Native Village of Shaktoolik \N CEDS \N \N \N \N \N LIF f \N f 1 -3801 310 Angoon Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Angoon Community Association Angoon Community Association \N \N \N \N \N \N \N LIF f \N f 4 -3802 310 Anvik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Anvik Village Anvik Village \N \N \N \N \N \N \N LIF f \N f 4 -3804 310 Arctic Village (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Arctic Village Arctic Village \N \N \N \N \N \N \N LIF f \N f 4 -767 33 \N \N smn Inari Sami \N CEDS \N \N \N \N \N LIF f \N t 1 -3806 310 Asa'carsarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Asa'carsarmiut Tribe Asa'carsarmiut Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3812 310 Beaver Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Beaver Village Beaver Village \N \N \N \N \N \N \N LIF f \N f 4 -3818 310 Birch Creek Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Birch Creek Tribe Birch Creek Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3819 310 Bishop Paiute Tribe (previously listed as Paiute-Shoshone Indians of the Bishop Community of the Bishop Colony, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bishop Paiute Tribe Bishop Paiute Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3944 310 Jamestown S'Klallam Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jamestown S'Klallam Tribe Jamestown S'Klallam Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3800 310 Alutiiq Tribe of Old Harbor (previously listed as Native Village of Old Harbor and Village of Old Harbor) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alutiiq Tribe Of Old Harbor Alutiiq Tribe of Old Harbor \N \N \N \N \N \N \N LIF f \N f 4 -3803 310 Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Apache Tribe Of Oklahoma Apache Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3805 310 Aroostook Band of Micmacs (previously listed as Aroostook Band of Micmac Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Aroostook Band Of Micmacs Aroostook Band of Micmacs \N \N \N \N \N \N \N LIF f \N f 4 -3813 310 Berry Creek Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Berry Creek Rancheria Of Maidu Indians Of California Berry Creek Rancheria of Maidu Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3815 310 Big Pine Paiute Tribe of the Owens Valley (previously listed as Big Pine Band of Owens Valley Paiute Shoshone Indians of the Big Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Pine Paiute Tribe Of the Owens Valley Big Pine Paiute Tribe of the Owens Valley \N \N \N \N \N \N \N LIF f \N f 4 -3816 310 Big Sandy Rancheria of Western Mono Indians of California (previously listed as Big Sandy Rancheria of Mono Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Sandy Rancheria Of Western Mono Indians Of California Big Sandy Rancheria of Western Mono Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -428 33 \N \N ber Berber languages \N CEDS \N \N \N \N \N LIF f \N t 1 -3822 310 Bridgeport Indian Colony (previously listed as Bridgeport Paiute Indian Colony of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bridgeport Indian Colony Bridgeport Indian Colony \N \N \N \N \N \N \N LIF f \N f 4 -3824 310 Burns Paiute Tribe (previously listed as Burns Paiute Tribe of the Burns Paiute Indian Colony of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Burns Paiute Tribe Burns Paiute Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3833 310 Catawba Indian Nation (aka Catawba Tribe of South Carolina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Catawba Indian Nation Catawba Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -3834 310 Cayuga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cayuga Nation Cayuga Nation \N \N \N \N \N \N \N LIF f \N f 4 -3837 310 Chalkyitsik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chalkyitsik Village Chalkyitsik Village \N \N \N \N \N \N \N LIF f \N f 4 -3838 310 Cheesh-Na Tribe (previously listed as Native Village of Chistochina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheesh-Na Tribe Cheesh-Na Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3820 310 Blackfeet Tribe of the Blackfeet Indian Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Blackfeet Tribe Of the Blackfeet Indian Reservation Of Montana Blackfeet Tribe of the Blackfeet Indian Reservation of Montana \N \N \N \N \N \N \N LIF f \N f 4 -3823 310 Buena Vista Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Buena Vista Rancheria Of Me-Wuk Indians Of California Buena Vista Rancheria of Me-Wuk Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3827 310 Caddo Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Caddo Nation Of Oklahoma Caddo Nation of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3828 310 Cahto Tribe of the Laytonville Rancheria is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cahto Tribe Of the Laytonville Rancheria Cahto Tribe of the Laytonville Rancheria \N \N \N \N \N \N \N LIF f \N f 4 -3829 310 Cahuilla Band of Indians (previously listed as Cahuilla Band of Mission Indians of the Cahuilla Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cahuilla Band Of Indians Cahuilla Band of Indians \N \N \N \N \N \N \N LIF f \N f 4 +3651 290 Second grade is the extent of formal instruction a person has received. \N SecondGrade SecondGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3791 310 Ak-Chin Indian Community (previously listed as Ak Chin Indian Community of the Maricopa (Ak Chin) Indian Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ak-ChinIndianCommunity Ak-ChinIndianCommunity \N \N \N \N \N \N \N LIF f \N f 4 +767 33 \N \N smn InariSami \N CEDS \N \N \N \N \N LIF f \N t 1 +3795 310 Alabama-Quassarte Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-QuassarteTribalTown Alabama-QuassarteTribalTown \N \N \N \N \N \N \N LIF f \N f 4 +3792 310 Akiachak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AkiachakNativeCommunity AkiachakNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3793 310 Akiak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AkiakNativeCommunity AkiakNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3796 310 Alatna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlatnaVillage AlatnaVillage \N \N \N \N \N \N \N LIF f \N f 4 +3797 310 Algaaciq Native Village (St. Mary's) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlgaaciqNativeVillage AlgaaciqNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3798 310 Allakaket Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AllakaketVillage AllakaketVillage \N \N \N \N \N \N \N LIF f \N f 4 +3801 310 Angoon Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AngoonCommunityAssociation AngoonCommunityAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3802 310 Anvik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AnvikVillage AnvikVillage \N \N \N \N \N \N \N LIF f \N f 4 +3804 310 Arctic Village (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ArcticVillage ArcticVillage \N \N \N \N \N \N \N LIF f \N f 4 +2199 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the master's degree and less than a doctoral degree and provides specific preparation for advanced careers in a specialist field \N SpecialistDegree ceterms-SpecialistDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +370 32 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N 1057 Doctoral(Doctor's)Degree \N CEDS \N \N \N \N \N LIF f \N t 1 +2939 279 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational Organizational(school)Address \N \N \N \N \N \N \N LIF f \N f 4 +812 33 \N \N ton Tonga(TongaIslands) \N CEDS \N \N \N \N \N LIF f \N t 1 +1707 60 Off campus (e.g., branch campus, etc.) is specified as the type of location at which the course is taught. \N OffCampus OffCampus(e.g.-branchCampus-etc.) \N CEDS \N \N \N \N \N LIF f \N t 1 +3837 310 Chalkyitsik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChalkyitsikVillage ChalkyitsikVillage \N \N \N \N \N \N \N LIF f \N f 4 +2822 275 A regional, multi-services public agency authorized by State law to develop, manage, and provide services, programs, or other support (e.g., construction, food services, technology services) to LEAs. \N IEU IntermediateEducationalUnit(IEU) \N \N \N \N \N \N \N LIF f \N f 4 +428 33 \N \N ber BerberLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +3806 310 Asa'carsarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Asa'carsarmiutTribe Asa'carsarmiutTribe \N \N \N \N \N \N \N LIF f \N f 4 +4287 310 The Chickasaw Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheChickasawNation TheChickasawNation \N \N \N \N \N \N \N LIF f \N f 4 +3834 310 Cayuga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CayugaNation CayugaNation \N \N \N \N \N \N \N LIF f \N f 4 +3822 310 Bridgeport Indian Colony (previously listed as Bridgeport Paiute Indian Colony of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BridgeportIndianColony BridgeportIndianColony \N \N \N \N \N \N \N LIF f \N f 4 +1740 65 Other, the course is not counted in GPA (e.g., used for academic forgiveness or clemency). \N NotCountedOther Other-notCountedInGPA(e.g.-usedForAcademicForgivenessOrClemency). \N CEDS \N \N \N \N \N LIF f \N t 1 +3833 310 Catawba Indian Nation (aka Catawba Tribe of South Carolina) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CatawbaIndianNation CatawbaIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +4272 310 Stebbins Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StebbinsCommunityAssociation StebbinsCommunityAssociation \N \N \N \N \N \N \N LIF f \N f 4 +356 32 High school completers (e.g., certificate of attendance) is the extent of formal instruction a person has received. \N 2408 HighSchoolCompleters(e.g.-certificateOfattendance) \N CEDS \N \N \N \N \N LIF f \N t 1 +3189 284 Mashantucket Pequot Indian Tribe (previously listed as Mashantucket Pequot Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MashantucketPequotIndianTribe MashantucketPequotIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +769 33 \N \N sms SkoltSami \N CEDS \N \N \N \N \N LIF f \N t 1 +4698 91 Completion of IFSP prior to reaching maximum age for Part C \N 2226 CompletionOfIFSPPriorToReachingMaximumAgeForPartC \N \N \N \N \N \N \N LIF f \N f 4 768 33 \N \N smo Samoan \N CEDS \N \N \N \N \N LIF f \N t 1 -769 33 \N \N sms Skolt Sami \N CEDS \N \N \N \N \N LIF f \N t 1 -3832 310 Capitan Grande Band of Diegueno Mission Indians of California (Barona Group of Capitan Grande Band of Mission Indians of the Barona Reservation, California; Viejas (Baron Long) Group of Capitan Grande Band of Mission Indians of the Viejas Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Capitan Grande Band Of Diegueno Mission Indians Of California Capitan Grande Band of Diegueno Mission Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3836 310 Central Council of the Tlingit & Haida Indian Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Central Council Of the Tlingit & Haida Indian Tribes Central Council of the Tlingit & Haida Indian Tribes \N \N \N \N \N \N \N LIF f \N f 4 -3841 310 Cherokee Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cherokee Nation Cherokee Nation \N \N \N \N \N \N \N LIF f \N f 4 -3842 310 Chevak Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chevak Native Village Chevak Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3845 310 Chickahominy Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickahominy Indian Tribe Chickahominy Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3846 310 Chickahominy Indian Tribe—Eastern Division is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickahominy Indian Tribe—Eastern Division Chickahominy Indian Tribe—Eastern Division \N \N \N \N \N \N \N LIF f \N f 4 -3847 310 Chickaloon Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chickaloon Native Village Chickaloon Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3849 310 Chignik Bay Tribal Council (previously listed as Native Village of Chignik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chignik Bay Tribal Council Chignik Bay Tribal Council \N \N \N \N \N \N \N LIF f \N f 4 -3850 310 Chignik Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chignik Lake Village Chignik Lake Village \N \N \N \N \N \N \N LIF f \N f 4 +2823 275 The agency of the state charged with primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instruction programs, and it is the state agency that administers federal grant programs. \N SEA StateEducationAgency(SEA) \N \N \N \N \N \N \N LIF f \N f 4 +4871 351 \N \N Chu ChurchSlavic;OldSlavonic \N \N \N \N \N \N \N LIF f \N f 1 +5039 351 \N \N Ltz Luxembourgish;Letzeburgesch \N \N \N \N \N \N \N LIF f \N f 1 +5042 351 \N \N Lug Ganda;Luganda \N \N \N \N \N \N \N LIF f \N f 1 +5055 351 \N \N Mao Maori;Māori \N \N \N \N \N \N \N LIF f \N f 1 +5058 351 \N \N Mas Masai;Maa \N \N \N \N \N \N \N LIF f \N f 1 +5061 351 \N \N Mdr Mandarin;Mandari \N \N \N \N \N \N \N LIF f \N f 1 +5064 351 \N \N Mic Mi'kmaq;Micmac \N \N \N \N \N \N \N LIF f \N f 1 +5071 351 \N \N Mni Manipuri;Meitei \N \N \N \N \N \N \N LIF f \N f 1 +5078 351 \N \N Mus Muscogee;Creek \N \N \N \N \N \N \N LIF f \N f 1 +5116 351 \N \N Oss Ossetian;Ossete \N \N \N \N \N \N \N LIF f \N f 1 +5122 351 \N \N Pam Pampanga;Kapampangan \N \N \N \N \N \N \N LIF f \N f 1 +3812 310 Beaver Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BeaverVillage BeaverVillage \N \N \N \N \N \N \N LIF f \N f 4 +3818 310 Birch Creek Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BirchCreekTribe BirchCreekTribe \N \N \N \N \N \N \N LIF f \N f 4 +4468 315 High school completers (e.g., certificate of attendance) is the extent of formal instruction a person has received. \N HighSchoolCompleters(e.g.certificateOfAttendance) HighSchoolCompleters(e.g.-certificateOfattendance) \N \N \N \N \N \N \N LIF f \N f 4 +3169 284 Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacVieuxDesertBandOfLakeSuperiorChippewaIndiansOfMichigan LacVieuxDesertBandOfLakeSuperiorChippewaIndiansOfMichigan \N CEDS \N \N \N \N \N LIF f \N f 1 +5121 351 \N \N Pal Pahlavi;MiddlePersian \N \N \N \N \N \N \N LIF f \N f 1 +2702 265 An organization whose major purpose is to provide education and training services but is not a postsecondary education institution with the authority to award degrees. Includes community-based organizations, non-degree granting proprietary schools which are education and training providers that are recognized by states as schools and are Title IV eligible but do not award degrees, etc. \N EducationAndTrainingProvider EducationAndTrainingProvider \N CEDS \N \N \N \N \N LIF f \N t 1 +2992 284 Angoon Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AngoonCommunityAssociation AngoonCommunityAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +2993 284 Anvik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AnvikVillage AnvikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3841 310 Cherokee Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CherokeeNation CherokeeNation \N \N \N \N \N \N \N LIF f \N f 4 +3842 310 Chevak Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChevakNativeVillage ChevakNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3847 310 Chickaloon Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickaloonNativeVillage ChickaloonNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3856 310 Chuloonawick Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChuloonawickNativeVillage ChuloonawickNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 4395 313 Georgia \N Georgia Georgia \N \N \N \N \N \N \N LIF f \N f 4 4396 313 Guam \N Guam Guam \N \N \N \N \N \N \N LIF f \N f 4 -3851 310 Chilkat Indian Village (Klukwan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chilkat Indian Village Chilkat Indian Village \N \N \N \N \N \N \N LIF f \N f 4 -3852 310 Chilkoot Indian Association (Haines) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chilkoot Indian Association Chilkoot Indian Association \N \N \N \N \N \N \N LIF f \N f 4 -3853 310 Chinik Eskimo Community (Golovin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chinik Eskimo Community Chinik Eskimo Community \N \N \N \N \N \N \N LIF f \N f 4 -3856 310 Chuloonawick Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chuloonawick Native Village Chuloonawick Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3857 310 Circle Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Circle Native Community Circle Native Community \N \N \N \N \N \N \N LIF f \N f 4 -3861 310 Coeur D'Alene Tribe (previously listed as Coeur D'Alene Tribe of the Coeur D'Alene Reservation, Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coeur D'Alene Tribe Coeur D'Alene Tribe \N \N \N \N \N \N \N LIF f \N f 4 +3857 310 Circle Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CircleNativeCommunity CircleNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3849 310 Chignik Bay Tribal Council (previously listed as Native Village of Chignik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChignikBayTribalCouncil ChignikBayTribalCouncil \N \N \N \N \N \N \N LIF f \N f 4 +4440 313 West Virginia \N WestVirginia WestVirginia \N \N \N \N \N \N \N LIF f \N f 4 +5135 351 \N \N Pro ProvincialLatin;OldProvençal \N \N \N \N \N \N \N LIF f \N f 1 4439 313 Wisconsin \N Wisconsin Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 2458 148 \N \N Commission Commission \N \N \N \N \N \N \N LIF f \N t 1 -3848 310 Chicken Ranch Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chicken Ranch Rancheria Of Me-Wuk Indians Of California Chicken Ranch Rancheria of Me-Wuk Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3855 310 Chitimacha Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chitimacha Tribe Of Louisiana Chitimacha Tribe of Louisiana \N \N \N \N \N \N \N LIF f \N f 4 -3859 310 Cloverdale Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cloverdale Rancheria Of Pomo Indians Of California Cloverdale Rancheria of Pomo Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3860 310 Cocopah Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cocopah Tribe Of Arizona Cocopah Tribe of Arizona \N \N \N \N \N \N \N LIF f \N f 4 -2991 284 Alutiiq Tribe of Old Harbor (previously listed as Native Village of Old Harbor and Village of Old Harbor) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alutiiq Tribe Of Old Harbor Alutiiq Tribe of Old Harbor \N CEDS \N \N \N \N \N LIF f \N f 1 -2992 284 Angoon Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Angoon Community Association Angoon Community Association \N CEDS \N \N \N \N \N LIF f \N f 1 -2993 284 Anvik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Anvik Village Anvik Village \N CEDS \N \N \N \N \N LIF f \N f 1 -4440 313 West Virginia \N West Virginia West Virginia \N \N \N \N \N \N \N LIF f \N f 4 -2994 284 Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Apache Tribe Of Oklahoma Apache Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3862 310 Cold Springs Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cold Springs Rancheria Of Mono Indians Of California Cold Springs Rancheria of Mono Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3865 310 Confederated Salish and Kootenai Tribes of the Flathead Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Salish and Kootenai Tribes Of the Flathead Reservation Confederated Salish and Kootenai Tribes of the Flathead Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3866 310 Confederated Tribes and Bands of the Yakama Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes and Bands Of the Yakama Nation Confederated Tribes and Bands of the Yakama Nation \N \N \N \N \N \N \N LIF f \N f 4 +5123 351 \N \N Pan Punjabi;Panjabi \N \N \N \N \N \N \N LIF f \N f 1 +3170 284 Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LasVegasTribeOfPaiuteIndiansOfTheLasVegasIndianColonyNevada LasVegasTribeOfPaiuteIndiansOfTheLasVegasIndianColony-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +5136 351 \N \N Pus Pashto;Pushto \N \N \N \N \N \N \N LIF f \N f 1 +5269 351 \N \N Zxx NoLinguisticContent;NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +5262 351 \N \N Zbl Blissymbols;Bliss \N \N \N \N \N \N \N LIF f \N f 1 +5140 351 \N \N Rar Rarotongan;CookIslandsMaori \N \N \N \N \N \N \N LIF f \N f 1 +5265 351 \N \N Zha Zhuang;Chuang \N \N \N \N \N \N \N LIF f \N f 1 +3850 310 Chignik Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChignikLakeVillage ChignikLakeVillage \N \N \N \N \N \N \N LIF f \N f 4 +5270 351 \N \N Zza Zaza;Dimli;Kirmanjki \N \N \N \N \N \N \N LIF f \N f 1 +626 33 \N \N lim Limburgan;Limburger;Limburgish \N CEDS \N \N \N \N \N LIF f \N t 1 +631 33 \N \N ltz Luxembourgish;Letzeburgesch \N CEDS \N \N \N \N \N LIF f \N t 1 +862 33 \N \N zza Zaza;Dimili;Dimli;Kirdki;Kirmanjki;Zazaki \N CEDS \N \N \N \N \N LIF f \N t 1 +3907 310 Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMcDermittPaiuteAndShoshoneTribesOfTheFortMcDermittIndianReservationNevadaAndOregon FortMcDermittPaiuteAndShoshoneTribesOfTheFortMcDermittIndianReservation-NevadaAndOregon \N \N \N \N \N \N \N LIF f \N f 4 +2392 139 Credential award at a postsecondary level for successful completion of a formal education program that is more than one semester and less than 1 year, demonstrating competencies within a specific subject area or an occupational area indicating job readiness. \N ceterms-TechnicalLevel1Certificate TechnicalLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 +3845 310 Chickahominy Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickahominyIndianTribe ChickahominyIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3861 310 Coeur D'Alene Tribe (previously listed as Coeur D'Alene Tribe of the Coeur D'Alene Reservation, Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoeurD'AleneTribe CoeurD'AleneTribe \N \N \N \N \N \N \N LIF f \N f 4 +3852 310 Chilkoot Indian Association (Haines) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChilkootIndianAssociation ChilkootIndianAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3846 310 Chickahominy Indian Tribe—Eastern Division is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickahominyIndianTribe—EasternDivision ChickahominyIndianTribe—EasternDivision \N \N \N \N \N \N \N LIF f \N f 4 +3853 310 Chinik Eskimo Community (Golovin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChinikEskimoCommunity ChinikEskimoCommunity \N \N \N \N \N \N \N LIF f \N f 4 +1803 75 International Baccalaureate course is specified as the general nature and difficulty of instruction provided throughout a course. \N 574 InternationalBaccalaureateCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +2408 139 Credential awarded for successful completion of a formal education program, demonstrating requisite knowledge and skills. \N ceterms-AcademicCertificate AcademicCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +430 33 \N \N bih BihariLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2994 284 Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ApacheTribeOfOklahoma ApacheTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 429 33 \N \N bho Bhojpuri \N CEDS \N \N \N \N \N LIF f \N t 1 -3001 284 Bay Mills Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bay Mills Indian CommunityMichigan Bay Mills Indian Community, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -2999 284 Augustine Band of Cahuilla Indians, California (previously listed as Augustine Band of Cahuilla Mission Indians of the Augustine Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Augustine Band Of Cahuilla IndiansCalifornia Augustine Band of Cahuilla Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3000 284 Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bad River Band Of the Lake Superior Tribe Of Chippewa Indians Of the Bad River ReservationWisconsin Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -2996 284 Aroostook Band of Micmacs (previously listed as Aroostook Band of Micmac Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Aroostook Band Of Micmacs Aroostook Band of Micmacs \N CEDS \N \N \N \N \N LIF f \N f 1 -430 33 \N \N bih Bihari languages \N CEDS \N \N \N \N \N LIF f \N t 1 +3013 284 Bridgeport Indian Colony (previously listed as Bridgeport Paiute Indian Colony of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BridgeportIndianColony BridgeportIndianColony \N CEDS \N \N \N \N \N LIF f \N f 1 +4442 313 Armed Forces America \N ArmedForcesAmerica ArmedForcesAmerica \N \N \N \N \N \N \N LIF f \N f 4 +2997 284 Asa'carsarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Asa'carsarmiutTribe Asa'carsarmiutTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +2402 139 An award level that requires the successful completion of a program of study of at least the full-time equivalent of 1 but not more than 2 academic years of work beyond the bachelor's degree. \N ceterms-MasterDegree Master'sDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +3003 284 Beaver Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BeaverVillage BeaverVillage \N CEDS \N \N \N \N \N LIF f \N f 1 431 33 \N \N bik Bikol \N CEDS \N \N \N \N \N LIF f \N t 1 -2997 284 Asa'carsarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Asa'carsarmiut Tribe Asa'carsarmiut Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3004 284 Berry Creek Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Berry Creek Rancheria Of Maidu Indians Of California Berry Creek Rancheria of Maidu Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3007 284 Big Sandy Rancheria of Western Mono Indians of California (previously listed as Big Sandy Rancheria of Mono Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Sandy Rancheria Of Western Mono Indians Of California Big Sandy Rancheria of Western Mono Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3011 284 Blackfeet Tribe of the Blackfeet Indian Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Blackfeet Tribe Of the Blackfeet Indian Reservation Of Montana Blackfeet Tribe of the Blackfeet Indian Reservation of Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -3003 284 Beaver Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Beaver Village Beaver Village \N CEDS \N \N \N \N \N LIF f \N f 1 +3009 284 Birch Creek Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BirchCreekTribe BirchCreekTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3270 284 Native Village of Nikolski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNikolski NativeVillageOfNikolski \N CEDS \N \N \N \N \N LIF f \N f 1 +4582 322 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel-BachelorsDegreeLevel BachelorsDegreeLevel \N CTDL \N \N \N \N \N LIF f \N t 1 3640 288 Male \N Male Male \N CEDS \N \N \N \N \N LIF f \N f 1 -3009 284 Birch Creek Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Birch Creek Tribe Birch Creek Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3010 284 Bishop Paiute Tribe (previously listed as Paiute-Shoshone Indians of the Bishop Community of the Bishop Colony, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bishop Paiute Tribe Bishop Paiute Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3013 284 Bridgeport Indian Colony (previously listed as Bridgeport Paiute Indian Colony of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bridgeport Indian Colony Bridgeport Indian Colony \N CEDS \N \N \N \N \N LIF f \N f 1 -4442 313 Armed Forces America \N Armed Forces America Armed Forces America \N \N \N \N \N \N \N LIF f \N f 4 -4443 313 Armed Forces Africa, Canada, Europe, and Mideast \N Armed Forces AfricaCanadaEuropeand Mideast Armed Forces Africa, Canada, Europe, and Mideast \N \N \N \N \N \N \N LIF f \N f 4 -4221 310 Round Valley Indian Tribes, Round Valley Reservation, California (previously listed as Round Valley Indian Tribes of the Round Valley Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Round Valley Indian TribesRound Valley ReservationCalifornia Round Valley Indian Tribes, Round Valley Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4223 310 Sac & Fox Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox NationOklahoma Sac & Fox Nation, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4239 310 Santee Sioux Nation, Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santee Sioux NationNebraska Santee Sioux Nation, Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4264 310 Sokaogon Chippewa Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sokaogon Chippewa CommunityWisconsin Sokaogon Chippewa Community, Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -4267 310 Spirit Lake Tribe, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Spirit Lake TribeNorth Dakota Spirit Lake Tribe, North Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4242 310 Sault Ste. Marie Tribe of Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sault Ste. Marie Tribe Of Chippewa IndiansMichigan Sault Ste. Marie Tribe of Chippewa Indians, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -4274 310 Stockbridge Munsee Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stockbridge Munsee CommunityWisconsin Stockbridge Munsee Community, Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -4278 310 Susanville Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Susanville Indian RancheriaCalifornia Susanville Indian Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -4300 310 Torres Martinez Desert Cahuilla Indians, California (previously listed as Torres- Martinez Band of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Torres Martinez Desert Cahuilla IndiansCalifornia Torres Martinez Desert Cahuilla Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -4316 310 Upper Sioux Community, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Sioux CommunityMinnesota Upper Sioux Community, Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4348 310 Wilton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wilton RancheriaCalifornia Wilton Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -4351 310 Wiyot Tribe, California (previously listed as Table Bluff Reservation—Wiyot Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wiyot TribeCalifornia Wiyot Tribe, California \N \N \N \N \N \N \N LIF f \N f 4 -4359 310 Yocha Dehe Wintun Nation, California (previously listed as Rumsey Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yocha Dehe Wintun NationCalifornia Yocha Dehe Wintun Nation, California \N \N \N \N \N \N \N LIF f \N f 4 -4374 312 Off-campus, temporary is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Off-campustemporary Off-campus, temporary \N \N \N \N \N \N \N LIF f \N f 4 -4375 312 Permanent, student is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentstudent Permanent, student \N \N \N \N \N \N \N LIF f \N f 4 +3271 284 Native Village of Noatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNoatak NativeVillageOfNoatak \N CEDS \N \N \N \N \N LIF f \N f 1 +1799 75 English Learner course is specified as the general nature and difficulty of instruction provided throughout a course. \N 578 EnglishLearnerCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +2405 139 A credential that attests to achievement of a specific knowledge, skill, or competency. \N ceterms-MicroCredential Micro-Credential \N CTDL \N \N \N \N \N LIF f \N f 10 +2406 139 A doctoral degree conferred for advanced work beyond the master level, including the preparation and defense of a thesis or dissertation based on original research, or the planning and execution of an original project demonstrating substantial artistic or scholarly achievement. \N ceterms-ResearchDoctorate ResearchDoctorateDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +4589 322 Intended for those who have completed secondary level school programs or equivalent. \N audLevel-PostSecondaryLevel PostSecondaryLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4588 322 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel-MastersDegreeLevel MastersDegreeLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4088 310 Native Village of Point Hope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPointHope NativeVillageOfPointHope \N \N \N \N \N \N \N LIF f \N f 4 +3191 284 Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Match-e-be-nash-she-wishBandOfPottawatomiIndiansOfMichigan Match-e-be-nash-she-wishBandOfPottawatomiIndiansOfMichigan \N CEDS \N \N \N \N \N LIF f \N f 1 +4586 322 Intended for those with some experience, where knowledge, skills, and competency expectations are staged for development beyond novice-level and in preparation for a more advanced-level. \N audLevel-IntermediateLevel IntermediateLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +3283 284 Native Village of Port Lions is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortLions NativeVillageOfPortLions \N CEDS \N \N \N \N \N LIF f \N f 1 +3862 310 Cold Springs Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ColdSpringsRancheriaOfMonoIndiansOfCalifornia ColdSpringsRancheriaOfMonoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4590 322 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel-ProfessionalLevel ProfessionalLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +1794 75 Basic course is specified as the general nature and difficulty of instruction provided throughout a course. \N 570 BasicCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1797 75 College-level course is specified as the general nature and difficulty of instruction provided throughout a course. \N 576 College-levelCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1800 75 General course is specified as the general nature and difficulty of instruction provided throughout a course. \N 571 GeneralCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1804 75 Remedial course is specified as the general nature and difficulty of instruction provided throughout a course. \N 568 RemedialCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +432 33 \N \N bin Bini;Edo \N CEDS \N \N \N \N \N LIF f \N t 1 +1569 52 Intended for those attending secondary (high-school) level programs. \N AudLevel-SecondaryLevel SecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 1 +51 3 Intended for those attending secondary (high-school) level programs. No audLevel-SecondaryLevel SecondaryLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +3272 284 Native Village of Nuiqsut (aka Nooiksut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNuiqsut NativeVillageOfNuiqsut \N CEDS \N \N \N \N \N LIF f \N f 1 +1539 51 Career and technical education dual-credit course (course qualifies for high school and postsecondary credit) is specified as the general nature and difficulty of instruction provided throughout a course. \N CareerAndtechnicalEducationDual-creditCourse CareerAndtechnicalEducationDual-creditCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +112 7 Work or product created or produced by the person being assessed. \N assessMethod-Artifact Artifact \N CTDL \N \N \N \N \N LIF f \N t 1 +113 7 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod-Exam Exam \N CTDL \N \N \N \N \N LIF f \N t 1 +114 7 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod-Performance Performance \N CTDL \N \N \N \N \N LIF f \N t 1 +1723 63 Resource is active, current, ongoing, offered, operational, or available. \N lifeCycle-Active Active \N CTDL \N \N \N \N \N LIF f \N t 1 +1724 63 Resource is permanently no longer active, current, ongoing, offered, operational, or available. \N lifeCycle-Ceased Ceased \N CTDL \N \N \N \N \N LIF f \N t 1 12 2 Admission is specified as the reason for which an assessment is designed or delivered. \N Admission Admission \N CEDS \N \N \N \N \N LIF f \N t 1 -432 33 \N \N bin Bini; Edo \N CEDS \N \N \N \N \N LIF f \N t 1 -4466 315 12th grade, no diploma is the extent of formal instruction a person has received. \N 12th gradeno diploma 12th grade, no diploma \N \N \N \N \N \N \N LIF f \N f 4 -4469 315 High school equivalency (e.g., GED) is the extent of formal instruction a person has received. \N High school equivalency (e.g.GED) High school equivalency (e.g., GED) \N \N \N \N \N \N \N LIF f \N f 4 -4473 315 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N Formal awardcertificate or diploma (less than one year) Formal award, certificate or diploma (less than one year) \N \N \N \N \N \N \N LIF f \N f 4 -4474 315 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N Formal awardcertificate or diploma (more than or equal to one year) Formal award, certificate or diploma (more than or equal to one year) \N \N \N \N \N \N \N LIF f \N f 4 -4476 315 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N Adult education certificationendorsementor degree Adult education certification, endorsement, or degree \N \N \N \N \N \N \N LIF f \N f 4 -4478 315 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N Master's degree (e.g.M.A.M.S.M. Eng.M.Ed.M.S.W.M.B.A.M.L.S.) Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) \N \N \N \N \N \N \N LIF f \N f 4 -4479 315 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N Specialist's degree (e.g.Ed.S.) Specialist's degree (e.g., Ed.S.) \N \N \N \N \N \N \N LIF f \N f 4 -3307 284 Navajo Nation, Arizona, New Mexico & Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Navajo NationArizonaNew Mexico& Utah Navajo Nation, Arizona, New Mexico, & Utah \N CEDS \N \N \N \N \N LIF f \N f 1 -3634 287 Armed Forces Africa, Canada, Europe, and Mideast \N ArmedForcesAfricaCanadaEuropeAndMideast Armed Forces Africa, Canada, Europe, and Mideast \N CEDS \N \N \N \N \N LIF f \N f 1 -3330 284 Ohkay Owingeh, New Mexico (previously listed as Pueblo of San Juan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ohkay OwingehNew Mexico Ohkay Owingeh, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3361 284 Pinoleville Pomo Nation, California (previously listed as Pinoleville Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pinoleville Pomo NationCalifornia Pinoleville Pomo Nation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3362 284 Pit River Tribe, California (includes XL Ranch, Big Bend, Likely, Lookout, Montgomery Creek and Roaring Creek Rancherias) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pit River TribeCalifornia Pit River Tribe, California \N CEDS \N \N \N \N \N LIF f \N f 1 -4376 312 Permanent, at time of admission is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentat time Of admission Permanent, at time of admission \N \N \N \N \N \N \N LIF f \N f 4 +2190 124 A badge offered in digital form. \N DigitalBadge ceterms-DigitalBadge \N CTDL \N \N \N \N \N LIF f \N t 1 +2191 124 An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N OpenBadge ceterms-OpenBadge \N CTDL \N \N \N \N \N LIF f \N t 1 +2257 127 An alignment to a CTDL-ASN/CTDL competency published by Credential Engine. \N ceasn-Competency ceasn-Competency \N \N \N \N \N \N \N LIF f \N t 1 +2258 127 An alignment to a CTDL Credential published by Credential Engine. \N ceterms-Credential ceterms-Credential \N \N \N \N \N \N \N LIF f \N t 1 +1698 59 Learning through work that leads to a credential that is recognized by a relevant authority and is deliberately structured and supported to provide a progression of learning experiences. \N learnMethod-Apprenticeship Apprenticeship \N CTDL \N \N \N \N \N LIF f \N t 1 +1540 51 Career and technical education general course is specified as the general nature and difficulty of instruction provided throughout a course. \N CareerAndtechnicalEducationGeneralCourse CareerAndtechnicalEducationGeneralCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +3326 284 Nottawaseppi Huron Band of the Potawatomi, Michigan (previously listed as Huron Potawatomi, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NottawaseppiHuronBandOfThePotawatomiMichigan NottawaseppiHuronBandOfThePotawatomi-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3994 310 Manchester Band of Pomo Indians of the Manchester Rancheria, California (previously listed as Manchester Band of Pomo Indians of the Manchester- Point Arena Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManchesterBandOfPomoIndiansOfTheManchesterRancheriaCalifornia ManchesterBandOfPomoIndiansOfTheManchesterRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3826 310 Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CachilDeHeBandOfWintunIndiansOfTheColusaIndianCommunityOfTheColusaRancheria-California CachilDeHeBandOfWintunIndiansOfTheColusaIndianCommunityOfTheColusaRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +1805 75 Students with disabilities course is specified as the general nature and difficulty of instruction provided throughout a course. \N 569 StudentsWithDisabilitiesCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1515 49 The related Course Code is based on the School Codes for the Exchange of Data (SCED) course code system. \N SCED SchoolCodesForTheExchangeOfData(SCED)CourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 +4352 310 Wrangell Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WrangellCooperativeAssociation WrangellCooperativeAssociation \N \N \N \N \N \N \N LIF f \N f 4 +1660 57 Credit granted for a course from a college course is transferred back to high school and not counted by the college. \N HighSchoolCreditOnly CreditFromACollegeCourseIsTransferredBackToHighSchoolAndnotCountedByTheCollege. \N CEDS \N \N \N \N \N LIF f \N t 1 +1806 75 Untracked course is specified as the general nature and difficulty of instruction provided throughout a course. \N 577 UntrackedCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1545 51 Gifted and talented course is specified as the general nature and difficulty of instruction provided throughout a course. \N GiftedAndtalentedCourse GiftedAndtalentedCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1570 52 Intended for those who have completed secondary level school programs or equivalent. \N AudLevel-PostSecondaryLevel PostSecondaryLevel \N CTDL \N \N \N \N \N LIF f \N f 1 +1728 63 Arrangement by which an educational institution provides its current students with the opportunity to complete their course of study when the program, institution or location offering access closes. \N lifeCycle-TeachOut TeachOut \N CTDL \N \N \N \N \N LIF f \N t 1 +52 3 Intended for those who have completed secondary level school programs or equivalent. No audLevel-PostSecondaryLevel PostSecondaryLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +111 6 Delivery is not tied to a specific site. \N deliveryType-VariableSite VariableSite \N CTDL \N \N \N \N \N LIF f \N t 1 433 33 \N \N bis Bislama \N CEDS \N \N \N \N \N LIF f \N t 1 -3657 290 Eighth grade is the extent of formal instruction a person has received. \N EighthGrade Eighth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3371 284 Potter Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Potter Valley TribeCalifornia Potter Valley Tribe, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3402 284 Rappahannock Tribe, Inc. is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rappahannock TribeInc. Rappahannock Tribe, Inc. \N CEDS \N \N \N \N \N LIF f \N f 1 -3405 284 Redding Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Redding RancheriaCalifornia Redding Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 127 10 Paused is specified as the completion and scoring status for an instance of a person taking an assessment. \N Paused Paused \N CEDS \N \N \N \N \N LIF f \N t 1 -3407 284 Reno-Sparks Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Reno-Sparks Indian ColonyNevada Reno-Sparks Indian Colony, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3408 284 Resighini Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Resighini RancheriaCalifornia Resighini Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3412 284 Round Valley Indian Tribes, Round Valley Reservation, California (previously listed as Round Valley Indian Tribes of the Round Valley Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Round Valley Indian TribesRound Valley ReservationCalifornia Round Valley Indian Tribes, Round Valley Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3414 284 Sac & Fox Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox NationOklahoma Sac & Fox Nation, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3430 284 Santee Sioux Nation, Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santee Sioux NationNebraska Santee Sioux Nation, Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +3061 284 Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheCoosLowerUmpquaAndSiuslawIndians ConfederatedTribesOfTheCoos-LowerUmpquaAndSiuslawIndians \N CEDS \N \N \N \N \N LIF f \N f 1 128 10 Reported is specified as the completion and scoring status for an instance of a person taking an assessment. \N Reported Reported \N CEDS \N \N \N \N \N LIF f \N t 1 -3455 284 Sokaogon Chippewa Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sokaogon Chippewa CommunityWisconsin Sokaogon Chippewa Community, Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3458 284 Spirit Lake Tribe, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Spirit Lake TribeNorth Dakota Spirit Lake Tribe, North Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3465 284 Stockbridge Munsee Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stockbridge Munsee CommunityWisconsin Stockbridge Munsee Community, Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3469 284 Susanville Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Susanville Indian RancheriaCalifornia Susanville Indian Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3491 284 Torres Martinez Desert Cahuilla Indians, California (previously listed as Torres- Martinez Band of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Torres Martinez Desert Cahuilla IndiansCalifornia Torres Martinez Desert Cahuilla Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3507 284 Upper Sioux Community, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Sioux CommunityMinnesota Upper Sioux Community, Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -3539 284 Wilton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wilton RancheriaCalifornia Wilton Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3542 284 Wiyot Tribe, California (previously listed as Table Bluff Reservation—Wiyot Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wiyot TribeCalifornia Wiyot Tribe, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3550 284 Yocha Dehe Wintun Nation, California (previously listed as Rumsey Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yocha Dehe Wintun NationCalifornia Yocha Dehe Wintun Nation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3661 290 12th grade, no diploma is the extent of formal instruction a person has received. \N 12thGradeNoDiploma 12th grade, no diploma \N CEDS \N \N \N \N \N LIF f \N f 1 -2998 284 Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Assiniboine and Sioux Tribes Of the Fort Peck Indian ReservationMontana Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana \N CEDS \N \N \N \N \N LIF f \N f 1 +2226 124 Credential awarded at a postsecondary level for successful completion of a formal education program that is completed within one semester, demonstrating competencies within a specific occupational area, indicating job readiness. \N BasicTechnicalCertificate ceterms-BasicTechnicalCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2228 124 Credential award at a postsecondary level for successful completion of general education courses that cover a broad range of foundational academic skills and takes less than 1 year. \N ceterms-GeneralEducationLevel1Certificate ceterms-GeneralEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2225 124 Credential awarded for work-based learning and earn-and-learn models that meet standards and are applicable to industry, trades, occupations, and professions. \N Work-BasedLearningCertificate ceterms-WorkbasedLearningCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2230 124 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about one year in a specific subject. \N ceterms-HigherEducationLevel1Certificate ceterms-HigherEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3823 310 Buena Vista Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BuenaVistaRancheriaOfMe-WukIndiansOfCalifornia BuenaVistaRancheriaOfMe-WukIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +2231 124 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about two years in a specific subject. \N ceterms-HigherEducationLevel2Certificate ceterms-HigherEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 770 33 \N \N sna Shona \N CEDS \N \N \N \N \N LIF f \N t 1 771 33 \N \N snd Sindhi \N CEDS \N \N \N \N \N LIF f \N t 1 772 33 \N \N snk Soninke \N CEDS \N \N \N \N \N LIF f \N t 1 773 33 \N \N sog Sogdian \N CEDS \N \N \N \N \N LIF f \N t 1 -3928 310 Hopland Band of Pomo Indians, California (previously listed as Hopland Band of Pomo Indians of the Hopland Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hopland Band Of Pomo IndiansCalifornia Hopland Band of Pomo Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3930 310 Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hualapai Indian Tribe Of the Hualapai Indian ReservationArizona Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -3935 310 Iipay Nation of Santa Ysabel, California (previously listed as Santa Ysabel Band of Diegueno Mission Indians of the Santa Ysabel Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iipay Nation Of Santa YsabelCalifornia Iipay Nation of Santa Ysabel, California \N \N \N \N \N \N \N LIF f \N f 4 -3936 310 Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Inaja Band Of Diegueno Mission Indians Of the Inaja and Cosmit ReservationCalifornia Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3016 284 Cabazon Band of Mission Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cabazon Band Of Mission IndiansCalifornia Cabazon Band of Mission Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3017 284 Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cachil DeHe Band Of Wintun Indians Of the Colusa Indian Community Of the Colusa RancheriaCalifornia Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3022 284 Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Campo Band Of Diegueno Mission Indians Of the Campo Indian ReservationCalifornia Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3030 284 Chemehuevi Indian Tribe of the Chemehuevi Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chemehuevi Indian Tribe Of the Chemehuevi ReservationCalifornia Chemehuevi Indian Tribe of the Chemehuevi Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3031 284 Cher-Ae Heights Indian Community of the Trinidad Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cher-Ae Heights Indian Community Of the Trinidad RancheriaCalifornia Cher-Ae Heights Indian Community of the Trinidad Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3035 284 Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheyenne River Sioux Tribe Of the Cheyenne River ReservationSouth Dakota Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3045 284 Chippewa Cree Indians of the Rocky Boy's Reservation, Montana (previously listed as Chippewa-Cree Indians of the Rocky Boy's Reservation, Montana) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chippewa Cree Indians Of the Rocky Boy's ReservationMontana Chippewa Cree Indians of the Rocky Boy's Reservation, Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -3671 290 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N AdultEducationCertificationEndorsementOrDegree Adult education certification, endorsement, or degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3673 290 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N Master'sDegree(E.g.M.A.M.S.M. Eng.M.Ed.M.S.W.M.B.A.M.L.S.) Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) \N CEDS \N \N \N \N \N LIF f \N f 1 -3674 290 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N Specialist'sDegree(E.g.Ed.S.) Specialist's degree (e.g., Ed.S.) \N CEDS \N \N \N \N \N LIF f \N f 1 +2224 124 Credential award at a postsecondary level for successful completion of a formal education program that is at least 2 years but less than 4 years, demonstrating competencies within specific occupational areas indicating job readiness. \N ceterms-TechnicalLevel3Certificate ceterms-TechnicalLevel3Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3279 284 Native Village of Point Hope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPointHope NativeVillageOfPointHope \N CEDS \N \N \N \N \N LIF f \N f 1 +3278 284 Native Village of Pilot Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPilotPoint NativeVillageOfPilotPoint \N CEDS \N \N \N \N \N LIF f \N f 1 +4580 322 Intended for those with significant experience or expertise where developmental expectations are staged for assessing knowledge, skills, or competencies beyond the novice and intermediate levels. \N audLevel-AdvancedLevel AdvancedLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4581 322 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel-AssociatesDegreeLevel AssociatesDegreeLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +2223 124 Credential award at a postsecondary level for successful completion of a formal education program that is at least 1 year but less than 2 years, demonstrating competencies within a specific subject area or in an occupational area indicating job readiness. \N ceterms-TechnicalLevel2Certificate ceterms-TechnicalLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3280 284 Native Village of Point Lay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPointLay NativeVillageOfPointLay \N CEDS \N \N \N \N \N LIF f \N f 1 +4013 310 Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MoapaBandOfPaiuteIndiansOfTheMoapaRiverIndianReservationNevada MoapaBandOfPaiuteIndiansOfTheMoapaRiverIndianReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +4583 322 Intended for novices or those with limited experience. \N audLevel-BeginnerLevel BeginnerLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4585 322 Intended for those who enrolled in a degree program or other formal program above the baccalaureate level, such as a masters or doctoral degree program. \N audLevel-GraduateLevel GraduateLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +2239 124 Credential awarded for successful completion of a formal education program, demonstrating requisite knowledge and skills. \N AcademicCertificate ceterms-AcademicCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3960 310 Kickapoo Traditional Tribe of Texas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTraditionalTribeOfTexas KickapooTraditionalTribeOfTexas \N \N \N \N \N \N \N LIF f \N f 4 +3975 310 La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LaPostaBandOfDieguenoMissionIndiansOfTheLaPostaIndianReservationCalifornia LaPostaBandOfDieguenoMissionIndiansOfTheLaPostaIndianReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4736 334 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod-Exam assessMethod-Exam \N \N \N \N \N \N \N LIF f \N f 10 +4737 334 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod-Performance assessMethod-Performance \N \N \N \N \N \N \N LIF f \N f 10 +4738 335 Intended for those with significant experience or expertise where developmental expectations are staged for assessing knowledge, skills, or competencies beyond the novice and intermediate levels. \N audLevel-AdvancedLevel audLevel-AdvancedLevel \N \N \N \N \N \N \N LIF f \N f 10 +4739 335 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel-AssociatesDegreeLevel audLevel-AssociatesDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 +4740 335 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel-BachelorsDegreeLevel audLevel-BachelorsDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 +4741 335 Intended for novices or those with limited experience. \N audLevel-BeginnerLevel audLevel-BeginnerLevel \N \N \N \N \N \N \N LIF f \N f 10 +4742 335 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel-DoctoralDegreeLevel audLevel-DoctoralDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 +4743 335 Intended for those who enrolled in a degree program or other formal program above the baccalaureate level, such as a masters or doctoral degree program. \N audLevel-GraduateLevel audLevel-GraduateLevel \N \N \N \N \N \N \N LIF f \N f 10 +4744 335 Intended for those with some experience, where knowledge, skills, and competency expectations are staged for development beyond novice-level and in preparation for a more advanced-level. \N audLevel-IntermediateLevel audLevel-IntermediateLevel \N \N \N \N \N \N \N LIF f \N f 10 +4745 335 Intended for those in the first half of an undergraduate level program. \N audLevel-LowerDivisionLevel audLevel-LowerDivisionLevel \N \N \N \N \N \N \N LIF f \N f 10 +4746 335 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel-MastersDegreeLevel audLevel-MastersDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 129 10 Reset is specified as the completion and scoring status for an instance of a person taking an assessment. \N Reset Reset \N CEDS \N \N \N \N \N LIF f \N t 1 -3669 290 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N FormalAwardCertificateOrDiploma(MoreThanOrEqualToOneYear) Formal award, certificate or diploma (more than or equal to one year) \N CEDS \N \N \N \N \N LIF f \N f 1 -3668 290 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N FormalAwardCertificateOrDiploma(LessThanOneYear) Formal award, certificate or diploma (less than one year) \N CEDS \N \N \N \N \N LIF f \N f 1 -3054 284 Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Colorado River Indian Tribes Of the Colorado River Indian ReservationArizona and California Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California \N CEDS \N \N \N \N \N LIF f \N f 1 -3061 284 Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the CoosLower Umpqua and Siuslaw Indians Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3062 284 Confederated Tribes of the Goshute Reservation, Nevada and Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Goshute ReservationNevada and Utah Confederated Tribes of the Goshute Reservation, Nevada and Utah \N CEDS \N \N \N \N \N LIF f \N f 1 -3072 284 Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Crow Creek Sioux Tribe Of the Crow Creek ReservationSouth Dakota Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3078 284 Dry Creek Rancheria Band of Pomo Indians, California (previously listed as Dry Creek Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Dry Creek Rancheria Band Of Pomo IndiansCalifornia Dry Creek Rancheria Band of Pomo Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3079 284 Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Duckwater Shoshone Tribe Of the Duckwater ReservationNevada Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3082 284 Eastern Shoshone Tribe of the Wind River Reservation, Wyoming (previously listed as Shoshone Tribe of the Wind River Reservation, Wyoming) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Shoshone Tribe Of the Wind River ReservationWyoming Eastern Shoshone Tribe of the Wind River Reservation, Wyoming \N CEDS \N \N \N \N \N LIF f \N f 1 -3085 284 Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Elem Indian Colony Of Pomo Indians Of the Sulphur Bank RancheriaCalifornia Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3091 284 Ewiiaapaayp Band of Kumeyaay Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ewiiaapaayp Band Of Kumeyaay IndiansCalifornia Ewiiaapaayp Band of Kumeyaay Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3092 284 Federated Indians of Graton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Federated Indians Of Graton RancheriaCalifornia Federated Indians of Graton Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3100 284 Fort Mojave Indian Tribe of Arizona, California & Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Mojave Indian Tribe Of ArizonaCalifornia & Nevada Fort Mojave Indian Tribe of Arizona, California & Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3103 284 Gila River Indian Community of the Gila River Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Gila River Indian Community Of the Gila River Indian ReservationArizona Gila River Indian Community of the Gila River Indian Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3104 284 Grand Traverse Band of Ottawa and Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Grand Traverse Band Of Ottawa and Chippewa IndiansMichigan Grand Traverse Band of Ottawa and Chippewa Indians, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3111 284 Havasupai Tribe of the Havasupai Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Havasupai Tribe Of the Havasupai ReservationArizona Havasupai Tribe of the Havasupai Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3119 284 Hopland Band of Pomo Indians, California (previously listed as Hopland Band of Pomo Indians of the Hopland Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hopland Band Of Pomo IndiansCalifornia Hopland Band of Pomo Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3121 284 Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hualapai Indian Tribe Of the Hualapai Indian ReservationArizona Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3126 284 Iipay Nation of Santa Ysabel, California (previously listed as Santa Ysabel Band of Diegueno Mission Indians of the Santa Ysabel Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Iipay Nation Of Santa YsabelCalifornia Iipay Nation of Santa Ysabel, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3127 284 Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Inaja Band Of Diegueno Mission Indians Of the Inaja and Cosmit ReservationCalifornia Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 +4747 335 Intended for those who have completed secondary level school programs or equivalent. \N audLevel-PostSecondaryLevel audLevel-PostSecondaryLevel \N \N \N \N \N \N \N LIF f \N f 10 +4748 335 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel-ProfessionalLevel audLevel-ProfessionalLevel \N \N \N \N \N \N \N LIF f \N f 10 +4749 335 Intended for those who are under-prepared for learning at a particular level. \N audLevel-RemedialLevel audLevel-RemedialLevel \N \N \N \N \N \N \N LIF f \N f 10 +4750 335 Intended for those attending secondary (high-school) level programs. \N audLevel-SecondaryLevel audLevel-SecondaryLevel \N \N \N \N \N \N \N LIF f \N f 10 +4751 335 Intended for those who are enrolled in a degree program or other formal program at or below the baccalaureate, such as an associate’s degree, vocational, or technical program. \N audLevel-UndergraduateLevel audLevel-UndergraduateLevel \N \N \N \N \N \N \N LIF f \N f 10 +4752 335 Intended for those in the second half of an undergraduate level program. \N audLevel-UpperDivisionLevel audLevel-UpperDivisionLevel \N \N \N \N \N \N \N LIF f \N f 10 +3354 284 Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PechangaBandOfLuisenoMissionIndiansOfThePechangaReservationCalifornia PechangaBandOfLuisenoMissionIndiansOfThePechangaReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3421 284 Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaltRiverPima-MaricopaIndianCommunityOfTheSaltRiverReservationArizona SaltRiverPima-MaricopaIndianCommunityOfTheSaltRiverReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +4710 91 Not eligible for Part B, exit with referrals to other programs \N 2228 NotEligibleForPartB-exitWithReferralsToOtherPrograms \N \N \N \N \N \N \N LIF f \N f 4 +3787 309 This document constitutes deliverable Task 2, Sub-task 2.1 B as specified in the Department of Education contract “Develop Open Source Standard for Student Credential Wallet” between the\nDepartment of Education and MIT. \N LearnerCredentialWalletSpecification LearnerCredentialWalletSpecification \N \N \N \N \N \N \N LIF f \N f 4 +4927 351 \N \N Fry WesternFrisian \N \N \N \N \N \N \N LIF f \N f 1 +3240 284 Native Village of Fort Yukon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfFortYukon NativeVillageOfFortYukon \N CEDS \N \N \N \N \N LIF f \N f 1 +4592 322 Intended for those attending secondary (high-school) level programs. \N audLevel-SecondaryLevel SecondaryLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4593 322 Intended for those who are enrolled in a degree program or other formal program at or below the baccalaureate, such as an associate’s degree, vocational, or technical program. \N audLevel-UndergraduateLevel UndergraduateLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4474 315 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N FormalAwardcertificateOrDiploma(moreThanOrEqualToOneYear) FormalAward-certificateOrDiploma(moreThanOrEqualToOneYear) \N \N \N \N \N \N \N LIF f \N f 4 +3929 310 Houlton Band of Maliseet Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoultonBandOfMaliseetIndians HoultonBandOfMaliseetIndians \N \N \N \N \N \N \N LIF f \N f 4 +3381 284 Pueblo of Picuris, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfPicurisNewMexico PuebloOfPicuris-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +2780 268 Completely rural or less than 2,500 urban population, adjacent to a metro area \N 8 CompletelyRuralOrLessThan2500UrbanPopulation-adjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +3908 310 Fort McDowell Yavapai Nation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMcDowellYavapaiNation-Arizona FortMcDowellYavapaiNation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +2400 139 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about one year in a specific subject. \N ceterms-HigherEducationLevel1Certificate HigherEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 434 33 \N \N bla Siksika \N CEDS \N \N \N \N \N LIF f \N t 1 -3140 284 Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaibab Band Of Paiute Indians Of the Kaibab Indian ReservationArizona Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3144 284 Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kashia Band Of Pomo Indians Of the Stewarts Point RancheriaCalifornia Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3170 284 Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Las Vegas Tribe Of Paiute Indians Of the Las Vegas Indian ColonyNevada Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3175 284 Little Traverse Bay Bands of Odawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little Traverse Bay Bands Of Odawa IndiansMichigan Little Traverse Bay Bands of Odawa Indians, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3177 284 Los Coyotes Band of Cahuilla and Cupeno Indians, California (previously listed as Los Coyotes Band of Cahuilla & Cupeno Indians of the Los Coyotes Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Los Coyotes Band Of Cahuilla and Cupeno IndiansCalifornia Los Coyotes Band of Cahuilla and Cupeno Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3178 284 Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lovelock Paiute Tribe Of the Lovelock Indian ColonyNevada Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3179 284 Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Brule Sioux Tribe Of the Lower Brule ReservationSouth Dakota Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3185 284 Manchester Band of Pomo Indians of the Manchester Rancheria, California (previously listed as Manchester Band of Pomo Indians of the Manchester- Point Arena Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manchester Band Of Pomo Indians Of the Manchester RancheriaCalifornia Manchester Band of Pomo Indians of the Manchester Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3188 284 Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manzanita Band Of Diegueno Mission Indians Of the Manzanita ReservationCalifornia Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3193 284 Mechoopda Indian Tribe of Chico Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mechoopda Indian Tribe Of Chico RancheriaCalifornia Mechoopda Indian Tribe of Chico Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3196 284 Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mesa Grande Band Of Diegueno Mission Indians Of the Mesa Grande ReservationCalifornia Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3197 284 Mescalero Apache Tribe of the Mescalero Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mescalero Apache Tribe Of the Mescalero ReservationNew Mexico Mescalero Apache Tribe of the Mescalero Reservation, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3204 284 Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Moapa Band Of Paiute Indians Of the Moapa River Indian ReservationNevada Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3209 284 Morongo Band of Mission Indians, California (previously listed as Morongo Band of Cahuilla Mission Indians of the Morongo Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Morongo Band Of Mission IndiansCalifornia Morongo Band of Mission Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3377 284 Pueblo of Isleta, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of IsletaNew Mexico Pueblo of Isleta, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3790 310 Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Agua Caliente Band Of Cahuilla Indians Of the Agua Caliente Indian ReservationCalifornia Agua Caliente Band of Cahuilla Indians of the Agua Caliente Indian Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3807 310 Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Assiniboine and Sioux Tribes Of the Fort Peck Indian ReservationMontana Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana \N \N \N \N \N \N \N LIF f \N f 4 -435 33 \N \N bnt Bantu languages \N CEDS \N \N \N \N \N LIF f \N t 1 +655 33 \N \N mga Irish-Middle(900-1200) \N CEDS \N \N \N \N \N LIF f \N t 1 +3972 310 Kootenai Tribe of Idaho is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KootenaiTribeOfIdaho KootenaiTribeOfIdaho \N \N \N \N \N \N \N LIF f \N f 4 +3983 310 Little Shell Tribe of Chippewa Indians of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleShellTribeOfChippewaIndiansOfMontana LittleShellTribeOfChippewaIndiansOfMontana \N \N \N \N \N \N \N LIF f \N f 4 +4044 310 Native Village of Ekuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEkuk NativeVillageOfEkuk \N \N \N \N \N \N \N LIF f \N f 4 +3667 290 Some college but no degree is the extent of formal instruction a person has received. \N SomeCollegeButNoDegree SomeCollegeButNoDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +4883 351 \N \N Crp CreolesAndpidgins \N \N \N \N \N \N \N LIF f \N f 1 +146 13 The related School Identifier uses the Dun and Bradstreet number. \N DUNS DunAndBradstreetNumber \N CEDS \N \N \N \N \N LIF f \N f 4 +2811 273 The Organization Identifier is the organization's Dun and Bradstreet number. \N DUNS DunAndBradstreetNumber \N \N \N \N \N \N \N LIF f \N f 4 +2643 261 The Organization Identifier is the organization's Dun and Bradstreet number. \N DunAndBradstreetNumber DunAndBradstreetNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +1842 77 CEDS \N GiftedTalented GiftedAndTalented \N Gifted and Talented is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +4347 310 Wichita and Affiliated Tribes (Wichita, Keechi, Waco & Tawakonie), Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WichitaAndAffiliatedTribes WichitaAndAffiliatedTribes \N \N \N \N \N \N \N LIF f \N f 4 +1795 75 Career and technical education dual-credit course (course qualifies for high school and postsecondary credit) is specified as the general nature and difficulty of instruction provided throughout a course. \N 73045 CareerAndtechnicalEducationDual-creditCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1796 75 Career and technical education general course is specified as the general nature and difficulty of instruction provided throughout a course. \N 73044 CareerAndtechnicalEducationGeneralCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +4470 315 Career and Technical Education certificate is the extent of formal instruction a person has received. \N CareerAndTechnicalEducationCertificate CareerAndTechnicalEducationCertificate \N \N \N \N \N \N \N LIF f \N f 4 436 33 \N \N bos Bosnian \N CEDS \N \N \N \N \N LIF f \N t 1 -3667 290 Some college but no degree is the extent of formal instruction a person has received. \N SomeCollegeButNoDegree Some college but no degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3808 310 Augustine Band of Cahuilla Indians, California (previously listed as Augustine Band of Cahuilla Mission Indians of the Augustine Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Augustine Band Of Cahuilla IndiansCalifornia Augustine Band of Cahuilla Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3809 310 Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bad River Band Of the Lake Superior Tribe Of Chippewa Indians Of the Bad River ReservationWisconsin Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -3811 310 Bear River Band of the Rohnerville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bear River Band Of the Rohnerville RancheriaCalifornia Bear River Band of the Rohnerville Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3817 310 Big Valley Band of Pomo Indians of the Big Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Valley Band Of Pomo Indians Of the Big Valley RancheriaCalifornia Big Valley Band of Pomo Indians of the Big Valley Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3825 310 Cabazon Band of Mission Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cabazon Band Of Mission IndiansCalifornia Cabazon Band of Mission Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3826 310 Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cachil DeHe Band Of Wintun Indians Of the Colusa Indian Community Of the Colusa RancheriaCalifornia Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3831 310 Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Campo Band Of Diegueno Mission Indians Of the Campo Indian ReservationCalifornia Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3839 310 Chemehuevi Indian Tribe of the Chemehuevi Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chemehuevi Indian Tribe Of the Chemehuevi ReservationCalifornia Chemehuevi Indian Tribe of the Chemehuevi Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3840 310 Cher-Ae Heights Indian Community of the Trinidad Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cher-Ae Heights Indian Community Of the Trinidad RancheriaCalifornia Cher-Ae Heights Indian Community of the Trinidad Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3844 310 Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cheyenne River Sioux Tribe Of the Cheyenne River ReservationSouth Dakota Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -3854 310 Chippewa Cree Indians of the Rocky Boy's Reservation, Montana (previously listed as Chippewa-Cree Indians of the Rocky Boy's Reservation, Montana) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Chippewa Cree Indians Of the Rocky Boy's ReservationMontana Chippewa Cree Indians of the Rocky Boy's Reservation, Montana \N \N \N \N \N \N \N LIF f \N f 4 -3871 310 Confederated Tribes of the Goshute Reservation, Nevada and Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Goshute ReservationNevada and Utah Confederated Tribes of the Goshute Reservation, Nevada and Utah \N \N \N \N \N \N \N LIF f \N f 4 -3002 284 Bear River Band of the Rohnerville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Bear River Band Of the Rohnerville RancheriaCalifornia Bear River Band of the Rohnerville Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3008 284 Big Valley Band of Pomo Indians of the Big Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Big Valley Band Of Pomo Indians Of the Big Valley RancheriaCalifornia Big Valley Band of Pomo Indians of the Big Valley Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3887 310 Dry Creek Rancheria Band of Pomo Indians, California (previously listed as Dry Creek Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Dry Creek Rancheria Band Of Pomo IndiansCalifornia Dry Creek Rancheria Band of Pomo Indians, California \N \N \N \N \N \N \N LIF f \N f 4 +4023 310 Native Village of Afognak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAfognak NativeVillageOfAfognak \N \N \N \N \N \N \N LIF f \N f 4 +3363 284 Pitka's Point Traditional Council (previously listed as Native Village of Pitka's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pitka'sPointTraditionalCouncil Pitka'sPointTraditionalCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +2863 276 An organization whose major purpose is to provide education and training services but is not a postsecondary education institution with the authority to award degrees. Includes community-based organizations, non-degree granting proprietary schools which are education and training providers that are recognized by states as schools and are Title IV eligible but do not award degrees, etc. \N TrainingProvider EducationAndTrainingProvider \N \N \N \N \N \N \N LIF f \N f 4 +1503 46 Learning and Employment Record Wallet \N LERWallet LearningAndEmploymentRecordWallet \N LIF New \N \N \N \N \N LIF f \N t 1 +1588 53 Gifted and Talented is specified as the level of work required for a course or the level of the typical individual taking the course. \N GiftedTalented GiftedAndTalented \N CEDS \N \N \N \N \N LIF f \N t 1 +1912 81 Credit granted for a course from a college course is transferred back to high school and not counted by the college. \N HighSchoolCreditOnly CreditFromACollegeCourseIsTransferredBackToHighSchoolAndnotCountedByTheCollege. \N CEDS \N \N \N \N \N LIF f \N f 4 +1911 81 Credit for a course from a college course is counted at both the college and high school. \N HighSchoolDualCredit CreditFromACollegeCourseIsCountedAtBothTheCollegeAndhighSchool. \N CEDS \N \N \N \N \N LIF f \N f 4 +3429 284 Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaYnezBandOfChumashMissionIndiansOfTheSantaYnezReservationCalifornia SantaYnezBandOfChumashMissionIndiansOfTheSantaYnezReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +435 33 \N \N bnt BantuLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +1801 75 Gifted and talented course is specified as the general nature and difficulty of instruction provided throughout a course. \N 573 GiftedAndtalentedCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +2862 276 A secondary school that focuses primarily on providing formal preparation for skilled, technical or professional occupations or careers. \N Technical CareerAndTechnicalSchool \N \N \N \N \N \N \N LIF f \N f 4 +2701 265 A secondary school that focuses primarily on providing formal preparation for skilled, technical or professional occupations or careers. \N CareerAndTechnicalSchool CareerAndTechnicalSchool \N CEDS \N \N \N \N \N LIF f \N t 1 +1544 51 General course is specified as the general nature and difficulty of instruction provided throughout a course. \N GeneralCourse GeneralCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1547 51 International Baccalaureate course is specified as the general nature and difficulty of instruction provided throughout a course. \N InternationalBaccalaureateCourse InternationalBaccalaureateCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +2390 139 Credential award that requires completion of an organized program of study at a level beyond that of a bachelor's degree, which is designed for persons who have completed a baccalaureate degree but does not meet the requirements of a master's degree. \N ceterms-PostBaccalaureateCertificate PostBaccalaureateCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2222 124 Credential award at a postsecondary level for successful completion of a formal education program that is more than one semester and less than 1 year, demonstrating competencies within a specific subject area or an occupational area indicating job readiness. \N ceterms-TechnicalLevel1Certificate ceterms-TechnicalLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +1549 51 Students with disabilities course is specified as the general nature and difficulty of instruction provided throughout a course. \N StudentsWithDisabilitiesCourse StudentsWithDisabilitiesCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1548 51 Remedial course is specified as the general nature and difficulty of instruction provided throughout a course. \N RemedialCourse RemedialCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1550 51 Untracked course is specified as the general nature and difficulty of instruction provided throughout a course. \N UntrackedCourse UntrackedCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +2386 139 Credential award that requires completion of an organized program of study beyond that of a master's degree, which is designed for persons who have completed a master's degree but does not meet the requirements of a doctor's degree. \N ceterms-PostMasterCertificate Post-MasterCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2388 139 Credential awarded for demonstrating competencies in a profession or particular occupational field, including job readiness. \N ceterms-ProfessionalCertificate ProfessionalCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 437 33 \N \N bra Braj \N CEDS \N \N \N \N \N LIF f \N t 1 438 33 \N \N bre Breton \N CEDS \N \N \N \N \N LIF f \N t 1 -3888 310 Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Duckwater Shoshone Tribe Of the Duckwater ReservationNevada Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -3891 310 Eastern Shoshone Tribe of the Wind River Reservation, Wyoming (previously listed as Shoshone Tribe of the Wind River Reservation, Wyoming) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Shoshone Tribe Of the Wind River ReservationWyoming Eastern Shoshone Tribe of the Wind River Reservation, Wyoming \N \N \N \N \N \N \N LIF f \N f 4 -3894 310 Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Elem Indian Colony Of Pomo Indians Of the Sulphur Bank RancheriaCalifornia Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3907 310 Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort McDermitt Paiute and Shoshone Tribes Of the Fort McDermitt Indian ReservationNevada and Oregon Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon \N \N \N \N \N \N \N LIF f \N f 4 -3909 310 Fort Mojave Indian Tribe of Arizona, California & Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Mojave Indian Tribe Of ArizonaCalifornia & Nevada Fort Mojave Indian Tribe of Arizona, California & Nevada \N \N \N \N \N \N \N LIF f \N f 4 +2394 139 Credential award at a postsecondary level for successful completion of a formal education program that is at least 2 years but less than 4 years, demonstrating competencies within specific occupational areas indicating job readiness. \N ceterms-TechnicalLevel3Certificate TechnicalLevel3Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2216 124 Credential award that requires completion of an organized program of study beyond that of a master's degree, which is designed for persons who have completed a master's degree but does not meet the requirements of a doctor's degree. \N Post-MasterCertificate ceterms-PostMasterCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 2649 262 The organization is inactive. \N Inactive Inactive \N CEDS \N \N \N \N \N LIF f \N t 1 -3019 284 Cahto Tribe of the Laytonville Rancheria is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cahto Tribe Of the Laytonville Rancheria Cahto Tribe of the Laytonville Rancheria \N CEDS \N \N \N \N \N LIF f \N f 1 -3020 284 Cahuilla Band of Indians (previously listed as Cahuilla Band of Mission Indians of the Cahuilla Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cahuilla Band Of Indians Cahuilla Band of Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -4331 310 Village of Iliamna is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Iliamna Village of Iliamna \N \N \N \N \N \N \N LIF f \N f 4 -3912 310 Gila River Indian Community of the Gila River Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Gila River Indian Community Of the Gila River Indian ReservationArizona Gila River Indian Community of the Gila River Indian Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -3913 310 Grand Traverse Band of Ottawa and Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Grand Traverse Band Of Ottawa and Chippewa IndiansMichigan Grand Traverse Band of Ottawa and Chippewa Indians, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -3918 310 Habematolel Pomo of Upper Lake, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Habematolel Pomo Of Upper LakeCalifornia Habematolel Pomo of Upper Lake, California \N \N \N \N \N \N \N LIF f \N f 4 -3920 310 Havasupai Tribe of the Havasupai Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Havasupai Tribe Of the Havasupai ReservationArizona Havasupai Tribe of the Havasupai Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 +2217 124 Credential awarded to indicate readiness for an apprentice-level program. \N PreApprenticeshipCertificate ceterms-PreApprenticeshipCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2218 124 Credential awarded for demonstrating competencies in a profession or particular occupational field, including job readiness. \N ProfessionalCertificate ceterms-ProfessionalCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3538 284 Wichita and Affiliated Tribes (Wichita, Keechi, Waco & Tawakonie), Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WichitaAndAffiliatedTribes WichitaAndAffiliatedTribes \N CEDS \N \N \N \N \N LIF f \N f 1 +2220 124 Credential award that requires completion of an organized program of study at a level beyond that of a bachelor's degree, which is designed for persons who have completed a baccalaureate degree but does not meet the requirements of a master's degree. \N PostBaccalaureateCertificate ceterms-PostBaccalaureateCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2389 139 Credential awarded after assessment of skills in a specific area defined by a recognized body of experts, without regard for how the skills were learned. \N ceterms-ProficiencyCertificate ProficiencyCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +2219 124 Credential awarded after assessment of skills in a specific area defined by a recognized body of experts, without regard for how the skills were learned. \N ProficiencyCertificate ceterms-ProficiencyCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +2391 139 Credential for successful completion of a formal secondary-level education program that is less than a diploma and does not indicate completion of secondary education graduation requirements. \N ceterms-SecondaryEducationCertificate SecondaryEducationCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +4037 310 Native Village of Chitina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChitina NativeVillageOfChitina \N \N \N \N \N \N \N LIF f \N f 4 +4036 310 Native Village of Chignik Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChignikLagoon NativeVillageOfChignikLagoon \N \N \N \N \N \N \N LIF f \N f 4 +3137 284 Jena Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JenaBandOfChoctawIndians JenaBandOfChoctawIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3495 284 Tuluksak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuluksakNativeCommunity TuluksakNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +2979 284 Absentee-Shawnee Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Absentee-ShawneeTribeOfIndiansOfOklahoma Absentee-ShawneeTribeOfIndiansOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +439 33 \N \N btk BatakLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +152 14 Assessment of student's progress is specified as the reason for which an assessment is designed or delivered. \N 51 AssessmentOfStudent'sProgress \N CEDS \N \N \N \N \N LIF f \N f 4 3574 287 Alaska \N Alaska Alaska \N CEDS \N \N \N \N \N LIF f \N f 1 -3949 310 Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaibab Band Of Paiute Indians Of the Kaibab Indian ReservationArizona Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -3953 310 Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kashia Band Of Pomo Indians Of the Stewarts Point RancheriaCalifornia Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3974 310 La Jolla Band of Luiseno Indians, California (previously listed as La Jolla Band of Luiseno Mission Indians of the La Jolla Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N La Jolla Band Of Luiseno IndiansCalifornia La Jolla Band of Luiseno Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3975 310 La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N La Posta Band Of Diegueno Mission Indians Of the La Posta Indian ReservationCalifornia La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3979 310 Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Las Vegas Tribe Of Paiute Indians Of the Las Vegas Indian ColonyNevada Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -3982 310 Little River Band of Ottawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little River Band Of Ottawa IndiansMichigan Little River Band of Ottawa Indians, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -439 33 \N \N btk Batak languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1984 91 The student exited the course section and transferred to another course section of the same course in the same educational institution. \N Transfer StudentTransferredToAnotherClassSectionOfTheSameCourseInTheSameEducationalInstitution. \N CEDS \N \N \N \N \N LIF f \N f 4 +3470 284 Swinomish Indian Tribal Community (previously listed as Swinomish Indians of the Swinomish Reservation of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SwinomishIndianTribalCommunity SwinomishIndianTribalCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +2931 278 Urban population of 20,000 or more, adjacent to a metro area \N 4 UrbanPopulationOf20000OrMore-adjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +141 13 The related School Identifier uses the College Board/ACT program code set of PK-grade 12 institutions. \N ACT CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions \N CEDS \N \N \N \N \N LIF f \N f 4 440 33 \N \N bua Buriat \N CEDS \N \N \N \N \N LIF f \N t 1 3575 287 Alabama \N Alabama Alabama \N CEDS \N \N \N \N \N LIF f \N f 1 -3984 310 Little Traverse Bay Bands of Odawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little Traverse Bay Bands Of Odawa IndiansMichigan Little Traverse Bay Bands of Odawa Indians, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -3986 310 Los Coyotes Band of Cahuilla and Cupeno Indians, California (previously listed as Los Coyotes Band of Cahuilla & Cupeno Indians of the Los Coyotes Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Los Coyotes Band Of Cahuilla and Cupeno IndiansCalifornia Los Coyotes Band of Cahuilla and Cupeno Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3988 310 Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Brule Sioux Tribe Of the Lower Brule ReservationSouth Dakota Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -3994 310 Manchester Band of Pomo Indians of the Manchester Rancheria, California (previously listed as Manchester Band of Pomo Indians of the Manchester- Point Arena Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manchester Band Of Pomo Indians Of the Manchester RancheriaCalifornia Manchester Band of Pomo Indians of the Manchester Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3997 310 Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manzanita Band Of Diegueno Mission Indians Of the Manzanita ReservationCalifornia Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4002 310 Mechoopda Indian Tribe of Chico Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mechoopda Indian Tribe Of Chico RancheriaCalifornia Mechoopda Indian Tribe of Chico Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3059 284 Confederated Tribes of the Chehalis Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Chehalis Reservation Confederated Tribes of the Chehalis Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3060 284 Confederated Tribes of the Colville Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Colville Reservation Confederated Tribes of the Colville Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3063 284 Confederated Tribes of the Grand Ronde Community of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Grand Ronde Community Of Oregon Confederated Tribes of the Grand Ronde Community of Oregon \N CEDS \N \N \N \N \N LIF f \N f 1 -3064 284 Confederated Tribes of the Umatilla Indian Reservation (previously listed as Confederated Tribes of the Umatilla Reservation, Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Umatilla Indian Reservation Confederated Tribes of the Umatilla Indian Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3065 284 Confederated Tribes of the Warm Springs Reservation of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Warm Springs Reservation Of Oregon Confederated Tribes of the Warm Springs Reservation of Oregon \N CEDS \N \N \N \N \N LIF f \N f 1 -3067 284 Coushatta Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coushatta Tribe Of Louisiana Coushatta Tribe of Louisiana \N CEDS \N \N \N \N \N LIF f \N f 1 -3068 284 Cow Creek Band of Umpqua Tribe of Indians (previously listed as Cow Creek Band of Umpqua Indians of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cow Creek Band Of Umpqua Tribe Of Indians Cow Creek Band of Umpqua Tribe of Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3070 284 Coyote Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coyote Valley Band Of Pomo Indians Of California Coyote Valley Band of Pomo Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3073 284 Crow Tribe of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Crow Tribe Of Montana Crow Tribe of Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -4332 310 Village of Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kalskag Village of Kalskag \N \N \N \N \N \N \N LIF f \N f 4 -4005 310 Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mesa Grande Band Of Diegueno Mission Indians Of the Mesa Grande ReservationCalifornia Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4006 310 Mescalero Apache Tribe of the Mescalero Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mescalero Apache Tribe Of the Mescalero ReservationNew Mexico Mescalero Apache Tribe of the Mescalero Reservation, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -132 11 Parents opt out is specified as the primary reason a participant did not complete an assessment. \N ParentsOptOut Parents opt out \N CEDS \N \N \N \N \N LIF f \N t 1 -3770 309 The related Person Identifier uses the person's Social Security Administration number. \N Social Security Administration number Social Security Administration number \N \N \N \N \N \N \N LIF f \N f 4 -3771 309 The related Person Identifier uses the person's US government Visa number. \N US government Visa number US government Visa number \N \N \N \N \N \N \N LIF f \N f 4 -3772 309 The related Person Identifier uses the person's Personal identification number. \N Personal identification number Personal identification number \N \N \N \N \N \N \N LIF f \N f 4 -3773 309 The related Person Identifier uses the person's Federal identification number. \N Federal identification number Federal identification number \N \N \N \N \N \N \N LIF f \N f 4 -3774 309 The related Person Identifier uses the person's driver's license number. \N Driver's license number Driver's license number \N \N \N \N \N \N \N LIF f \N f 4 -3775 309 The related Person Identifier uses the person's Medicaid number. \N Medicaid number Medicaid number \N \N \N \N \N \N \N LIF f \N f 4 -3776 309 The related Person Identifier uses the person's health record number. \N Health record number Health record number \N \N \N \N \N \N \N LIF f \N f 4 -3777 309 The related Person Identifier uses the person's professional certificate or license number. \N Professional certificate or license number Professional certificate or license number \N \N \N \N \N \N \N LIF f \N f 4 -3778 309 The related Person Identifier uses the person's school-assigned number. \N School-assigned number School-assigned number \N \N \N \N \N \N \N LIF f \N f 4 -3779 309 The related Person Identifier uses the person's district-assigned number. \N District-assigned number District-assigned number \N \N \N \N \N \N \N LIF f \N f 4 -4013 310 Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Moapa Band Of Paiute Indians Of the Moapa River Indian ReservationNevada Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -2652 263 The entity with legal authority to create or close the school. \N Authorizing Body Authorizing Body \N CEDS \N \N \N \N \N LIF f \N t 1 -2653 263 The entity responsible for operating the school. \N Operating Body Operating Body \N CEDS \N \N \N \N \N LIF f \N t 1 -4018 310 Morongo Band of Mission Indians, California (previously listed as Morongo Band of Cahuilla Mission Indians of the Morongo Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Morongo Band Of Mission IndiansCalifornia Morongo Band of Mission Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -4130 310 Arapaho Tribe of the Wind River Reservation, Wyoming is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northern Arapaho Tribe Of the Wind River ReservationWyoming Northern Arapaho Tribe of the Wind River Reservation, Wyoming \N \N \N \N \N \N \N LIF f \N f 4 -4131 310 Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northern Cheyenne Tribe Of the Northern Cheyenne Indian ReservationMontana Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana \N \N \N \N \N \N \N LIF f \N f 4 -4135 310 Nottawaseppi Huron Band of the Potawatomi, Michigan (previously listed as Huron Potawatomi, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nottawaseppi Huron Band Of the PotawatomiMichigan Nottawaseppi Huron Band of the Potawatomi, Michigan \N \N \N \N \N \N \N LIF f \N f 4 -4151 310 Otoe-Missouria Tribe of Indians, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Otoe-Missouria Tribe Of IndiansOklahoma Otoe-Missouria Tribe of Indians, Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4154 310 Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute-Shoshone Tribe Of the Fallon Reservation and ColonyNevada Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4161 310 Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pauma Band Of Luiseno Mission Indians Of the Pauma & Yuima ReservationCalifornia Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4163 310 Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pechanga Band Of Luiseno Mission Indians Of the Pechanga ReservationCalifornia Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4175 310 Pokagon Band of Potawatomi Indians, Michigan and Indiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pokagon Band Of Potawatomi IndiansMichigan and Indiana Pokagon Band of Potawatomi Indians, Michigan and Indiana \N \N \N \N \N \N \N LIF f \N f 4 -4184 310 Pueblo of Acoma, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of AcomaNew Mexico Pueblo of Acoma, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4185 310 Pueblo of Cochiti, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of CochitiNew Mexico Pueblo of Cochiti, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4394 313 Federated States of Micronesia \N Federated States Of Micronesia Federated States of Micronesia \N \N \N \N \N \N \N LIF f \N f 4 -4186 310 Pueblo of Isleta, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of IsletaNew Mexico Pueblo of Isleta, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4187 310 Pueblo of Jemez, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of JemezNew Mexico Pueblo of Jemez, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4188 310 Pueblo of Laguna, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of LagunaNew Mexico Pueblo of Laguna, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4189 310 Pueblo of Nambe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of NambeNew Mexico Pueblo of Nambe, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4190 310 Pueblo of Picuris, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of PicurisNew Mexico Pueblo of Picuris, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4191 310 Pueblo of Pojoaque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of PojoaqueNew Mexico Pueblo of Pojoaque, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4192 310 Pueblo of San Felipe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of San FelipeNew Mexico Pueblo of San Felipe, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4193 310 Pueblo of San Ildefonso, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of San IldefonsoNew Mexico Pueblo of San Ildefonso, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4194 310 Pueblo of Sandia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of SandiaNew Mexico Pueblo of Sandia, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4195 310 Pueblo of Santa Ana, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of Santa AnaNew Mexico Pueblo of Santa Ana, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4196 310 Pueblo of Santa Clara, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of Santa ClaraNew Mexico Pueblo of Santa Clara, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -3120 284 Houlton Band of Maliseet Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Houlton Band Of Maliseet Indians Houlton Band of Maliseet Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -4197 310 Pueblo of Taos, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of TaosNew Mexico Pueblo of Taos, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4198 310 Pueblo of Tesuque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of TesuqueNew Mexico Pueblo of Tesuque, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -3137 284 Jena Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jena Band Of Choctaw Indians Jena Band of Choctaw Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3152 284 Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Tribe Of Indians Of the Kickapoo Reservation in Kansas Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas \N CEDS \N \N \N \N \N LIF f \N f 1 -3156 284 Kiowa Indian Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kiowa Indian Tribe Of Oklahoma Kiowa Indian Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3159 284 Kletsel Dehe Band of Wintun Indians (previously listed as Cortina Indian Rancheria and the Cortina Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kletsel Dehe Band Of Wintun Indians Kletsel Dehe Band of Wintun Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3161 284 Koi Nation of Northern California (previously listed as Lower Lake Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Koi Nation Of Northern California Koi Nation of Northern California \N CEDS \N \N \N \N \N LIF f \N f 1 -3163 284 Kootenai Tribe of Idaho is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kootenai Tribe Of Idaho Kootenai Tribe of Idaho \N CEDS \N \N \N \N \N LIF f \N f 1 -3166 284 La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N La Posta Band Of Diegueno Mission Indians Of the La Posta Indian ReservationCalifornia La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -4199 310 Pueblo of Zia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of ZiaNew Mexico Pueblo of Zia, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4201 310 Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pyramid Lake Paiute Tribe Of the Pyramid Lake ReservationNevada Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4206 310 Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quechan Tribe Of the Fort Yuma Indian ReservationCalifornia & Arizona Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4209 310 Ramona Band of Cahuilla, California (previously listed as Ramona Band or Village of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ramona Band Of CahuillaCalifornia Ramona Band of Cahuilla, California \N \N \N \N \N \N \N LIF f \N f 4 -4213 310 Red Lake Band of Chippewa Indians, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Red Lake Band Of Chippewa IndiansMinnesota Red Lake Band of Chippewa Indians, Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4218 310 Rincon Band of Luiseno Mission Indians of Rincon Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rincon Band Of Luiseno Mission Indians Of Rincon ReservationCalifornia Rincon Band of Luiseno Mission Indians of Rincon Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3194 284 Menominee Indian Tribe of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Menominee Indian Tribe Of Wisconsin Menominee Indian Tribe of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3220 284 Atqasuk Village (Atkasook) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Atqasuk Native Village of Atqasuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3208 284 Mooretown Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mooretown Rancheria Of Maidu Indians Of California Mooretown Rancheria of Maidu Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3214 284 Native Village of Afognak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Afognak Native Village of Afognak \N CEDS \N \N \N \N \N LIF f \N f 1 -2654 263 The secondary entity with legal authority to create or close the organization. \N Secondary Authorizing Body Secondary Authorizing Body \N CEDS \N \N \N \N \N LIF f \N t 1 -3215 284 Native Village of Akhiok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Akhiok Native Village of Akhiok \N CEDS \N \N \N \N \N LIF f \N f 1 -3216 284 Native Village of Akutan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Akutan Native Village of Akutan \N CEDS \N \N \N \N \N LIF f \N f 1 -3217 284 Native Village of Aleknagik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Aleknagik Native Village of Aleknagik \N CEDS \N \N \N \N \N LIF f \N f 1 -3218 284 Native Village of Ambler is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ambler Native Village of Ambler \N CEDS \N \N \N \N \N LIF f \N f 1 -3219 284 Native Village of Atka is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Atka Native Village of Atka \N CEDS \N \N \N \N \N LIF f \N f 1 -3221 284 Native Village of Barrow Inupiat Traditional Government is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Barrow Inupiat Traditional Government Native Village of Barrow Inupiat Traditional Government \N CEDS \N \N \N \N \N LIF f \N f 1 -3222 284 Native Village of Belkofski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Belkofski Native Village of Belkofski \N CEDS \N \N \N \N \N LIF f \N f 1 -3223 284 Native Village of Brevig Mission is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Brevig Mission Native Village of Brevig Mission \N CEDS \N \N \N \N \N LIF f \N f 1 -3224 284 Native Village of Buckland is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Buckland Native Village of Buckland \N CEDS \N \N \N \N \N LIF f \N f 1 -3225 284 Native Village of Cantwell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Cantwell Native Village of Cantwell \N CEDS \N \N \N \N \N LIF f \N f 1 -3228 284 Native Village of Chitina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chitina Native Village of Chitina \N CEDS \N \N \N \N \N LIF f \N f 1 -3229 284 Native Village of Chuathbaluk (Russian Mission, Kuskokwim) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chuathbaluk Native Village of Chuathbaluk \N CEDS \N \N \N \N \N LIF f \N f 1 -3230 284 Native Village of Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Council Native Village of Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3231 284 Native Village of Deering is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Deering Native Village of Deering \N CEDS \N \N \N \N \N LIF f \N f 1 -3232 284 Native Village of Diomede (aka Inalik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Diomede Native Village of Diomede \N CEDS \N \N \N \N \N LIF f \N f 1 +3023 284 Capitan Grande Band of Diegueno Mission Indians of California (Barona Group of Capitan Grande Band of Mission Indians of the Barona Reservation, California; Viejas (Baron Long) Group of Capitan Grande Band of Mission Indians of the Viejas Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CapitanGrandeBandOfDieguenoMissionIndiansOfCalifornia CapitanGrandeBandOfDieguenoMissionIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3018 284 Caddo Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CaddoNationOfOklahoma CaddoNationOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3014 284 Buena Vista Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BuenaVistaRancheriaOfMe-WukIndiansOfCalifornia BuenaVistaRancheriaOfMe-WukIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +4039 310 Native Village of Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfCouncil NativeVillageOfCouncil \N \N \N \N \N \N \N LIF f \N f 4 +4038 310 Native Village of Chuathbaluk (Russian Mission, Kuskokwim) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChuathbaluk NativeVillageOfChuathbaluk \N \N \N \N \N \N \N LIF f \N f 4 +3938 310 Ione Band of Miwok Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IoneBandOfMiwokIndiansOfCalifornia IoneBandOfMiwokIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +2653 263 The entity responsible for operating the school. \N OperatingBody OperatingBody \N CEDS \N \N \N \N \N LIF f \N t 1 +4054 310 Native Village of Hamilton is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfHamilton NativeVillageOfHamilton \N \N \N \N \N \N \N LIF f \N f 4 +4056 310 Native Village of Kanatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKanatak NativeVillageOfKanatak \N \N \N \N \N \N \N LIF f \N f 4 +3770 309 The related Person Identifier uses the person's Social Security Administration number. \N SocialSecurityAdministrationNumber SocialSecurityAdministrationNumber \N \N \N \N \N \N \N LIF f \N f 4 +3777 309 The related Person Identifier uses the person's professional certificate or license number. \N ProfessionalCertificateOrLicenseNumber ProfessionalCertificateOrLicenseNumber \N \N \N \N \N \N \N LIF f \N f 4 +2652 263 The entity with legal authority to create or close the school. \N AuthorizingBody AuthorizingBody \N CEDS \N \N \N \N \N LIF f \N t 1 +132 11 Parents opt out is specified as the primary reason a participant did not complete an assessment. \N ParentsOptOut ParentsOptOut \N CEDS \N \N \N \N \N LIF f \N t 1 +4050 310 Native Village of Gakona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGakona NativeVillageOfGakona \N \N \N \N \N \N \N LIF f \N f 4 +2379 139 Credential that acknowledges completion of an assignment, training or other activity. \N ceterms-CertificateOfCompletion CertificateOfCompletion \N CTDL \N \N \N \N \N LIF f \N f 10 +4065 310 Native Village of Koyuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKoyuk NativeVillageOfKoyuk \N \N \N \N \N \N \N LIF f \N f 4 +4066 310 Native Village of Kwigillingok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKwigillingok NativeVillageOfKwigillingok \N \N \N \N \N \N \N LIF f \N f 4 +2806 273 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N ACT CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions \N \N \N \N \N \N \N LIF f \N f 4 +3136 284 Jamul Indian Village of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JamulIndianVillageOfCalifornia JamulIndianVillageOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +2596 200 Change of assignment is the primary reason for the termination of the employment relationship. \N 1391 ChangeOfassignment \N CEDS \N \N \N \N \N LIF f \N f 4 +4216 310 Reno-Sparks Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Reno-SparksIndianColonyNevada Reno-SparksIndianColony-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +683 33 \N \N nds LowGerman;LowSaxon;German-Low;Saxon-Low \N CEDS \N \N \N \N \N LIF f \N t 1 +3465 284 Stockbridge Munsee Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StockbridgeMunseeCommunityWisconsin StockbridgeMunseeCommunity-Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +2654 263 The secondary entity with legal authority to create or close the organization. \N SecondaryAuthorizingBody SecondaryAuthorizingBody \N CEDS \N \N \N \N \N LIF f \N t 1 +4076 310 Native Village of Napaskiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapaskiak NativeVillageOfNapaskiak \N \N \N \N \N \N \N LIF f \N f 4 +2980 284 Agdaagux Tribe of King Cove is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AgdaaguxTribeOfKingCove AgdaaguxTribeOfKingCove \N CEDS \N \N \N \N \N LIF f \N f 1 +2985 284 Alabama-Coushatta Tribe of Texas (previously listed as Alabama Coushatta Tribes of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-CoushattaTribeOfTexas Alabama-CoushattaTribeOfTexas \N CEDS \N \N \N \N \N LIF f \N f 1 +4243 310 Scotts Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ScottsValleyBandOfPomoIndiansOfCalifornia ScottsValleyBandOfPomoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +2612 200 Personal reason is the primary reason for the termination of the employment relationship. \N 1405 PersonalReason \N CEDS \N \N \N \N \N LIF f \N f 4 +2935 278 Completely rural or less than 2,500 urban population, adjacent to a metro area \N 8 CompletelyRuralOrLessThan2500UrbanPopulation-adjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +2930 278 Counties in metro areas of fewer than 250,000 population \N 3 CountiesInMetroAreasOffewerThan250000Population \N \N \N \N \N \N \N LIF f \N f 4 +4427 313 Puerto Rico \N PuertoRico PuertoRico \N \N \N \N \N \N \N LIF f \N f 4 +1993 92 No grade reported yet by instructor (although the course has ended) is specified as additional information regarding the context of the given grade. \N NotYetReported NotYetReported \N CEDS \N \N \N \N \N LIF f \N f 4 +2179 123 A string of characters used to identify a resource. \N URI UniformResourceIdentifier \N \N \N \N \N \N \N LIF f \N t 1 +312 30 The origin of the association has been supplanted by, displaced by, or superseded by the destination of the association. \N IsReplacedBy IsReplacedBy \N CEDS \N \N \N \N \N LIF f \N t 1 +1927 83 Clinical Rotation Instruction is the primary method of instruction used for the course. \N ClinicalRotationInstruction ClinicalRotationInstruction \N CEDS \N \N \N \N \N LIF f \N f 4 +2599 200 Credential revoked or suspended is the primary reason for the termination of the employment relationship. \N 1402 CredentialRevokedOrSuspended \N CEDS \N \N \N \N \N LIF f \N f 4 +2604 200 Formal study or research is the primary reason for the termination of the employment relationship. \N 1392 FormalStudyOrResearch \N CEDS \N \N \N \N \N LIF f \N f 4 +1788 74 The related Course Code is based on the School Codes for the Exchange of Data (SCED) course code system. \N SCED SchoolCodesForTheExchangeOfData(SCED)CourseCode \N CEDS \N \N \N \N \N LIF f \N f 4 +4083 310 Native Village of Nunapitchuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNunapitchuk NativeVillageOfNunapitchuk \N \N \N \N \N \N \N LIF f \N f 4 441 33 \N \N bug Buginese \N CEDS \N \N \N \N \N LIF f \N t 1 -3233 284 Native Village of Eagle is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eagle Native Village of Eagle \N CEDS \N \N \N \N \N LIF f \N f 1 -3234 284 Native Village of Eek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eek Native Village of Eek \N CEDS \N \N \N \N \N LIF f \N f 1 -3235 284 Native Village of Ekuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ekuk Native Village of Ekuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3236 284 Native Village of Ekwok (previously listed as Ekwok Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ekwok Native Village of Ekwok \N CEDS \N \N \N \N \N LIF f \N f 1 -3237 284 Native Village of Elim is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Elim Native Village of Elim \N CEDS \N \N \N \N \N LIF f \N f 1 -3238 284 Native Village of Eyak (Cordova) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eyak Native Village of Eyak \N CEDS \N \N \N \N \N LIF f \N f 1 -3239 284 Native Village of False Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of False Pass Native Village of False Pass \N CEDS \N \N \N \N \N LIF f \N f 1 -3240 284 Native Village of Fort Yukon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Fort Yukon Native Village of Fort Yukon \N CEDS \N \N \N \N \N LIF f \N f 1 -3241 284 Native Village of Gakona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Gakona Native Village of Gakona \N CEDS \N \N \N \N \N LIF f \N f 1 2657 264 A business, firm, institution, or other organization for whom an individual works (including self-employment) in return for financial or other compensation. \N Employer Employer \N CEDS \N \N \N \N \N LIF f \N t 1 -3242 284 Native Village of Gambell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Gambell Native Village of Gambell \N CEDS \N \N \N \N \N LIF f \N f 1 -3243 284 Native Village of Georgetown is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Georgetown Native Village of Georgetown \N CEDS \N \N \N \N \N LIF f \N f 1 -3244 284 Native Village of Goodnews Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Goodnews Bay Native Village of Goodnews Bay \N CEDS \N \N \N \N \N LIF f \N f 1 -3245 284 Native Village of Hamilton is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Hamilton Native Village of Hamilton \N CEDS \N \N \N \N \N LIF f \N f 1 -3246 284 Native Village of Hooper Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Hooper Bay Native Village of Hooper Bay \N CEDS \N \N \N \N \N LIF f \N f 1 -3247 284 Native Village of Kanatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kanatak Native Village of Kanatak \N CEDS \N \N \N \N \N LIF f \N f 1 -3248 284 Native Village of Karluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Karluk Native Village of Karluk \N CEDS \N \N \N \N \N LIF f \N f 1 -3249 284 Native Village of Kiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kiana Native Village of Kiana \N CEDS \N \N \N \N \N LIF f \N f 1 -3250 284 Native Village of Kipnuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kipnuk Native Village of Kipnuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3251 284 Native Village of Kivalina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kivalina Native Village of Kivalina \N CEDS \N \N \N \N \N LIF f \N f 1 -3252 284 Native Village of Kluti Kaah (aka Copper Center) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kluti Kaah Native Village of Kluti Kaah \N CEDS \N \N \N \N \N LIF f \N f 1 -3253 284 Native Village of Kobuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kobuk Native Village of Kobuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3254 284 Native Village of Kongiganak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kongiganak Native Village of Kongiganak \N CEDS \N \N \N \N \N LIF f \N f 1 -3255 284 Native Village of Kotzebue is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kotzebue Native Village of Kotzebue \N CEDS \N \N \N \N \N LIF f \N f 1 -3256 284 Native Village of Koyuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Koyuk Native Village of Koyuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3257 284 Native Village of Kwigillingok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kwigillingok Native Village of Kwigillingok \N CEDS \N \N \N \N \N LIF f \N f 1 -3258 284 Native Village of Kwinhagak (aka Quinhagak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kwinhagak Native Village of Kwinhagak \N CEDS \N \N \N \N \N LIF f \N f 1 -3259 284 Native Village of Larsen Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Larsen Bay Native Village of Larsen Bay \N CEDS \N \N \N \N \N LIF f \N f 1 -3260 284 Native Village of Marshall (aka Fortuna Ledge) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Marshall Native Village of Marshall \N CEDS \N \N \N \N \N LIF f \N f 1 -3261 284 Native Village of Mary's Igloo is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Mary's Igloo Native Village of Mary's Igloo \N CEDS \N \N \N \N \N LIF f \N f 1 -3262 284 Native Village of Mekoryuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Mekoryuk Native Village of Mekoryuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3263 284 Native Village of Minto is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Minto Native Village of Minto \N CEDS \N \N \N \N \N LIF f \N f 1 -3264 284 Native Village of Nanwalek (aka English Bay) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nanwalek Native Village of Nanwalek \N CEDS \N \N \N \N \N LIF f \N f 1 -3265 284 Native Village of Napaimute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napaimute Native Village of Napaimute \N CEDS \N \N \N \N \N LIF f \N f 1 -3267 284 Native Village of Napaskiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napaskiak Native Village of Napaskiak \N CEDS \N \N \N \N \N LIF f \N f 1 -3268 284 Native Village of Nelson Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nelson Lagoon Native Village of Nelson Lagoon \N CEDS \N \N \N \N \N LIF f \N f 1 -3269 284 Native Village of Nightmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nightmute Native Village of Nightmute \N CEDS \N \N \N \N \N LIF f \N f 1 -3270 284 Native Village of Nikolski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nikolski Native Village of Nikolski \N CEDS \N \N \N \N \N LIF f \N f 1 -3271 284 Native Village of Noatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Noatak Native Village of Noatak \N CEDS \N \N \N \N \N LIF f \N f 1 -3272 284 Native Village of Nuiqsut (aka Nooiksut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nuiqsut Native Village of Nuiqsut \N CEDS \N \N \N \N \N LIF f \N f 1 -3273 284 Native Village of Nunam Iqua (previously listed as Native Village of Sheldon's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nunam Iqua Native Village of Nunam Iqua \N CEDS \N \N \N \N \N LIF f \N f 1 -3274 284 Native Village of Nunapitchuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nunapitchuk Native Village of Nunapitchuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3275 284 Native Village of Ouzinkie is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ouzinkie Native Village of Ouzinkie \N CEDS \N \N \N \N \N LIF f \N f 1 -3276 284 Native Village of Paimiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Paimiut Native Village of Paimiut \N CEDS \N \N \N \N \N LIF f \N f 1 -3277 284 Native Village of Perryville is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Perryville Native Village of Perryville \N CEDS \N \N \N \N \N LIF f \N f 1 -3278 284 Native Village of Pilot Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Pilot Point Native Village of Pilot Point \N CEDS \N \N \N \N \N LIF f \N f 1 -3279 284 Native Village of Point Hope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Point Hope Native Village of Point Hope \N CEDS \N \N \N \N \N LIF f \N f 1 -3280 284 Native Village of Point Lay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Point Lay Native Village of Point Lay \N CEDS \N \N \N \N \N LIF f \N f 1 -3582 287 District of Columbia \N DistrictOfColumbia District of Columbia \N CEDS \N \N \N \N \N LIF f \N f 1 -3585 287 Federated States of Micronesia \N FederatedStatesOfMicronesia Federated States of Micronesia \N CEDS \N \N \N \N \N LIF f \N f 1 -3281 284 Native Village of Port Graham is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Graham Native Village of Port Graham \N CEDS \N \N \N \N \N LIF f \N f 1 -3282 284 Native Village of Port Heiden is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Heiden Native Village of Port Heiden \N CEDS \N \N \N \N \N LIF f \N f 1 -3283 284 Native Village of Port Lions is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Lions Native Village of Port Lions \N CEDS \N \N \N \N \N LIF f \N f 1 -3284 284 Native Village of Ruby is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ruby Native Village of Ruby \N CEDS \N \N \N \N \N LIF f \N f 1 -3285 284 Native Village of Saint Michael is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Saint Michael Native Village of Saint Michael \N CEDS \N \N \N \N \N LIF f \N f 1 -3290 284 Native Village of Shishmaref is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shishmaref Native Village of Shishmaref \N CEDS \N \N \N \N \N LIF f \N f 1 -3291 284 Native Village of Shungnak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shungnak Native Village of Shungnak \N CEDS \N \N \N \N \N LIF f \N f 1 -3788 310 Absentee-Shawnee Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Absentee-Shawnee Tribe Of Indians Of Oklahoma Absentee-Shawnee Tribe of Indians of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3789 310 Agdaagux Tribe of King Cove is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Agdaagux Tribe Of King Cove Agdaagux Tribe of King Cove \N \N \N \N \N \N \N LIF f \N f 4 -3794 310 Alabama-Coushatta Tribe of Texas (previously listed as Alabama Coushatta Tribes of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-Coushatta Tribe Of Texas Alabama-Coushatta Tribe of Texas \N \N \N \N \N \N \N LIF f \N f 4 -3945 310 Jamul Indian Village of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Jamul Indian Village Of California Jamul Indian Village of California \N \N \N \N \N \N \N LIF f \N f 4 -3867 310 Confederated Tribes of Siletz Indians of Oregon (previously listed as Confederated Tribes of the Siletz Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of Siletz Indians Of Oregon Confederated Tribes of Siletz Indians of Oregon \N \N \N \N \N \N \N LIF f \N f 4 -3868 310 Confederated Tribes of the Chehalis Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Chehalis Reservation Confederated Tribes of the Chehalis Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3869 310 Confederated Tribes of the Colville Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Colville Reservation Confederated Tribes of the Colville Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3872 310 Confederated Tribes of the Grand Ronde Community of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Grand Ronde Community Of Oregon Confederated Tribes of the Grand Ronde Community of Oregon \N \N \N \N \N \N \N LIF f \N f 4 -3863 310 Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Colorado River Indian Tribes Of the Colorado River Indian ReservationArizona and California Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California \N \N \N \N \N \N \N LIF f \N f 4 -3870 310 Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the CoosLower Umpqua and Siuslaw Indians Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians \N \N \N \N \N \N \N LIF f \N f 4 -4220 310 Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rosebud Sioux Tribe Of the Rosebud Indian ReservationSouth Dakota Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4230 310 Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Salt River Pima-Maricopa Indian Community Of the Salt River ReservationArizona Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4232 310 San Carlos Apache Tribe of the San Carlos Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Carlos Apache Tribe Of the San Carlos ReservationArizona San Carlos Apache Tribe of the San Carlos Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4234 310 San Manuel Band of Mission Indians, California (previously listed as San Manual Band of Serrano Mission Indians of the San Manual Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Manuel Band Of Mission IndiansCalifornia San Manuel Band of Mission Indians, California \N \N \N \N \N \N \N LIF f \N f 4 +4232 310 San Carlos Apache Tribe of the San Carlos Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanCarlosApacheTribeOfTheSanCarlosReservationArizona SanCarlosApacheTribeOfTheSanCarlosReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +4091 310 Native Village of Port Heiden is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortHeiden NativeVillageOfPortHeiden \N \N \N \N \N \N \N LIF f \N f 4 +4205 310 Quartz Valley Indian Community of the Quartz Valley Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuartzValleyIndianCommunityOfTheQuartzValleyReservationOfCalifornia QuartzValleyIndianCommunityOfTheQuartzValleyReservationOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3828 310 Cahto Tribe of the Laytonville Rancheria is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CahtoTribeOfTheLaytonvilleRancheria CahtoTribeOfTheLaytonvilleRancheria \N \N \N \N \N \N \N LIF f \N f 4 +4146 310 Organized Village of Kasaan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKasaan OrganizedVillageOfKasaan \N \N \N \N \N \N \N LIF f \N f 4 +4072 310 Native Village of Minto is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMinto NativeVillageOfMinto \N \N \N \N \N \N \N LIF f \N f 4 +3582 287 District of Columbia \N DistrictOfColumbia DistrictOfColumbia \N CEDS \N \N \N \N \N LIF f \N f 1 +3811 310 Bear River Band of the Rohnerville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BearRiverBandOfTheRohnervilleRancheria-California BearRiverBandOfTheRohnervilleRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3800 310 Alutiiq Tribe of Old Harbor (previously listed as Native Village of Old Harbor and Village of Old Harbor) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlutiiqTribeOfOldHarbor AlutiiqTribeOfOldHarbor \N \N \N \N \N \N \N LIF f \N f 4 +3803 310 Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ApacheTribeOfOklahoma ApacheTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3805 310 Aroostook Band of Micmacs (previously listed as Aroostook Band of Micmac Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AroostookBandOfMicmacs AroostookBandOfMicmacs \N \N \N \N \N \N \N LIF f \N f 4 +269 21 Person left program - unable to locate is specified as the primary reason a participant did not complete an assessment. \N LeftProgram PersonLeftProgram-unableToLocate \N CEDS \N \N \N \N \N LIF f \N f 4 +3287 284 Native Village of Scammon Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfScammonBay NativeVillageOfScammonBay \N CEDS \N \N \N \N \N LIF f \N f 1 +3203 284 Mississippi Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MississippiBandOfChoctawIndians MississippiBandOfChoctawIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3201 284 Middletown Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiddletownRancheriaOfPomoIndiansOfCalifornia MiddletownRancheriaOfPomoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3183 284 Lytton Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LyttonRancheriaOfCalifornia LyttonRancheriaOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 442 33 \N \N bul Bulgarian \N CEDS \N \N \N \N \N LIF f \N t 1 -4236 310 Santa Rosa Band of Cahuilla Indians, California (previously listed as Santa Rosa Band of Cahuilla Mission Indians of the Santa Rosa Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Rosa Band Of Cahuilla IndiansCalifornia Santa Rosa Band of Cahuilla Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -4237 310 Santa Rosa Indian Community of the Santa Rosa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Rosa Indian Community Of the Santa Rosa RancheriaCalifornia Santa Rosa Indian Community of the Santa Rosa Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -4238 310 Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Ynez Band Of Chumash Mission Indians Of the Santa Ynez ReservationCalifornia Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4252 310 Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria (Verona Tract), California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shingle Springs Band Of Miwok IndiansShingle Springs Rancheria Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria \N \N \N \N \N \N \N LIF f \N f 4 -4256 310 Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-Paiute Tribes Of the Duck Valley ReservationNevada Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4257 310 Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sisseton-Wahpeton Oyate Of the Lake Traverse ReservationSouth Dakota Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4263 310 Soboba Band of Luiseno Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Soboba Band Of Luiseno IndiansCalifornia Soboba Band of Luiseno Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -2658 264 An institution that provides educational services; has one or more grade groups (PK through 12); has one or more teachers; is located in one or more buildings; has an assigned administrator(s). \N K12 School K12 School \N CEDS \N \N \N \N \N LIF f \N t 1 -4266 310 Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Southern Ute Indian Tribe Of the Southern Ute ReservationColorado Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado \N \N \N \N \N \N \N LIF f \N f 4 -4293 310 Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Three Affiliated Tribes Of the Fort Berthold ReservationNorth Dakota Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4303 310 Tule River Indian Tribe of the Tule River Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tule River Indian Tribe Of the Tule River ReservationCalifornia Tule River Indian Tribe of the Tule River Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4318 310 Ute Indian Tribe of the Uintah & Ouray Reservation, Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ute Indian Tribe Of the Uintah & Ouray ReservationUtah Ute Indian Tribe of the Uintah & Ouray Reservation, Utah \N \N \N \N \N \N \N LIF f \N f 4 -4320 310 Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Utu Utu Gwaitu Paiute Tribe Of the Benton Paiute ReservationCalifornia Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -4343 310 Walker River Paiute Tribe of the Walker River Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Walker River Paiute Tribe Of the Walker River ReservationNevada Walker River Paiute Tribe of the Walker River Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4346 310 White Mountain Apache Tribe of the Fort Apache Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N White Mountain Apache Tribe Of the Fort Apache ReservationArizona White Mountain Apache Tribe of the Fort Apache Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4356 310 Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-Apache Nation Of the Camp Verde Indian ReservationArizona Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4358 310 Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yerington Paiute Tribe Of the Yerington Colony & Campbell RanchNevada Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4360 310 Yomba Shoshone Tribe of the Yomba Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yomba Shoshone Tribe Of the Yomba ReservationNevada Yomba Shoshone Tribe of the Yomba Reservation, Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4363 310 Yurok Tribe of the Yurok Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yurok Tribe Of the Yurok ReservationCalifornia Yurok Tribe of the Yurok Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -14 2 College Readiness is specified as the reason for which an assessment is designed or delivered. \N College Readiness College Readiness \N CEDS \N \N \N \N \N LIF f \N t 1 -4364 310 Zuni Tribe of the Zuni Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Zuni Tribe Of the Zuni ReservationNew Mexico Zuni Tribe of the Zuni Reservation, New Mexico \N \N \N \N \N \N \N LIF f \N f 4 -4468 315 High school completers (e.g., certificate of attendance) is the extent of formal instruction a person has received. \N High school completers (e.g.certificate Of attendance) High school completers (e.g., certificate of attendance) \N \N \N \N \N \N \N LIF f \N f 4 -3321 284 Arapaho Tribe of the Wind River Reservation, Wyoming is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northern Arapaho Tribe Of the Wind River ReservationWyoming Northern Arapaho Tribe of the Wind River Reservation, Wyoming \N CEDS \N \N \N \N \N LIF f \N f 1 -3322 284 Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northern Cheyenne Tribe Of the Northern Cheyenne Indian ReservationMontana Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana \N CEDS \N \N \N \N \N LIF f \N f 1 -3326 284 Nottawaseppi Huron Band of the Potawatomi, Michigan (previously listed as Huron Potawatomi, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nottawaseppi Huron Band Of the PotawatomiMichigan Nottawaseppi Huron Band of the Potawatomi, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3342 284 Otoe-Missouria Tribe of Indians, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Otoe-Missouria Tribe Of IndiansOklahoma Otoe-Missouria Tribe of Indians, Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3345 284 Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute-Shoshone Tribe Of the Fallon Reservation and ColonyNevada Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3352 284 Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pauma Band Of Luiseno Mission Indians Of the Pauma & Yuima ReservationCalifornia Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3354 284 Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pechanga Band Of Luiseno Mission Indians Of the Pechanga ReservationCalifornia Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3387 284 Pueblo of Santa Clara, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of Santa ClaraNew Mexico Pueblo of Santa Clara, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3366 284 Pokagon Band of Potawatomi Indians, Michigan and Indiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pokagon Band Of Potawatomi IndiansMichigan and Indiana Pokagon Band of Potawatomi Indians, Michigan and Indiana \N CEDS \N \N \N \N \N LIF f \N f 1 -3375 284 Pueblo of Acoma, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of AcomaNew Mexico Pueblo of Acoma, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3376 284 Pueblo of Cochiti, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of CochitiNew Mexico Pueblo of Cochiti, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3378 284 Pueblo of Jemez, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of JemezNew Mexico Pueblo of Jemez, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3379 284 Pueblo of Laguna, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of LagunaNew Mexico Pueblo of Laguna, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3380 284 Pueblo of Nambe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of NambeNew Mexico Pueblo of Nambe, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3381 284 Pueblo of Picuris, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of PicurisNew Mexico Pueblo of Picuris, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3382 284 Pueblo of Pojoaque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of PojoaqueNew Mexico Pueblo of Pojoaque, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3383 284 Pueblo of San Felipe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of San FelipeNew Mexico Pueblo of San Felipe, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3384 284 Pueblo of San Ildefonso, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of San IldefonsoNew Mexico Pueblo of San Ildefonso, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3385 284 Pueblo of Sandia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of SandiaNew Mexico Pueblo of Sandia, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3386 284 Pueblo of Santa Ana, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of Santa AnaNew Mexico Pueblo of Santa Ana, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3388 284 Pueblo of Taos, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of TaosNew Mexico Pueblo of Taos, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3389 284 Pueblo of Tesuque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of TesuqueNew Mexico Pueblo of Tesuque, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3390 284 Pueblo of Zia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pueblo Of ZiaNew Mexico Pueblo of Zia, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3392 284 Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pyramid Lake Paiute Tribe Of the Pyramid Lake ReservationNevada Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3397 284 Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quechan Tribe Of the Fort Yuma Indian ReservationCalifornia & Arizona Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3400 284 Ramona Band of Cahuilla, California (previously listed as Ramona Band or Village of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ramona Band Of CahuillaCalifornia Ramona Band of Cahuilla, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3404 284 Red Lake Band of Chippewa Indians, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Red Lake Band Of Chippewa IndiansMinnesota Red Lake Band of Chippewa Indians, Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -3409 284 Rincon Band of Luiseno Mission Indians of Rincon Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rincon Band Of Luiseno Mission Indians Of Rincon ReservationCalifornia Rincon Band of Luiseno Mission Indians of Rincon Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3411 284 Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rosebud Sioux Tribe Of the Rosebud Indian ReservationSouth Dakota Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3421 284 Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Salt River Pima-Maricopa Indian Community Of the Salt River ReservationArizona Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3423 284 San Carlos Apache Tribe of the San Carlos Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Carlos Apache Tribe Of the San Carlos ReservationArizona San Carlos Apache Tribe of the San Carlos Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3425 284 San Manuel Band of Mission Indians, California (previously listed as San Manual Band of Serrano Mission Indians of the San Manual Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Manuel Band Of Mission IndiansCalifornia San Manuel Band of Mission Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3427 284 Santa Rosa Band of Cahuilla Indians, California (previously listed as Santa Rosa Band of Cahuilla Mission Indians of the Santa Rosa Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Rosa Band Of Cahuilla IndiansCalifornia Santa Rosa Band of Cahuilla Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3428 284 Santa Rosa Indian Community of the Santa Rosa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Rosa Indian Community Of the Santa Rosa RancheriaCalifornia Santa Rosa Indian Community of the Santa Rosa Rancheria, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3429 284 Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santa Ynez Band Of Chumash Mission Indians Of the Santa Ynez ReservationCalifornia Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3433 284 Sault Ste. Marie Tribe of Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sault Ste. Marie Tribe Of Chippewa IndiansMichigan Sault Ste. Marie Tribe of Chippewa Indians, Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3443 284 Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria (Verona Tract), California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shingle Springs Band Of Miwok IndiansShingle Springs Rancheria Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria \N CEDS \N \N \N \N \N LIF f \N f 1 -3447 284 Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-Paiute Tribes Of the Duck Valley ReservationNevada Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -15 2 Course credit is specified as the reason for which an assessment is designed or delivered. \N Course credit Course credit \N CEDS \N \N \N \N \N LIF f \N t 1 +2658 264 An institution that provides educational services; has one or more grade groups (PK through 12); has one or more teachers; is located in one or more buildings; has an assigned administrator(s). \N K12School K12School \N CEDS \N \N \N \N \N LIF f \N t 1 +1802 75 Honors level course is specified as the general nature and difficulty of instruction provided throughout a course. \N 572 HonorsLevelCourse \N CEDS \N \N \N \N \N LIF f \N f 4 +1546 51 Honors level course is specified as the general nature and difficulty of instruction provided throughout a course. \N HonorsLevelCourse HonorsLevelCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +3809 310 Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BadRiverBandOfTheLakeSuperiorTribeOfChippewaIndiansOfTheBadRiverReservation-Wisconsin BadRiverBandOfTheLakeSuperiorTribeOfChippewaIndiansOfTheBadRiverReservation-Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 +3813 310 Berry Creek Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BerryCreekRancheriaOfMaiduIndiansOfCalifornia BerryCreekRancheriaOfMaiduIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3816 310 Big Sandy Rancheria of Western Mono Indians of California (previously listed as Big Sandy Rancheria of Mono Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigSandyRancheriaOfWesternMonoIndiansOfCalifornia BigSandyRancheriaOfWesternMonoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +14 2 College Readiness is specified as the reason for which an assessment is designed or delivered. \N CollegeReadiness CollegeReadiness \N CEDS \N \N \N \N \N LIF f \N t 1 +4130 310 Arapaho Tribe of the Wind River Reservation, Wyoming is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthernArapahoTribeOfTheWindRiverReservationWyoming NorthernArapahoTribeOfTheWindRiverReservation-Wyoming \N \N \N \N \N \N \N LIF f \N f 4 +3004 284 Berry Creek Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BerryCreekRancheriaOfMaiduIndiansOfCalifornia BerryCreekRancheriaOfMaiduIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3815 310 Big Pine Paiute Tribe of the Owens Valley (previously listed as Big Pine Band of Owens Valley Paiute Shoshone Indians of the Big Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigPinePaiuteTribeOfTheOwensValley BigPinePaiuteTribeOfTheOwensValley \N \N \N \N \N \N \N LIF f \N f 4 +3067 284 Coushatta Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoushattaTribeOfLouisiana CoushattaTribeOfLouisiana \N CEDS \N \N \N \N \N LIF f \N f 1 +2996 284 Aroostook Band of Micmacs (previously listed as Aroostook Band of Micmac Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AroostookBandOfMicmacs AroostookBandOfMicmacs \N CEDS \N \N \N \N \N LIF f \N f 1 +2403 139 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms-MasterOfArtsDegree MasterOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +3827 310 Caddo Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CaddoNationOfOklahoma CaddoNationOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3829 310 Cahuilla Band of Indians (previously listed as Cahuilla Band of Mission Indians of the Cahuilla Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CahuillaBandOfIndians CahuillaBandOfIndians \N \N \N \N \N \N \N LIF f \N f 4 +4339 310 Village of Solomon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfSolomon VillageOfSolomon \N \N \N \N \N \N \N LIF f \N f 4 +3165 284 La Jolla Band of Luiseno Indians, California (previously listed as La Jolla Band of Luiseno Mission Indians of the La Jolla Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LaJollaBandOfLuisenoIndiansCalifornia LaJollaBandOfLuisenoIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +2842 275 The lead agency within a State/Jurisdiction responsible for administering IDEA Part C. \N IDEAPartCLeadAgency IDEAPartCLeadAgency \N \N \N \N \N \N \N LIF f \N f 4 +1543 51 English Learner course is specified as the general nature and difficulty of instruction provided throughout a course. \N EnglishLearnerCourse EnglishLearnerCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +2998 284 Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AssiniboineAndSiouxTribesOfTheFortPeckIndianReservation AssiniboineAndSiouxTribesOfTheFortPeckIndianReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +2409 139 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in the arts and social sciences fields. \N ceterms-AssociateOfAppliedArtsDegree AssociateOfAppliedArtsDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2410 139 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in applied scientific and technological fields. \N ceterms-AssociateOfAppliedScienceDegree AssociateOfAppliedScienceDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2411 139 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N ceterms-AssociateOfArtsDegree AssociateOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2412 139 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in scientific and technical fields and professional fields of study. \N ceterms-AssociateOfScienceDegree AssociateOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +4089 310 Native Village of Point Lay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPointLay NativeVillageOfPointLay \N \N \N \N \N \N \N LIF f \N f 4 +15 2 Course credit is specified as the reason for which an assessment is designed or delivered. \N CourseCredit CourseCredit \N CEDS \N \N \N \N \N LIF f \N t 1 +3410 284 Robinson Rancheria (previously listed as Robinson Rancheria Band of Pomo Indians, California and the Robinson Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RobinsonRancheria RobinsonRancheria \N CEDS \N \N \N \N \N LIF f \N f 1 +2180 123 A Uniform Resource Locator, commonly informally termed a web address is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. \N URL UniformResourceLocator \N \N \N \N \N \N \N LIF f \N t 1 443 33 \N \N bur Burmese \N CEDS \N \N \N \N \N LIF f \N t 1 -3448 284 Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sisseton-Wahpeton Oyate Of the Lake Traverse ReservationSouth Dakota Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3454 284 Soboba Band of Luiseno Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Soboba Band Of Luiseno IndiansCalifornia Soboba Band of Luiseno Indians, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3457 284 Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Southern Ute Indian Tribe Of the Southern Ute ReservationColorado Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado \N CEDS \N \N \N \N \N LIF f \N f 1 -3484 284 Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Three Affiliated Tribes Of the Fort Berthold ReservationNorth Dakota Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3494 284 Tule River Indian Tribe of the Tule River Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tule River Indian Tribe Of the Tule River ReservationCalifornia Tule River Indian Tribe of the Tule River Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3509 284 Ute Indian Tribe of the Uintah & Ouray Reservation, Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ute Indian Tribe Of the Uintah & Ouray ReservationUtah Ute Indian Tribe of the Uintah & Ouray Reservation, Utah \N CEDS \N \N \N \N \N LIF f \N f 1 -3511 284 Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Utu Utu Gwaitu Paiute Tribe Of the Benton Paiute ReservationCalifornia Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3534 284 Walker River Paiute Tribe of the Walker River Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Walker River Paiute Tribe Of the Walker River ReservationNevada Walker River Paiute Tribe of the Walker River Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3537 284 White Mountain Apache Tribe of the Fort Apache Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N White Mountain Apache Tribe Of the Fort Apache ReservationArizona White Mountain Apache Tribe of the Fort Apache Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3547 284 Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-Apache Nation Of the Camp Verde Indian ReservationArizona Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3549 284 Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yerington Paiute Tribe Of the Yerington Colony & Campbell RanchNevada Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3551 284 Yomba Shoshone Tribe of the Yomba Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yomba Shoshone Tribe Of the Yomba ReservationNevada Yomba Shoshone Tribe of the Yomba Reservation, Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3554 284 Yurok Tribe of the Yurok Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yurok Tribe Of the Yurok ReservationCalifornia Yurok Tribe of the Yurok Reservation, California \N CEDS \N \N \N \N \N LIF f \N f 1 -3555 284 Zuni Tribe of the Zuni Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Zuni Tribe Of the Zuni ReservationNew Mexico Zuni Tribe of the Zuni Reservation, New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3226 284 Native Village of Chenega (aka Chanega) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chenega Native Village of Chenega \N CEDS \N \N \N \N \N LIF f \N f 1 -3227 284 Native Village of Chignik Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chignik Lagoon Native Village of Chignik Lagoon \N CEDS \N \N \N \N \N LIF f \N f 1 -3292 284 Native Village of Stevens is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Stevens Native Village of Stevens \N CEDS \N \N \N \N \N LIF f \N f 1 -3293 284 Native Village of Tanacross is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tanacross Native Village of Tanacross \N CEDS \N \N \N \N \N LIF f \N f 1 -13 2 Assessment of student's progress is specified as the reason for which an assessment is designed or delivered. \N Assessment Of student's progress Assessment of student's progress \N CEDS \N \N \N \N \N LIF f \N t 1 -2241 124 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in applied scientific and technological fields. \N Associate Of Applied Science Degree ceterms:AssociateOfAppliedScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -444 33 \N \N byn Blin; Bilin \N CEDS \N \N \N \N \N LIF f \N t 1 -2242 124 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N Associate Of Arts Degree ceterms:AssociateOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -2243 124 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in scientific and technical fields and professional fields of study. \N Associate Of Science Degree ceterms:AssociateOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -2244 124 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N Bachelor Of Arts Degree ceterms:BachelorOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -2245 124 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in scientific and technical fields and professional fields of study. \N Bachelor Of Science Degree ceterms:BachelorOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -3968 310 Kletsel Dehe Band of Wintun Indians (previously listed as Cortina Indian Rancheria and the Cortina Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kletsel Dehe Band Of Wintun Indians Kletsel Dehe Band of Wintun Indians \N \N \N \N \N \N \N LIF f \N f 4 -3970 310 Koi Nation of Northern California (previously listed as Lower Lake Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Koi Nation Of Northern California Koi Nation of Northern California \N \N \N \N \N \N \N LIF f \N f 4 -4017 310 Mooretown Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mooretown Rancheria Of Maidu Indians Of California Mooretown Rancheria of Maidu Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4023 310 Native Village of Afognak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Afognak Native Village of Afognak \N \N \N \N \N \N \N LIF f \N f 4 -4024 310 Native Village of Akhiok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Akhiok Native Village of Akhiok \N \N \N \N \N \N \N LIF f \N f 4 -4025 310 Native Village of Akutan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Akutan Native Village of Akutan \N \N \N \N \N \N \N LIF f \N f 4 -4026 310 Native Village of Aleknagik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Aleknagik Native Village of Aleknagik \N \N \N \N \N \N \N LIF f \N f 4 -4027 310 Native Village of Ambler is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ambler Native Village of Ambler \N \N \N \N \N \N \N LIF f \N f 4 -4028 310 Native Village of Atka is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Atka Native Village of Atka \N \N \N \N \N \N \N LIF f \N f 4 -4029 310 Atqasuk Village (Atkasook) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Atqasuk Native Village of Atqasuk \N \N \N \N \N \N \N LIF f \N f 4 -4030 310 Native Village of Barrow Inupiat Traditional Government is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Barrow Inupiat Traditional Government Native Village of Barrow Inupiat Traditional Government \N \N \N \N \N \N \N LIF f \N f 4 -4031 310 Native Village of Belkofski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Belkofski Native Village of Belkofski \N \N \N \N \N \N \N LIF f \N f 4 -4032 310 Native Village of Brevig Mission is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Brevig Mission Native Village of Brevig Mission \N \N \N \N \N \N \N LIF f \N f 4 -4033 310 Native Village of Buckland is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Buckland Native Village of Buckland \N \N \N \N \N \N \N LIF f \N f 4 -4034 310 Native Village of Cantwell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Cantwell Native Village of Cantwell \N \N \N \N \N \N \N LIF f \N f 4 -4035 310 Native Village of Chenega (aka Chanega) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chenega Native Village of Chenega \N \N \N \N \N \N \N LIF f \N f 4 -4036 310 Native Village of Chignik Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chignik Lagoon Native Village of Chignik Lagoon \N \N \N \N \N \N \N LIF f \N f 4 -4037 310 Native Village of Chitina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chitina Native Village of Chitina \N \N \N \N \N \N \N LIF f \N f 4 +3807 310 Assiniboine and Sioux Tribes of the Fort Peck Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AssiniboineAndSiouxTribesOfTheFortPeckIndianReservation AssiniboineAndSiouxTribesOfTheFortPeckIndianReservation-Montana \N \N \N \N \N \N \N LIF f \N f 4 +3019 284 Cahto Tribe of the Laytonville Rancheria is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CahtoTribeOfTheLaytonvilleRancheria CahtoTribeOfTheLaytonvilleRancheria \N CEDS \N \N \N \N \N LIF f \N f 1 +4331 310 Village of Iliamna is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfIliamna VillageOfIliamna \N \N \N \N \N \N \N LIF f \N f 4 +3177 284 Los Coyotes Band of Cahuilla and Cupeno Indians, California (previously listed as Los Coyotes Band of Cahuilla & Cupeno Indians of the Los Coyotes Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LosCoyotesBandOfCahuillaAndCupenoIndiansCalifornia LosCoyotesBandOfCahuillaAndCupenoIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3020 284 Cahuilla Band of Indians (previously listed as Cahuilla Band of Mission Indians of the Cahuilla Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CahuillaBandOfIndians CahuillaBandOfIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +1745 67 The course section completed and the student did not receive credit for the course. \N CompletedNoCredit ClassSectionCompleted-studentDidNotReceiveCreditForTheCourse. \N CEDS \N \N \N \N \N LIF f \N t 1 +3293 284 Native Village of Tanacross is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTanacross NativeVillageOfTanacross \N CEDS \N \N \N \N \N LIF f \N f 1 +1746 67 The course section ended and the student did not complete the work required to complete the course. \N Incomplete ClassSectionCompleted-studentDidNotCompleteTheWorkRequiredToCompleteTheCourse. \N CEDS \N \N \N \N \N LIF f \N t 1 +13 2 Assessment of student's progress is specified as the reason for which an assessment is designed or delivered. \N AssessmentOfStudent'sProgress AssessmentOfStudent'sProgress \N CEDS \N \N \N \N \N LIF f \N t 1 +1853 77 CEDS \N UpperDivision UpperDivision \N Upper division is specified as the level of work required for a course or the level of the typical individual taking the course. \N \N \N \N \N LIF f \N f 4 +444 33 \N \N byn Blin;Bilin \N CEDS \N \N \N \N \N LIF f \N t 1 +1857 78 Lower division credit (associated with first/second year) is specified as the level of credit associated with the credit hours earned for the course. \N LowerDivision LowerDivisionCredit(associatedWithFirst/secondYear) \N CEDS \N \N \N \N \N LIF f \N f 4 +1606 54 Higher or upper division credit (associated with third or fourth year) is specified as the level of credit associated with the credit hours earned for the course. \N UpperDivision HigherOrUpperDivisionCredit(associatedWithThirdOrFourthYear) \N CEDS \N \N \N \N \N LIF f \N t 1 +2899 277 North Dakota \N ND NorthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3226 284 Native Village of Chenega (aka Chanega) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChenega NativeVillageOfChenega \N CEDS \N \N \N \N \N LIF f \N f 1 +3227 284 Native Village of Chignik Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChignikLagoon NativeVillageOfChignikLagoon \N CEDS \N \N \N \N \N LIF f \N f 1 +3008 284 Big Valley Band of Pomo Indians of the Big Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigValleyBandOfPomoIndiansOfTheBigValleyRancheria-California BigValleyBandOfPomoIndiansOfTheBigValleyRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3011 284 Blackfeet Tribe of the Blackfeet Indian Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BlackfeetTribeOfTheBlackfeetIndianReservationOfMontana BlackfeetTribeOfTheBlackfeetIndianReservationOfMontana \N CEDS \N \N \N \N \N LIF f \N f 1 +3820 310 Blackfeet Tribe of the Blackfeet Indian Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BlackfeetTribeOfTheBlackfeetIndianReservationOfMontana BlackfeetTribeOfTheBlackfeetIndianReservationOfMontana \N \N \N \N \N \N \N LIF f \N f 4 +3840 310 Cher-Ae Heights Indian Community of the Trinidad Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cher-AeHeightsIndianCommunityOfTheTrinidadRancheriaCalifornia Cher-AeHeightsIndianCommunityOfTheTrinidadRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3831 310 Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CampoBandOfDieguenoMissionIndiansOfTheCampoIndianReservation-California CampoBandOfDieguenoMissionIndiansOfTheCampoIndianReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +3832 310 Capitan Grande Band of Diegueno Mission Indians of California (Barona Group of Capitan Grande Band of Mission Indians of the Barona Reservation, California; Viejas (Baron Long) Group of Capitan Grande Band of Mission Indians of the Viejas Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CapitanGrandeBandOfDieguenoMissionIndiansOfCalifornia CapitanGrandeBandOfDieguenoMissionIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3854 310 Chippewa Cree Indians of the Rocky Boy's Reservation, Montana (previously listed as Chippewa-Cree Indians of the Rocky Boy's Reservation, Montana) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChippewaCreeIndiansOfTheRockyBoy'sReservationMontana ChippewaCreeIndiansOfTheRockyBoy'sReservation-Montana \N \N \N \N \N \N \N LIF f \N f 4 445 33 \N \N cad Caddo \N CEDS \N \N \N \N \N LIF f \N t 1 452 33 \N \N cha Chamorro \N CEDS \N \N \N \N \N LIF f \N t 1 -4038 310 Native Village of Chuathbaluk (Russian Mission, Kuskokwim) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Chuathbaluk Native Village of Chuathbaluk \N \N \N \N \N \N \N LIF f \N f 4 -4039 310 Native Village of Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Council Native Village of Council \N \N \N \N \N \N \N LIF f \N f 4 -4040 310 Native Village of Deering is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Deering Native Village of Deering \N \N \N \N \N \N \N LIF f \N f 4 -4041 310 Native Village of Diomede (aka Inalik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Diomede Native Village of Diomede \N \N \N \N \N \N \N LIF f \N f 4 -4042 310 Native Village of Eagle is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eagle Native Village of Eagle \N \N \N \N \N \N \N LIF f \N f 4 -4043 310 Native Village of Eek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eek Native Village of Eek \N \N \N \N \N \N \N LIF f \N f 4 -4044 310 Native Village of Ekuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ekuk Native Village of Ekuk \N \N \N \N \N \N \N LIF f \N f 4 -4045 310 Native Village of Ekwok (previously listed as Ekwok Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ekwok Native Village of Ekwok \N \N \N \N \N \N \N LIF f \N f 4 -4046 310 Native Village of Elim is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Elim Native Village of Elim \N \N \N \N \N \N \N LIF f \N f 4 -4047 310 Native Village of Eyak (Cordova) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Eyak Native Village of Eyak \N \N \N \N \N \N \N LIF f \N f 4 -4048 310 Native Village of False Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of False Pass Native Village of False Pass \N \N \N \N \N \N \N LIF f \N f 4 -4049 310 Native Village of Fort Yukon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Fort Yukon Native Village of Fort Yukon \N \N \N \N \N \N \N LIF f \N f 4 -4050 310 Native Village of Gakona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Gakona Native Village of Gakona \N \N \N \N \N \N \N LIF f \N f 4 -4051 310 Native Village of Gambell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Gambell Native Village of Gambell \N \N \N \N \N \N \N LIF f \N f 4 -4052 310 Native Village of Georgetown is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Georgetown Native Village of Georgetown \N \N \N \N \N \N \N LIF f \N f 4 -4053 310 Native Village of Goodnews Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Goodnews Bay Native Village of Goodnews Bay \N \N \N \N \N \N \N LIF f \N f 4 -4054 310 Native Village of Hamilton is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Hamilton Native Village of Hamilton \N \N \N \N \N \N \N LIF f \N f 4 -4055 310 Native Village of Hooper Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Hooper Bay Native Village of Hooper Bay \N \N \N \N \N \N \N LIF f \N f 4 -4056 310 Native Village of Kanatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kanatak Native Village of Kanatak \N \N \N \N \N \N \N LIF f \N f 4 -4057 310 Native Village of Karluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Karluk Native Village of Karluk \N \N \N \N \N \N \N LIF f \N f 4 -4058 310 Native Village of Kiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kiana Native Village of Kiana \N \N \N \N \N \N \N LIF f \N f 4 -4059 310 Native Village of Kipnuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kipnuk Native Village of Kipnuk \N \N \N \N \N \N \N LIF f \N f 4 -4060 310 Native Village of Kivalina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kivalina Native Village of Kivalina \N \N \N \N \N \N \N LIF f \N f 4 -4061 310 Native Village of Kluti Kaah (aka Copper Center) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kluti Kaah Native Village of Kluti Kaah \N \N \N \N \N \N \N LIF f \N f 4 -4062 310 Native Village of Kobuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kobuk Native Village of Kobuk \N \N \N \N \N \N \N LIF f \N f 4 +3002 284 Bear River Band of the Rohnerville Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BearRiverBandOfTheRohnervilleRancheria-California BearRiverBandOfTheRohnervilleRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3565 286 Off-campus, temporary is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Off-campustemporary Off-campus-temporary \N CEDS \N \N \N \N \N LIF f \N t 1 +2383 139 A doctoral degree conferred upon completion of a program providing the knowledge and skills for the recognition, credential, or license required for professional practice. \N ceterms-ProfessionalDoctorate ProfessionalDoctorateDegree \N CTDL \N \N \N \N \N LIF f \N f 10 +2407 139 A award by secondary educational institutions for successfully completion of a course of study. \N ceterms-SecondarySchoolDiploma SecondarySchoolDiploma \N CTDL \N \N \N \N \N LIF f \N f 10 +4587 322 Intended for those in the first half of an undergraduate level program. \N audLevel-LowerDivisionLevel LowerDivisionLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4594 322 Intended for those in the second half of an undergraduate level program. \N audLevel-UpperDivisionLevel UpperDivisionLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +4217 310 Resighini Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ResighiniRancheriaCalifornia ResighiniRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +2829 275 An individual or organization who provides a planned, structured process through which an individual improves his or her job-related knowledge, skills, or attitudes. Such a process is deigned to enable a staff member to grow within a profession or organization or to attain an initial or additional credential. \N StaffDevelopmentProvider StaffDevelopmentProvider \N \N \N \N \N \N \N LIF f \N f 4 +4230 310 Salt River Pima-Maricopa Indian Community of the Salt River Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaltRiverPima-MaricopaIndianCommunityOfTheSaltRiverReservationArizona SaltRiverPima-MaricopaIndianCommunityOfTheSaltRiverReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +3491 284 Torres Martinez Desert Cahuilla Indians, California (previously listed as Torres- Martinez Band of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TorresMartinezDesertCahuillaIndiansCalifornia TorresMartinezDesertCahuillaIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 453 33 \N \N chb Chibcha \N CEDS \N \N \N \N \N LIF f \N t 1 -4063 310 Native Village of Kongiganak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kongiganak Native Village of Kongiganak \N \N \N \N \N \N \N LIF f \N f 4 -4064 310 Native Village of Kotzebue is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kotzebue Native Village of Kotzebue \N \N \N \N \N \N \N LIF f \N f 4 -4065 310 Native Village of Koyuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Koyuk Native Village of Koyuk \N \N \N \N \N \N \N LIF f \N f 4 -4066 310 Native Village of Kwigillingok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kwigillingok Native Village of Kwigillingok \N \N \N \N \N \N \N LIF f \N f 4 -4067 310 Native Village of Kwinhagak (aka Quinhagak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Kwinhagak Native Village of Kwinhagak \N \N \N \N \N \N \N LIF f \N f 4 -4068 310 Native Village of Larsen Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Larsen Bay Native Village of Larsen Bay \N \N \N \N \N \N \N LIF f \N f 4 -4069 310 Native Village of Marshall (aka Fortuna Ledge) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Marshall Native Village of Marshall \N \N \N \N \N \N \N LIF f \N f 4 -4070 310 Native Village of Mary's Igloo is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Mary's Igloo Native Village of Mary's Igloo \N \N \N \N \N \N \N LIF f \N f 4 -4071 310 Native Village of Mekoryuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Mekoryuk Native Village of Mekoryuk \N \N \N \N \N \N \N LIF f \N f 4 -4072 310 Native Village of Minto is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Minto Native Village of Minto \N \N \N \N \N \N \N LIF f \N f 4 -4073 310 Native Village of Nanwalek (aka English Bay) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nanwalek Native Village of Nanwalek \N \N \N \N \N \N \N LIF f \N f 4 -4074 310 Native Village of Napaimute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napaimute Native Village of Napaimute \N \N \N \N \N \N \N LIF f \N f 4 -4075 310 Native Village of Napakiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napakiak Native Village of Napakiak \N \N \N \N \N \N \N LIF f \N f 4 -4076 310 Native Village of Napaskiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Napaskiak Native Village of Napaskiak \N \N \N \N \N \N \N LIF f \N f 4 -4077 310 Native Village of Nelson Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nelson Lagoon Native Village of Nelson Lagoon \N \N \N \N \N \N \N LIF f \N f 4 -4078 310 Native Village of Nightmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nightmute Native Village of Nightmute \N \N \N \N \N \N \N LIF f \N f 4 -4079 310 Native Village of Nikolski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nikolski Native Village of Nikolski \N \N \N \N \N \N \N LIF f \N f 4 -4080 310 Native Village of Noatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Noatak Native Village of Noatak \N \N \N \N \N \N \N LIF f \N f 4 -4081 310 Native Village of Nuiqsut (aka Nooiksut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nuiqsut Native Village of Nuiqsut \N \N \N \N \N \N \N LIF f \N f 4 -4082 310 Native Village of Nunam Iqua (previously listed as Native Village of Sheldon's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nunam Iqua Native Village of Nunam Iqua \N \N \N \N \N \N \N LIF f \N f 4 -4083 310 Native Village of Nunapitchuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Nunapitchuk Native Village of Nunapitchuk \N \N \N \N \N \N \N LIF f \N f 4 -4084 310 Native Village of Ouzinkie is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ouzinkie Native Village of Ouzinkie \N \N \N \N \N \N \N LIF f \N f 4 -4085 310 Native Village of Paimiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Paimiut Native Village of Paimiut \N \N \N \N \N \N \N LIF f \N f 4 -4086 310 Native Village of Perryville is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Perryville Native Village of Perryville \N \N \N \N \N \N \N LIF f \N f 4 -16 2 Course requirement is specified as the reason for which an assessment is designed or delivered. \N Course requirement Course requirement \N CEDS \N \N \N \N \N LIF f \N t 1 -4087 310 Native Village of Pilot Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Pilot Point Native Village of Pilot Point \N \N \N \N \N \N \N LIF f \N f 4 -4088 310 Native Village of Point Hope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Point Hope Native Village of Point Hope \N \N \N \N \N \N \N LIF f \N f 4 -4089 310 Native Village of Point Lay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Point Lay Native Village of Point Lay \N \N \N \N \N \N \N LIF f \N f 4 -4090 310 Native Village of Port Graham is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Graham Native Village of Port Graham \N \N \N \N \N \N \N LIF f \N f 4 -4091 310 Native Village of Port Heiden is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Heiden Native Village of Port Heiden \N \N \N \N \N \N \N LIF f \N f 4 -4092 310 Native Village of Port Lions is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Port Lions Native Village of Port Lions \N \N \N \N \N \N \N LIF f \N f 4 -4093 310 Native Village of Ruby is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Ruby Native Village of Ruby \N \N \N \N \N \N \N LIF f \N f 4 -4094 310 Native Village of Saint Michael is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Saint Michael Native Village of Saint Michael \N \N \N \N \N \N \N LIF f \N f 4 -4095 310 Native Village of Savoonga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Savoonga Native Village of Savoonga \N \N \N \N \N \N \N LIF f \N f 4 -4096 310 Native Village of Scammon Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Scammon Bay Native Village of Scammon Bay \N \N \N \N \N \N \N LIF f \N f 4 -4097 310 Native Village of Selawik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Selawik Native Village of Selawik \N \N \N \N \N \N \N LIF f \N f 4 -4098 310 Native Village of Shaktoolik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shaktoolik Native Village of Shaktoolik \N \N \N \N \N \N \N LIF f \N f 4 -4099 310 Native Village of Shishmaref is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shishmaref Native Village of Shishmaref \N \N \N \N \N \N \N LIF f \N f 4 -4100 310 Native Village of Shungnak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Shungnak Native Village of Shungnak \N \N \N \N \N \N \N LIF f \N f 4 -4101 310 Native Village of Stevens is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Stevens Native Village of Stevens \N \N \N \N \N \N \N LIF f \N f 4 -4102 310 Native Village of Tanacross is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tanacross Native Village of Tanacross \N \N \N \N \N \N \N LIF f \N f 4 -4103 310 Native Village of Tanana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tanana Native Village of Tanana \N \N \N \N \N \N \N LIF f \N f 4 -4104 310 Native Village of Tatitlek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tatitlek Native Village of Tatitlek \N \N \N \N \N \N \N LIF f \N f 4 -4105 310 Native Village of Tazlina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tazlina Native Village of Tazlina \N \N \N \N \N \N \N LIF f \N f 4 -4106 310 Native Village of Teller is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Teller Native Village of Teller \N \N \N \N \N \N \N LIF f \N f 4 -4107 310 Native Village of Tetlin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tetlin Native Village of Tetlin \N \N \N \N \N \N \N LIF f \N f 4 -4108 310 Native Village of Tuntutuliak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tuntutuliak Native Village of Tuntutuliak \N \N \N \N \N \N \N LIF f \N f 4 -4109 310 Native Village of Tununak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tununak Native Village of Tununak \N \N \N \N \N \N \N LIF f \N f 4 -4113 310 Native Village of Venetie Tribal Government (Arctic Village and Village of Venetie) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Venetie Tribal Government Native Village of Venetie Tribal Government \N \N \N \N \N \N \N LIF f \N f 4 -446 33 \N \N cai Central American Indian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -4115 310 Native Village of White Mountain is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of White Mountain Native Village of White Mountain \N \N \N \N \N \N \N LIF f \N f 4 -4132 310 Northfork Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northfork Rancheria Of Mono Indians Of California Northfork Rancheria of Mono Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4146 310 Organized Village of Kasaan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kasaan Organized Village of Kasaan \N \N \N \N \N \N \N LIF f \N f 4 -4147 310 Organized Village of Kwethluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kwethluk Organized Village of Kwethluk \N \N \N \N \N \N \N LIF f \N f 4 -4148 310 Organized Village of Saxman is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Saxman Organized Village of Saxman \N \N \N \N \N \N \N LIF f \N f 4 -4152 310 Ottawa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ottawa Tribe Of Oklahoma Ottawa Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4153 310 Paiute Indian Tribe of Utah (Cedar Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes (previously listed as Paiute Indian Tribe of Utah (Cedar City Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute Indian Tribe Of Utah Paiute Indian Tribe of Utah \N \N \N \N \N \N \N LIF f \N f 4 -4177 310 Ponca Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ponca Tribe Of Nebraska Ponca Tribe of Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4174 310 Poarch Band of Creeks (previously listed as Poarch Band of Creek Indians of Alabama) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Poarch Band Of Creek Indians Poarch Band of Creek Indians \N \N \N \N \N \N \N LIF f \N f 4 -4176 310 Ponca Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ponca Tribe Of Indians Of Oklahoma Ponca Tribe of Indians of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4251 310 Sherwood Valley Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sherwood Valley Rancheria Of Pomo Indians Of California Sherwood Valley Rancheria of Pomo Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4254 310 Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation (previously listed as Shoalwater Bay Tribe of the Shoalwater Bay Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoalwater Bay Indian Tribe Of the Shoalwater Bay Indian Reservation Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4255 310 Shoshone-Bannock Tribes of the Fort Hall Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-Bannock Tribes Of the Fort Hall Reservation Shoshone-Bannock Tribes of the Fort Hall Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4258 310 Sitka Tribe of Alaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sitka Tribe Of Alaska Sitka Tribe of Alaska \N \N \N \N \N \N \N LIF f \N f 4 -4261 310 Skull Valley Band of Goshute Indians of Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skull Valley Band Of Goshute Indians Of Utah Skull Valley Band of Goshute Indians of Utah \N \N \N \N \N \N \N LIF f \N f 4 -4275 310 Summit Lake Paiute Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Summit Lake Paiute Tribe Of Nevada Summit Lake Paiute Tribe of Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4276 310 Sun'aq Tribe of Kodiak (previously listed as Shoonaq' Tribe of Kodiak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sun'aq Tribe Of Kodiak Sun'aq Tribe of Kodiak \N \N \N \N \N \N \N LIF f \N f 4 -4277 310 Suquamish Indian Tribe of the Port Madison Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Suquamish Indian Tribe Of the Port Madison Reservation Suquamish Indian Tribe of the Port Madison Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4280 310 Sycuan Band of the Kumeyaay Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sycuan Band Of the Kumeyaay Nation Sycuan Band of the Kumeyaay Nation \N \N \N \N \N \N \N LIF f \N f 4 -4306 310 Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuolumne Band Of Me-Wuk Indians Of the Tuolumne Rancheria Of California Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California \N \N \N \N \N \N \N LIF f \N f 4 -4295 310 Tohono O'odham Nation of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tohono O'odham Nation Of Arizona Tohono O'odham Nation of Arizona \N \N \N \N \N \N \N LIF f \N f 4 -447 33 \N \N car Galibi Carib \N CEDS \N \N \N \N \N LIF f \N t 1 -4297 310 Tonawanda Band of Seneca (previously listed as Tonawanda Band of Seneca Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonawanda Band Of Seneca Tonawanda Band of Seneca \N \N \N \N \N \N \N LIF f \N f 4 -4298 310 Tonkawa Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonkawa Tribe Of Indians Of Oklahoma Tonkawa Tribe of Indians of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4299 310 Tonto Apache Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonto Apache Tribe Of Arizona Tonto Apache Tribe of Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4301 310 Traditional Village of Togiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Traditional Village Of Togiak Traditional Village of Togiak \N \N \N \N \N \N \N LIF f \N f 4 -4302 310 Tulalip Tribes of Washington (previously listed as Tulalip Tribes of the Tulalip Reservation, Washington is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tulalip Tribes Of Washington Tulalip Tribes of Washington \N \N \N \N \N \N \N LIF f \N f 4 -4314 310 United Keetoowah Band of Cherokee Indians in Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N United Keetoowah Band Of Cherokee Indians in Oklahoma United Keetoowah Band of Cherokee Indians in Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4322 310 Village of Alakanuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Alakanuk Village of Alakanuk \N \N \N \N \N \N \N LIF f \N f 4 -4323 310 Village of Anaktuvuk Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Anaktuvuk Pass Village of Anaktuvuk Pass \N \N \N \N \N \N \N LIF f \N f 4 -4324 310 Village of Aniak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Aniak Village of Aniak \N \N \N \N \N \N \N LIF f \N f 4 -4325 310 Village of Atmautluak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Atmautluak Village of Atmautluak \N \N \N \N \N \N \N LIF f \N f 4 -4326 310 Village of Bill Moore's Slough is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Bill Moore's Slough Village of Bill Moore's Slough \N \N \N \N \N \N \N LIF f \N f 4 -4327 310 Village of Chefornak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Chefornak Village of Chefornak \N \N \N \N \N \N \N LIF f \N f 4 -4328 310 Village of Clarks Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Clarks Point Village of Clarks Point \N \N \N \N \N \N \N LIF f \N f 4 -4329 310 Village of Crooked Creek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Crooked Creek Village of Crooked Creek \N \N \N \N \N \N \N LIF f \N f 4 -4330 310 Village of Dot Lake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Dot Lake Village of Dot Lake \N \N \N \N \N \N \N LIF f \N f 4 -4340 310 Village of Stony River is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Stony River Village of Stony River \N \N \N \N \N \N \N LIF f \N f 4 -4341 310 Village of Venetie (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Venetie Village of Venetie \N \N \N \N \N \N \N LIF f \N f 4 -4342 310 Village of Wainwright is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Wainwright Village of Wainwright \N \N \N \N \N \N \N LIF f \N f 4 -4344 310 Wampanoag Tribe of Gay Head (Aquinnah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wampanoag Tribe Of Gay Head Wampanoag Tribe of Gay Head \N \N \N \N \N \N \N LIF f \N f 4 -4345 310 Washoe Tribe of Nevada & California (Carson Colony, Dresslerville Colony, Woodfords Community, Stewart Community & Washoe Ranches) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Washoe Tribe Of Nevada & California Washoe Tribe of Nevada & California \N \N \N \N \N \N \N LIF f \N f 4 -4349 310 Winnebago Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Winnebago Tribe Of Nebraska Winnebago Tribe of Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4350 310 Winnemucca Indian Colony of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Winnemucca Indian Colony Of Nevada Winnemucca Indian Colony of Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4355 310 Yankton Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yankton Sioux Tribe Of South Dakota Yankton Sioux Tribe of South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -3295 284 Native Village of Tatitlek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tatitlek Native Village of Tatitlek \N CEDS \N \N \N \N \N LIF f \N f 1 +2041 100 \N \N DualGrad/Upper DualGrad/Upper \N \N \N \N \N \N \N LIF f \N f 9 +16 2 Course requirement is specified as the reason for which an assessment is designed or delivered. \N CourseRequirement CourseRequirement \N CEDS \N \N \N \N \N LIF f \N t 1 +1867 79 Continuing Education Units is specified as the type of credit associated with the credit hours earned for the course. \N ContinuingEducationUnits ContinuingEducationUnits \N CEDS \N \N \N \N \N LIF f \N f 4 +162 14 Obtain a state- or industry-recognized certificate or license is specified as the reason for which an assessment is designed or delivered. \N 73042 ObtainAState-OrIndustry-recognizedCertificateOrLicense \N CEDS \N \N \N \N \N LIF f \N f 4 +4356 310 Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-ApacheNationOfTheCampVerdeIndianReservationArizona Yavapai-ApacheNationOfTheCampVerdeIndianReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +2229 124 Credential award at a postsecondary level for successful completion of general education courses that takes at least 1 year that cover a broad range of foundational academic skills and takes less than 2 years to complete. \N ceterms-GeneralEducationLevel2Certificate ceterms-GeneralEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +4627 67 Transferred to another district or school, not known to be continuing in program/service \N 2219 TransferredToAnotherDistrictOrSchool-notKnownToBeContinuingInProgram/service \N CEDS \N \N \N \N \N LIF f \N t 1 +2089 106 \N \N PrivateStudy PrivateStudy \N \N \N \N \N \N \N LIF f \N f 9 +5171 351 \N \N Sma SouthernSami \N \N \N \N \N \N \N LIF f \N f 1 +5172 351 \N \N Sme NorthernSami \N \N \N \N \N \N \N LIF f \N f 1 +5174 351 \N \N Smj LuleSami \N \N \N \N \N \N \N LIF f \N f 1 +5175 351 \N \N Smn InariSami \N \N \N \N \N \N \N LIF f \N f 1 +5177 351 \N \N Sms SkoltSami \N \N \N \N \N \N \N LIF f \N f 1 +5198 351 \N \N Syc ClassicalSyriac \N \N \N \N \N \N \N LIF f \N f 1 +3135 284 Jamestown S'Klallam Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JamestownS'KlallamTribe JamestownS'KlallamTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +2398 139 Credential award at a postsecondary level for successful completion of general education courses that cover a broad range of foundational academic skills and takes less than 1 year. \N ceterms-GeneralEducationLevel1Certificate GeneralEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 +3783 309 The related Person Identifier uses the person's Selective Service Number. \N SelectiveServiceNumber SelectiveServiceNumber \N \N \N \N \N \N \N LIF f \N f 4 +1930 83 Cooperative Education is the primary method of instruction used for the course. \N CooperativeEducation CooperativeEducation \N CEDS \N \N \N \N \N LIF f \N f 4 +2857 276 An organization such as a college or university: (1) whose sole purpose is to provide postsecondary education defined as the provision of a formal instructional program whose curriculum is designed primarily for students who are beyond the compulsory age for high school and (2) has the authority to award degrees. This includes programs whose purpose is academic, vocational, and continuing professional education. \N Postsecondary PostsecondaryEducationalInstitution \N \N \N \N \N \N \N LIF f \N f 4 +2661 264 The agency of the state charged with primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instruction programs, and it is the state agency that administers federal grant programs. \N StateEducationAgency(SEA) StateEducationAgency(SEA) \N CEDS \N \N \N \N \N LIF f \N t 1 +3286 284 Native Village of Savoonga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSavoonga NativeVillageOfSavoonga \N CEDS \N \N \N \N \N LIF f \N f 1 +3007 284 Big Sandy Rancheria of Western Mono Indians of California (previously listed as Big Sandy Rancheria of Mono Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigSandyRancheriaOfWesternMonoIndiansOfCalifornia BigSandyRancheriaOfWesternMonoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3719 291 \N \N M1-ForeignStudentVocational/non-academicVisa M1-ForeignStudentVocational/non-academicVisa \N \N \N \N \N \N \N LIF f \N t 1 +1743 67 The student exited the course section and transferred to another course section of the same course in the same educational institution. \N Transfer StudentTransferredToAnotherClassSectionOfTheSameCourseInTheSameEducationalInstitution. \N CEDS \N \N \N \N \N LIF f \N t 1 +264 21 Did not participate for other reason is specified as the primary reason a participant did not complete an assessment. \N Other DidNotParticipateForOtherReason \N CEDS \N \N \N \N \N LIF f \N f 4 +1513 49 The related Course Code is based on the NCES Pilot Standard National Course Classification System for Secondary Education Codes. \N NCES NCESPilotStandardNationalCourseClassificationSystemForSecondaryEducationCodes \N CEDS \N \N \N \N \N LIF f \N t 1 +3552 284 Ysleta del Sur Pueblo (previously listed as Ysleta Del Sur Pueblo of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YsletaDelSurPueblo YsletaDelSurPueblo \N CEDS \N \N \N \N \N LIF f \N f 1 +3718 291 \N \N J1-ExchangeScholarVisa J1-ExchangeScholarVisa \N \N \N \N \N \N \N LIF f \N t 1 +3716 291 \N \N F1-ForeignStudentVisa F1-ForeignStudentVisa \N \N \N \N \N \N \N LIF f \N t 1 +2399 139 Credential award at a postsecondary level for successful completion of general education courses that takes at least 1 year that cover a broad range of foundational academic skills and takes less than 2 years to complete. \N ceterms-GeneralEducationLevel2Certificate GeneralEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N f 10 +461 33 \N \N chp Chipewyan;DeneSuline \N CEDS \N \N \N \N \N LIF f \N t 1 +3508 284 Upper Skagit Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperSkagitIndianTribe UpperSkagitIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +2221 124 Credential for successful completion of a formal secondary-level education program that is less than a diploma and does not indicate completion of secondary education graduation requirements. \N SecondaryEducationCertificate ceterms-SecondaryEducationCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3223 284 Native Village of Brevig Mission is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBrevigMission NativeVillageOfBrevigMission \N CEDS \N \N \N \N \N LIF f \N f 1 +446 33 \N \N cai CentralAmericanIndianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +4070 310 Native Village of Mary's Igloo is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMary'sIgloo NativeVillageOfMary'sIgloo \N \N \N \N \N \N \N LIF f \N f 4 +3228 284 Native Village of Chitina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChitina NativeVillageOfChitina \N CEDS \N \N \N \N \N LIF f \N f 1 +447 33 \N \N car GalibiCarib \N CEDS \N \N \N \N \N LIF f \N t 1 +4319 310 Ute Mountain Ute Tribe (previously listed as Ute Mountain Tribe of the Ute Mountain Reservation, Colorado, New Mexico & Utah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UteMountainUteTribe UteMountainUteTribe \N \N \N \N \N \N \N LIF f \N f 4 +1986 91 The course section completed and the student did not receive credit for the course. \N CompletedNoCredit ClassSectionCompleted-studentDidNotReceiveCreditForTheCourse. \N CEDS \N \N \N \N \N LIF f \N f 4 +4222 310 Sac & Fox Nation of Missouri in Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxNationOfMissouriInKansasAndNebraska Sac&FoxNationOfMissouriInKansasAndNebraska \N \N \N \N \N \N \N LIF f \N f 4 +3138 284 Jicarilla Apache Nation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JicarillaApacheNation-NewMexico JicarillaApacheNation-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +2638 261 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions \N CEDS \N \N \N \N \N LIF f \N t 1 +3263 284 Native Village of Minto is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMinto NativeVillageOfMinto \N CEDS \N \N \N \N \N LIF f \N f 1 +3229 284 Native Village of Chuathbaluk (Russian Mission, Kuskokwim) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChuathbaluk NativeVillageOfChuathbaluk \N CEDS \N \N \N \N \N LIF f \N f 1 +3291 284 Native Village of Shungnak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShungnak NativeVillageOfShungnak \N CEDS \N \N \N \N \N LIF f \N f 1 +4148 310 Organized Village of Saxman is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfSaxman OrganizedVillageOfSaxman \N \N \N \N \N \N \N LIF f \N f 4 +3541 284 Winnemucca Indian Colony of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WinnemuccaIndianColonyOfNevada WinnemuccaIndianColonyOfNevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3350 284 Passamaquoddy Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PassamaquoddyTribe PassamaquoddyTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +4376 312 Permanent, at time of admission is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N PermanentatTimeOfAdmission Permanent-atTimeOfadmission \N \N \N \N \N \N \N LIF f \N f 4 +3415 284 Sac & Fox Tribe of the Mississippi in Iowa is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxTribeOfTheMississippiInIowa Sac&FoxTribeOfTheMississippiInIowa \N CEDS \N \N \N \N \N LIF f \N f 1 +3535 284 Wampanoag Tribe of Gay Head (Aquinnah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WampanoagTribeOfGayHead WampanoagTribeOfGayHead \N CEDS \N \N \N \N \N LIF f \N f 1 17 2 Diagnosis is specified as the reason for which an assessment is designed or delivered. \N Diagnosis Diagnosis \N CEDS \N \N \N \N \N LIF f \N t 1 -3296 284 Native Village of Tazlina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tazlina Native Village of Tazlina \N CEDS \N \N \N \N \N LIF f \N f 1 -3297 284 Native Village of Teller is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Teller Native Village of Teller \N CEDS \N \N \N \N \N LIF f \N f 1 -3298 284 Native Village of Tetlin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tetlin Native Village of Tetlin \N CEDS \N \N \N \N \N LIF f \N f 1 -3299 284 Native Village of Tuntutuliak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tuntutuliak Native Village of Tuntutuliak \N CEDS \N \N \N \N \N LIF f \N f 1 -3300 284 Native Village of Tununak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tununak Native Village of Tununak \N CEDS \N \N \N \N \N LIF f \N f 1 -3301 284 Native Village of Tyonek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tyonek Native Village of Tyonek \N CEDS \N \N \N \N \N LIF f \N f 1 -3302 284 Native Village of Unalakleet is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Unalakleet Native Village of Unalakleet \N CEDS \N \N \N \N \N LIF f \N f 1 -3303 284 Native Village of Unga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Unga Native Village of Unga \N CEDS \N \N \N \N \N LIF f \N f 1 -3304 284 Native Village of Venetie Tribal Government (Arctic Village and Village of Venetie) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Venetie Tribal Government Native Village of Venetie Tribal Government \N CEDS \N \N \N \N \N LIF f \N f 1 -3305 284 Native Village of Wales is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Wales Native Village of Wales \N CEDS \N \N \N \N \N LIF f \N f 1 -3306 284 Native Village of White Mountain is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of White Mountain Native Village of White Mountain \N CEDS \N \N \N \N \N LIF f \N f 1 -3336 284 Organized Village of Kake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kake Organized Village of Kake \N CEDS \N \N \N \N \N LIF f \N f 1 -3337 284 Organized Village of Kasaan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kasaan Organized Village of Kasaan \N CEDS \N \N \N \N \N LIF f \N f 1 -3338 284 Organized Village of Kwethluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kwethluk Organized Village of Kwethluk \N CEDS \N \N \N \N \N LIF f \N f 1 -3348 284 Pascua Yaqui Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pascua Yaqui Tribe Of Arizona Pascua Yaqui Tribe of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3349 284 Paskenta Band of Nomlaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paskenta Band Of Nomlaki Indians Of California Paskenta Band of Nomlaki Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3353 284 Pawnee Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pawnee Nation Of Oklahoma Pawnee Nation of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3357 284 Peoria Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Peoria Tribe Of Indians Of Oklahoma Peoria Tribe of Indians of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3359 284 Picayune Rancheria of Chukchansi Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Picayune Rancheria Of Chukchansi Indians Of California Picayune Rancheria of Chukchansi Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3461 284 St. Croix Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N St. Croix Chippewa Indians Of Wisconsin St. Croix Chippewa Indians of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3462 284 Standing Rock Sioux Tribe of North & South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Standing Rock Sioux Tribe Of North & South Dakota Standing Rock Sioux Tribe of North & South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3468 284 Suquamish Indian Tribe of the Port Madison Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Suquamish Indian Tribe Of the Port Madison Reservation Suquamish Indian Tribe of the Port Madison Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -133 11 Absent during is specified as the primary reason a participant did not complete an assessment. \N Absent Absent during \N CEDS \N \N \N \N \N LIF f \N t 1 -3475 284 Te-Moak Tribe of Western Shoshone Indians of Nevada (Four constituent bands: Battle Mountain Band; Elko Band; South Fork Band and Wells Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Te-Moak Tribe Of Western Shoshone Indians Of Nevada Te-Moak Tribe of Western Shoshone Indians of Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3479 284 The Choctaw Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Choctaw Nation Of Oklahoma The Choctaw Nation of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3482 284 The Seminole Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Seminole Nation Of Oklahoma The Seminole Nation of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3486 284 Tohono O'odham Nation of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tohono O'odham Nation Of Arizona Tohono O'odham Nation of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3493 284 Tulalip Tribes of Washington (previously listed as Tulalip Tribes of the Tulalip Reservation, Washington is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tulalip Tribes Of Washington Tulalip Tribes of Washington \N CEDS \N \N \N \N \N LIF f \N f 1 -3497 284 Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuolumne Band Of Me-Wuk Indians Of the Tuolumne Rancheria Of California Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3498 284 Turtle Mountain Band of Chippewa Indians of North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Turtle Mountain Band Of Chippewa Indians Of North Dakota Turtle Mountain Band of Chippewa Indians of North Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3500 284 Twenty-Nine Palms Band of Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twenty-Nine Palms Band Of Mission Indians Of California Twenty-Nine Palms Band of Mission Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3504 284 United Auburn Indian Community of the Auburn Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N United Auburn Indian Community Of the Auburn Rancheria Of California United Auburn Indian Community of the Auburn Rancheria of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3505 284 United Keetoowah Band of Cherokee Indians in Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N United Keetoowah Band Of Cherokee Indians in Oklahoma United Keetoowah Band of Cherokee Indians in Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3516 284 Village of Atmautluak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Atmautluak Village of Atmautluak \N CEDS \N \N \N \N \N LIF f \N f 1 -3517 284 Village of Bill Moore's Slough is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Bill Moore's Slough Village of Bill Moore's Slough \N CEDS \N \N \N \N \N LIF f \N f 1 -3518 284 Village of Chefornak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Chefornak Village of Chefornak \N CEDS \N \N \N \N \N LIF f \N f 1 -3519 284 Village of Clarks Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Clarks Point Village of Clarks Point \N CEDS \N \N \N \N \N LIF f \N f 1 -3520 284 Village of Crooked Creek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Crooked Creek Village of Crooked Creek \N CEDS \N \N \N \N \N LIF f \N f 1 -3521 284 Village of Dot Lake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Dot Lake Village of Dot Lake \N CEDS \N \N \N \N \N LIF f \N f 1 -3522 284 Village of Iliamna is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Iliamna Village of Iliamna \N CEDS \N \N \N \N \N LIF f \N f 1 -3523 284 Village of Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kalskag Village of Kalskag \N CEDS \N \N \N \N \N LIF f \N f 1 -3524 284 Village of Kaltag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kaltag Village of Kaltag \N CEDS \N \N \N \N \N LIF f \N f 1 -3525 284 Village of Kotlik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kotlik Village of Kotlik \N CEDS \N \N \N \N \N LIF f \N f 1 -3526 284 Village of Lower Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Lower Kalskag Village of Lower Kalskag \N CEDS \N \N \N \N \N LIF f \N f 1 -3527 284 Village of Ohogamiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Ohogamiut Village of Ohogamiut \N CEDS \N \N \N \N \N LIF f \N f 1 -18 2 Federal accountability is specified as the reason for which an assessment is designed or delivered. \N Federal accountability Federal accountability \N CEDS \N \N \N \N \N LIF f \N t 1 -3528 284 Village of Red Devil is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Red Devil Village of Red Devil \N CEDS \N \N \N \N \N LIF f \N f 1 -3529 284 Village of Sleetmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Sleetmute Village of Sleetmute \N CEDS \N \N \N \N \N LIF f \N f 1 -3530 284 Village of Solomon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Solomon Village of Solomon \N CEDS \N \N \N \N \N LIF f \N f 1 -3531 284 Village of Stony River is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Stony River Village of Stony River \N CEDS \N \N \N \N \N LIF f \N f 1 -3532 284 Village of Venetie (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Venetie Village of Venetie \N CEDS \N \N \N \N \N LIF f \N f 1 -3533 284 Village of Wainwright is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Wainwright Village of Wainwright \N CEDS \N \N \N \N \N LIF f \N f 1 +3413 284 Sac & Fox Nation of Missouri in Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxNationOfMissouriInKansasAndNebraska Sac&FoxNationOfMissouriInKansasAndNebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +3515 284 Village of Aniak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAniak VillageOfAniak \N CEDS \N \N \N \N \N LIF f \N f 1 +4345 310 Washoe Tribe of Nevada & California (Carson Colony, Dresslerville Colony, Woodfords Community, Stewart Community & Washoe Ranches) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WashoeTribeOfNevada&California WashoeTribeOfNevada&California \N \N \N \N \N \N \N LIF f \N f 4 +3402 284 Rappahannock Tribe, Inc. is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RappahannockTribeInc. RappahannockTribe-Inc. \N CEDS \N \N \N \N \N LIF f \N f 1 +4125 310 Nisqually Indian Tribe (previously listed as Nisqually Indian Tribe of the Nisqually Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NisquallyIndianTribe NisquallyIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4128 310 Nooksack Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NooksackIndianTribe NooksackIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4355 310 Yankton Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YanktonSiouxTribeOfSouthDakota YanktonSiouxTribeOfSouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +133 11 Absent during is specified as the primary reason a participant did not complete an assessment. \N Absent AbsentDuring \N CEDS \N \N \N \N \N LIF f \N t 1 +3412 284 Round Valley Indian Tribes, Round Valley Reservation, California (previously listed as Round Valley Indian Tribes of the Round Valley Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RoundValleyIndianTribesRoundValleyReservationCalifornia RoundValleyIndianTribes-RoundValleyReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3873 310 Confederated Tribes of the Umatilla Indian Reservation (previously listed as Confederated Tribes of the Umatilla Reservation, Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheUmatillaIndianReservation ConfederatedTribesOfTheUmatillaIndianReservation \N \N \N \N \N \N \N LIF f \N f 4 +3394 284 Qawalangin Tribe of Unalaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QawalanginTribeOfUnalaska QawalanginTribeOfUnalaska \N CEDS \N \N \N \N \N LIF f \N f 1 +3458 284 Spirit Lake Tribe, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SpiritLakeTribeNorthDakota SpiritLakeTribe-NorthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3368 284 Ponca Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoncaTribeOfNebraska PoncaTribeOfNebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +3874 310 Confederated Tribes of the Warm Springs Reservation of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheWarmSpringsReservationOfOregon ConfederatedTribesOfTheWarmSpringsReservationOfOregon \N \N \N \N \N \N \N LIF f \N f 4 +3935 310 Iipay Nation of Santa Ysabel, California (previously listed as Santa Ysabel Band of Diegueno Mission Indians of the Santa Ysabel Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IipayNationOfSantaYsabel-California IipayNationOfSantaYsabel-California \N \N \N \N \N \N \N LIF f \N f 4 +3553 284 Yupiit of Andreafski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YupiitOfAndreafski YupiitOfAndreafski \N CEDS \N \N \N \N \N LIF f \N f 1 +3234 284 Native Village of Eek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEek NativeVillageOfEek \N CEDS \N \N \N \N \N LIF f \N f 1 +3173 284 Little River Band of Ottawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleRiverBandOfOttawaIndiansMichigan LittleRiverBandOfOttawaIndians-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3235 284 Native Village of Ekuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEkuk NativeVillageOfEkuk \N CEDS \N \N \N \N \N LIF f \N f 1 +3107 284 Guidiville Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GuidivilleRancheriaOfCalifornia GuidivilleRancheriaOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +4797 351 \N \N Ady Adyghe;Adygei \N \N \N \N \N \N \N LIF f \N f 1 +4798 351 \N \N Afa Afro-AsiaticLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4806 351 \N \N Alg AlgonquianLanguages \N \N \N \N \N \N \N LIF f \N f 1 +448 33 \N \N cat Catalan;Valencian \N CEDS \N \N \N \N \N LIF f \N t 1 +240 18 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning BlendeLearning \N CEDS \N \N \N \N \N LIF f \N f 4 +1958 84 Distance Learning \N DistanceLearning DistanceLearning \N PESC \N \N \N \N \N LIF f \N f 4 +1959 85 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning BlendedLearning \N CEDS \N \N \N \N \N LIF f \N f 4 +2395 139 Credential awarded for work-based learning and earn-and-learn models that meet standards and are applicable to industry, trades, occupations, and professions. \N ceterms-WorkbasedLearningCertificate Work-BasedLearningCertificate \N CTDL \N \N \N \N \N LIF f \N f 10 +3237 284 Native Village of Elim is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfElim NativeVillageOfElim \N CEDS \N \N \N \N \N LIF f \N f 1 +3238 284 Native Village of Eyak (Cordova) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEyak NativeVillageOfEyak \N CEDS \N \N \N \N \N LIF f \N f 1 +3504 284 United Auburn Indian Community of the Auburn Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UnitedAuburnIndianCommunityOfTheAuburnRancheriaOfCalifornia UnitedAuburnIndianCommunityOfTheAuburnRancheriaOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3142 284 Kalispel Indian Community of the Kalispel Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KalispelIndianCommunityOfTheKalispelReservation KalispelIndianCommunityOfTheKalispelReservation \N CEDS \N \N \N \N \N LIF f \N f 1 4786 351 \N \N Cha Cha \N \N \N \N \N \N \N LIF f \N f 1 4787 351 \N \N Chb Chb \N \N \N \N \N \N \N LIF f \N f 1 4788 351 \N \N Che Che \N \N \N \N \N \N \N LIF f \N f 1 @@ -15570,97 +15294,90 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4794 351 \N \N Ace Achinese \N \N \N \N \N \N \N LIF f \N f 1 4795 351 \N \N Ach Acoli \N \N \N \N \N \N \N LIF f \N f 1 4796 351 \N \N Ada Adangme \N \N \N \N \N \N \N LIF f \N f 1 -4797 351 \N \N Ady Adyghe; Adygei \N \N \N \N \N \N \N LIF f \N f 1 -4798 351 \N \N Afa Afro-Asiatic languages \N \N \N \N \N \N \N LIF f \N f 1 4799 351 \N \N Afh Afrihili \N \N \N \N \N \N \N LIF f \N f 1 4800 351 \N \N Afr Afrikaans \N \N \N \N \N \N \N LIF f \N f 1 4801 351 \N \N Ain Ainu \N \N \N \N \N \N \N LIF f \N f 1 4802 351 \N \N Aka Akan \N \N \N \N \N \N \N LIF f \N f 1 4803 351 \N \N Akk Akkadian \N \N \N \N \N \N \N LIF f \N f 1 -448 33 \N \N cat Catalan; Valencian \N CEDS \N \N \N \N \N LIF f \N t 1 +18 2 Federal accountability is specified as the reason for which an assessment is designed or delivered. \N FederalAccountability FederalAccountability \N CEDS \N \N \N \N \N LIF f \N t 1 4804 351 \N \N Alb Albanian \N \N \N \N \N \N \N LIF f \N f 1 4805 351 \N \N Ale Aleut \N \N \N \N \N \N \N LIF f \N f 1 -4806 351 \N \N Alg Algonquian languages \N \N \N \N \N \N \N LIF f \N f 1 -4807 351 \N \N Alt Southern Altai \N \N \N \N \N \N \N LIF f \N f 1 +4807 351 \N \N Alt SouthernAltai \N \N \N \N \N \N \N LIF f \N f 1 +4313 310 United Auburn Indian Community of the Auburn Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UnitedAuburnIndianCommunityOfTheAuburnRancheriaOfCalifornia UnitedAuburnIndianCommunityOfTheAuburnRancheriaOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 4808 351 \N \N Amh Amharic \N \N \N \N \N \N \N LIF f \N f 1 -4809 351 \N \N Ang Old English; Anglo-Saxon \N \N \N \N \N \N \N LIF f \N f 1 +3991 310 Lummi Tribe of the Lummi Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LummiTribeOfTheLummiReservation LummiTribeOfTheLummiReservation \N \N \N \N \N \N \N LIF f \N f 4 +3059 284 Confederated Tribes of the Chehalis Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheChehalisReservation ConfederatedTribesOfTheChehalisReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +3251 284 Native Village of Kivalina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKivalina NativeVillageOfKivalina \N CEDS \N \N \N \N \N LIF f \N f 1 4810 351 \N \N Anp Angika \N \N \N \N \N \N \N LIF f \N f 1 -4811 351 \N \N Apa Apache languages \N \N \N \N \N \N \N LIF f \N f 1 4812 351 \N \N Ara Arabic \N \N \N \N \N \N \N LIF f \N f 1 -4813 351 \N \N Arc Aramaic, Old / Classical \N \N \N \N \N \N \N LIF f \N f 1 4814 351 \N \N Arg Aragonese \N \N \N \N \N \N \N LIF f \N f 1 4815 351 \N \N Arm Armenian \N \N \N \N \N \N \N LIF f \N f 1 -4816 351 \N \N Arn Mapudungun; Mapuche \N \N \N \N \N \N \N LIF f \N f 1 +20 2 Instructional decision is specified as the reason for which an assessment is designed or delivered. \N InstructionalDecision InstructionalDecision \N CEDS \N \N \N \N \N LIF f \N t 1 4817 351 \N \N Arp Arapaho \N \N \N \N \N \N \N LIF f \N f 1 -4818 351 \N \N Art Artificial languages \N \N \N \N \N \N \N LIF f \N f 1 +3264 284 Native Village of Nanwalek (aka English Bay) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNanwalek NativeVillageOfNanwalek \N CEDS \N \N \N \N \N LIF f \N f 1 4819 351 \N \N Arw Arawak \N \N \N \N \N \N \N LIF f \N f 1 4820 351 \N \N Asm Assamese \N \N \N \N \N \N \N LIF f \N f 1 -4821 351 \N \N Ast Asturian; Bable \N \N \N \N \N \N \N LIF f \N f 1 -4822 351 \N \N Ath Athapascan languages \N \N \N \N \N \N \N LIF f \N f 1 -4823 351 \N \N Aus Australian languages \N \N \N \N \N \N \N LIF f \N f 1 +4809 351 \N \N Ang OldEnglish;Anglo-Saxon \N \N \N \N \N \N \N LIF f \N f 1 +21 2 Local accountability is specified as the reason for which an assessment is designed or delivered. \N LocalAccountability LocalAccountability \N CEDS \N \N \N \N \N LIF f \N t 1 4824 351 \N \N Ava Avaric \N \N \N \N \N \N \N LIF f \N f 1 4825 351 \N \N Ave Avestan \N \N \N \N \N \N \N LIF f \N f 1 4826 351 \N \N Awa Awadhi \N \N \N \N \N \N \N LIF f \N f 1 4827 351 \N \N Aym Aymara \N \N \N \N \N \N \N LIF f \N f 1 4828 351 \N \N Aze Azerbaijani \N \N \N \N \N \N \N LIF f \N f 1 -4829 351 \N \N Bad Banda languages \N \N \N \N \N \N \N LIF f \N f 1 -4830 351 \N \N Bai Bamileke languages \N \N \N \N \N \N \N LIF f \N f 1 +2843 275 A separate legal entity that 1) contracts with one or more charter schools to manage, operate, and oversee the charter schools; or 2) holds a charter, or charters, to operate multiple charter schools. (see Charter School Management Organization Type) \N CharterSchoolManagementOrganization CharterSchoolManagementOrganization \N \N \N \N \N \N \N LIF f \N f 4 4831 351 \N \N Bak Bashkir \N \N \N \N \N \N \N LIF f \N f 1 4832 351 \N \N Bal Baluchi \N \N \N \N \N \N \N LIF f \N f 1 4833 351 \N \N Bam Bambara \N \N \N \N \N \N \N LIF f \N f 1 4834 351 \N \N Ban Balinese \N \N \N \N \N \N \N LIF f \N f 1 4835 351 \N \N Baq Basque \N \N \N \N \N \N \N LIF f \N f 1 -4836 351 \N \N Bas Basa; Basaa \N \N \N \N \N \N \N LIF f \N f 1 -4837 351 \N \N Bat Baltic languages \N \N \N \N \N \N \N LIF f \N f 1 -4838 351 \N \N Bej Beja; Bedawiyet \N \N \N \N \N \N \N LIF f \N f 1 +3258 284 Native Village of Kwinhagak (aka Quinhagak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKwinhagak NativeVillageOfKwinhagak \N CEDS \N \N \N \N \N LIF f \N f 1 +3883 310 Curyung Tribal Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CuryungTribalCouncil CuryungTribalCouncil \N \N \N \N \N \N \N LIF f \N f 4 4839 351 \N \N Bel Belarusian \N \N \N \N \N \N \N LIF f \N f 1 4840 351 \N \N Bem Bemba \N \N \N \N \N \N \N LIF f \N f 1 4841 351 \N \N Ben Bengali \N \N \N \N \N \N \N LIF f \N f 1 -4842 351 \N \N Ber Berber languages \N \N \N \N \N \N \N LIF f \N f 1 4843 351 \N \N Bho Bhojpuri \N \N \N \N \N \N \N LIF f \N f 1 -4844 351 \N \N Bih Bihari languages \N \N \N \N \N \N \N LIF f \N f 1 +19 2 Inform local or state policy is specified as the reason for which an assessment is designed or delivered. \N InformLocalOrStatePolicy InformLocalOrStatePolicy \N CEDS \N \N \N \N \N LIF f \N t 1 4845 351 \N \N Bik Bikol \N \N \N \N \N \N \N LIF f \N f 1 -4846 351 \N \N Bin Bini; Edo \N \N \N \N \N \N \N LIF f \N f 1 +4255 310 Shoshone-Bannock Tribes of the Fort Hall Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-BannockTribesOfTheFortHallReservation Shoshone-BannockTribesOfTheFortHallReservation \N \N \N \N \N \N \N LIF f \N f 4 4847 351 \N \N Bis Bislama \N \N \N \N \N \N \N LIF f \N f 1 -4848 351 \N \N Bla Siksika; Blackfoot \N \N \N \N \N \N \N LIF f \N f 1 -4849 351 \N \N Bnt Bantu languages \N \N \N \N \N \N \N LIF f \N f 1 4850 351 \N \N Bos Bosnian \N \N \N \N \N \N \N LIF f \N f 1 4851 351 \N \N Bra Braj \N \N \N \N \N \N \N LIF f \N f 1 4852 351 \N \N Bre Breton \N \N \N \N \N \N \N LIF f \N f 1 -4853 351 \N \N Btk Batak languages \N \N \N \N \N \N \N LIF f \N f 1 -4854 351 \N \N Bua Buriat; Buryat \N \N \N \N \N \N \N LIF f \N f 1 4855 351 \N \N Bug Buginese \N \N \N \N \N \N \N LIF f \N f 1 4856 351 \N \N Bul Bulgarian \N \N \N \N \N \N \N LIF f \N f 1 4857 351 \N \N Bur Burmese \N \N \N \N \N \N \N LIF f \N f 1 -19 2 Inform local or state policy is specified as the reason for which an assessment is designed or delivered. \N Inform local or state policy Inform local or state policy \N CEDS \N \N \N \N \N LIF f \N t 1 -20 2 Instructional decision is specified as the reason for which an assessment is designed or delivered. \N Instructional decision Instructional decision \N CEDS \N \N \N \N \N LIF f \N t 1 -21 2 Local accountability is specified as the reason for which an assessment is designed or delivered. \N Local accountability Local accountability \N CEDS \N \N \N \N \N LIF f \N t 1 +4811 351 \N \N Apa ApacheLanguages \N \N \N \N \N \N \N LIF f \N f 1 33 3 \N No IT Infant/toddler \N CEDS \N \N \N \N \N LIF f \N t 1 34 3 \N No PR Preschool \N CEDS \N \N \N \N \N LIF f \N t 1 4654 329 \N \N School School \N \N \N \N \N \N \N LIF f \N f 4 -3873 310 Confederated Tribes of the Umatilla Indian Reservation (previously listed as Confederated Tribes of the Umatilla Reservation, Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Umatilla Indian Reservation Confederated Tribes of the Umatilla Indian Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3874 310 Confederated Tribes of the Warm Springs Reservation of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Confederated Tribes Of the Warm Springs Reservation Of Oregon Confederated Tribes of the Warm Springs Reservation of Oregon \N \N \N \N \N \N \N LIF f \N f 4 -3876 310 Coushatta Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coushatta Tribe Of Louisiana Coushatta Tribe of Louisiana \N \N \N \N \N \N \N LIF f \N f 4 +4818 351 \N \N Art ArtificialLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4822 351 \N \N Ath AthapascanLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4823 351 \N \N Aus AustralianLanguages \N \N \N \N \N \N \N LIF f \N f 1 4655 329 \N \N ACT ACT \N \N \N \N \N \N \N LIF f \N f 4 -3875 310 Coquille Indian Tribe (previously listed as Coquille Tribe of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coquille Indian Tribe Coquille Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4444 313 Armed Forces Pacific \N Armed Forces Pacific Armed Forces Pacific \N \N \N \N \N \N \N LIF f \N f 4 -3878 310 Cowlitz Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cowlitz Indian Tribe Cowlitz Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3880 310 Craig Tribal Association (previously listed as Craig Community Association) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Craig Tribal Association Craig Tribal Association \N \N \N \N \N \N \N LIF f \N f 4 -3883 310 Curyung Tribal Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Curyung Tribal Council Curyung Tribal Council \N \N \N \N \N \N \N LIF f \N f 4 -3886 310 Douglas Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Douglas Indian Association Douglas Indian Association \N \N \N \N \N \N \N LIF f \N f 4 -3892 310 Egegik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Egegik Village Egegik Village \N \N \N \N \N \N \N LIF f \N f 4 -3893 310 Eklutna Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eklutna Native Village Eklutna Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3877 310 Cow Creek Band of Umpqua Tribe of Indians (previously listed as Cow Creek Band of Umpqua Indians of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cow Creek Band Of Umpqua Tribe Of Indians Cow Creek Band of Umpqua Tribe of Indians \N \N \N \N \N \N \N LIF f \N f 4 -3879 310 Coyote Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Coyote Valley Band Of Pomo Indians Of California Coyote Valley Band of Pomo Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3882 310 Crow Tribe of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Crow Tribe Of Montana Crow Tribe of Montana \N \N \N \N \N \N \N LIF f \N f 4 -3885 310 Delaware Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Delaware Tribe Of Indians Delaware Tribe of Indians \N \N \N \N \N \N \N LIF f \N f 4 +4829 351 \N \N Bad BandaLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4830 351 \N \N Bai BamilekeLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4837 351 \N \N Bat BalticLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4842 351 \N \N Ber BerberLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4844 351 \N \N Bih BihariLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4849 351 \N \N Bnt BantuLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4853 351 \N \N Btk BatakLanguages \N \N \N \N \N \N \N LIF f \N f 1 +4813 351 \N \N Arc Aramaic-Old/Classical \N \N \N \N \N \N \N LIF f \N f 1 +4444 313 Armed Forces Pacific \N ArmedForcesPacific ArmedForcesPacific \N \N \N \N \N \N \N LIF f \N f 4 +4816 351 \N \N Arn Mapudungun;Mapuche \N \N \N \N \N \N \N LIF f \N f 1 +4821 351 \N \N Ast Asturian;Bable \N \N \N \N \N \N \N LIF f \N f 1 +4836 351 \N \N Bas Basa;Basaa \N \N \N \N \N \N \N LIF f \N f 1 +4838 351 \N \N Bej Beja;Bedawiyet \N \N \N \N \N \N \N LIF f \N f 1 +4846 351 \N \N Bin Bini;Edo \N \N \N \N \N \N \N LIF f \N f 1 +4848 351 \N \N Bla Siksika;Blackfoot \N \N \N \N \N \N \N LIF f \N f 1 +4854 351 \N \N Bua Buriat;Buryat \N \N \N \N \N \N \N LIF f \N f 1 +3892 310 Egegik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EgegikVillage EgegikVillage \N \N \N \N \N \N \N LIF f \N f 4 +3893 310 Eklutna Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EklutnaNativeVillage EklutnaNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3265 284 Native Village of Napaimute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapaimute NativeVillageOfNapaimute \N CEDS \N \N \N \N \N LIF f \N f 1 4656 329 \N \N LEA LEA \N \N \N \N \N \N \N LIF f \N f 4 -3889 310 Eastern Band of Cherokee Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Band Of Cherokee Indians Eastern Band of Cherokee Indians \N \N \N \N \N \N \N LIF f \N f 4 -3890 310 Eastern Shawnee Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Eastern Shawnee Tribe Of Oklahoma Eastern Shawnee Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3896 310 Ely Shoshone Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ely Shoshone Tribe Of Nevada Ely Shoshone Tribe of Nevada \N \N \N \N \N \N \N LIF f \N f 4 -3881 310 Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Crow Creek Sioux Tribe Of the Crow Creek ReservationSouth Dakota Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota \N \N \N \N \N \N \N LIF f \N f 4 +2233 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N MasterOfArtsDegree ceterms-MasterOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +4269 310 Squaxin Island Tribe of the Squaxin Island Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SquaxinIslandTribeOfTheSquaxinIslandReservation SquaxinIslandTribeOfTheSquaxinIslandReservation \N \N \N \N \N \N \N LIF f \N f 4 +3267 284 Native Village of Napaskiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapaskiak NativeVillageOfNapaskiak \N CEDS \N \N \N \N \N LIF f \N f 1 35 3 \N No PK Prekindergarten \N CEDS \N \N \N \N \N LIF f \N t 1 -36 3 \N No TK Transitional Kindergarten \N CEDS \N \N \N \N \N LIF f \N t 1 4640 38 \N \N PrimaryEnrollment PrimaryEnrollment \N \N \N \N \N \N \N LIF f \N f 4 4641 38 \N \N AdditionalEnrollment AdditionalEnrollment \N \N \N \N \N \N \N LIF f \N f 4 4642 38 \N \N PrimaryCompletion PrimaryCompletion \N \N \N \N \N \N \N LIF f \N f 4 @@ -15706,106 +15423,94 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4689 41 \N \N Mentorship Mentorship \N \N \N \N \N \N \N LIF f \N f 4 4690 41 \N \N NonPaidInternship NonPaidInternship \N \N \N \N \N \N \N LIF f \N f 4 4691 41 \N \N OnTheJob OnTheJob \N \N \N \N \N \N \N LIF f \N f 4 +3886 310 Douglas Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DouglasIndianAssociation DouglasIndianAssociation \N \N \N \N \N \N \N LIF f \N f 4 +36 3 \N No TK TransitionalKindergarten \N CEDS \N \N \N \N \N LIF f \N t 1 +4200 310 Puyallup Tribe of the Puyallup Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuyallupTribeOfThePuyallupReservation PuyallupTribeOfThePuyallupReservation \N \N \N \N \N \N \N LIF f \N f 4 4692 41 \N \N PaidInternship PaidInternship \N \N \N \N \N \N \N LIF f \N f 4 4693 41 \N \N ServiceLearning ServiceLearning \N \N \N \N \N \N \N LIF f \N f 4 4694 41 \N \N SupervisedAgricultural SupervisedAgricultural \N \N \N \N \N \N \N LIF f \N f 4 4695 41 \N \N UnpaidInternship UnpaidInternship \N \N \N \N \N \N \N LIF f \N f 4 4696 41 \N \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 -4697 91 Attempts to contact the parent and/or child were unsuccessful. \N 6262 Attempts to contact the parent and/or child were unsuccessful \N \N \N \N \N \N \N LIF f \N f 4 4670 40 \N \N Credit Credit \N \N \N \N \N \N \N LIF f \N f 4 -4698 91 Completion of IFSP prior to reaching maximum age for Part C \N 2226 Completion of IFSP prior to reaching maximum age for Part C \N \N \N \N \N \N \N LIF f \N f 4 -4699 91 Died or is permanently incapacitated \N 1923 Died or is permanently incapacitated \N \N \N \N \N \N \N LIF f \N f 4 -4700 91 Discontinued schooling \N 1927 Discontinued schooling \N \N \N \N \N \N \N LIF f \N f 4 -4701 91 Discontinued schooling, not special education \N 2222 Discontinued schooling, not special education \N \N \N \N \N \N \N LIF f \N f 4 -4702 91 Discontinued schooling, special education only \N 2221 Discontinued schooling, special education only \N \N \N \N \N \N \N LIF f \N f 4 -4703 91 Eligible for IDEA, Part B \N 2227 Eligible for IDEA, Part B \N \N \N \N \N \N \N LIF f \N f 4 +38 3 \N No 1 FirstGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +39 3 \N No 2 SecondGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +89 5 \N \N ProficiencyLevel ProficiencyLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +4708 91 No longer receiving special education \N 2216 NoLongerReceivingSpecialEducation \N \N \N \N \N \N \N LIF f \N f 4 +4711 91 Part B eligibility not determined \N 2230 PartBEligibilityNotDetermined \N \N \N \N \N \N \N LIF f \N f 4 4704 91 Expulsion \N 2224 Expulsion \N \N \N \N \N \N \N LIF f \N f 4 -4705 91 Graduated with a high school diploma \N 2212 Graduated with a high school diploma \N \N \N \N \N \N \N LIF f \N f 4 -4706 91 Moved out of state \N 2231 Moved out of state \N \N \N \N \N \N \N LIF f \N f 4 -4707 91 Moved within the US, not known to be continuing \N 73075 Moved within the US, not known to be continuing \N \N \N \N \N \N \N LIF f \N f 4 -4708 91 No longer receiving special education \N 2216 No longer receiving special education \N \N \N \N \N \N \N LIF f \N f 4 -4709 91 Not eligible for Part B, exit with no referrals \N 6261 Not eligible for Part B, exit with no referrals \N \N \N \N \N \N \N LIF f \N f 4 -4710 91 Not eligible for Part B, exit with referrals to other programs \N 2228 Not eligible for Part B, exit with referrals to other programs \N \N \N \N \N \N \N LIF f \N f 4 -4711 91 Part B eligibility not determined \N 2230 Part B eligibility not determined \N \N \N \N \N \N \N LIF f \N f 4 -4712 91 Program completion \N 2214 Program completion \N \N \N \N \N \N \N LIF f \N f 4 -4713 91 Program discontinued \N 2225 Program discontinued \N \N \N \N \N \N \N LIF f \N f 4 -4714 91 Reached maximum age \N 2215 Reached maximum age \N \N \N \N \N \N \N LIF f \N f 4 -4715 91 Received certificate of completion, modified diploma, or finished IEP requirements \N 2213 Received certificate of completion, modified diploma, or finished IEP requirements \N \N \N \N \N \N \N LIF f \N f 4 -4716 91 Refused services \N 2217 Refused services \N \N \N \N \N \N \N LIF f \N f 4 -4717 91 Student data claimed in error/never attended \N 73076 Student data claimed in error/never attended \N \N \N \N \N \N \N LIF f \N f 4 -4718 91 Student moved to another country, may or may not be continuing \N 73078 Student moved to another country, may or may not be continuing \N \N \N \N \N \N \N LIF f \N f 4 -4719 91 Student with disabilities who met the district graduation requirements for a regular diploma, but is remaining in school to receive transitional services deemed necessary by the IEP team. \N 73079 Student with disabilities remaining in school to receive transitional services \N \N \N \N \N \N \N LIF f \N f 4 -4720 91 Suspended from school \N 2220 Suspended from school \N \N \N \N \N \N \N LIF f \N f 4 -4721 91 Transferred to a juvenile or adult correctional facility where educational services are not provided \N 73077 Transferred to a juvenile or adult correctional facility where educational services are not provided \N \N \N \N \N \N \N LIF f \N f 4 -4722 91 Transferred to another district or school, known not to be continuing in program/service \N 2406 Transferred to another district or school, known not to be continuing in program/service \N \N \N \N \N \N \N LIF f \N f 4 -4723 91 Transferred to another district or school, known to be continuing in program/service \N 2218 Transferred to another district or school, known to be continuing in program/service \N \N \N \N \N \N \N LIF f \N f 4 -4724 91 Transferred to another district or school, not known to be continuing in program/service \N 2219 Transferred to another district or school, not known to be continuing in program/service \N \N \N \N \N \N \N LIF f \N f 4 -4725 91 Unknown reason \N 2233 Unknown reason \N \N \N \N \N \N \N LIF f \N f 4 -4726 91 Withdrawal by a parent (or guardian) \N 2232 Withdrawal by a parent (or guardian) \N \N \N \N \N \N \N LIF f \N f 4 +4703 91 Eligible for IDEA, Part B \N 2227 EligibleForIDEA-PartB \N \N \N \N \N \N \N LIF f \N f 4 +40 3 \N No 3 ThirdGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +4713 91 Program discontinued \N 2225 ProgramDiscontinued \N \N \N \N \N \N \N LIF f \N f 4 +4332 310 Village of Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKalskag VillageOfKalskag \N \N \N \N \N \N \N LIF f \N f 4 +4712 91 Program completion \N 2214 ProgramCompletion \N \N \N \N \N \N \N LIF f \N f 4 +4445 280 Home phone number is the type of communication number listed for a person. \N HomePhoneNumber HomePhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 +4725 91 Unknown reason \N 2233 UnknownReason \N \N \N \N \N \N \N LIF f \N f 4 +41 3 \N No 4 FourthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +4699 91 Died or is permanently incapacitated \N 1923 DiedOrIsPermanentlyIncapacitated \N \N \N \N \N \N \N LIF f \N f 4 +42 3 \N No 5 FifthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +4717 91 Student data claimed in error/never attended \N 73076 StudentDataClaimedInError/neverAttended \N \N \N \N \N \N \N LIF f \N f 4 +2240 124 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in the arts and social sciences fields. \N AssociateOfAppliedArtsDegree ceterms-AssociateOfAppliedArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +3260 284 Native Village of Marshall (aka Fortuna Ledge) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMarshall NativeVillageOfMarshall \N CEDS \N \N \N \N \N LIF f \N f 1 +4720 91 Suspended from school \N 2220 SuspendedFromSchool \N \N \N \N \N \N \N LIF f \N f 4 4727 91 Other \N 9999 Other \N \N \N \N \N \N \N LIF f \N f 4 37 3 \N No KG Kindergarten \N CEDS \N \N \N \N \N LIF f \N t 1 -38 3 \N No 1 First grade \N CEDS \N \N \N \N \N LIF f \N t 1 +4726 91 Withdrawal by a parent (or guardian) \N 2232 WithdrawalByAParent(orGuardian) \N \N \N \N \N \N \N LIF f \N f 4 3512 284 \N \N Viejas Viejas \N CEDS \N \N \N \N \N LIF f \N f 1 -39 3 \N No 2 Second grade \N CEDS \N \N \N \N \N LIF f \N t 1 -40 3 \N No 3 Third grade \N CEDS \N \N \N \N \N LIF f \N t 1 -41 3 \N No 4 Fourth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -42 3 \N No 5 Fifth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -4445 280 Home phone number is the type of communication number listed for a person. \N Home phone number Home phone number \N \N \N \N \N \N \N LIF f \N f 4 -43 3 \N No 6 Sixth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -44 3 \N No 7 Seventh grade \N CEDS \N \N \N \N \N LIF f \N t 1 -45 3 \N No 8 Eighth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -85 5 \N \N Number score Number score \N CEDS \N \N \N \N \N LIF f \N t 1 +4394 313 Federated States of Micronesia \N FederatedStatesOfMicronesia FederatedStatesOfMicronesia \N \N \N \N \N \N \N LIF f \N f 4 +4719 91 Student with disabilities who met the district graduation requirements for a regular diploma, but is remaining in school to receive transitional services deemed necessary by the IEP team. \N 73079 StudentWithDisabilitiesRemainingInSchoolToReceiveTransitionalServices \N \N \N \N \N \N \N LIF f \N f 4 +4705 91 Graduated with a high school diploma \N 2212 GraduatedWithAHighSchoolDiploma \N \N \N \N \N \N \N LIF f \N f 4 +3446 284 Shoshone-Bannock Tribes of the Fort Hall Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-BannockTribesOfTheFortHallReservation Shoshone-BannockTribesOfTheFortHallReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +88 5 \N \N PercentileRank PercentileRank \N CEDS \N \N \N \N \N LIF f \N t 1 87 5 \N \N Percentile Percentile \N CEDS \N \N \N \N \N LIF f \N t 1 -88 5 \N \N Percentile rank Percentile rank \N CEDS \N \N \N \N \N LIF f \N t 1 -89 5 \N \N Proficiency level Proficiency level \N CEDS \N \N \N \N \N LIF f \N t 1 -449 33 \N \N cau Caucasian languages \N CEDS \N \N \N \N \N LIF f \N t 1 450 33 \N \N ceb Cebuano \N CEDS \N \N \N \N \N LIF f \N t 1 -3900 310 Ewiiaapaayp Band of Kumeyaay Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ewiiaapaayp Band Of Kumeyaay IndiansCalifornia Ewiiaapaayp Band of Kumeyaay Indians, California \N \N \N \N \N \N \N LIF f \N f 4 -3898 310 Enterprise Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Enterprise Rancheria Of Maidu Indians Of California Enterprise Rancheria of Maidu Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3897 310 Emmonak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Emmonak Village Emmonak Village \N \N \N \N \N \N \N LIF f \N f 4 -3899 310 Evansville Village (aka Bettles Field) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Evansville Village Evansville Village \N \N \N \N \N \N \N LIF f \N f 4 +43 3 \N No 6 SixthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +4700 91 Discontinued schooling \N 1927 DiscontinuedSchooling \N \N \N \N \N \N \N LIF f \N f 4 +44 3 \N No 7 SeventhGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +85 5 \N \N NumberScore NumberScore \N CEDS \N \N \N \N \N LIF f \N t 1 +4716 91 Refused services \N 2217 RefusedServices \N \N \N \N \N \N \N LIF f \N f 4 +449 33 \N \N cau CaucasianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +4701 91 Discontinued schooling, not special education \N 2222 DiscontinuedSchooling-notSpecialEducation \N \N \N \N \N \N \N LIF f \N f 4 +4697 91 Attempts to contact the parent and/or child were unsuccessful. \N 6262 AttemptsToContactTheParentAnd/orChildWereUnsuccessful \N \N \N \N \N \N \N LIF f \N f 4 +4714 91 Reached maximum age \N 2215 ReachedMaximumAge \N \N \N \N \N \N \N LIF f \N f 4 +4446 280 Work phone number is the type of communication number listed for a person. \N WorkPhoneNumber WorkPhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 +4447 280 Mobile phone number is the type of communication number listed for a person. \N MobilePhoneNumber MobilePhoneNumber \N \N \N \N \N \N \N LIF f \N f 4 4397 313 Hawaii \N Hawaii Hawaii \N \N \N \N \N \N \N LIF f \N f 4 4398 313 Iowa \N Iowa Iowa \N \N \N \N \N \N \N LIF f \N f 4 4494 274 The person is the learner's Aunt. \N Daughter-in-law Daughter-in-law \N \N \N \N \N \N \N LIF f \N f 4 -3903 310 Forest County Potawatomi Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Forest County Potawatomi CommunityWisconsin Forest County Potawatomi Community, Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -3901 310 Federated Indians of Graton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Federated Indians Of Graton RancheriaCalifornia Federated Indians of Graton Rancheria, California \N \N \N \N \N \N \N LIF f \N f 4 -3906 310 Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Independence Indian Community Of Paiute Indians Of the Fort Independence ReservationCalifornia Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California \N \N \N \N \N \N \N LIF f \N f 4 -3902 310 Flandreau Santee Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Flandreau Santee Sioux Tribe Of South Dakota Flandreau Santee Sioux Tribe of South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -3904 310 Fort Belknap Indian Community of the Fort Belknap Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Belknap Indian Community Of the Fort Belknap Reservation Of Montana Fort Belknap Indian Community of the Fort Belknap Reservation of Montana \N \N \N \N \N \N \N LIF f \N f 4 -3905 310 Fort Bidwell Indian Community of the Fort Bidwell Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Bidwell Indian Community Of the Fort Bidwell Reservation Of California Fort Bidwell Indian Community of the Fort Bidwell Reservation of California \N \N \N \N \N \N \N LIF f \N f 4 -4446 280 Work phone number is the type of communication number listed for a person. \N Work phone number Work phone number \N \N \N \N \N \N \N LIF f \N f 4 -90 5 \N \N Promotion score Promotion score \N CEDS \N \N \N \N \N LIF f \N t 1 -4447 280 Mobile phone number is the type of communication number listed for a person. \N Mobile phone number Mobile phone number \N \N \N \N \N \N \N LIF f \N f 4 +92 5 \N \N RatioIQ's RatioIQ's \N CEDS \N \N \N \N \N LIF f \N t 1 +3897 310 Emmonak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EmmonakVillage EmmonakVillage \N \N \N \N \N \N \N LIF f \N f 4 +3281 284 Native Village of Port Graham is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortGraham NativeVillageOfPortGraham \N CEDS \N \N \N \N \N LIF f \N f 1 +80 5 \N \N InternationalBaccalaureateScore InternationalBaccalaureateScore \N CEDS \N \N \N \N \N LIF f \N t 1 +81 5 \N \N LetterGrade/mark LetterGrade/mark \N CEDS \N \N \N \N \N LIF f \N t 1 +3899 310 Evansville Village (aka Bettles Field) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EvansvilleVillage EvansvilleVillage \N \N \N \N \N \N \N LIF f \N f 4 +103 6 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning BlendedLearning \N CEDS \N \N \N \N \N LIF f \N t 1 91 5 \N \N Ranking Ranking \N CEDS \N \N \N \N \N LIF f \N t 1 -92 5 \N \N Ratio IQ's Ratio IQ's \N CEDS \N \N \N \N \N LIF f \N t 1 -93 5 \N \N Raw score Raw score \N CEDS \N \N \N \N \N LIF f \N t 1 -94 5 \N \N Scale score Scale score \N CEDS \N \N \N \N \N LIF f \N t 1 -95 5 \N \N Standard age score Standard age score \N CEDS \N \N \N \N \N LIF f \N t 1 -103 6 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning Blended Learning \N CEDS \N \N \N \N \N LIF f \N t 1 -63 4 Regular assessment based on grade-level achievement standards without accommodations is specified as a type of assessment administered. \N REGASSWOACC Regular assessments based on grade-level achievement standards without accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -64 4 Regular assessment based on grade-level achievement standards with accommodations is specified as a type of assessment administered. \N REGASSWACC Regular assessments based on grade-level achievement standards with accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -65 4 Alternate assessment based on grade-level achievement standards is specified as a type of assessment administered. \N ALTASSGRADELVL Alternate assessments based on grade-level achievement standards \N CEDS \N \N \N \N \N LIF f \N t 1 -66 4 Alternate assessment based on modified achievement standards is specified as a type of assessment administered. \N ALTASSMODACH Alternate assessments based on modified achievement standards \N CEDS \N \N \N \N \N LIF f \N t 1 -67 4 Alternate assessment based on alternate achievement standards is specified as a type of assessment administered. \N ALTASSALTACH Alternate assessments based on alternate achievement standards \N CEDS \N \N \N \N \N LIF f \N t 1 -68 4 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithoutAccommodations Assessment based on age level standards without accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -72 5 \N \N Achievement/proficiency level Achievement/proficiency level \N CEDS \N \N \N \N \N LIF f \N t 1 -73 5 \N \N ACT score ACT score \N CEDS \N \N \N \N \N LIF f \N t 1 -74 5 \N \N Age score Age score \N CEDS \N \N \N \N \N LIF f \N t 1 -75 5 \N \N C-scaled scores C-scaled scores \N CEDS \N \N \N \N \N LIF f \N t 1 -76 5 \N \N College Board examination scores College Board examination scores \N CEDS \N \N \N \N \N LIF f \N t 1 -572 33 \N \N inc Indic languages \N CEDS \N \N \N \N \N LIF f \N t 1 -77 5 \N \N Grade equivalent or grade-level indicator Grade equivalent or grade-level indicator \N CEDS \N \N \N \N \N LIF f \N t 1 -78 5 \N \N Graduation score Graduation score \N CEDS \N \N \N \N \N LIF f \N t 1 +82 5 \N \N MasteryLevel MasteryLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +76 5 \N \N CollegeBoardExaminationScores CollegeBoardExaminationScores \N CEDS \N \N \N \N \N LIF f \N t 1 +77 5 \N \N GradeEquivalentOrGrade-levelIndicator GradeEquivalentOrGrade-levelIndicator \N CEDS \N \N \N \N \N LIF f \N t 1 +3206 284 Mohegan Tribe of Indians of Connecticut (previously listed as Mohegan Indian Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MoheganTribeOfIndiansOfConnecticut MoheganTribeOfIndiansOfConnecticut \N CEDS \N \N \N \N \N LIF f \N f 1 +3460 284 Squaxin Island Tribe of the Squaxin Island Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SquaxinIslandTribeOfTheSquaxinIslandReservation SquaxinIslandTribeOfTheSquaxinIslandReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +95 5 \N \N StandardAgeScore StandardAgeScore \N CEDS \N \N \N \N \N LIF f \N t 1 +63 4 Regular assessment based on grade-level achievement standards without accommodations is specified as a type of assessment administered. \N REGASSWOACC RegularAssessmentsBasedOnGrade-levelAchievementStandardsWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 +64 4 Regular assessment based on grade-level achievement standards with accommodations is specified as a type of assessment administered. \N REGASSWACC RegularAssessmentsBasedOnGrade-levelAchievementStandardsWithAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 +3156 284 Kiowa Indian Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KiowaIndianTribeOfOklahoma KiowaIndianTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 79 5 \N \N Growth/value-added/indexing Growth/value-added/indexing \N CEDS \N \N \N \N \N LIF f \N t 1 -80 5 \N \N International Baccalaureate score International Baccalaureate score \N CEDS \N \N \N \N \N LIF f \N t 1 -81 5 \N \N Letter grade/mark Letter grade/mark \N CEDS \N \N \N \N \N LIF f \N t 1 -82 5 \N \N Mastery level Mastery level \N CEDS \N \N \N \N \N LIF f \N t 1 -83 5 \N \N Normal curve equivalent Normal curve equivalent \N CEDS \N \N \N \N \N LIF f \N t 1 -84 5 \N \N Normalized standard score Normalized standard score \N CEDS \N \N \N \N \N LIF f \N t 1 +90 5 \N \N PromotionScore PromotionScore \N CEDS \N \N \N \N \N LIF f \N t 1 +93 5 \N \N RawScore RawScore \N CEDS \N \N \N \N \N LIF f \N t 1 +94 5 \N \N ScaleScore ScaleScore \N CEDS \N \N \N \N \N LIF f \N t 1 +73 5 \N \N ACTScore ACTScore \N CEDS \N \N \N \N \N LIF f \N t 1 +74 5 \N \N AgeScore AgeScore \N CEDS \N \N \N \N \N LIF f \N t 1 +75 5 \N \N C-scaledScores C-scaledScores \N CEDS \N \N \N \N \N LIF f \N t 1 +78 5 \N \N GraduationScore GraduationScore \N CEDS \N \N \N \N \N LIF f \N t 1 +72 5 \N \N Achievement/proficiencyLevel Achievement/proficiencyLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +572 33 \N \N inc IndicLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +67 4 Alternate assessment based on alternate achievement standards is specified as a type of assessment administered. \N ALTASSALTACH AlternateAassessmentsBasedOnAlternateAchievementStandards \N CEDS \N \N \N \N \N LIF f \N t 1 +65 4 Alternate assessment based on grade-level achievement standards is specified as a type of assessment administered. \N ALTASSGRADELVL AlternateAssessmentsBasedOnGrade-levelAchievementStandards \N CEDS \N \N \N \N \N LIF f \N t 1 +66 4 Alternate assessment based on modified achievement standards is specified as a type of assessment administered. \N ALTASSMODACH AlternateAssessmentsBasedOnModifiedAchievementStandards \N CEDS \N \N \N \N \N LIF f \N t 1 +136 11 No valid score is specified as the primary reason a participant did not complete an assessment. \N NoValidScore NoValidScore \N CEDS \N \N \N \N \N LIF f \N t 1 86 5 \N \N Pass-fail Pass-fail \N CEDS \N \N \N \N \N LIF f \N t 1 -112 7 Work or product created or produced by the person being assessed. \N assessMethod:Artifact Artifact \N CTDL \N \N \N \N \N LIF f \N t 1 -113 7 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod:Exam Exam \N CTDL \N \N \N \N \N LIF f \N t 1 -114 7 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod:Performance Performance \N CTDL \N \N \N \N \N LIF f \N t 1 +135 11 Student participated in an out of level test is specified as the primary reason a participant did not complete an assessment. (may not be in accordance with accountability measures for summative assessments) \N OutOfLevelTest ParticipatedInAnOutOflevelTest \N CEDS \N \N \N \N \N LIF f \N t 1 +300 30 The origin of the association conforms to an established standard that the destination defines. \N ConformsTo ConformsTo \N CEDS \N \N \N \N \N LIF f \N t 1 115 8 A positive or negative whole number or zero such as -2, 4, 4567. \N Integer Integer \N CEDS \N \N \N \N \N LIF f \N t 1 116 8 A representation of a real number using the base ten and decimal notation, such as 201.4, -3.89, or 0.0006 \N Decimal Decimal \N CEDS \N \N \N \N \N LIF f \N t 1 117 8 Any of 100 equal parts into which the range of the values of a set of data can be divided in order to show the distribution of those values. The part may be represented as an integer between 0 and 100, or further broken down into tenths or hundredths. (e.g. 87, 5.2, 45.74) \N Percentile Percentile \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -15818,142 +15523,128 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 124 10 Expired is specified as the completion and scoring status for an instance of a person taking an assessment. \N Expired Expired \N CEDS \N \N \N \N \N LIF f \N t 1 125 10 Hand scoring is specified as the completion and scoring status for an instance of a person taking an assessment. \N Handscoring Handscoring \N CEDS \N \N \N \N \N LIF f \N t 1 126 10 Invalidated is specified as the completion and scoring status for an instance of a person taking an assessment. \N Invalidated Invalidated \N CEDS \N \N \N \N \N LIF f \N t 1 -134 11 Did not participate for other reason is specified as the primary reason a participant did not complete an assessment. \N Other Did not participate for other reason \N CEDS \N \N \N \N \N LIF f \N t 1 -135 11 Student participated in an out of level test is specified as the primary reason a participant did not complete an assessment. (may not be in accordance with accountability measures for summative assessments) \N OutOfLevelTest Participated in an out of level test \N CEDS \N \N \N \N \N LIF f \N t 1 -136 11 No valid score is specified as the primary reason a participant did not complete an assessment. \N NoValidScore No valid score \N CEDS \N \N \N \N \N LIF f \N t 1 -137 11 Medical emergency is specified as the primary reason a participant did not complete an assessment. \N Medical Medical emergency \N CEDS \N \N \N \N \N LIF f \N t 1 +84 5 \N \N NormalizedStandardScore NormalizedStandardScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1652 57 Academic Renewal is specified as the type of enrollment associated with the credit hours for the course. \N AcademicRenewal AcademicRenewal \N CEDS \N \N \N \N \N LIF f \N t 1 +3006 284 Big Pine Paiute Tribe of the Owens Valley (previously listed as Big Pine Band of Owens Valley Paiute Shoshone Indians of the Big Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigPinePaiuteTribeOfTheOwensValley BigPinePaiuteTribeOfTheOwensValley \N CEDS \N \N \N \N \N LIF f \N f 1 +134 11 Did not participate for other reason is specified as the primary reason a participant did not complete an assessment. \N Other DidNotParticipateForOtherReason \N CEDS \N \N \N \N \N LIF f \N t 1 138 11 Moved is specified as the primary reason a participant did not complete an assessment. \N Moved Moved \N CEDS \N \N \N \N \N LIF f \N t 1 -139 11 Person left program - unable to locate is specified as the primary reason a participant did not complete an assessment. \N LeftProgram Person left program - unable to locate \N CEDS \N \N \N \N \N LIF f \N t 1 +139 11 Person left program - unable to locate is specified as the primary reason a participant did not complete an assessment. \N LeftProgram PersonLeftProgram-unableToLocate \N CEDS \N \N \N \N \N LIF f \N t 1 299 30 The destination of the association is required as a prior condition for the origin of the association. \N Prerequisite Prerequisite \N CEDS \N \N \N \N \N LIF f \N t 1 -300 30 The origin of the association conforms to an established standard that the destination defines. \N Conforms To Conforms To \N CEDS \N \N \N \N \N LIF f \N t 1 301 30 The information at origin of the association provides context or meaning for understanding the destination of the association. \N Defines Defines \N CEDS \N \N \N \N \N LIF f \N t 1 462 33 \N \N chr Cherokee \N CEDS \N \N \N \N \N LIF f \N t 1 -1652 57 Academic Renewal is specified as the type of enrollment associated with the credit hours for the course. \N AcademicRenewal Academic Renewal \N CEDS \N \N \N \N \N LIF f \N t 1 -1653 57 Adult Basic is specified as the type of enrollment associated with the credit hours for the course. \N AdultBasic Adult Basic \N CEDS \N \N \N \N \N LIF f \N t 1 -1654 57 Advanced Placement is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedPlacement Advanced Placement \N CEDS \N \N \N \N \N LIF f \N t 1 -1655 57 Advanced Standing is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedStanding Advanced Standing \N CEDS \N \N \N \N \N LIF f \N t 1 -1656 57 Continuing Education is specified as the type of enrollment associated with the credit hours for the course. \N ContinuingEducation Continuing Education \N CEDS \N \N \N \N \N LIF f \N t 1 +83 5 \N \N NormalCurveEquivalent NormalCurveEquivalent \N CEDS \N \N \N \N \N LIF f \N t 1 +1717 61 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo InteractiveAudio/Video \N CEDS \N \N \N \N \N LIF f \N t 1 +137 11 Medical emergency is specified as the primary reason a participant did not complete an assessment. \N Medical MedicalEmergency \N CEDS \N \N \N \N \N LIF f \N t 1 +1658 57 Credit associated with the student's major is specified as the type of enrollment associated with the credit hours for the course. \N Major CreditAssociatedWithTheStudent'sMajor \N CEDS \N \N \N \N \N LIF f \N t 1 1657 57 Correspondence is specified as the type of enrollment associated with the credit hours for the course. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N t 1 -1658 57 Credit associated with the student's major is specified as the type of enrollment associated with the credit hours for the course. \N Major Credit associated with the student's major \N CEDS \N \N \N \N \N LIF f \N t 1 -1717 61 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo Interactive Audio/Video \N CEDS \N \N \N \N \N LIF f \N t 1 +1656 57 Continuing Education is specified as the type of enrollment associated with the credit hours for the course. \N ContinuingEducation ContinuingEducation \N CEDS \N \N \N \N \N LIF f \N t 1 1718 61 Course is taught through a website, web application, or app on an internet connected device. \N Online Online \N CEDS \N \N \N \N \N LIF f \N t 1 1720 62 Student-oriented teaching and learning which is not organized around participants interacting at the same time and in the same space. \N Asynchronous Asynchronous \N CEDS \N \N \N \N \N LIF f \N t 1 1721 62 Group-oriented teaching and learning organized around participants interacting at the same time and in the same space. \N Synchronous Synchronous \N CEDS \N \N \N \N \N LIF f \N t 1 -1723 63 Resource is active, current, ongoing, offered, operational, or available. \N lifeCycle:Active Active \N CTDL \N \N \N \N \N LIF f \N t 1 -1724 63 Resource is permanently no longer active, current, ongoing, offered, operational, or available. \N lifeCycle:Ceased Ceased \N CTDL \N \N \N \N \N LIF f \N t 1 -1725 63 Resource is in the process of becoming no longer active, current, ongoing, offered, operational, or available. \N lifeCycle:Ceasing Ceasing \N CTDL \N \N \N \N \N LIF f \N t 1 -1726 63 Resource is under development and may or may not become active, current, ongoing, offered, operational, or available. \N lifeCycle:Developing Developing \N CTDL \N \N \N \N \N LIF f \N t 1 -1727 63 Resource is temporarily not active, current, ongoing, offered, operational, or available. \N lifeCycle:Suspended Suspended \N CTDL \N \N \N \N \N LIF f \N t 1 -1728 63 Arrangement by which an educational institution provides its current students with the opportunity to complete their course of study when the program, institution or location offering access closes. \N lifeCycle:TeachOut Teach Out \N CTDL \N \N \N \N \N LIF f \N t 1 +1653 57 Adult Basic is specified as the type of enrollment associated with the credit hours for the course. \N AdultBasic AdultBasic \N CEDS \N \N \N \N \N LIF f \N t 1 +1654 57 Advanced Placement is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedPlacement AdvancedPlacement \N CEDS \N \N \N \N \N LIF f \N t 1 +1655 57 Advanced Standing is specified as the type of enrollment associated with the credit hours for the course. \N AdvancedStanding AdvancedStanding \N CEDS \N \N \N \N \N LIF f \N t 1 +343 32 First grade is the extent of formal instruction a person has received. \N 790 FirstGrade \N CEDS \N \N \N \N \N LIF f \N t 1 1729 64 Pre-registered is the status related to a student enrollment in an instance of a course. \N Pre-registered Pre-registered \N CEDS \N \N \N \N \N LIF f \N t 1 1730 64 Registered is the status related to a student enrollment in an instance of a course. \N Registered Registered \N CEDS \N \N \N \N \N LIF f \N t 1 335 31 The learning standards document or competency framework has been adopted. \N Adopted Adopted \N \N \N \N \N \N \N LIF f \N t 1 336 31 The learning standards document or competency framework is in draft. \N Draft Draft \N \N \N \N \N \N \N LIF f \N t 1 -340 32 No school completed is the extent of formal instruction a person has received. \N 1043 No school completed \N CEDS \N \N \N \N \N LIF f \N t 1 +1732 64 Wait Listed is the status related to a student enrollment in an instance of a course. \N WaitListed WaitListed \N CEDS \N \N \N \N \N LIF f \N t 1 341 32 Preschool is the extent of formal instruction a person has received. \N 788 Preschool \N CEDS \N \N \N \N \N LIF f \N t 1 342 32 Kindergarten is the extent of formal instruction a person has received. \N 805 Kindergarten \N CEDS \N \N \N \N \N LIF f \N t 1 -343 32 First grade is the extent of formal instruction a person has received. \N 790 First grade \N CEDS \N \N \N \N \N LIF f \N t 1 -344 32 Second grade is the extent of formal instruction a person has received. \N 791 Second grade \N CEDS \N \N \N \N \N LIF f \N t 1 +2446 146 \N \N SummerUnemployed SummerUnemployed \N PESC \N \N \N \N \N LIF f \N t 1 552 33 \N \N hil Hiligaynon \N CEDS \N \N \N \N \N LIF f \N t 1 1731 64 Enrolled is the status related to a student enrollment in an instance of a course. \N Enrolled Enrolled \N CEDS \N \N \N \N \N LIF f \N t 1 -1732 64 Wait Listed is the status related to a student enrollment in an instance of a course. \N WaitListed Wait Listed \N CEDS \N \N \N \N \N LIF f \N t 1 +1738 65 Replacement course not counted. \N ReplacedNotCounted ReplacementNotCounted \N CEDS \N \N \N \N \N LIF f \N t 1 1733 64 Dropped is the status related to a student enrollment in an instance of a course. \N Dropped Dropped \N CEDS \N \N \N \N \N LIF f \N t 1 1734 64 Completed is the status related to a student enrollment in an instance of a course. \N Completed Completed \N CEDS \N \N \N \N \N LIF f \N t 1 -451 33 \N \N cel Celtic languages \N CEDS \N \N \N \N \N LIF f \N t 1 -1735 65 The student repeated the course and it has been counted in grade point average. \N RepeatCounted Repeated, counted in grade point average \N CEDS \N \N \N \N \N LIF f \N t 1 -1736 65 The student repeated the course and it has not been counted in grade point average. \N RepeatNotCounted Repeated, not counted in grade point average \N CEDS \N \N \N \N \N LIF f \N t 1 -1737 65 Replacement course counted. \N ReplacementCounted Replacement counted \N CEDS \N \N \N \N \N LIF f \N t 1 -1738 65 Replacement course not counted. \N ReplacedNotCounted Replacement not counted \N CEDS \N \N \N \N \N LIF f \N t 1 -1739 65 The student repeated the course and it has been counted by another institution. \N RepeatOtherInstitution Repeated, other institution \N CEDS \N \N \N \N \N LIF f \N t 1 -2269 128 Veriafiable Credential \N VC Veriafiable Credential \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2270 128 Learning and Employment Record Resume Standard \N LER-RS Learning and Employment Record Resume Standard \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2271 128 Rich Skills Descriptor \N RSD Rich Skills Descriptor \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2443 145 \N \N SharedTime Shared Time \N HR Open \N \N \N \N \N LIF f \N t 1 -2445 146 \N \N SchoolYear School Year \N PESC \N \N \N \N \N LIF f \N t 1 -2446 146 \N \N SummerUnemployed Summer Unemployed \N PESC \N \N \N \N \N LIF f \N t 1 -2447 146 \N \N YearRound Year Round \N PESC \N \N \N \N \N LIF f \N t 1 +1737 65 Replacement course counted. \N ReplacementCounted ReplacementCounted \N CEDS \N \N \N \N \N LIF f \N t 1 +1725 63 Resource is in the process of becoming no longer active, current, ongoing, offered, operational, or available. \N lifeCycle-Ceasing Ceasing \N CTDL \N \N \N \N \N LIF f \N t 1 +1726 63 Resource is under development and may or may not become active, current, ongoing, offered, operational, or available. \N lifeCycle-Developing Developing \N CTDL \N \N \N \N \N LIF f \N t 1 +2271 128 Rich Skills Descriptor \N RSD RichSkillsDescriptor \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1727 63 Resource is temporarily not active, current, ongoing, offered, operational, or available. \N lifeCycle-Suspended Suspended \N CTDL \N \N \N \N \N LIF f \N t 1 +344 32 Second grade is the extent of formal instruction a person has received. \N 791 SecondGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +2443 145 \N \N SharedTime SharedTime \N HR Open \N \N \N \N \N LIF f \N t 1 2449 147 \N \N Salary Salary \N PESC \N \N \N \N \N LIF f \N t 1 2646 261 The Organization Identifier is from an identification system not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -2792 270 Health clinic phone number is the type of communication number listed for an organization. \N HealthClinic Health clinic phone number \N CEDS \N \N \N \N \N LIF f \N t 1 2795 270 Other is the type of communication number listed for an organization. \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 -2796 271 Regionally accredited higher education institution. \N Regional Regionally accredited \N CEDS \N \N \N \N \N LIF f \N t 1 -2797 271 Programmatic accreditation higher education institution. \N Programmatic Programmatic accreditation \N CEDS \N \N \N \N \N LIF f \N t 1 -2798 271 Nationally accredited higher education institution. \N National Nationally accredited \N CEDS \N \N \N \N \N LIF f \N t 1 +2269 128 Veriafiable Credential \N VC VeriafiableCredential \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2800 271 Career related higher education institution. \N CareerRelated CareerRelated \N CEDS \N \N \N \N \N LIF f \N t 1 2799 271 Faith-based accreditation organization. \N Faith Faith \N CEDS \N \N \N \N \N LIF f \N t 1 -2800 271 Career related higher education institution. \N CareerRelated Career related \N CEDS \N \N \N \N \N LIF f \N t 1 +2792 270 Health clinic phone number is the type of communication number listed for an organization. \N HealthClinic HealthClinicPhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 378 33 \N \N aar Afar \N CEDS \N \N \N \N \N LIF f \N t 1 379 33 \N \N abk Abkhazian \N CEDS \N \N \N \N \N LIF f \N t 1 380 33 \N \N ace Achinese \N CEDS \N \N \N \N \N LIF f \N t 1 381 33 \N \N ach Acoli \N CEDS \N \N \N \N \N LIF f \N t 1 382 33 \N \N ada Adangme \N CEDS \N \N \N \N \N LIF f \N t 1 -383 33 \N \N ady Adyghe; Adygei \N CEDS \N \N \N \N \N LIF f \N t 1 -384 33 \N \N afa Afro-Asiatic languages \N CEDS \N \N \N \N \N LIF f \N t 1 -2801 271 Not accredited higher education institution. \N NotAccredited Not accredited \N CEDS \N \N \N \N \N LIF f \N t 1 -4555 319 The local education agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Local education agency Local education agency \N CEDS \N \N \N \N \N LIF f \N t 1 -4556 319 A non-profit organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Non-profit organization Non-profit organization \N CEDS \N \N \N \N \N LIF f \N t 1 -4557 319 A postsecondary institution is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Postsecondary institution Postsecondary institution \N CEDS \N \N \N \N \N LIF f \N t 1 -4558 319 A private organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Private organization Private organization \N CEDS \N \N \N \N \N LIF f \N t 1 -4596 323 Delivery is only face-to-face. \N In Person In Person \N CTDL \N \N \N \N \N LIF f \N t 1 -4597 323 Delivery is only via the Internet. \N Online Only Online Only \N CTDL \N \N \N \N \N LIF f \N t 1 +4555 319 The local education agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N LocalEducationAgency LocalEducationAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +2796 271 Regionally accredited higher education institution. \N Regional RegionallyAccredited \N CEDS \N \N \N \N \N LIF f \N t 1 +2447 146 \N \N YearRound YearRound \N PESC \N \N \N \N \N LIF f \N t 1 +3282 284 Native Village of Port Heiden is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortHeiden NativeVillageOfPortHeiden \N CEDS \N \N \N \N \N LIF f \N f 1 +4557 319 A postsecondary institution is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N PostsecondaryInstitution PostsecondaryInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +3922 310 Ho-Chunk Nation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ho-ChunkNationOfWisconsin Ho-ChunkNationOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 +2445 146 \N \N SchoolYear SchoolYear \N PESC \N \N \N \N \N LIF f \N t 1 +2270 128 Learning and Employment Record Resume Standard \N LER-RS LearningAndEmploymentRecordResumeStandard \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +4556 319 A non-profit organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Non-profitOrganization Non-profitOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +340 32 No school completed is the extent of formal instruction a person has received. \N 1043 NoSchoolCompleted \N CEDS \N \N \N \N \N LIF f \N t 1 +383 33 \N \N ady Adyghe;Adygei \N CEDS \N \N \N \N \N LIF f \N t 1 +384 33 \N \N afa Afro-AsiaticLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +451 33 \N \N cel CelticLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +46 3 \N No 9 NinthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +3273 284 Native Village of Nunam Iqua (previously listed as Native Village of Sheldon's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNunamIqua NativeVillageOfNunamIqua \N CEDS \N \N \N \N \N LIF f \N f 1 4598 324 Could not find a vocabulary sheet for this - Jeff \N PlaceHolder PlaceHolder \N CTDL \N \N \N \N \N LIF f \N t 1 4599 325 Could not find a vocabulary sheet for this - Jeff \N PlaceHolder PlaceHolder \N CTDL \N \N \N \N \N LIF f \N t 1 563 33 \N \N ibo Igbo \N CEDS \N \N \N \N \N LIF f \N t 1 -1 1 The related School Identifier uses a School-assigned number. \N School School-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2 1 The related School Identifier uses the College Board/ACT program code set of PK-grade 12 institutions. \N ACT College Board/ACT program code set of PK-grade 12 institutions \N CEDS \N \N \N \N \N LIF f \N t 1 -3 1 The related School Identifier uses a Local Education Agency assigned number. \N LEA Local Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -4 1 The related School Identifier uses the State Education Agency assigned number. \N SEA State Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -5 1 The related School Identifier uses the National Center for Education Statistics assigned number. \N NCES National Center for Education Statistics assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -6 1 The related School Identifier uses the federal identification number. \N Federal Federal identification number \N CEDS \N \N \N \N \N LIF f \N t 1 -7 1 The related School Identifier uses the Dun and Bradstreet number. \N DUNS Dun and Bradstreet number \N CEDS \N \N \N \N \N LIF f \N t 1 -8 1 The related School Identifier uses another federally assigned number. \N OtherFederal Other federally assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -9 1 The related School Identifier uses a State University System assigned number. \N StateUniversitySystem State University System assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 +6 1 The related School Identifier uses the federal identification number. \N Federal FederalIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +47 3 \N No 10 TenthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +22 2 Local graduation requirement is specified as the reason for which an assessment is designed or delivered. \N LocalGraduationRequirement LocalGraduationRequirement \N CEDS \N \N \N \N \N LIF f \N t 1 +32 2 State graduation requirement is specified as the reason for which an assessment is designed or delivered. \N StateGraduationRequirement StateGraduationRequirement \N CEDS \N \N \N \N \N LIF f \N t 1 +48 3 \N No 11 EleventhGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +49 3 \N No 12 TwelfthGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +25 2 Program eligibility is specified as the reason for which an assessment is designed or delivered. \N ProgramEligibility ProgramEligibility \N CEDS \N \N \N \N \N LIF f \N t 1 10 1 The related School Identifier uses an identification system not yet categorized in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -11 1 The related School Identifier uses the System for Award Management (SAM) Unique Entity Identifier (UEI). \N SAM System for Award Management Unique Entity Identifier \N CEDS \N \N \N \N \N LIF f \N t 1 -22 2 Local graduation requirement is specified as the reason for which an assessment is designed or delivered. \N Local graduation requirement Local graduation requirement \N CEDS \N \N \N \N \N LIF f \N t 1 -23 2 Obtain a state- or industry-recognized certificate or license is specified as the reason for which an assessment is designed or delivered. \N Obtain a state- or industry-recognized certificate or license Obtain a state- or industry-recognized certificate or license \N CEDS \N \N \N \N \N LIF f \N t 1 -24 2 Obtain postsecondary credit for the course is specified as the reason for which an assessment is designed or delivered. \N Obtain postsecondary credit for the course Obtain postsecondary credit for the course \N CEDS \N \N \N \N \N LIF f \N t 1 -25 2 Program eligibility is specified as the reason for which an assessment is designed or delivered. \N Program eligibility Program eligibility \N CEDS \N \N \N \N \N LIF f \N t 1 -26 2 Program evaluation is specified as the reason for which an assessment is designed or delivered. \N Program evaluation Program evaluation \N CEDS \N \N \N \N \N LIF f \N t 1 -27 2 Program placement is specified as the reason for which an assessment is designed or delivered. \N Program placement Program placement \N CEDS \N \N \N \N \N LIF f \N t 1 -28 2 Promotion to or retention in a grade or program is specified as the reason for which an assessment is designed or delivered. \N Promotion to or retention in a grade or program Promotion to or retention in a grade or program \N CEDS \N \N \N \N \N LIF f \N t 1 +53 3 \N No AS Associate'sDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +26 2 Program evaluation is specified as the reason for which an assessment is designed or delivered. \N ProgramEvaluation ProgramEvaluation \N CEDS \N \N \N \N \N LIF f \N t 1 +54 3 \N No BA Bachelor'sDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +56 3 \N No MD Master'sDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +61 3 \N No PT ProfessionalOrTechnicalCredential \N CEDS \N \N \N \N \N LIF f \N t 1 +3951 310 Kalispel Indian Community of the Kalispel Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KalispelIndianCommunityOfTheKalispelReservation KalispelIndianCommunityOfTheKalispelReservation \N \N \N \N \N \N \N LIF f \N f 4 +58 3 \N No DO DoctoralDegree \N CEDS \N \N \N \N \N LIF f \N t 1 29 2 Screening is specified as the reason for which an assessment is designed or delivered. \N Screening Screening \N CEDS \N \N \N \N \N LIF f \N t 1 -30 2 State accountability is specified as the reason for which an assessment is designed or delivered. \N State accountability State accountability \N CEDS \N \N \N \N \N LIF f \N t 1 31 2 Other is specified as the reason for which an assessment is designed or delivered. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -32 2 State graduation requirement is specified as the reason for which an assessment is designed or delivered. \N State graduation requirement State graduation requirement \N CEDS \N \N \N \N \N LIF f \N t 1 -46 3 \N No 9 Ninth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -47 3 \N No 10 Tenth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -48 3 \N No 11 Eleventh grade \N CEDS \N \N \N \N \N LIF f \N t 1 -49 3 \N No 12 Twelfth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -50 3 \N No 13 Grade 13 \N CEDS \N \N \N \N \N LIF f \N t 1 -51 3 Intended for those attending secondary (high-school) level programs. No audLevel:SecondaryLevel Secondary Level \N CTDL \N \N \N \N \N LIF f \N t 1 -52 3 Intended for those who have completed secondary level school programs or equivalent. No audLevel:PostSecondaryLevel Post Secondary Level \N CTDL \N \N \N \N \N LIF f \N t 1 -53 3 \N No AS Associate's degree \N CEDS \N \N \N \N \N LIF f \N t 1 -54 3 \N No BA Bachelor's degree \N CEDS \N \N \N \N \N LIF f \N t 1 -55 3 \N No PB Post-baccalaureate certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -56 3 \N No MD Master's degree \N CEDS \N \N \N \N \N LIF f \N t 1 -57 3 \N No PM Post-master's certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -58 3 \N No DO Doctoral degree \N CEDS \N \N \N \N \N LIF f \N t 1 -59 3 \N No PD Post-doctoral certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -60 3 \N No AE Adult Education \N CEDS \N \N \N \N \N LIF f \N t 1 -61 3 \N No PT Professional or technical credential \N CEDS \N \N \N \N \N LIF f \N t 1 -69 4 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithAccommodations Assessment based on age level standards with accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -70 4 Assessment based on standards below age level without accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithoutAccommodations Assessment based on standards below age level without accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -71 4 Assessment based on standards below age level with accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithAccommodations Assessment based on standards below age level with accommodations \N CEDS \N \N \N \N \N LIF f \N t 1 -96 5 \N \N Stanine score Stanine score \N CEDS \N \N \N \N \N LIF f \N t 1 -97 5 \N \N Sten score Sten score \N CEDS \N \N \N \N \N LIF f \N t 1 +3290 284 Native Village of Shishmaref is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShishmaref NativeVillageOfShishmaref \N CEDS \N \N \N \N \N LIF f \N f 1 +1 1 The related School Identifier uses a School-assigned number. \N School School-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +24 2 Obtain postsecondary credit for the course is specified as the reason for which an assessment is designed or delivered. \N ObtainPostsecondaryCreditForTheCourse ObtainPostsecondaryCreditForTheCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +27 2 Program placement is specified as the reason for which an assessment is designed or delivered. \N ProgramPlacement ProgramPlacement \N CEDS \N \N \N \N \N LIF f \N t 1 +3916 310 Guidiville Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GuidivilleRancheriaOfCalifornia GuidivilleRancheriaOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +55 3 \N No PB Post-baccalaureateCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 +7 1 The related School Identifier uses the Dun and Bradstreet number. \N DUNS DunAndBradstreetNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4596 323 Delivery is only face-to-face. \N InPerson InPerson \N CTDL \N \N \N \N \N LIF f \N t 1 +2 1 The related School Identifier uses the College Board/ACT program code set of PK-grade 12 institutions. \N ACT CollegeBoard/ACTProgramCodeSetOfPK-grade12Institutions \N CEDS \N \N \N \N \N LIF f \N t 1 +30 2 State accountability is specified as the reason for which an assessment is designed or delivered. \N StateAccountability StateAccountability \N CEDS \N \N \N \N \N LIF f \N t 1 +8 1 The related School Identifier uses another federally assigned number. \N OtherFederal OtherFederallyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +50 3 \N No 13 Grade13 \N CEDS \N \N \N \N \N LIF f \N t 1 +57 3 \N No PM Post-master'sCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 +4558 319 A private organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N PrivateOrganization PrivateOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +59 3 \N No PD Post-doctoralCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 +60 3 \N No AE AdultEducation \N CEDS \N \N \N \N \N LIF f \N t 1 +69 4 Assessment based on age level standards without accommodations is specified as a type of assessment administered. \N AgeLevelWithAccommodations AssessmentBasedOnAgeLevelStandardsWithAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 +70 4 Assessment based on standards below age level without accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithoutAccommodations AssessmentBasedOnStandardsBelowAgeLevelWithoutAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 +109 6 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo InteractiveAudio/Video \N CEDS \N \N \N \N \N LIF f \N t 1 +306 30 The destination of the association references an established standard to which the origin of the association conforms. \N IsConformedTo IsConformedTo \N CEDS \N \N \N \N \N LIF f \N t 1 +304 30 The destination of the association is a version, edition, or adaptation of the resource at the origin of the association. \N HasVersion HasVersion \N CEDS \N \N \N \N \N LIF f \N t 1 98 5 \N \N T-score T-score \N CEDS \N \N \N \N \N LIF f \N t 1 -99 5 \N \N Workplace readiness score Workplace readiness score \N CEDS \N \N \N \N \N LIF f \N t 1 +106 6 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege EarlyCollege \N CEDS \N \N \N \N \N LIF f \N t 1 100 5 \N \N Z-score Z-score \N CEDS \N \N \N \N \N LIF f \N t 1 -101 5 \N \N SAT Score SAT Score \N CEDS \N \N \N \N \N LIF f \N t 1 102 5 \N \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 104 6 Course is taught via live or taped broadcast over open air, closed circuit, or cable television systems. \N Broadcast Broadcast \N CEDS \N \N \N \N \N LIF f \N t 1 105 6 Course is taught via hard or electronic copy or other media (CD, DVD, video cassette) and student works at own pace usually without an instructor present, but generally under supervision of LEA. Includes “packet” programs. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N t 1 -106 6 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege Early College \N CEDS \N \N \N \N \N LIF f \N t 1 -107 6 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace Face to Face \N CEDS \N \N \N \N \N LIF f \N t 1 -108 6 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N t 1 -109 6 Course is taught via remote interactive receiver or via streaming media technologies. \N AudioVideo Interactive Audio/Video \N CEDS \N \N \N \N \N LIF f \N t 1 +4110 310 Native Village of Tyonek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTyonek NativeVillageOfTyonek \N \N \N \N \N \N \N LIF f \N f 4 +311 30 The origin of the association is cited by the resource at the destination of the association. \N IsReferencedBy IsReferencedBy \N CEDS \N \N \N \N \N LIF f \N t 1 +307 30 Context or meaning for understanding the origin of the association is provided by the destination of the association. \N IsDefinedBy IsDefinedBy \N CEDS \N \N \N \N \N LIF f \N t 1 +108 6 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N t 1 110 6 Course is taught through a website, web application, or app on an internet connected device. \N Online Online \N CEDS \N \N \N \N \N LIF f \N t 1 -111 6 Delivery is not tied to a specific site. \N deliveryType:VariableSite Variable Site \N CTDL \N \N \N \N \N LIF f \N t 1 +96 5 \N \N StanineScore StanineScore \N CEDS \N \N \N \N \N LIF f \N t 1 130 10 Scored is specified as the completion and scoring status for an instance of a person taking an assessment. \N Scored Scored \N CEDS \N \N \N \N \N LIF f \N t 1 131 10 Submitted is specified as the completion and scoring status for an instance of a person taking an assessment. \N Submitted Submitted \N CEDS \N \N \N \N \N LIF f \N t 1 293 29 A generic result. \N Result Result \N \N \N \N \N \N \N LIF f \N t 1 @@ -15968,32 +15659,28 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 296 29 The result represents a rubric score with both a name and a numeric value. \N RubricScore RubricScore \N \N \N \N \N \N \N LIF f \N t 1 297 29 The result is a scaled score. \N ScaledScore ScaledScore \N \N \N \N \N \N \N LIF f \N t 1 298 29 The result conveys the status of the achievement. \N Status Status \N \N \N \N \N \N \N LIF f \N t 1 -302 30 The destination of the association is substantially the same as the resource at the origin of the association, but in another format. \N Has Format Has Format \N CEDS \N \N \N \N \N LIF f \N t 1 -303 30 The destination of the association is included either physically or logically in the resource at the origin of the association. \N Has Part Has Part \N CEDS \N \N \N \N \N LIF f \N t 1 -304 30 The destination of the association is a version, edition, or adaptation of the resource at the origin of the association. \N Has Version Has Version \N CEDS \N \N \N \N \N LIF f \N t 1 -305 30 The destination of the association may be used to assess the origin of the association. \N Is Assessed By Is Assessed By \N CEDS \N \N \N \N \N LIF f \N t 1 -306 30 The destination of the association references an established standard to which the origin of the association conforms. \N Is Conformed To Is Conformed To \N CEDS \N \N \N \N \N LIF f \N t 1 -307 30 Context or meaning for understanding the origin of the association is provided by the destination of the association. \N Is Defined By Is Defined By \N CEDS \N \N \N \N \N LIF f \N t 1 -308 30 The destination of the association is substantially the same as the resource at the origin of the association, but in another format. \N Is Format of Is Format of \N CEDS \N \N \N \N \N LIF f \N t 1 -309 30 The origin of the association is included either physically or logically in the resource at the destination of the association. \N Is Part Of Is Part Of \N CEDS \N \N \N \N \N LIF f \N t 1 -310 30 The origin of the association is required as a prior condition for the destination of the association. \N Is Prerequisite To Is Prerequisite To \N CEDS \N \N \N \N \N LIF f \N t 1 -311 30 The origin of the association is cited by the resource at the destination of the association. \N Is Referenced By Is Referenced By \N CEDS \N \N \N \N \N LIF f \N t 1 -312 30 The origin of the association has been supplanted by, displaced by, or superseded by the destination of the association. \N Is Replaced By Is Replaced By \N CEDS \N \N \N \N \N LIF f \N t 1 -313 30 The origin of the association is required by the destination of the association to support its function, delivery, or coherence. \N Is Required By Is Required By \N CEDS \N \N \N \N \N LIF f \N t 1 -314 30 The competency at the origin of the association may be taught by the resource or method at the destination of the association. \N Is Taught By Is Taught By \N CEDS \N \N \N \N \N LIF f \N t 1 -359 32 Grade 13 is the extent of formal instruction a person has received. \N 803 Grade 13 \N CEDS \N \N \N \N \N LIF f \N t 1 -315 30 The origin of the association is a version, edition, or adaptation of the resource at the destination of the association. \N Is Version Of Is Version Of \N CEDS \N \N \N \N \N LIF f \N t 1 +303 30 The destination of the association is included either physically or logically in the resource at the origin of the association. \N HasPart HasPart \N CEDS \N \N \N \N \N LIF f \N t 1 +3927 310 Hopi Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HopiTribeOfArizona HopiTribeOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +309 30 The origin of the association is included either physically or logically in the resource at the destination of the association. \N IsPartOf IsPartOf \N CEDS \N \N \N \N \N LIF f \N t 1 +302 30 The destination of the association is substantially the same as the resource at the origin of the association, but in another format. \N HasFormat HasFormat \N CEDS \N \N \N \N \N LIF f \N t 1 +315 30 The origin of the association is a version, edition, or adaptation of the resource at the destination of the association. \N IsVersionOf IsVersionOf \N CEDS \N \N \N \N \N LIF f \N t 1 +308 30 The destination of the association is substantially the same as the resource at the origin of the association, but in another format. \N IsFormatOf IsFormatOf \N CEDS \N \N \N \N \N LIF f \N t 1 +107 6 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace FaceToFace \N CEDS \N \N \N \N \N LIF f \N t 1 +359 32 Grade 13 is the extent of formal instruction a person has received. \N 803 Grade13 \N CEDS \N \N \N \N \N LIF f \N t 1 316 30 The origin of the association cites the resource at the destination of the association. \N Referenced Referenced \N CEDS \N \N \N \N \N LIF f \N t 1 +97 5 \N \N StenScore StenScore \N CEDS \N \N \N \N \N LIF f \N t 1 +101 5 \N \N SATScore SATScore \N CEDS \N \N \N \N \N LIF f \N t 1 +71 4 Assessment based on standards below age level with accommodations is specified as a type of assessment administered. \N BelowAgeLevelWithAccommodations AssessmentBasedOnStandardsBelowAgeLevelWithAccommodations \N CEDS \N \N \N \N \N LIF f \N t 1 317 30 The origin of the association may be used to assess the destination of the association. \N Assesses Assesses \N CEDS \N \N \N \N \N LIF f \N t 1 318 30 The resource or method at the origin of the association may be used to teach the competency at the destination of the association. \N Teaches Teaches \N CEDS \N \N \N \N \N LIF f \N t 1 319 30 The origin of the association requires the destination of the association to support its function, delivery, or coherence. \N Requires Requires \N CEDS \N \N \N \N \N LIF f \N t 1 -320 30 The point in the framework being referenced defines a level or range that measures the difficulty or challenge presented by the learning resource being described. \N Complexity Level Complexity Level \N CEDS \N \N \N \N \N LIF f \N t 1 -321 30 The destination of the association defines a level or range of ability expected for a person using the resource at the origin of the association. \N Reading Level Reading Level \N CEDS \N \N \N \N \N LIF f \N t 1 -322 30 The destination of the association defines a topic or subject from a controlled vocabulary. \N Educational Subject Educational Subject \N CEDS \N \N \N \N \N LIF f \N t 1 -323 30 The destination of the association defines an education level from a controlled vocabulary. \N Education Level Education Level \N CEDS \N \N \N \N \N LIF f \N t 1 +4111 310 Native Village of Unalakleet is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfUnalakleet NativeVillageOfUnalakleet \N \N \N \N \N \N \N LIF f \N f 4 +3870 310 Confederated Tribes of the Coos, Lower Umpqua and Siuslaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheCoosLowerUmpquaAndSiuslawIndians ConfederatedTribesOfTheCoos-LowerUmpquaAndSiuslawIndians \N \N \N \N \N \N \N LIF f \N f 4 +326 30 The origin of the association is achieved or delivered at the same time, or has the same ordinal position, as the destination of the association. \N IsConcurrentTo IsConcurrentTo \N CEDS \N \N \N \N \N LIF f \N t 1 +4523 31 CIP 1980 is the version of CIP being reported. \N CIP1980 CIP1980 \N CEDS \N \N \N \N \N LIF f \N t 1 324 30 The origin of the association comes before the destination of the association in time or order. \N Precedes Precedes \N CEDS \N \N \N \N \N LIF f \N t 1 325 30 The origin of the association comes after the destination of the association in time or order. \N Follows Follows \N CEDS \N \N \N \N \N LIF f \N t 1 -326 30 The origin of the association is achieved or delivered at the same time, or has the same ordinal position, as the destination of the association. \N Is Concurrent To Is Concurrent To \N CEDS \N \N \N \N \N LIF f \N t 1 +353 32 Eleventh Grade is the extent of formal instruction a person has received. \N 801 EleventhGrade \N CEDS \N \N \N \N \N LIF f \N t 1 327 30 Equivalent to. Used to connect derived CFItem to CFItem in original source CFDocument. \N exactMatchOf exactMatchOf \N CEDS \N \N \N \N \N LIF f \N t 1 328 30 The target of the association is an example of best practice for the definition of the item. \N exemplar exemplar \N CEDS \N \N \N \N \N LIF f \N t 1 329 30 To represent the structural relationship in a taxonomy between parent and child. The item is a child of the target of the association. \N isChildOf isChildOf \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16001,51 +15688,32 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 331 30 The item is a peer of the target of the association. \N isPeerOf isPeerOf \N CEDS \N \N \N \N \N LIF f \N t 1 332 30 The item is related to the target of the association in some way that is not better described by another association type. \N isRelatedTo isRelatedTo \N CEDS \N \N \N \N \N LIF f \N t 1 333 30 The item supplants, displaces, or supersedes the target of the association. \N replaces replaces \N CEDS \N \N \N \N \N LIF f \N t 1 -471 33 \N \N cpf Creoles and pidgins, French-based \N CEDS \N \N \N \N \N LIF f \N t 1 +358 32 Career and Technical Education certificate is the extent of formal instruction a person has received. \N 819 CareerAndTechnicalEducationCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 334 30 The item is understood to define a given skill level i.e. Reading Lexile 100, Depth Knowledge 2, or Cognitive Level (Blooms Taxonomy) for the target of the association. \N skillLevelFor skillLevelFor \N CEDS \N \N \N \N \N LIF f \N t 1 337 31 The learning standards document or competency framework has been published. \N Published Published \N \N \N \N \N \N \N LIF f \N t 1 338 31 The learning standards document or competency framework has been deprecated. \N Deprecated Deprecated \N \N \N \N \N \N \N LIF f \N t 1 339 31 The publication status of the learning standards document or competency framework is unknown. \N Unknown Unknown \N \N \N \N \N \N \N LIF f \N t 1 -4523 31 CIP 1980 is the version of CIP being reported. \N CIP 1980 CIP 1980 \N CEDS \N \N \N \N \N LIF f \N t 1 -4524 31 CIP 1985 is the version of CIP being reported. \N CIP 1985 CIP 1985 \N CEDS \N \N \N \N \N LIF f \N t 1 -4525 31 CIP 1990 is the version of CIP being reported. \N CIP 1990 CIP 1990 \N CEDS \N \N \N \N \N LIF f \N t 1 -4526 31 CIP 2000 is the version of CIP being reported. \N CIP 2000 CIP 2000 \N CEDS \N \N \N \N \N LIF f \N t 1 -4527 31 CIP 2010 is the version of CIP being reported. \N CIP 2010 CIP 2010 \N CEDS \N \N \N \N \N LIF f \N t 1 -345 32 Third grade is the extent of formal instruction a person has received. \N 792 Third grade \N CEDS \N \N \N \N \N LIF f \N t 1 -346 32 Fourth grade is the extent of formal instruction a person has received. \N 793 Fourth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -347 32 Fifth grade is the extent of formal instruction a person has received. \N 794 Fifth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -348 32 Sixth grade is the extent of formal instruction a person has received. \N 795 Sixth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -349 32 Seventh grade is the extent of formal instruction a person has received. \N 796 Seventh grade \N CEDS \N \N \N \N \N LIF f \N t 1 -350 32 Eighth grade is the extent of formal instruction a person has received. \N 798 Eighth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -351 32 Ninth grade is the extent of formal instruction a person has received. \N 799 Ninth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -352 32 Tenth grade is the extent of formal instruction a person has received. \N 800 Tenth grade \N CEDS \N \N \N \N \N LIF f \N t 1 -353 32 Eleventh Grade is the extent of formal instruction a person has received. \N 801 Eleventh Grade \N CEDS \N \N \N \N \N LIF f \N t 1 -354 32 12th grade, no diploma is the extent of formal instruction a person has received. \N 1809 12th grade, no diploma \N CEDS \N \N \N \N \N LIF f \N t 1 -355 32 High school diploma is the extent of formal instruction a person has received. \N 1044 High school diploma \N CEDS \N \N \N \N \N LIF f \N t 1 -356 32 High school completers (e.g., certificate of attendance) is the extent of formal instruction a person has received. \N 2408 High school completers (e.g., certificate of attendance) \N CEDS \N \N \N \N \N LIF f \N t 1 -357 32 High school equivalency (e.g., GED) is the extent of formal instruction a person has received. \N 2409 High school equivalency (e.g., GED) \N CEDS \N \N \N \N \N LIF f \N t 1 -358 32 Career and Technical Education certificate is the extent of formal instruction a person has received. \N 819 Career and Technical Education certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -360 32 Some college but no degree is the extent of formal instruction a person has received. \N 1049 Some college but no degree \N CEDS \N \N \N \N \N LIF f \N t 1 -361 32 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N 1047 Formal award, certificate or diploma (less than one year) \N CEDS \N \N \N \N \N LIF f \N t 1 -362 32 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N 1048 Formal award, certificate or diploma (more than or equal to one year) \N CEDS \N \N \N \N \N LIF f \N t 1 -363 32 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N 1050 Associate's degree (two years or more) \N CEDS \N \N \N \N \N LIF f \N t 1 -364 32 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N 73063 Adult education certification, endorsement, or degree \N CEDS \N \N \N \N \N LIF f \N t 1 -365 32 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N 1051 Bachelor's (Baccalaureate) degree \N CEDS \N \N \N \N \N LIF f \N t 1 -366 32 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N 1054 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) \N CEDS \N \N \N \N \N LIF f \N t 1 -367 32 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N 1055 Specialist's degree (e.g., Ed.S.) \N CEDS \N \N \N \N \N LIF f \N t 1 -368 32 Post-master’s certificate is the extent of formal instruction a person has received. \N 73081 Post-master’s certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -369 32 Graduate certificate is the extent of formal instruction a person has received. \N 1052 Graduate certificate \N CEDS \N \N \N \N \N LIF f \N t 1 -370 32 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N 1057 Doctoral (Doctor's) degree \N CEDS \N \N \N \N \N LIF f \N t 1 -371 32 First-professional degree is the extent of formal instruction a person has received. \N 1053 First-professional degree \N CEDS \N \N \N \N \N LIF f \N t 1 -372 32 Post-professional degree is the extent of formal instruction a person has received. \N 1056 Post-professional degree \N CEDS \N \N \N \N \N LIF f \N t 1 -373 32 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N 73082 Doctor’s degree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N t 1 -374 32 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N 73083 Doctor’s degree-professional practice \N CEDS \N \N \N \N \N LIF f \N t 1 -375 32 Doctor’s degree-other is the extent of formal instruction a person has received. \N 73084 Doctor’s degree-other \N CEDS \N \N \N \N \N LIF f \N t 1 -376 32 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N 73085 Doctor’s degree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N t 1 +4524 31 CIP 1985 is the version of CIP being reported. \N CIP1985 CIP1985 \N CEDS \N \N \N \N \N LIF f \N t 1 +322 30 The destination of the association defines a topic or subject from a controlled vocabulary. \N EducationalSubject EducationalSubject \N CEDS \N \N \N \N \N LIF f \N t 1 +4525 31 CIP 1990 is the version of CIP being reported. \N CIP1990 CIP1990 \N CEDS \N \N \N \N \N LIF f \N t 1 +4526 31 CIP 2000 is the version of CIP being reported. \N CIP2000 CIP2000 \N CEDS \N \N \N \N \N LIF f \N t 1 +4527 31 CIP 2010 is the version of CIP being reported. \N CIP2010 CIP2010 \N CEDS \N \N \N \N \N LIF f \N t 1 +345 32 Third grade is the extent of formal instruction a person has received. \N 792 ThirdGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +355 32 High school diploma is the extent of formal instruction a person has received. \N 1044 HighSchoolDiploma \N CEDS \N \N \N \N \N LIF f \N t 1 +360 32 Some college but no degree is the extent of formal instruction a person has received. \N 1049 SomeCollegeButNoDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +320 30 The point in the framework being referenced defines a level or range that measures the difficulty or challenge presented by the learning resource being described. \N ComplexityLevel ComplexityLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +321 30 The destination of the association defines a level or range of ability expected for a person using the resource at the origin of the association. \N ReadingLevel ReadingLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +323 30 The destination of the association defines an education level from a controlled vocabulary. \N EducationLevel EducationLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +399 33 \N \N arc OfficialAramaic(700-300BCE);ImperialAramaic(700-300BCE) \N CEDS \N \N \N \N \N LIF f \N t 1 +4521 32 The related Classification of Instructional Program code is referencing primary completion. \N PrimaryCompletion PrimaryCompletion \N CEDS \N \N \N \N \N LIF f \N t 1 +459 33 \N \N chn ChinookJargon \N CEDS \N \N \N \N \N LIF f \N t 1 +4010 310 Middletown Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiddletownRancheriaOfPomoIndiansOfCalifornia MiddletownRancheriaOfPomoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +368 32 Post-master’s certificate is the extent of formal instruction a person has received. \N 73081 Post-master’sCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 +3992 310 Lytton Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LyttonRancheriaOfCalifornia LyttonRancheriaOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3208 284 Mooretown Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MooretownRancheriaOfMaiduIndiansOfCalifornia MooretownRancheriaOfMaiduIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +393 33 \N \N alt SouthernAltai \N CEDS \N \N \N \N \N LIF f \N t 1 377 32 The extent of formal instruction a person has received is in a category not yet defined in CEDS. \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N t 1 562 33 \N \N iba Iban \N CEDS \N \N \N \N \N LIF f \N t 1 -4521 32 The related Classification of Instructional Program code is referencing primary completion. \N Primary completion Primary completion \N CEDS \N \N \N \N \N LIF f \N t 1 -4522 32 The related Classification of Instructional Program code is referencing additional completion. \N Additional completion Additional completion \N CEDS \N \N \N \N \N LIF f \N t 1 385 33 \N \N afh Afrihili \N CEDS \N \N \N \N \N LIF f \N t 1 386 33 \N \N afr Afrikaans \N CEDS \N \N \N \N \N LIF f \N t 1 387 33 \N \N ain Ainu \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16053,287 +15721,265 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 389 33 \N \N akk Akkadian \N CEDS \N \N \N \N \N LIF f \N t 1 390 33 \N \N alb Albanian \N CEDS \N \N \N \N \N LIF f \N t 1 391 33 \N \N ale Aleut \N CEDS \N \N \N \N \N LIF f \N t 1 -392 33 \N \N alg Algonquian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -393 33 \N \N alt Southern Altai \N CEDS \N \N \N \N \N LIF f \N t 1 394 33 \N \N amh Amharic \N CEDS \N \N \N \N \N LIF f \N t 1 -395 33 \N \N ang English, Old (ca.450-1100) \N CEDS \N \N \N \N \N LIF f \N t 1 +369 32 Graduate certificate is the extent of formal instruction a person has received. \N 1052 GraduateCertificate \N CEDS \N \N \N \N \N LIF f \N t 1 396 33 \N \N anp Angika \N CEDS \N \N \N \N \N LIF f \N t 1 -397 33 \N \N apa Apache languages \N CEDS \N \N \N \N \N LIF f \N t 1 398 33 \N \N ara Arabic \N CEDS \N \N \N \N \N LIF f \N t 1 -399 33 \N \N arc Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE) \N CEDS \N \N \N \N \N LIF f \N t 1 400 33 \N \N arg Aragonese \N CEDS \N \N \N \N \N LIF f \N t 1 401 33 \N \N arm Armenian \N CEDS \N \N \N \N \N LIF f \N t 1 -402 33 \N \N arn Mapudungun; Mapuche \N CEDS \N \N \N \N \N LIF f \N t 1 403 33 \N \N arp Arapaho \N CEDS \N \N \N \N \N LIF f \N t 1 -404 33 \N \N art Artificial languages \N CEDS \N \N \N \N \N LIF f \N t 1 405 33 \N \N arw Arawak \N CEDS \N \N \N \N \N LIF f \N t 1 406 33 \N \N asm Assamese \N CEDS \N \N \N \N \N LIF f \N t 1 -407 33 \N \N ast Asturian; Bable; Leonese; Asturleonese \N CEDS \N \N \N \N \N LIF f \N t 1 -408 33 \N \N ath Athapascan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -409 33 \N \N aus Australian languages \N CEDS \N \N \N \N \N LIF f \N t 1 410 33 \N \N ava Avaric \N CEDS \N \N \N \N \N LIF f \N t 1 411 33 \N \N ave Avestan \N CEDS \N \N \N \N \N LIF f \N t 1 412 33 \N \N awa Awadhi \N CEDS \N \N \N \N \N LIF f \N t 1 413 33 \N \N aym Aymara \N CEDS \N \N \N \N \N LIF f \N t 1 414 33 \N \N aze Azerbaijani \N CEDS \N \N \N \N \N LIF f \N t 1 -415 33 \N \N bad Banda languages \N CEDS \N \N \N \N \N LIF f \N t 1 -416 33 \N \N bai Bamileke languages \N CEDS \N \N \N \N \N LIF f \N t 1 417 33 \N \N bak Bashkir \N CEDS \N \N \N \N \N LIF f \N t 1 418 33 \N \N bal Baluchi \N CEDS \N \N \N \N \N LIF f \N t 1 419 33 \N \N bam Bambara \N CEDS \N \N \N \N \N LIF f \N t 1 420 33 \N \N ban Balinese \N CEDS \N \N \N \N \N LIF f \N t 1 421 33 \N \N baq Basque \N CEDS \N \N \N \N \N LIF f \N t 1 422 33 \N \N bas Basa \N CEDS \N \N \N \N \N LIF f \N t 1 -423 33 \N \N bat Baltic languages \N CEDS \N \N \N \N \N LIF f \N t 1 -424 33 \N \N bej Beja; Bedawiyet \N CEDS \N \N \N \N \N LIF f \N t 1 425 33 \N \N bel Belarusian \N CEDS \N \N \N \N \N LIF f \N t 1 454 33 \N \N che Chechen \N CEDS \N \N \N \N \N LIF f \N t 1 455 33 \N \N chg Chagatai \N CEDS \N \N \N \N \N LIF f \N t 1 456 33 \N \N chi Chinese \N CEDS \N \N \N \N \N LIF f \N t 1 457 33 \N \N chk Chuukese \N CEDS \N \N \N \N \N LIF f \N t 1 458 33 \N \N chm Mari \N CEDS \N \N \N \N \N LIF f \N t 1 -459 33 \N \N chn Chinook jargon \N CEDS \N \N \N \N \N LIF f \N t 1 +365 32 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N 1051 Bachelor's(Baccalaureate)Degree \N CEDS \N \N \N \N \N LIF f \N t 1 +4522 32 The related Classification of Instructional Program code is referencing additional completion. \N AdditionalCompletion AdditionalCompletion \N CEDS \N \N \N \N \N LIF f \N t 1 +392 33 \N \N alg AlgonquianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +397 33 \N \N apa ApacheLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +404 33 \N \N art ArtificialLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +408 33 \N \N ath AthapascanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +409 33 \N \N aus AustralianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +415 33 \N \N bad BandaLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +416 33 \N \N bai BamilekeLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +423 33 \N \N bat BalticLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +402 33 \N \N arn Mapudungun;Mapuche \N CEDS \N \N \N \N \N LIF f \N t 1 +407 33 \N \N ast Asturian;Bable;Leonese;Asturleonese \N CEDS \N \N \N \N \N LIF f \N t 1 +424 33 \N \N bej Beja;Bedawiyet \N CEDS \N \N \N \N \N LIF f \N t 1 460 33 \N \N cho Choctaw \N CEDS \N \N \N \N \N LIF f \N t 1 -461 33 \N \N chp Chipewyan; Dene Suline \N CEDS \N \N \N \N \N LIF f \N t 1 -463 33 \N \N chu Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic \N CEDS \N \N \N \N \N LIF f \N t 1 +4112 310 Native Village of Unga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfUnga NativeVillageOfUnga \N \N \N \N \N \N \N LIF f \N f 4 +482 33 \N \N day LandDayakLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 464 33 \N \N chv Chuvash \N CEDS \N \N \N \N \N LIF f \N t 1 465 33 \N \N chy Cheyenne \N CEDS \N \N \N \N \N LIF f \N t 1 -466 33 \N \N cmc Chamic languages \N CEDS \N \N \N \N \N LIF f \N t 1 467 33 \N \N cop Coptic \N CEDS \N \N \N \N \N LIF f \N t 1 468 33 \N \N cor Cornish \N CEDS \N \N \N \N \N LIF f \N t 1 469 33 \N \N cos Corsican \N CEDS \N \N \N \N \N LIF f \N t 1 -470 33 \N \N cpe Creoles and pidgins, English based \N CEDS \N \N \N \N \N LIF f \N t 1 -863 34 Testable using a single indicator type, measuring a single competency \N SingleIndicator Single Indicator \N CEDS \N \N \N \N \N LIF f \N t 1 -864 34 Testability requires more than one indicator type used to measure a single competency \N MultipleIndicator Multiple Indicator \N CEDS \N \N \N \N \N LIF f \N t 1 -865 34 Testability requires a combination of indicators that assess multiple competencies or performance tasks \N MultipleCompetency Multiple Competency \N CEDS \N \N \N \N \N LIF f \N t 1 -866 34 The competency (skill, knowledge, ability, disposition) cannot be assessed. \N CannotBeAssessed Cannot be assessed \N CEDS \N \N \N \N \N LIF f \N t 1 +475 33 \N \N crp CreolesAndpidgins \N CEDS \N \N \N \N \N LIF f \N t 1 +1507 47 The course being described is not included in the computation of the student’s Grade Point Average (GPA). \N NotApplicable NotApplicableInGPA \N CEDS \N \N \N \N \N LIF f \N t 1 +1508 47 The course being described is weighted in the computation of the student’s Grade Point Average (GPA) \N Weighted WeightedInGPA \N CEDS \N \N \N \N \N LIF f \N t 1 +863 34 Testable using a single indicator type, measuring a single competency \N SingleIndicator SingleIndicator \N CEDS \N \N \N \N \N LIF f \N t 1 867 35 All items in the set must be achieved. \N All All \N CEDS \N \N \N \N \N LIF f \N t 1 -868 35 At least the number of items in the set specified by Competency Set Completion Criteria Threshold must be achieved. \N AtLeast At Least \N CEDS \N \N \N \N \N LIF f \N t 1 -472 33 \N \N cpp Creoles and pidgins, Portuguese-based \N CEDS \N \N \N \N \N LIF f \N t 1 +864 34 Testability requires more than one indicator type used to measure a single competency \N MultipleIndicator MultipleIndicator \N CEDS \N \N \N \N \N LIF f \N t 1 473 33 \N \N cre Cree \N CEDS \N \N \N \N \N LIF f \N t 1 -474 33 \N \N crh Crimean Tatar; Crimean Turkish \N CEDS \N \N \N \N \N LIF f \N t 1 -475 33 \N \N crp Creoles and pidgins \N CEDS \N \N \N \N \N LIF f \N t 1 +866 34 The competency (skill, knowledge, ability, disposition) cannot be assessed. \N CannotBeAssessed CannotBeAssessed \N CEDS \N \N \N \N \N LIF f \N t 1 476 33 \N \N csb Kashubian \N CEDS \N \N \N \N \N LIF f \N t 1 -477 33 \N \N cus Cushitic languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1505 46 Other system type not otherwise categorized \N Other OtherSystemTypeNotOtherwiseCategorized \N LIF New \N \N \N \N \N LIF f \N t 1 478 33 \N \N cze Czech \N CEDS \N \N \N \N \N LIF f \N t 1 479 33 \N \N dak Dakota \N CEDS \N \N \N \N \N LIF f \N t 1 480 33 \N \N dan Danish \N CEDS \N \N \N \N \N LIF f \N t 1 481 33 \N \N dar Dargwa \N CEDS \N \N \N \N \N LIF f \N t 1 -482 33 \N \N day Land Dayak languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1512 49 The related Course Code is based on the LEA defined course code system. \N LEA LEACourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 483 33 \N \N del Delaware \N CEDS \N \N \N \N \N LIF f \N t 1 -484 33 \N \N den Slave (Athapascan) \N CEDS \N \N \N \N \N LIF f \N t 1 +1516 49 The related Course Code is based on the school's course code system. \N School SchoolCourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 485 33 \N \N dgr Dogrib \N CEDS \N \N \N \N \N LIF f \N t 1 486 33 \N \N din Dinka \N CEDS \N \N \N \N \N LIF f \N t 1 -487 33 \N \N div Divehi; Dhivehi; Maldivian \N CEDS \N \N \N \N \N LIF f \N t 1 +474 33 \N \N crh CrimeanTatar;CrimeanTurkish \N CEDS \N \N \N \N \N LIF f \N t 1 488 33 \N \N doi Dogri \N CEDS \N \N \N \N \N LIF f \N t 1 -489 33 \N \N dra Dravidian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -490 33 \N \N dsb Lower Sorbian \N CEDS \N \N \N \N \N LIF f \N t 1 +4000 310 Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Match-e-be-nash-she-wishBandOfPottawatomiIndiansOfMichigan Match-e-be-nash-she-wishBandOfPottawatomiIndiansOfMichigan \N \N \N \N \N \N \N LIF f \N f 4 491 33 \N \N dua Duala \N CEDS \N \N \N \N \N LIF f \N t 1 -1501 46 Student Information System \N SIS Student Information System \N LIF New \N \N \N \N \N LIF f \N t 1 -1502 46 Customer Relationship Management System \N CRM Customer Relationship Management System \N LIF New \N \N \N \N \N LIF f \N t 1 -1503 46 Learning and Employment Record Wallet \N LER Wallet Learning and Employment Record Wallet \N LIF New \N \N \N \N \N LIF f \N t 1 -1504 46 Learning Management System \N LMS Learning Management System \N LIF New \N \N \N \N \N LIF f \N t 1 -1505 46 Other system type not otherwise categorized \N Other Other system type not otherwise categorized \N LIF New \N \N \N \N \N LIF f \N t 1 -1506 47 The course being described is included in the computation of the student’s Grade Point Average (GPA). \N Applicable Applicable in GPA \N CEDS \N \N \N \N \N LIF f \N t 1 -1507 47 The course being described is not included in the computation of the student’s Grade Point Average (GPA). \N NotApplicable Not Applicable in GPA \N CEDS \N \N \N \N \N LIF f \N t 1 -1508 47 The course being described is weighted in the computation of the student’s Grade Point Average (GPA) \N Weighted Weighted in GPA \N CEDS \N \N \N \N \N LIF f \N t 1 +1501 46 Student Information System \N SIS StudentInformationSystem \N LIF New \N \N \N \N \N LIF f \N t 1 1509 48 \N \N Yes Yes \N CEDS \N \N \N \N \N LIF f \N t 1 1510 48 \N \N No No \N CEDS \N \N \N \N \N LIF f \N t 1 -1511 49 The related Course Code is based on the intermediate agency defined course code system. \N Intermediate Intermediate agency course code \N CEDS \N \N \N \N \N LIF f \N t 1 -1512 49 The related Course Code is based on the LEA defined course code system. \N LEA LEA course code \N CEDS \N \N \N \N \N LIF f \N t 1 -1513 49 The related Course Code is based on the NCES Pilot Standard National Course Classification System for Secondary Education Codes. \N NCES NCES Pilot Standard National Course Classification System for Secondary Education Codes \N CEDS \N \N \N \N \N LIF f \N t 1 +490 33 \N \N dsb LowerSorbian \N CEDS \N \N \N \N \N LIF f \N t 1 +466 33 \N \N cmc ChamicLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 1514 49 The related Course Code is based on a course code system not yet categorized within CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -1515 49 The related Course Code is based on the School Codes for the Exchange of Data (SCED) course code system. \N SCED School Codes for the Exchange of Data (SCED) course code \N CEDS \N \N \N \N \N LIF f \N t 1 -1516 49 The related Course Code is based on the school's course code system. \N School School course code \N CEDS \N \N \N \N \N LIF f \N t 1 -492 33 \N \N dum Dutch, Middle (ca.1050-1350) \N CEDS \N \N \N \N \N LIF f \N t 1 -493 33 \N \N dut Dutch; Flemish \N CEDS \N \N \N \N \N LIF f \N t 1 +477 33 \N \N cus CushiticLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +1504 46 Learning Management System \N LMS LearningManagementSystem \N LIF New \N \N \N \N \N LIF f \N t 1 494 33 \N \N dyu Dyula \N CEDS \N \N \N \N \N LIF f \N t 1 495 33 \N \N dzo Dzongkha \N CEDS \N \N \N \N \N LIF f \N t 1 496 33 \N \N efi Efik \N CEDS \N \N \N \N \N LIF f \N t 1 -497 33 \N \N egy Egyptian (Ancient) \N CEDS \N \N \N \N \N LIF f \N t 1 +1502 46 Customer Relationship Management System \N CRM CustomerRelationshipManagementSystem \N LIF New \N \N \N \N \N LIF f \N t 1 498 33 \N \N eka Ekajuk \N CEDS \N \N \N \N \N LIF f \N t 1 499 33 \N \N elx Elamite \N CEDS \N \N \N \N \N LIF f \N t 1 500 33 \N \N eng English \N CEDS \N \N \N \N \N LIF f \N t 1 -501 33 \N \N enm English, Middle (1100-1500) \N CEDS \N \N \N \N \N LIF f \N t 1 502 33 \N \N epo Esperanto \N CEDS \N \N \N \N \N LIF f \N t 1 503 33 \N \N est Estonian \N CEDS \N \N \N \N \N LIF f \N t 1 504 33 \N \N ewe Ewe \N CEDS \N \N \N \N \N LIF f \N t 1 505 33 \N \N ewo Ewondo \N CEDS \N \N \N \N \N LIF f \N t 1 506 33 \N \N fan Fang \N CEDS \N \N \N \N \N LIF f \N t 1 +472 33 \N \N cpp CreolesAndPidgins-PortugueseBased \N CEDS \N \N \N \N \N LIF f \N t 1 +492 33 \N \N dum Dutch-Middle(ca.1050-1350) \N CEDS \N \N \N \N \N LIF f \N t 1 +501 33 \N \N enm English-Middle(1100-1500) \N CEDS \N \N \N \N \N LIF f \N t 1 +489 33 \N \N dra DravidianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +1506 47 The course being described is included in the computation of the student’s Grade Point Average (GPA). \N Applicable ApplicableInGPA \N CEDS \N \N \N \N \N LIF f \N t 1 +484 33 \N \N den Slave(Athapascan) \N CEDS \N \N \N \N \N LIF f \N t 1 +497 33 \N \N egy Egyptian(Ancient) \N CEDS \N \N \N \N \N LIF f \N t 1 +487 33 \N \N div Divehi;Dhivehi;Maldivian \N CEDS \N \N \N \N \N LIF f \N t 1 +493 33 \N \N dut Dutch;Flemish \N CEDS \N \N \N \N \N LIF f \N t 1 +868 35 At least the number of items in the set specified by Competency Set Completion Criteria Threshold must be achieved. \N AtLeast AtLeast \N CEDS \N \N \N \N \N LIF f \N t 1 507 33 \N \N fao Faroese \N CEDS \N \N \N \N \N LIF f \N t 1 508 33 \N \N fat Fanti \N CEDS \N \N \N \N \N LIF f \N t 1 509 33 \N \N fij Fijian \N CEDS \N \N \N \N \N LIF f \N t 1 -1524 50 The result is a grade point average. \N GradePointAverage Grade Point Average \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1525 50 The result is a letter grade. \N LetterGrade Letter Grade \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1531 50 The result is from a rubric criterion. \N RubricCriterion RubricCriterion \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1524 50 The result is a grade point average. \N GradePointAverage GradePointAverage \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 1526 50 The result is a percent score. \N Percent Percent \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1527 50 The result is a performance level. \N PerformanceLevel Performance Level \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1528 50 The result is a predicted score. \N PredictedScore Predicted Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1529 50 The result is a raw score. \N RawScore Raw Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1587 53 Dual level is specified as the level of work required for a course or the level of the typical individual taking the course. \N Dual DualLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1586 53 College Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N CollegePreparatory CollegePreparatory \N CEDS \N \N \N \N \N LIF f \N t 1 1530 50 A generic result. \N Result Result \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1531 50 The result is from a rubric criterion. \N RubricCriterion Rubric Criterion \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1532 50 The result is a rubric criterion level. \N RubricCriterionLevel Rubric Criterion Level \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1536 51 Accepted as a high school equivalent is specified as the general nature and difficulty of instruction provided throughout a course. \N Accepted as a high school equivalent Accepted as a high school equivalent \N CEDS \N \N \N \N \N LIF f \N t 1 -1537 51 Advanced placement course is specified as the general nature and difficulty of instruction provided throughout a course. \N Advanced placement course Advanced placement course \N CEDS \N \N \N \N \N LIF f \N t 1 -1538 51 Basic course is specified as the general nature and difficulty of instruction provided throughout a course. \N Basic course Basic course \N CEDS \N \N \N \N \N LIF f \N t 1 -1539 51 Career and technical education dual-credit course (course qualifies for high school and postsecondary credit) is specified as the general nature and difficulty of instruction provided throughout a course. \N Career and technical education dual-credit course Career and technical education dual-credit course \N CEDS \N \N \N \N \N LIF f \N t 1 -1540 51 Career and technical education general course is specified as the general nature and difficulty of instruction provided throughout a course. \N Career and technical education general course Career and technical education general course \N CEDS \N \N \N \N \N LIF f \N t 1 -1541 51 College-level course is specified as the general nature and difficulty of instruction provided throughout a course. \N College-level course College-level course \N CEDS \N \N \N \N \N LIF f \N t 1 -510 33 \N \N fil Filipino; Pilipino \N CEDS \N \N \N \N \N LIF f \N t 1 +1525 50 The result is a letter grade. \N LetterGrade LetterGrade \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1532 50 The result is a rubric criterion level. \N RubricCriterionLevel RubricCriterionLevel \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1601 53 Dual Grad/ Upper \N DualGrad/Upper DualGrad/Upper \N PESC \N \N \N \N \N LIF f \N t 1 +4114 310 Native Village of Wales is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfWales NativeVillageOfWales \N \N \N \N \N \N \N LIF f \N f 4 +517 33 \N \N frr NorthernFrisian \N CEDS \N \N \N \N \N LIF f \N t 1 +1528 50 The result is a predicted score. \N PredictedScore PredictedScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1529 50 The result is a raw score. \N RawScore RawScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +3285 284 Native Village of Saint Michael is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSaintMichael NativeVillageOfSaintMichael \N CEDS \N \N \N \N \N LIF f \N f 1 1581 53 Accelerated is specified as the level of work required for a course or the level of the typical individual taking the course. \N Accelerated Accelerated \N CEDS \N \N \N \N \N LIF f \N t 1 -1582 53 Adult Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N AdultBasic Adult Basic \N CEDS \N \N \N \N \N LIF f \N t 1 -1583 53 Advanced Placement is specified as the level of work required for a course or the level of the typical individual taking the course. \N AdvancedPlacement Advanced Placement \N CEDS \N \N \N \N \N LIF f \N t 1 +4008 310 Miami Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiamiTribeOfOklahoma MiamiTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +518 33 \N \N frs EasternFrisian \N CEDS \N \N \N \N \N LIF f \N t 1 1584 53 Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N Basic Basic \N CEDS \N \N \N \N \N LIF f \N t 1 -1585 53 College Level is specified as the level of work required for a course or the level of the typical individual taking the course. \N CollegeLevel College Level \N CEDS \N \N \N \N \N LIF f \N t 1 -1586 53 College Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N CollegePreparatory College Preparatory \N CEDS \N \N \N \N \N LIF f \N t 1 -1587 53 Dual level is specified as the level of work required for a course or the level of the typical individual taking the course. \N Dual Dual level \N CEDS \N \N \N \N \N LIF f \N t 1 -1588 53 Gifted and Talented is specified as the level of work required for a course or the level of the typical individual taking the course. \N GiftedTalented Gifted and Talented \N CEDS \N \N \N \N \N LIF f \N t 1 -1601 53 Dual Grad/ Upper \N Dual Grad/Upper Dual Grad/Upper \N PESC \N \N \N \N \N LIF f \N t 1 +519 33 \N \N fry WesternFrisian \N CEDS \N \N \N \N \N LIF f \N t 1 +1536 51 Accepted as a high school equivalent is specified as the general nature and difficulty of instruction provided throughout a course. \N AcceptedAsAHighSchoolEquivalent AcceptedAsAHighSchoolEquivalent \N CEDS \N \N \N \N \N LIF f \N t 1 1603 54 Undergraduate is specified as the level of credit associated with the credit hours earned for the course. \N Undergraduate Undergraduate \N CEDS \N \N \N \N \N LIF f \N t 1 1604 54 Ungraded is specified as the level of credit associated with the credit hours earned for the course. \N Ungraded Ungraded \N CEDS \N \N \N \N \N LIF f \N t 1 -1605 54 Lower division credit (associated with first/second year) is specified as the level of credit associated with the credit hours earned for the course. \N LowerDivision Lower division credit (associated with first/second year) \N CEDS \N \N \N \N \N LIF f \N t 1 -1606 54 Higher or upper division credit (associated with third or fourth year) is specified as the level of credit associated with the credit hours earned for the course. \N UpperDivision Higher or upper division credit (associated with third or fourth year) \N CEDS \N \N \N \N \N LIF f \N t 1 +1582 53 Adult Basic is specified as the level of work required for a course or the level of the typical individual taking the course. \N AdultBasic AdultBasic \N CEDS \N \N \N \N \N LIF f \N t 1 511 33 \N \N fin Finnish \N CEDS \N \N \N \N \N LIF f \N t 1 -512 33 \N \N fiu Finno-Ugrian languages \N CEDS \N \N \N \N \N LIF f \N t 1 513 33 \N \N fon Fon \N CEDS \N \N \N \N \N LIF f \N t 1 514 33 \N \N fre French \N CEDS \N \N \N \N \N LIF f \N t 1 -515 33 \N \N frm French, Middle (ca.1400-1600) \N CEDS \N \N \N \N \N LIF f \N t 1 -516 33 \N \N fro French, Old (842-ca.1400) \N CEDS \N \N \N \N \N LIF f \N t 1 -517 33 \N \N frr Northern Frisian \N CEDS \N \N \N \N \N LIF f \N t 1 -518 33 \N \N frs Eastern Frisian \N CEDS \N \N \N \N \N LIF f \N t 1 -519 33 \N \N fry Western Frisian \N CEDS \N \N \N \N \N LIF f \N t 1 +1583 53 Advanced Placement is specified as the level of work required for a course or the level of the typical individual taking the course. \N AdvancedPlacement AdvancedPlacement \N CEDS \N \N \N \N \N LIF f \N t 1 520 33 \N \N ful Fulah \N CEDS \N \N \N \N \N LIF f \N t 1 521 33 \N \N fur Friulian \N CEDS \N \N \N \N \N LIF f \N t 1 522 33 \N \N gaa Ga \N CEDS \N \N \N \N \N LIF f \N t 1 523 33 \N \N gay Gayo \N CEDS \N \N \N \N \N LIF f \N t 1 524 33 \N \N gba Gbaya \N CEDS \N \N \N \N \N LIF f \N t 1 -525 33 \N \N gem Germanic languages \N CEDS \N \N \N \N \N LIF f \N t 1 526 33 \N \N geo Georgian \N CEDS \N \N \N \N \N LIF f \N t 1 527 33 \N \N ger German \N CEDS \N \N \N \N \N LIF f \N t 1 528 33 \N \N gez Geez \N CEDS \N \N \N \N \N LIF f \N t 1 529 33 \N \N gil Gilbertese \N CEDS \N \N \N \N \N LIF f \N t 1 -530 33 \N \N gla Gaelic; Scottish Gaelic \N CEDS \N \N \N \N \N LIF f \N t 1 +516 33 \N \N fro French-Old(842-ca.1400) \N CEDS \N \N \N \N \N LIF f \N t 1 +1537 51 Advanced placement course is specified as the general nature and difficulty of instruction provided throughout a course. \N AdvancedPlacementCourse AdvancedPlacementCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +512 33 \N \N fiu Finno-UgrianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +525 33 \N \N gem GermanicLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +510 33 \N \N fil Filipino;Pilipino \N CEDS \N \N \N \N \N LIF f \N t 1 +1527 50 The result is a performance level. \N PerformanceLevel PerformanceLevel \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +1585 53 College Level is specified as the level of work required for a course or the level of the typical individual taking the course. \N CollegeLevel CollegeLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1538 51 Basic course is specified as the general nature and difficulty of instruction provided throughout a course. \N BasicCourse BasicCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1541 51 College-level course is specified as the general nature and difficulty of instruction provided throughout a course. \N College-levelCourse College-levelCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +1677 59 Compressed Video is the primary method of instruction used for the course. \N CompressedVideo CompressedVideo \N CEDS \N \N \N \N \N LIF f \N t 1 531 33 \N \N gle Irish \N CEDS \N \N \N \N \N LIF f \N t 1 -1613 55 Carnegie Units is specified as the type of credit associated with the credit hours earned for the course. \N CarnegieUnits Carnegie Units \N CEDS \N \N \N \N \N LIF f \N t 1 -1614 55 Clock Hours is specified as the type of credit associated with the credit hours earned for the course. \N ClockHours Clock Hours \N CEDS \N \N \N \N \N LIF f \N t 1 -1615 55 Continuing Education Units is specified as the type of credit associated with the credit hours earned for the course. \N ContinuingEducationUnits Continuing Education Units \N CEDS \N \N \N \N \N LIF f \N t 1 -1616 55 No Credit is specified as the type of credit associated with the credit hours earned for the course. \N NoCredit No Credit \N CEDS \N \N \N \N \N LIF f \N t 1 +1613 55 Carnegie Units is specified as the type of credit associated with the credit hours earned for the course. \N CarnegieUnits CarnegieUnits \N CEDS \N \N \N \N \N LIF f \N t 1 +1683 59 Interactive Video is the primary method of instruction used for the course. \N InteractiveVideo InteractiveVideo \N CEDS \N \N \N \N \N LIF f \N t 1 1617 55 Other is specified as the type of credit associated with the credit hours earned for the course. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 1618 55 Quarter is specified as the type of credit associated with the credit hours earned for the course. \N Quarter Quarter \N CEDS \N \N \N \N \N LIF f \N t 1 1619 55 Semester is specified as the type of credit associated with the credit hours earned for the course. \N Semester Semester \N CEDS \N \N \N \N \N LIF f \N t 1 -1622 56 \N \N Achievement/proficiency level Achievement/proficiency level \N CEDS \N \N \N \N \N LIF f \N t 1 -1623 56 \N \N ACT score ACT score \N CEDS \N \N \N \N \N LIF f \N t 1 -1624 56 \N \N Age score Age score \N CEDS \N \N \N \N \N LIF f \N t 1 -1625 56 \N \N C-scaled scores C-scaled scores \N CEDS \N \N \N \N \N LIF f \N t 1 -1626 56 \N \N College Board examination scores College Board examination scores \N CEDS \N \N \N \N \N LIF f \N t 1 -1627 56 \N \N Grade equivalent or grade-level indicator Grade equivalent or grade-level indicator \N CEDS \N \N \N \N \N LIF f \N t 1 -1628 56 \N \N Graduation score Graduation score \N CEDS \N \N \N \N \N LIF f \N t 1 +1632 56 \N \N MasteryLevel MasteryLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1684 59 Internet Instruction is the primary method of instruction used for the course. \N InternetInstruction InternetInstruction \N CEDS \N \N \N \N \N LIF f \N t 1 +1678 59 Computer Based Instruction is the primary method of instruction used for the course. \N ComputerBasedInstruction ComputerBasedInstruction \N CEDS \N \N \N \N \N LIF f \N t 1 +1615 55 Continuing Education Units is specified as the type of credit associated with the credit hours earned for the course. \N ContinuingEducationUnits ContinuingEducationUnits \N CEDS \N \N \N \N \N LIF f \N t 1 +1616 55 No Credit is specified as the type of credit associated with the credit hours earned for the course. \N NoCredit NoCredit \N CEDS \N \N \N \N \N LIF f \N t 1 +1631 56 \N \N LetterGrade/mark LetterGrade/mark \N CEDS \N \N \N \N \N LIF f \N t 1 +547 33 \N \N hat Haitian;HaitianCreole \N CEDS \N \N \N \N \N LIF f \N t 1 1629 56 \N \N Growth/value-added/indexing Growth/value-added/indexing \N CEDS \N \N \N \N \N LIF f \N t 1 -1630 56 \N \N International Baccalaureate score International Baccalaureate score \N CEDS \N \N \N \N \N LIF f \N t 1 -1631 56 \N \N Letter grade/mark Letter grade/mark \N CEDS \N \N \N \N \N LIF f \N t 1 -1632 56 \N \N Mastery level Mastery level \N CEDS \N \N \N \N \N LIF f \N t 1 -1633 56 \N \N Normal curve equivalent Normal curve equivalent \N CEDS \N \N \N \N \N LIF f \N t 1 -1634 56 \N \N Normalized standard score Normalized standard score \N CEDS \N \N \N \N \N LIF f \N t 1 -1635 56 \N \N Number score Number score \N CEDS \N \N \N \N \N LIF f \N t 1 +1676 59 Clinical Rotation Instruction is the primary method of instruction used for the course. \N ClinicalRotationInstruction ClinicalRotationInstruction \N CEDS \N \N \N \N \N LIF f \N t 1 +1681 59 Field Study is the primary method of instruction used for the course. \N FieldStudy FieldStudy \N CEDS \N \N \N \N \N LIF f \N t 1 +1614 55 Clock Hours is specified as the type of credit associated with the credit hours earned for the course. \N ClockHours ClockHours \N CEDS \N \N \N \N \N LIF f \N t 1 +530 33 \N \N gla Gaelic;ScottishGaelic \N CEDS \N \N \N \N \N LIF f \N t 1 +1682 59 Independent Study is the primary method of instruction used for the course. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N t 1 +543 33 \N \N gsw SwissGerman;Alemannic;Alsatian \N CEDS \N \N \N \N \N LIF f \N t 1 1636 56 \N \N Pass-fail Pass-fail \N CEDS \N \N \N \N \N LIF f \N t 1 532 33 \N \N glg Galician \N CEDS \N \N \N \N \N LIF f \N t 1 1671 58 The course is counted as an honors course. \N Honors Honors \N CEDS \N \N \N \N \N LIF f \N t 1 -1672 58 The course can be counted as an honors course. \N HonorsOption Honors option \N CEDS \N \N \N \N \N LIF f \N t 1 -1673 59 Applied Instruction is the primary method of instruction used for the course. \N AppliedInstruction Applied Instruction \N CEDS \N \N \N \N \N LIF f \N t 1 -1674 59 Apprenticeship Externship is the primary method of instruction used for the course. \N ApprenticeshipExternship Apprenticeship Externship \N CEDS \N \N \N \N \N LIF f \N t 1 +3976 310 Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacCourteOreillesBandOfLakeSuperiorChippewaIndiansOfWisconsin LacCourteOreillesBandOfLakeSuperiorChippewaIndiansOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 +1633 56 \N \N NormalCurveEquivalent NormalCurveEquivalent \N CEDS \N \N \N \N \N LIF f \N t 1 1675 59 Audiotape is the primary method of instruction used for the course. \N Audiotape Audiotape \N CEDS \N \N \N \N \N LIF f \N t 1 -1676 59 Clinical Rotation Instruction is the primary method of instruction used for the course. \N ClinicalRotationInstruction Clinical Rotation Instruction \N CEDS \N \N \N \N \N LIF f \N t 1 -1677 59 Compressed Video is the primary method of instruction used for the course. \N CompressedVideo Compressed Video \N CEDS \N \N \N \N \N LIF f \N t 1 -1678 59 Computer Based Instruction is the primary method of instruction used for the course. \N ComputerBasedInstruction Computer Based Instruction \N CEDS \N \N \N \N \N LIF f \N t 1 -1679 59 Cooperative Education is the primary method of instruction used for the course. \N CooperativeEducation Cooperative Education \N CEDS \N \N \N \N \N LIF f \N t 1 +1679 59 Cooperative Education is the primary method of instruction used for the course. \N CooperativeEducation CooperativeEducation \N CEDS \N \N \N \N \N LIF f \N t 1 +1672 58 The course can be counted as an honors course. \N HonorsOption HonorsOption \N CEDS \N \N \N \N \N LIF f \N t 1 1680 59 Correspondence is the primary method of instruction used for the course. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N t 1 -1681 59 Field Study is the primary method of instruction used for the course. \N FieldStudy Field Study \N CEDS \N \N \N \N \N LIF f \N t 1 -1682 59 Independent Study is the primary method of instruction used for the course. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N t 1 -1683 59 Interactive Video is the primary method of instruction used for the course. \N InteractiveVideo Interactive Video \N CEDS \N \N \N \N \N LIF f \N t 1 -1684 59 Internet Instruction is the primary method of instruction used for the course. \N InternetInstruction Internet Instruction \N CEDS \N \N \N \N \N LIF f \N t 1 1685 59 Internship is the primary method of instruction used for the course. \N Internship Internship \N CEDS \N \N \N \N \N LIF f \N t 1 1686 59 Laboratory is the primary method of instruction used for the course. \N Laboratory Laboratory \N CEDS \N \N \N \N \N LIF f \N t 1 1687 59 Lecture is the primary method of instruction used for the course. \N Lecture Lecture \N CEDS \N \N \N \N \N LIF f \N t 1 533 33 \N \N glv Manx \N CEDS \N \N \N \N \N LIF f \N t 1 -534 33 \N \N gmh German, Middle High (ca.1050-1500) \N CEDS \N \N \N \N \N LIF f \N t 1 -535 33 \N \N goh German, Old High (ca.750-1050) \N CEDS \N \N \N \N \N LIF f \N t 1 +1623 56 \N \N ACTScore ACTScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1624 56 \N \N AgeScore AgeScore \N CEDS \N \N \N \N \N LIF f \N t 1 536 33 \N \N gon Gondi \N CEDS \N \N \N \N \N LIF f \N t 1 537 33 \N \N gor Gorontalo \N CEDS \N \N \N \N \N LIF f \N t 1 538 33 \N \N got Gothic \N CEDS \N \N \N \N \N LIF f \N t 1 539 33 \N \N grb Grebo \N CEDS \N \N \N \N \N LIF f \N t 1 -540 33 \N \N grc Greek, Ancient (to 1453) \N CEDS \N \N \N \N \N LIF f \N t 1 -541 33 \N \N gre Greek, Modern (1453-) \N CEDS \N \N \N \N \N LIF f \N t 1 +1635 56 \N \N NumberScore NumberScore \N CEDS \N \N \N \N \N LIF f \N t 1 542 33 \N \N grn Guarani \N CEDS \N \N \N \N \N LIF f \N t 1 -543 33 \N \N gsw Swiss German; Alemannic; Alsatian \N CEDS \N \N \N \N \N LIF f \N t 1 544 33 \N \N guj Gujarati \N CEDS \N \N \N \N \N LIF f \N t 1 545 33 \N \N gwi Gwich'in \N CEDS \N \N \N \N \N LIF f \N t 1 546 33 \N \N hai Haida \N CEDS \N \N \N \N \N LIF f \N t 1 -547 33 \N \N hat Haitian; Haitian Creole \N CEDS \N \N \N \N \N LIF f \N t 1 548 33 \N \N hau Hausa \N CEDS \N \N \N \N \N LIF f \N t 1 549 33 \N \N haw Hawaiian \N CEDS \N \N \N \N \N LIF f \N t 1 550 33 \N \N heb Hebrew \N CEDS \N \N \N \N \N LIF f \N t 1 +535 33 \N \N goh German-OldHigh(ca.750-1050) \N CEDS \N \N \N \N \N LIF f \N t 1 +540 33 \N \N grc Greek-Ancient(to1453) \N CEDS \N \N \N \N \N LIF f \N t 1 +541 33 \N \N gre Greek-Modern(1453-) \N CEDS \N \N \N \N \N LIF f \N t 1 +1622 56 \N \N Achievement/proficiencyLevel Achievement/proficiencyLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1673 59 Applied Instruction is the primary method of instruction used for the course. \N AppliedInstruction AppliedInstruction \N CEDS \N \N \N \N \N LIF f \N t 1 +1674 59 Apprenticeship Externship is the primary method of instruction used for the course. \N ApprenticeshipExternship ApprenticeshipExternship \N CEDS \N \N \N \N \N LIF f \N t 1 551 33 \N \N her Herero \N CEDS \N \N \N \N \N LIF f \N t 1 -553 33 \N \N him Himachali languages; Western Pahari languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1711 61 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning BlendedLearning \N CEDS \N \N \N \N \N LIF f \N t 1 1701 60 Auxiliary is specified as the type of location at which the course is taught. \N Auxiliary Auxiliary \N CEDS \N \N \N \N \N LIF f \N t 1 -1702 60 Clinic or hospital is specified as the type of location at which the course is taught. \N ClinicHospital Clinic or hospital \N CEDS \N \N \N \N \N LIF f \N t 1 -1706 60 Military Base is specified as the type of location at which the course is taught. \N Military Military Base \N CEDS \N \N \N \N \N LIF f \N t 1 -1711 61 Course uses a blended learning model that includes Face to Face and Online components. \N BlendedLearning Blended Learning \N CEDS \N \N \N \N \N LIF f \N t 1 +1748 68 Honors grade is specified as additional information regarding the context of the given grade. \N HonorsGrade HonorsGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +571 33 \N \N ina Interlingua(InternationalAuxiliaryLanguageAssociation) \N CEDS \N \N \N \N \N LIF f \N t 1 1712 61 Course is taught via live or taped broadcast over open air, closed circuit, or cable television systems. \N Broadcast Broadcast \N CEDS \N \N \N \N \N LIF f \N t 1 1713 61 Course is taught via hard or electronic copy or other media (CD, DVD, video cassette) and student works at own pace usually without an instructor present, but generally under supervision of LEA. Includes “packet” programs. \N Correspondence Correspondence \N CEDS \N \N \N \N \N LIF f \N t 1 -1714 61 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege Early College \N CEDS \N \N \N \N \N LIF f \N t 1 -1715 61 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace Face to Face \N CEDS \N \N \N \N \N LIF f \N t 1 -1716 61 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy Independent Study \N CEDS \N \N \N \N \N LIF f \N t 1 -1741 66 New Class Section enrollment. \N NewEnrollment New Enrollment \N CEDS \N \N \N \N \N LIF f \N t 1 -1743 67 The student exited the course section and transferred to another course section of the same course in the same educational institution. \N Transfer Student transferred to another Class Section of the same course in the same educational institution. \N CEDS \N \N \N \N \N LIF f \N t 1 -1747 68 Audited or visited the course is specified as additional information regarding the context of the given grade. \N AuditedCourse Audited or visited the course \N CEDS \N \N \N \N \N LIF f \N t 1 -1748 68 Honors grade is specified as additional information regarding the context of the given grade. \N HonorsGrade Honors grade \N CEDS \N \N \N \N \N LIF f \N t 1 +2185 123 An identifier for information assets that have identifiers in public namespaces but are not part of the URI allocation. \N INFO INFOURIScheme \N \N \N \N \N \N \N LIF f \N t 1 +1741 66 New Class Section enrollment. \N NewEnrollment NewEnrollment \N CEDS \N \N \N \N \N LIF f \N t 1 +2181 123 A string of characters used to identify a name of a web resource. \N URN UniformResourceName \N \N \N \N \N \N \N LIF f \N t 1 +2178 123 A globally unique Credential Transparency Identifier issued by the Credential Registry Service by which the creator/owner/provider of a credential recognizes the credential in transactions with the external environment. \N CTID CredentialTransparencyIdentifier \N \N \N \N \N \N \N LIF f \N t 1 +1706 60 Military Base is specified as the type of location at which the course is taught. \N Military MilitaryBase \N CEDS \N \N \N \N \N LIF f \N t 1 1749 68 Incomplete is specified as additional information regarding the context of the given grade. \N Incomplete Incomplete \N CEDS \N \N \N \N \N LIF f \N t 1 -1750 68 Failing/no pass/unsatisfactory grade awarded because incomplete not resolved satisfactorily is specified as additional information regarding the context of the given grade. \N IncompleteNotResolvedFail Incomplete Not Resolved Fail \N CEDS \N \N \N \N \N LIF f \N t 1 -1751 68 Current enrollment course in progress, permanent grade not yet assigned is specified as additional information regarding the context of the given grade. \N InProgress In Progress \N CEDS \N \N \N \N \N LIF f \N t 1 +3978 310 Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacVieuxDesertBandOfLakeSuperiorChippewaIndiansOfMichigan LacVieuxDesertBandOfLakeSuperiorChippewaIndiansOfMichigan \N \N \N \N \N \N \N LIF f \N f 4 1764 69 Male-only is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N MaleOnly Male-only \N CEDS \N \N \N \N \N LIF f \N t 1 1765 69 Female-only is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N FemaleOnly Female-only \N CEDS \N \N \N \N \N LIF f \N t 1 -1766 69 Not a single-sex class is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N NotSingleSex Not a single-sex class \N CEDS \N \N \N \N \N LIF f \N t 1 554 33 \N \N hin Hindi \N CEDS \N \N \N \N \N LIF f \N t 1 555 33 \N \N hit Hittite \N CEDS \N \N \N \N \N LIF f \N t 1 -556 33 \N \N hmn Hmong; Mong \N CEDS \N \N \N \N \N LIF f \N t 1 -557 33 \N \N hmo Hiri Motu \N CEDS \N \N \N \N \N LIF f \N t 1 +1714 61 Course is taught by institution of higher education, but does NOT qualify as concurrent enrollment. \N EarlyCollege EarlyCollege \N CEDS \N \N \N \N \N LIF f \N t 1 +4035 310 Native Village of Chenega (aka Chanega) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfChenega NativeVillageOfChenega \N \N \N \N \N \N \N LIF f \N f 4 558 33 \N \N hrv Croatian \N CEDS \N \N \N \N \N LIF f \N t 1 -559 33 \N \N hsb Upper Sorbian \N CEDS \N \N \N \N \N LIF f \N t 1 +1702 60 Clinic or hospital is specified as the type of location at which the course is taught. \N ClinicHospital ClinicOrHospital \N CEDS \N \N \N \N \N LIF f \N t 1 560 33 \N \N hun Hungarian \N CEDS \N \N \N \N \N LIF f \N t 1 561 33 \N \N hup Hupa \N CEDS \N \N \N \N \N LIF f \N t 1 564 33 \N \N ice Icelandic \N CEDS \N \N \N \N \N LIF f \N t 1 565 33 \N \N ido Ido \N CEDS \N \N \N \N \N LIF f \N t 1 -566 33 \N \N iii Sichuan Yi; Nuosu \N CEDS \N \N \N \N \N LIF f \N t 1 -567 33 \N \N ijo Ijo languages \N CEDS \N \N \N \N \N LIF f \N t 1 +1751 68 Current enrollment course in progress, permanent grade not yet assigned is specified as additional information regarding the context of the given grade. \N InProgress InProgress \N CEDS \N \N \N \N \N LIF f \N t 1 568 33 \N \N iku Inuktitut \N CEDS \N \N \N \N \N LIF f \N t 1 -569 33 \N \N ile Interlingue; Occidental \N CEDS \N \N \N \N \N LIF f \N t 1 570 33 \N \N ilo Iloko \N CEDS \N \N \N \N \N LIF f \N t 1 -571 33 \N \N ina Interlingua (International Auxiliary Language Association) \N CEDS \N \N \N \N \N LIF f \N t 1 -2178 123 A globally unique Credential Transparency Identifier issued by the Credential Registry Service by which the creator/owner/provider of a credential recognizes the credential in transactions with the external environment. \N CTID Credential Transparency Identifier \N \N \N \N \N \N \N LIF f \N t 1 -2179 123 A string of characters used to identify a resource. \N URI Uniform Resource Identifier \N \N \N \N \N \N \N LIF f \N t 1 -2180 123 A Uniform Resource Locator, commonly informally termed a web address is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. \N URL Uniform Resource Locator \N \N \N \N \N \N \N LIF f \N t 1 -2181 123 A string of characters used to identify a name of a web resource. \N URN Uniform Resource Name \N \N \N \N \N \N \N LIF f \N t 1 -2182 123 128-bit number used to identify information in computer systems. \N UUID Universally Unique Identifier \N \N \N \N \N \N \N LIF f \N t 1 +1716 61 Structured learning experience is recognized for credit but is not under supervision of the LEA. \N IndependentStudy IndependentStudy \N CEDS \N \N \N \N \N LIF f \N t 1 +553 33 \N \N him HimachaliLanguages;WesternPahariLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +4003 310 Menominee Indian Tribe of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MenomineeIndianTribeOfWisconsin MenomineeIndianTribeOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 +1750 68 Failing/no pass/unsatisfactory grade awarded because incomplete not resolved satisfactorily is specified as additional information regarding the context of the given grade. \N IncompleteNotResolvedFail IncompleteNotResolvedFail \N CEDS \N \N \N \N \N LIF f \N t 1 +1715 61 Course is taught primarily in person and usually in a conventional classroom or lecture hall. \N FaceToFace FaceToFace \N CEDS \N \N \N \N \N LIF f \N t 1 +566 33 \N \N iii SichuanYi;Nuosu \N CEDS \N \N \N \N \N LIF f \N t 1 636 33 \N \N lun Lunda \N CEDS \N \N \N \N \N LIF f \N t 1 -2183 123 A Uniform Resource Locator that is a multi-purpose persistent identifier for information objects of any type. \N ARK Archival Resource Key \N \N \N \N \N \N \N LIF f \N t 1 -2184 123 A persistent identifier or handle used to uniquely identify objects, standardized by the ISO. \N DOI Digital Document Identifier \N \N \N \N \N \N \N LIF f \N t 1 -2185 123 An identifier for information assets that have identifiers in public namespaces but are not part of the URI allocation. \N INFO INFO URI Scheme \N \N \N \N \N \N \N LIF f \N t 1 +559 33 \N \N hsb UpperSorbian \N CEDS \N \N \N \N \N LIF f \N t 1 2186 124 Represents a generic achievement. \N Achievement Achievement \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2187 124 Represents an assessment result. \N AssessmentResult AssessmentResult \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +567 33 \N \N ijo IjoLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2183 123 A Uniform Resource Locator that is a multi-purpose persistent identifier for information objects of any type. \N ARK ArchivalResourceKey \N \N \N \N \N \N \N LIF f \N t 1 +556 33 \N \N hmn Hmong;Mong \N CEDS \N \N \N \N \N LIF f \N t 1 +569 33 \N \N ile Interlingue;Occidental \N CEDS \N \N \N \N \N LIF f \N t 1 +557 33 \N \N hmo HiriMotu \N CEDS \N \N \N \N \N LIF f \N t 1 2188 124 Represents an award. \N Award Award \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2189 124 Represents a generic badge. Set the type to 'BadgeClass' and reference the IMS Open Badges @context file if the achievement is an IMS Open Badges achievement. \N Badge Badge \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2190 124 A badge offered in digital form. \N Digital Badge ceterms:DigitalBadge \N CTDL \N \N \N \N \N LIF f \N t 1 -2191 124 An Open Badge is a visual symbol that contains verifiable claims in accordance with the Open Badges specification and is delivered digitally. \N Open Badge ceterms:OpenBadge \N CTDL \N \N \N \N \N LIF f \N t 1 +574 33 \N \N ine Indo-EuropeanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +577 33 \N \N ira IranianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2192 124 Represents a credit bearing certificate such as an undergraduate certificate in autism. \N Certificate Certificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2193 124 Represents a non-credit certification such as a CompTIA certification in IT. \N Certification Certification \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2194 124 Represents a course completion. \N Course Course \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2195 124 Represents community service. \N CommunityService CommunityService \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2196 124 Represents a competency. \N Competency Competency \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 573 33 \N \N ind Indonesian \N CEDS \N \N \N \N \N LIF f \N t 1 -574 33 \N \N ine Indo-European languages \N CEDS \N \N \N \N \N LIF f \N t 1 575 33 \N \N inh Ingush \N CEDS \N \N \N \N \N LIF f \N t 1 576 33 \N \N ipk Inupiaq \N CEDS \N \N \N \N \N LIF f \N t 1 -577 33 \N \N ira Iranian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -578 33 \N \N iro Iroquoian languages \N CEDS \N \N \N \N \N LIF f \N t 1 +599 33 \N \N khm CentralKhmer \N CEDS \N \N \N \N \N LIF f \N t 1 579 33 \N \N ita Italian \N CEDS \N \N \N \N \N LIF f \N t 1 580 33 \N \N jav Javanese \N CEDS \N \N \N \N \N LIF f \N t 1 581 33 \N \N jbo Lojban \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16342,23 +15988,15 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 584 33 \N \N jrb Judeo-Arabic \N CEDS \N \N \N \N \N LIF f \N t 1 585 33 \N \N kaa Kara-Kalpak \N CEDS \N \N \N \N \N LIF f \N t 1 586 33 \N \N kab Kabyle \N CEDS \N \N \N \N \N LIF f \N t 1 -587 33 \N \N kac Kachin; Jingpho \N CEDS \N \N \N \N \N LIF f \N t 1 -588 33 \N \N kal Kalaallisut; Greenlandic \N CEDS \N \N \N \N \N LIF f \N t 1 589 33 \N \N kam Kamba \N CEDS \N \N \N \N \N LIF f \N t 1 590 33 \N \N kan Kannada \N CEDS \N \N \N \N \N LIF f \N t 1 -591 33 \N \N kar Karen languages \N CEDS \N \N \N \N \N LIF f \N t 1 592 33 \N \N kas Kashmiri \N CEDS \N \N \N \N \N LIF f \N t 1 593 33 \N \N kau Kanuri \N CEDS \N \N \N \N \N LIF f \N t 1 594 33 \N \N kaw Kawi \N CEDS \N \N \N \N \N LIF f \N t 1 595 33 \N \N kaz Kazakh \N CEDS \N \N \N \N \N LIF f \N t 1 596 33 \N \N kbd Kabardian \N CEDS \N \N \N \N \N LIF f \N t 1 597 33 \N \N kha Khasi \N CEDS \N \N \N \N \N LIF f \N t 1 -598 33 \N \N khi Khoisan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -599 33 \N \N khm Central Khmer \N CEDS \N \N \N \N \N LIF f \N t 1 -600 33 \N \N kho Khotanese; Sakan \N CEDS \N \N \N \N \N LIF f \N t 1 -601 33 \N \N kik Kikuyu; Gikuyu \N CEDS \N \N \N \N \N LIF f \N t 1 602 33 \N \N kin Kinyarwanda \N CEDS \N \N \N \N \N LIF f \N t 1 -603 33 \N \N kir Kirghiz; Kyrgyz \N CEDS \N \N \N \N \N LIF f \N t 1 604 33 \N \N kmb Kimbundu \N CEDS \N \N \N \N \N LIF f \N t 1 605 33 \N \N kok Konkani \N CEDS \N \N \N \N \N LIF f \N t 1 606 33 \N \N kom Komi \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16368,9 +16006,7 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 610 33 \N \N kpe Kpelle \N CEDS \N \N \N \N \N LIF f \N t 1 611 33 \N \N krc Karachay-Balkar \N CEDS \N \N \N \N \N LIF f \N t 1 612 33 \N \N krl Karelian \N CEDS \N \N \N \N \N LIF f \N t 1 -613 33 \N \N kro Kru languages \N CEDS \N \N \N \N \N LIF f \N t 1 614 33 \N \N kru Kurukh \N CEDS \N \N \N \N \N LIF f \N t 1 -615 33 \N \N kua Kuanyama; Kwanyama \N CEDS \N \N \N \N \N LIF f \N t 1 616 33 \N \N kum Kumyk \N CEDS \N \N \N \N \N LIF f \N t 1 617 33 \N \N kur Kurdish \N CEDS \N \N \N \N \N LIF f \N t 1 618 33 \N \N kut Kutenai \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16381,17 +16017,15 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 623 33 \N \N lat Latin \N CEDS \N \N \N \N \N LIF f \N t 1 624 33 \N \N lav Latvian \N CEDS \N \N \N \N \N LIF f \N t 1 625 33 \N \N lez Lezghian \N CEDS \N \N \N \N \N LIF f \N t 1 -626 33 \N \N lim Limburgan; Limburger; Limburgish \N CEDS \N \N \N \N \N LIF f \N t 1 627 33 \N \N lin Lingala \N CEDS \N \N \N \N \N LIF f \N t 1 628 33 \N \N lit Lithuanian \N CEDS \N \N \N \N \N LIF f \N t 1 629 33 \N \N lol Mongo \N CEDS \N \N \N \N \N LIF f \N t 1 630 33 \N \N loz Lozi \N CEDS \N \N \N \N \N LIF f \N t 1 -631 33 \N \N ltz Luxembourgish; Letzeburgesch \N CEDS \N \N \N \N \N LIF f \N t 1 632 33 \N \N lua Luba-Lulua \N CEDS \N \N \N \N \N LIF f \N t 1 633 33 \N \N lub Luba-Katanga \N CEDS \N \N \N \N \N LIF f \N t 1 634 33 \N \N lug Ganda \N CEDS \N \N \N \N \N LIF f \N t 1 635 33 \N \N lui Luiseno \N CEDS \N \N \N \N \N LIF f \N t 1 -637 33 \N \N luo Luo (Kenya and Tanzania) \N CEDS \N \N \N \N \N LIF f \N t 1 +578 33 \N \N iro IroquoianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 638 33 \N \N lus Lushai \N CEDS \N \N \N \N \N LIF f \N t 1 639 33 \N \N mac Macedonian \N CEDS \N \N \N \N \N LIF f \N t 1 640 33 \N \N mad Madurese \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16402,163 +16036,153 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 645 33 \N \N mal Malayalam \N CEDS \N \N \N \N \N LIF f \N t 1 646 33 \N \N man Mandingo \N CEDS \N \N \N \N \N LIF f \N t 1 647 33 \N \N mao Maori \N CEDS \N \N \N \N \N LIF f \N t 1 -648 33 \N \N map Austronesian languages \N CEDS \N \N \N \N \N LIF f \N t 1 +591 33 \N \N kar KarenLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +637 33 \N \N luo Luo(KenyaAndTanzania) \N CEDS \N \N \N \N \N LIF f \N t 1 +587 33 \N \N kac Kachin;Jingpho \N CEDS \N \N \N \N \N LIF f \N t 1 +588 33 \N \N kal Kalaallisut;Greenlandic \N CEDS \N \N \N \N \N LIF f \N t 1 +600 33 \N \N kho Khotanese;Sakan \N CEDS \N \N \N \N \N LIF f \N t 1 +601 33 \N \N kik Kikuyu;Gikuyu \N CEDS \N \N \N \N \N LIF f \N t 1 +603 33 \N \N kir Kirghiz;Kyrgyz \N CEDS \N \N \N \N \N LIF f \N t 1 +615 33 \N \N kua Kuanyama;Kwanyama \N CEDS \N \N \N \N \N LIF f \N t 1 +718 33 \N \N peo Persian-Old(ca.600-400B.C.) \N CEDS \N \N \N \N \N LIF f \N t 1 649 33 \N \N mar Marathi \N CEDS \N \N \N \N \N LIF f \N t 1 650 33 \N \N mas Masai \N CEDS \N \N \N \N \N LIF f \N t 1 651 33 \N \N may Malay \N CEDS \N \N \N \N \N LIF f \N t 1 652 33 \N \N mdf Moksha \N CEDS \N \N \N \N \N LIF f \N t 1 653 33 \N \N mdr Mandar \N CEDS \N \N \N \N \N LIF f \N t 1 654 33 \N \N men Mende \N CEDS \N \N \N \N \N LIF f \N t 1 -655 33 \N \N mga Irish, Middle (900-1200) \N CEDS \N \N \N \N \N LIF f \N t 1 -656 33 \N \N mic Mi'kmaq; Micmac \N CEDS \N \N \N \N \N LIF f \N t 1 +648 33 \N \N map AustronesianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +685 33 \N \N new NepalBhasa;Newari \N CEDS \N \N \N \N \N LIF f \N t 1 657 33 \N \N min Minangkabau \N CEDS \N \N \N \N \N LIF f \N t 1 -658 33 \N \N mis Uncoded languages \N CEDS \N \N \N \N \N LIF f \N t 1 -659 33 \N \N mkh Mon-Khmer languages \N CEDS \N \N \N \N \N LIF f \N t 1 +697 33 \N \N nwc ClassicalNewari;OldNewari;ClassicalNepalBhasa \N CEDS \N \N \N \N \N LIF f \N t 1 +3035 284 Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CheyenneRiverSiouxTribeOfTheCheyenneRiverReservationSouthDakota CheyenneRiverSiouxTribeOfTheCheyenneRiverReservation-SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 660 33 \N \N mlg Malagasy \N CEDS \N \N \N \N \N LIF f \N t 1 661 33 \N \N mlt Maltese \N CEDS \N \N \N \N \N LIF f \N t 1 662 33 \N \N mnc Manchu \N CEDS \N \N \N \N \N LIF f \N t 1 663 33 \N \N mni Manipuri \N CEDS \N \N \N \N \N LIF f \N t 1 -664 33 \N \N mno Manobo languages \N CEDS \N \N \N \N \N LIF f \N t 1 665 33 \N \N moh Mohawk \N CEDS \N \N \N \N \N LIF f \N t 1 666 33 \N \N mon Mongolian \N CEDS \N \N \N \N \N LIF f \N t 1 667 33 \N \N mos Mossi \N CEDS \N \N \N \N \N LIF f \N t 1 -668 33 \N \N mul Multiple languages \N CEDS \N \N \N \N \N LIF f \N t 1 +3111 284 Havasupai Tribe of the Havasupai Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HavasupaiTribeOfTheHavasupaiReservationArizona HavasupaiTribeOfTheHavasupaiReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 2246 125 The learner has successfully completed the achievement. This is the default status if no status result is included. \N Completed Completed \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2247 125 The learner is enrolled in the activity described by the achievement. \N Enrolled Enrolled \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2248 125 The learner has unsuccessfully completed the achievement. \N Failed Failed \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2249 125 The learner has started progress in the activity described by the achievement. \N InProgress InProgress \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2250 125 The learner has completed the activity described by the achievement, but successful completion has not been awarded, typically for administrative reasons. \N OnHold OnHold \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2251 125 The learner has completed the activity described by the achievement, but the completed result has not yet been confirmed. \N Provisional Provisional \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -669 33 \N \N mun Munda languages \N CEDS \N \N \N \N \N LIF f \N t 1 +695 33 \N \N nso Pedi;Sepedi;NorthernSotho \N CEDS \N \N \N \N \N LIF f \N t 1 670 33 \N \N mus Creek \N CEDS \N \N \N \N \N LIF f \N t 1 671 33 \N \N mwl Mirandese \N CEDS \N \N \N \N \N LIF f \N t 1 672 33 \N \N mwr Marwari \N CEDS \N \N \N \N \N LIF f \N t 1 -673 33 \N \N myn Mayan languages \N CEDS \N \N \N \N \N LIF f \N t 1 674 33 \N \N myv Erzya \N CEDS \N \N \N \N \N LIF f \N t 1 -675 33 \N \N nah Nahuatl languages \N CEDS \N \N \N \N \N LIF f \N t 1 -676 33 \N \N nai North American Indian languages \N CEDS \N \N \N \N \N LIF f \N t 1 +703 33 \N \N oci Occitan(post1500) \N CEDS \N \N \N \N \N LIF f \N t 1 677 33 \N \N nap Neapolitan \N CEDS \N \N \N \N \N LIF f \N t 1 678 33 \N \N nau Nauru \N CEDS \N \N \N \N \N LIF f \N t 1 -679 33 \N \N nav Navajo; Navaho \N CEDS \N \N \N \N \N LIF f \N t 1 -680 33 \N \N nbl Ndebele, South; South Ndebele \N CEDS \N \N \N \N \N LIF f \N t 1 -681 33 \N \N nde Ndebele, North; North Ndebele \N CEDS \N \N \N \N \N LIF f \N t 1 +658 33 \N \N mis UncodedLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 682 33 \N \N ndo Ndonga \N CEDS \N \N \N \N \N LIF f \N t 1 -683 33 \N \N nds Low German; Low Saxon; German, Low; Saxon, Low \N CEDS \N \N \N \N \N LIF f \N t 1 +709 33 \N \N ota Turkish-Ottoman(1500-1928) \N CEDS \N \N \N \N \N LIF f \N t 1 684 33 \N \N nep Nepali \N CEDS \N \N \N \N \N LIF f \N t 1 -685 33 \N \N new Nepal Bhasa; Newari \N CEDS \N \N \N \N \N LIF f \N t 1 686 33 \N \N nia Nias \N CEDS \N \N \N \N \N LIF f \N t 1 -687 33 \N \N nic Niger-Kordofanian languages \N CEDS \N \N \N \N \N LIF f \N t 1 688 33 \N \N niu Niuean \N CEDS \N \N \N \N \N LIF f \N t 1 -689 33 \N \N nno Norwegian Nynorsk; Nynorsk, Norwegian \N CEDS \N \N \N \N \N LIF f \N t 1 -690 33 \N \N nob Bokmål, Norwegian; Norwegian Bokmål \N CEDS \N \N \N \N \N LIF f \N t 1 +656 33 \N \N mic Mi'kmaq;Micmac \N CEDS \N \N \N \N \N LIF f \N t 1 691 33 \N \N nog Nogai \N CEDS \N \N \N \N \N LIF f \N t 1 -692 33 \N \N non Norse, Old \N CEDS \N \N \N \N \N LIF f \N t 1 +679 33 \N \N nav Navajo;Navaho \N CEDS \N \N \N \N \N LIF f \N t 1 693 33 \N \N nor Norwegian \N CEDS \N \N \N \N \N LIF f \N t 1 694 33 \N \N nqo N'Ko \N CEDS \N \N \N \N \N LIF f \N t 1 -695 33 \N \N nso Pedi; Sepedi; Northern Sotho \N CEDS \N \N \N \N \N LIF f \N t 1 -696 33 \N \N nub Nubian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -697 33 \N \N nwc Classical Newari; Old Newari; Classical Nepal Bhasa \N CEDS \N \N \N \N \N LIF f \N t 1 -698 33 \N \N nya Chichewa; Chewa; Nyanja \N CEDS \N \N \N \N \N LIF f \N t 1 699 33 \N \N nym Nyamwezi \N CEDS \N \N \N \N \N LIF f \N t 1 700 33 \N \N nyn Nyankole \N CEDS \N \N \N \N \N LIF f \N t 1 701 33 \N \N nyo Nyoro \N CEDS \N \N \N \N \N LIF f \N t 1 702 33 \N \N nzi Nzima \N CEDS \N \N \N \N \N LIF f \N t 1 -703 33 \N \N oci Occitan (post 1500) \N CEDS \N \N \N \N \N LIF f \N t 1 704 33 \N \N oji Ojibwa \N CEDS \N \N \N \N \N LIF f \N t 1 705 33 \N \N ori Oriya \N CEDS \N \N \N \N \N LIF f \N t 1 706 33 \N \N orm Oromo \N CEDS \N \N \N \N \N LIF f \N t 1 707 33 \N \N osa Osage \N CEDS \N \N \N \N \N LIF f \N t 1 -708 33 \N \N oss Ossetian; Ossetic \N CEDS \N \N \N \N \N LIF f \N t 1 -709 33 \N \N ota Turkish, Ottoman (1500-1928) \N CEDS \N \N \N \N \N LIF f \N t 1 2461 148 \N \N Bonus Bonus \N \N \N \N \N \N \N LIF f \N t 1 -710 33 \N \N oto Otomian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -711 33 \N \N paa Papuan languages \N CEDS \N \N \N \N \N LIF f \N t 1 712 33 \N \N pag Pangasinan \N CEDS \N \N \N \N \N LIF f \N t 1 713 33 \N \N pal Pahlavi \N CEDS \N \N \N \N \N LIF f \N t 1 -714 33 \N \N pam Pampanga; Kapampangan \N CEDS \N \N \N \N \N LIF f \N t 1 -715 33 \N \N pan Panjabi; Punjabi \N CEDS \N \N \N \N \N LIF f \N t 1 716 33 \N \N pap Papiamento \N CEDS \N \N \N \N \N LIF f \N t 1 717 33 \N \N pau Palauan \N CEDS \N \N \N \N \N LIF f \N t 1 -718 33 \N \N peo Persian, Old (ca.600-400 B.C.) \N CEDS \N \N \N \N \N LIF f \N t 1 719 33 \N \N per Persian \N CEDS \N \N \N \N \N LIF f \N t 1 -720 33 \N \N phi Philippine languages \N CEDS \N \N \N \N \N LIF f \N t 1 +680 33 \N \N nbl Ndebele-South;SouthNdebele \N CEDS \N \N \N \N \N LIF f \N t 1 +681 33 \N \N nde Ndebele-North;NorthNdebele \N CEDS \N \N \N \N \N LIF f \N t 1 +689 33 \N \N nno NorwegianNynorsk;Nynorsk-Norwegian \N CEDS \N \N \N \N \N LIF f \N t 1 +690 33 \N \N nob Bokmål-Norwegian;NorwegianBokmål \N CEDS \N \N \N \N \N LIF f \N t 1 +692 33 \N \N non Norse-Old \N CEDS \N \N \N \N \N LIF f \N t 1 +698 33 \N \N nya Chichewa;Chewa;Nyanja \N CEDS \N \N \N \N \N LIF f \N t 1 +708 33 \N \N oss Ossetian;Ossetic \N CEDS \N \N \N \N \N LIF f \N t 1 +714 33 \N \N pam Pampanga;Kapampangan \N CEDS \N \N \N \N \N LIF f \N t 1 +715 33 \N \N pan Panjabi;Punjabi \N CEDS \N \N \N \N \N LIF f \N t 1 721 33 \N \N phn Phoenician \N CEDS \N \N \N \N \N LIF f \N t 1 722 33 \N \N pli Pali \N CEDS \N \N \N \N \N LIF f \N t 1 723 33 \N \N pol Polish \N CEDS \N \N \N \N \N LIF f \N t 1 724 33 \N \N pon Pohnpeian \N CEDS \N \N \N \N \N LIF f \N t 1 725 33 \N \N por Portuguese \N CEDS \N \N \N \N \N LIF f \N t 1 2253 126 Awards of the credential are ongoing. \N Active Active \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2257 127 An alignment to a CTDL-ASN/CTDL competency published by Credential Engine. \N ceasn:Competency ceasn:Competency \N \N \N \N \N \N \N LIF f \N t 1 -2258 127 An alignment to a CTDL Credential published by Credential Engine. \N ceterms:Credential ceterms:Credential \N \N \N \N \N \N \N LIF f \N t 1 +2529 155 \N \N ActiveDuty ActiveDuty \N NONE \N \N \N \N \N LIF f \N t 1 +2523 154 \N \N AirForce AirForce \N NONE \N \N \N \N \N LIF f \N t 1 2259 127 An alignment to a CASE Framework Item. \N CFItem CFItem \N \N \N \N \N \N \N LIF f \N t 1 2260 127 An alignment to a CASE Framework Rubric. \N CFRubric CFRubric \N \N \N \N \N \N \N LIF f \N t 1 2263 127 An alignment to a Credential Engine Item. \N CTDL CTDL \N \N \N \N \N \N \N LIF f \N t 1 -2265 128 Open Badges 2.0 \N OB2 Open Badges 2.0 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2266 128 Comprehensive Learner Record 1 \N CLR1 Comprehensive Learner Record 1 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2267 128 Open Badges 3.0 \N OB3 Open Badges 3.0 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2268 128 Comprehensive Learner Record 2 \N CLR2 Comprehensive Learner Record 2 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -726 33 \N \N pra Prakrit languages \N CEDS \N \N \N \N \N LIF f \N t 1 -2487 151 Change of assignment is the primary reason for the termination of the employment relationship. \N Change Of assignment Change of assignment \N CEDS \N \N \N \N \N LIF f \N t 1 +2430 144 \N \N SelfEmployed SelfEmployed \N PESC \N \N \N \N \N LIF f \N t 1 +4032 310 Native Village of Brevig Mission is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBrevigMission NativeVillageOfBrevigMission \N \N \N \N \N \N \N LIF f \N f 4 +726 33 \N \N pra PrakritLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2428 144 \N \N Retired Retired \N PESC \N \N \N \N \N LIF f \N t 1 -2430 144 \N \N SelfEmployed Self Employed \N PESC \N \N \N \N \N LIF f \N t 1 -2440 145 Full-time paid is specified as the condition under which a person has agreed to serve as an employee. \N FullTime Full-time paid \N CEDS \N \N \N \N \N LIF f \N t 1 -2441 145 Part-time paid is specified as the condition under which a person has agreed to serve as an employee. \N PartTime Part-time paid \N CEDS \N \N \N \N \N LIF f \N t 1 -2442 145 \N \N FlexTime Flex Time \N HR Open \N \N \N \N \N LIF f \N t 1 -2486 151 Budgetary reduction is the primary reason for the termination of the employment relationship. \N Budgetary reduction Budgetary reduction \N CEDS \N \N \N \N \N LIF f \N t 1 +2442 145 \N \N FlexTime FlexTime \N HR Open \N \N \N \N \N LIF f \N t 1 2488 151 Compensation is the primary reason for the termination of the employment relationship. \N Compensation Compensation \N CEDS \N \N \N \N \N LIF f \N t 1 -2489 151 Continued absence or tardiness is the primary reason for the termination of the employment relationship. \N Continued absence or tardiness Continued absence or tardiness \N CEDS \N \N \N \N \N LIF f \N t 1 -2490 151 Credential revoked or suspended is the primary reason for the termination of the employment relationship. \N Credential revoked or suspended Credential revoked or suspended \N CEDS \N \N \N \N \N LIF f \N t 1 +733 33 \N \N roa RomanceLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2491 151 Death is the primary reason for the termination of the employment relationship. \N Death Death \N CEDS \N \N \N \N \N LIF f \N t 1 -2492 151 Decreased workload is the primary reason for the termination of the employment relationship. \N Decreased workload Decreased workload \N CEDS \N \N \N \N \N LIF f \N t 1 -2511 152 Involuntary separation is the type of separation occurring between a person and the organization. \N Involuntary Involuntary separation \N CEDS \N \N \N \N \N LIF f \N t 1 -2512 152 Mutual agreement is the type of separation occurring between a person and the organization. \N MutualAgreement Mutual agreement \N CEDS \N \N \N \N \N LIF f \N t 1 +2487 151 Change of assignment is the primary reason for the termination of the employment relationship. \N ChangeOfAssignment ChangeOfassignment \N CEDS \N \N \N \N \N LIF f \N t 1 +2440 145 Full-time paid is specified as the condition under which a person has agreed to serve as an employee. \N FullTime Full-timePaid \N CEDS \N \N \N \N \N LIF f \N t 1 2513 152 The type of separation occurring between a person and the organization is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -2514 152 Voluntary separation is the type of separation occurring between a person and the organization. \N Voluntary Voluntary separation \N CEDS \N \N \N \N \N LIF f \N t 1 +2441 145 Part-time paid is specified as the condition under which a person has agreed to serve as an employee. \N PartTime Part-timePaid \N CEDS \N \N \N \N \N LIF f \N t 1 2517 153 Multi-year employment contract is specified. \N Multi-year Multi-year \N CEDS \N \N \N \N \N LIF f \N t 1 2518 153 Annual employment contract is specified. \N Annual Annual \N CEDS \N \N \N \N \N LIF f \N t 1 -727 33 \N \N pro Provençal, Old (to 1500); Occitan, Old (to 1500) \N CEDS \N \N \N \N \N LIF f \N t 1 -728 33 \N \N pus Pushto; Pashto \N CEDS \N \N \N \N \N LIF f \N t 1 729 33 \N \N que Quechua \N CEDS \N \N \N \N \N LIF f \N t 1 730 33 \N \N raj Rajasthani \N CEDS \N \N \N \N \N LIF f \N t 1 731 33 \N \N rap Rapanui \N CEDS \N \N \N \N \N LIF f \N t 1 -732 33 \N \N rar Rarotongan; Cook Islands Maori \N CEDS \N \N \N \N \N LIF f \N t 1 -733 33 \N \N roa Romance languages \N CEDS \N \N \N \N \N LIF f \N t 1 +2512 152 Mutual agreement is the type of separation occurring between a person and the organization. \N MutualAgreement MutualAgreement \N CEDS \N \N \N \N \N LIF f \N t 1 +2492 151 Decreased workload is the primary reason for the termination of the employment relationship. \N DecreasedWorkload DecreasedWorkload \N CEDS \N \N \N \N \N LIF f \N t 1 734 33 \N \N roh Romansh \N CEDS \N \N \N \N \N LIF f \N t 1 735 33 \N \N rom Romany \N CEDS \N \N \N \N \N LIF f \N t 1 736 33 \N \N rum Romanian \N CEDS \N \N \N \N \N LIF f \N t 1 737 33 \N \N run Rundi \N CEDS \N \N \N \N \N LIF f \N t 1 -738 33 \N \N rup Aromanian; Arumanian; Macedo-Romanian \N CEDS \N \N \N \N \N LIF f \N t 1 739 33 \N \N rus Russian \N CEDS \N \N \N \N \N LIF f \N t 1 740 33 \N \N sad Sandawe \N CEDS \N \N \N \N \N LIF f \N t 1 741 33 \N \N sag Sango \N CEDS \N \N \N \N \N LIF f \N t 1 742 33 \N \N sah Yakut \N CEDS \N \N \N \N \N LIF f \N t 1 -743 33 \N \N sai South American Indian languages \N CEDS \N \N \N \N \N LIF f \N t 1 -744 33 \N \N sal Salishan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -745 33 \N \N sam Samaritan Aramaic \N CEDS \N \N \N \N \N LIF f \N t 1 +743 33 \N \N sai SouthAmericanIndianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +745 33 \N \N sam SamaritanAramaic \N CEDS \N \N \N \N \N LIF f \N t 1 +2266 128 Comprehensive Learner Record 1 \N CLR1 ComprehensiveLearnerRecord1 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 746 33 \N \N san Sanskrit \N CEDS \N \N \N \N \N LIF f \N t 1 747 33 \N \N sas Sasak \N CEDS \N \N \N \N \N LIF f \N t 1 748 33 \N \N sat Santali \N CEDS \N \N \N \N \N LIF f \N t 1 749 33 \N \N scn Sicilian \N CEDS \N \N \N \N \N LIF f \N t 1 2521 154 \N \N Army Army \N NONE \N \N \N \N \N LIF f \N t 1 2522 154 \N \N Navy Navy \N NONE \N \N \N \N \N LIF f \N t 1 -2523 154 \N \N Air Force Air Force \N NONE \N \N \N \N \N LIF f \N t 1 -2528 155 \N \N Not Military Connected Not Military Connected \N NONE \N \N \N \N \N LIF f \N t 1 -2529 155 \N \N Active Duty Active Duty \N NONE \N \N \N \N \N LIF f \N t 1 -2530 155 \N \N National Guard or Reserve National Guard or Reserve \N NONE \N \N \N \N \N LIF f \N t 1 +2268 128 Comprehensive Learner Record 2 \N CLR2 ComprehensiveLearnerRecord2 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +4048 310 Native Village of False Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfFalsePass NativeVillageOfFalsePass \N \N \N \N \N \N \N LIF f \N f 4 +2511 152 Involuntary separation is the type of separation occurring between a person and the organization. \N Involuntary InvoluntarySeparation \N CEDS \N \N \N \N \N LIF f \N t 1 +744 33 \N \N sal SalishanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2533 156 \N \N yes yes \N NONE \N \N \N \N \N LIF f \N t 1 2534 156 \N \N no no \N NONE \N \N \N \N \N LIF f \N t 1 -2659 264 An administrative unit at the local level which exists primarily to operate schools or to contract for educational services. These units may or may not be co-extensive with county, city, or town boundaries. \N Local Education Agency (LEA) Local Education Agency (LEA) \N CEDS \N \N \N \N \N LIF f \N t 1 -2675 264 An institution that is responsible for the policy decisions of an educational entity. \N Governing Board Governing Board \N CEDS \N \N \N \N \N LIF f \N t 1 +2514 152 Voluntary separation is the type of separation occurring between a person and the organization. \N Voluntary VoluntarySeparation \N CEDS \N \N \N \N \N LIF f \N t 1 +2265 128 Open Badges 2.0 \N OB2 OpenBadges2.0 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +738 33 \N \N rup Aromanian;Arumanian;Macedo-Romanian \N CEDS \N \N \N \N \N LIF f \N t 1 +728 33 \N \N pus Pushto;Pashto \N CEDS \N \N \N \N \N LIF f \N t 1 +2267 128 Open Badges 3.0 \N OB3 OpenBadges3.0 \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2490 151 Credential revoked or suspended is the primary reason for the termination of the employment relationship. \N CredentialRevokedOrSuspended CredentialRevokedOrSuspended \N CEDS \N \N \N \N \N LIF f \N t 1 +732 33 \N \N rar Rarotongan;CookIslandsMaori \N CEDS \N \N \N \N \N LIF f \N t 1 +2528 155 \N \N NotMilitaryConnected NotMilitaryConnected \N NONE \N \N \N \N \N LIF f \N t 1 +2675 264 An institution that is responsible for the policy decisions of an educational entity. \N GoverningBoard GoverningBoard \N CEDS \N \N \N \N \N LIF f \N t 1 2706 266 Physical is specified as the type of address listed for an organization. \N Physical Physical \N CEDS \N \N \N \N \N LIF f \N t 1 774 33 \N \N som Somali \N CEDS \N \N \N \N \N LIF f \N t 1 -775 33 \N \N son Songhai languages \N CEDS \N \N \N \N \N LIF f \N t 1 -776 33 \N \N sot Sotho, Southern \N CEDS \N \N \N \N \N LIF f \N t 1 -777 33 \N \N spa Spanish; Castilian \N CEDS \N \N \N \N \N LIF f \N t 1 +2690 265 An organization in the public sector at the federal, state or local levels. Includes quasi-governmental organizations, special districts (e.g., libraries), corrections organizations, etc., except college and school districts. Is also responsible for the oversight and administration of specific functions other than the military services. \N GovernmentAgency GovernmentAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +775 33 \N \N son SonghaiLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2688 265 An independent, third-party organization that operates a certification program. A certification body may or may not be governmental, and may or may not have regulatory authority. \N CertificationBody CertificationBody \N CEDS \N \N \N \N \N LIF f \N t 1 778 33 \N \N srd Sardinian \N CEDS \N \N \N \N \N LIF f \N t 1 -779 33 \N \N srn Sranan Tongo \N CEDS \N \N \N \N \N LIF f \N t 1 780 33 \N \N srp Serbian \N CEDS \N \N \N \N \N LIF f \N t 1 781 33 \N \N srr Serer \N CEDS \N \N \N \N \N LIF f \N t 1 -782 33 \N \N ssa Nilo-Saharan languages \N CEDS \N \N \N \N \N LIF f \N t 1 +2689 265 Authorized postsecondary institution that primarily offers bachelor or higher degrees, but may also award associate degrees. Includes free-standing medical, law or other first-professional schools, schools that offer postbaccalaureate certificates only, those that offer graduate programs only, etc. \N Four-YearCollege Four-YearCollege \N CEDS \N \N \N \N \N LIF f \N t 1 783 33 \N \N ssw Swati \N CEDS \N \N \N \N \N LIF f \N t 1 784 33 \N \N suk Sukuma \N CEDS \N \N \N \N \N LIF f \N t 1 785 33 \N \N sun Sundanese \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16566,10 +16190,9 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 787 33 \N \N sux Sumerian \N CEDS \N \N \N \N \N LIF f \N t 1 788 33 \N \N swa Swahili \N CEDS \N \N \N \N \N LIF f \N t 1 789 33 \N \N swe Swedish \N CEDS \N \N \N \N \N LIF f \N t 1 -790 33 \N \N syc Classical Syriac \N CEDS \N \N \N \N \N LIF f \N t 1 791 33 \N \N syr Syriac \N CEDS \N \N \N \N \N LIF f \N t 1 792 33 \N \N tah Tahitian \N CEDS \N \N \N \N \N LIF f \N t 1 -793 33 \N \N tai Tai languages \N CEDS \N \N \N \N \N LIF f \N t 1 +790 33 \N \N syc ClassicalSyriac \N CEDS \N \N \N \N \N LIF f \N t 1 794 33 \N \N tam Tamil \N CEDS \N \N \N \N \N LIF f \N t 1 795 33 \N \N tat Tatar \N CEDS \N \N \N \N \N LIF f \N t 1 796 33 \N \N tel Telugu \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16584,33 +16207,25 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 805 33 \N \N tir Tigrinya \N CEDS \N \N \N \N \N LIF f \N t 1 806 33 \N \N tiv Tiv \N CEDS \N \N \N \N \N LIF f \N t 1 807 33 \N \N tkl Tokelau \N CEDS \N \N \N \N \N LIF f \N t 1 -808 33 \N \N tlh Klingon; tlhIngan-Hol \N CEDS \N \N \N \N \N LIF f \N t 1 +779 33 \N \N srn SrananTongo \N CEDS \N \N \N \N \N LIF f \N t 1 809 33 \N \N tli Tlingit \N CEDS \N \N \N \N \N LIF f \N t 1 810 33 \N \N tmh Tamashek \N CEDS \N \N \N \N \N LIF f \N t 1 -811 33 \N \N tog Tonga (Nyasa) \N CEDS \N \N \N \N \N LIF f \N t 1 -812 33 \N \N ton Tonga (Tonga Islands) \N CEDS \N \N \N \N \N LIF f \N t 1 -813 33 \N \N tpi Tok Pisin \N CEDS \N \N \N \N \N LIF f \N t 1 +813 33 \N \N tpi TokPisin \N CEDS \N \N \N \N \N LIF f \N t 1 814 33 \N \N tsi Tsimshian \N CEDS \N \N \N \N \N LIF f \N t 1 815 33 \N \N tsn Tswana \N CEDS \N \N \N \N \N LIF f \N t 1 816 33 \N \N tso Tsonga \N CEDS \N \N \N \N \N LIF f \N t 1 817 33 \N \N tuk Turkmen \N CEDS \N \N \N \N \N LIF f \N t 1 818 33 \N \N tum Tumbuka \N CEDS \N \N \N \N \N LIF f \N t 1 -819 33 \N \N tup Tupi languages \N CEDS \N \N \N \N \N LIF f \N t 1 +4049 310 Native Village of Fort Yukon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfFortYukon NativeVillageOfFortYukon \N \N \N \N \N \N \N LIF f \N f 4 820 33 \N \N tur Turkish \N CEDS \N \N \N \N \N LIF f \N t 1 -821 33 \N \N tut Altaic languages \N CEDS \N \N \N \N \N LIF f \N t 1 822 33 \N \N tvl Tuvalu \N CEDS \N \N \N \N \N LIF f \N t 1 -2685 265 Primarily offers access to assessments for credentials as a service. \N Assessment Body Assessment Body \N CEDS \N \N \N \N \N LIF f \N t 1 2686 265 An organization that primarily sells products or services and employs one or more individuals. \N Business Business \N CEDS \N \N \N \N \N LIF f \N t 1 -2687 265 A membership organization primarily engaged in promoting the interests of their business members and providing them with services that may involve the provision of education and credentialing services. \N Business or Industry Association Business or Industry Association \N CEDS \N \N \N \N \N LIF f \N t 1 -2688 265 An independent, third-party organization that operates a certification program. A certification body may or may not be governmental, and may or may not have regulatory authority. \N Certification Body Certification Body \N CEDS \N \N \N \N \N LIF f \N t 1 -2689 265 Authorized postsecondary institution that primarily offers bachelor or higher degrees, but may also award associate degrees. Includes free-standing medical, law or other first-professional schools, schools that offer postbaccalaureate certificates only, those that offer graduate programs only, etc. \N Four-Year College Four-Year College \N CEDS \N \N \N \N \N LIF f \N t 1 -2690 265 An organization in the public sector at the federal, state or local levels. Includes quasi-governmental organizations, special districts (e.g., libraries), corrections organizations, etc., except college and school districts. Is also responsible for the oversight and administration of specific functions other than the military services. \N Government Agency Government Agency \N CEDS \N \N \N \N \N LIF f \N t 1 +782 33 \N \N ssa Nilo-SaharanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 2705 266 Mailing is specified as the type of address listed for an organization. \N Mailing Mailing \N CEDS \N \N \N \N \N LIF f \N t 1 823 33 \N \N twi Twi \N CEDS \N \N \N \N \N LIF f \N t 1 824 33 \N \N tyv Tuvinian \N CEDS \N \N \N \N \N LIF f \N t 1 825 33 \N \N udm Udmurt \N CEDS \N \N \N \N \N LIF f \N t 1 826 33 \N \N uga Ugaritic \N CEDS \N \N \N \N \N LIF f \N t 1 -827 33 \N \N uig Uighur; Uyghur \N CEDS \N \N \N \N \N LIF f \N t 1 828 33 \N \N ukr Ukrainian \N CEDS \N \N \N \N \N LIF f \N t 1 829 33 \N \N umb Umbundu \N CEDS \N \N \N \N \N LIF f \N t 1 830 33 \N \N und Undetermined \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16619,210 +16234,179 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 833 33 \N \N vai Vai \N CEDS \N \N \N \N \N LIF f \N t 1 834 33 \N \N ven Venda \N CEDS \N \N \N \N \N LIF f \N t 1 835 33 \N \N vie Vietnamese \N CEDS \N \N \N \N \N LIF f \N t 1 +793 33 \N \N tai TaiLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +819 33 \N \N tup TupiLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +821 33 \N \N tut AltaicLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2685 265 Primarily offers access to assessments for credentials as a service. \N AssessmentBody AssessmentBody \N CEDS \N \N \N \N \N LIF f \N t 1 +811 33 \N \N tog Tonga(Nyasa) \N CEDS \N \N \N \N \N LIF f \N t 1 +777 33 \N \N spa Spanish;Castilian \N CEDS \N \N \N \N \N LIF f \N t 1 +808 33 \N \N tlh Klingon;tlhIngan-Hol \N CEDS \N \N \N \N \N LIF f \N t 1 +827 33 \N \N uig Uighur;Uyghur \N CEDS \N \N \N \N \N LIF f \N t 1 836 33 \N \N vol Volapük \N CEDS \N \N \N \N \N LIF f \N t 1 837 33 \N \N vot Votic \N CEDS \N \N \N \N \N LIF f \N t 1 -838 33 \N \N wak Wakashan languages \N CEDS \N \N \N \N \N LIF f \N t 1 -839 33 \N \N wal Wolaitta; Wolaytta \N CEDS \N \N \N \N \N LIF f \N t 1 +4572 35 Service learning is the type of work-based learning opportunity the student participated in. \N ServiceLearning ServiceLearning \N CEDS \N \N \N \N \N LIF f \N t 1 +4569 35 Non-Paid Internship is the type of work-based learning opportunity the student participated in. \N Non-PaidInternship Non-PaidInternship \N CEDS \N \N \N \N \N LIF f \N t 1 840 33 \N \N war Waray \N CEDS \N \N \N \N \N LIF f \N t 1 841 33 \N \N was Washo \N CEDS \N \N \N \N \N LIF f \N t 1 842 33 \N \N wel Welsh \N CEDS \N \N \N \N \N LIF f \N t 1 -843 33 \N \N wen Sorbian languages \N CEDS \N \N \N \N \N LIF f \N t 1 +4566 35 Cooperative education is the type of work-based learning opportunity the student participated in. \N CooperativeEducation CooperativeEducation \N CEDS \N \N \N \N \N LIF f \N t 1 844 33 \N \N wln Walloon \N CEDS \N \N \N \N \N LIF f \N t 1 845 33 \N \N wol Wolof \N CEDS \N \N \N \N \N LIF f \N t 1 -846 33 \N \N xal Kalmyk; Oirat \N CEDS \N \N \N \N \N LIF f \N t 1 +856 33 \N \N zgh StandardMoroccanTamazight \N CEDS \N \N \N \N \N LIF f \N t 1 847 33 \N \N xho Xhosa \N CEDS \N \N \N \N \N LIF f \N t 1 848 33 \N \N yao Yao \N CEDS \N \N \N \N \N LIF f \N t 1 849 33 \N \N yap Yapese \N CEDS \N \N \N \N \N LIF f \N t 1 850 33 \N \N yid Yiddish \N CEDS \N \N \N \N \N LIF f \N t 1 851 33 \N \N yor Yoruba \N CEDS \N \N \N \N \N LIF f \N t 1 -852 33 \N \N ypk Yupik languages \N CEDS \N \N \N \N \N LIF f \N t 1 +3979 310 Las Vegas Tribe of Paiute Indians of the Las Vegas Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LasVegasTribeOfPaiuteIndiansOfTheLasVegasIndianColonyNevada LasVegasTribeOfPaiuteIndiansOfTheLasVegasIndianColony-Nevada \N \N \N \N \N \N \N LIF f \N f 4 853 33 \N \N zap Zapotec \N CEDS \N \N \N \N \N LIF f \N t 1 -854 33 \N \N zbl Blissymbols; Blissymbolics; Bliss \N CEDS \N \N \N \N \N LIF f \N t 1 +861 33 \N \N zxx NoLinguisticContent;NotApplicable \N CEDS \N \N \N \N \N LIF f \N t 1 855 33 \N \N zen Zenaga \N CEDS \N \N \N \N \N LIF f \N t 1 -856 33 \N \N zgh Standard Moroccan Tamazight \N CEDS \N \N \N \N \N LIF f \N t 1 -857 33 \N \N zha Zhuang; Chuang \N CEDS \N \N \N \N \N LIF f \N t 1 -858 33 \N \N znd Zande languages \N CEDS \N \N \N \N \N LIF f \N t 1 +4565 35 Clinical work experience is the type of work-based learning opportunity the student participated in. \N ClinicalWorkExperience ClinicalWorkExperience \N CEDS \N \N \N \N \N LIF f \N t 1 +4573 35 Supervised agricultural experience is the type of work-based learning opportunity the student participated in. \N SupervisedAgriculturalExperience SupervisedAgriculturalExperience \N CEDS \N \N \N \N \N LIF f \N t 1 859 33 \N \N zul Zulu \N CEDS \N \N \N \N \N LIF f \N t 1 860 33 \N \N zun Zuni \N CEDS \N \N \N \N \N LIF f \N t 1 -861 33 \N \N zxx No linguistic content; Not applicable \N CEDS \N \N \N \N \N LIF f \N t 1 -862 33 \N \N zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki \N CEDS \N \N \N \N \N LIF f \N t 1 +4567 35 Job shadowing is the type of work-based learning opportunity the student participated in. \N JobShadowing JobShadowing \N CEDS \N \N \N \N \N LIF f \N t 1 4529 33 The value given for Normal Length of Time for Completion is in Weeks. \N Weeks Weeks \N CEDS \N \N \N \N \N LIF f \N t 1 4530 33 The value given for Normal Length of Time for Completion is in Quarters. \N Quarters Quarters \N CEDS \N \N \N \N \N LIF f \N t 1 2711 267 Alaska \N AK Alaska \N CEDS \N \N \N \N \N LIF f \N t 1 2712 267 Alabama \N AL Alabama \N CEDS \N \N \N \N \N LIF f \N t 1 2713 267 Arkansas \N AR Arkansas \N CEDS \N \N \N \N \N LIF f \N t 1 -2714 267 American Samoa \N AS American Samoa \N CEDS \N \N \N \N \N LIF f \N t 1 2715 267 Arizona \N AZ Arizona \N CEDS \N \N \N \N \N LIF f \N t 1 -2773 268 Counties in metro areas of 1 million population or more \N 1 Counties in metro areas of 1 million population or more \N CEDS \N \N \N \N \N LIF f \N t 1 -2774 268 Counties in metro areas of 250,000 to 1 million population \N 2 Counties in metro areas of 250,000 to 1 million population \N CEDS \N \N \N \N \N LIF f \N t 1 -2775 268 Counties in metro areas of fewer than 250,000 population \N 3 Counties in metro areas of fewer than 250,000 population \N CEDS \N \N \N \N \N LIF f \N t 1 -2776 268 Urban population of 20,000 or more, adjacent to a metro area \N 4 Urban population of 20,000 or more, adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 -2777 268 Urban population of 20,000 or more, not adjacent to a metro area \N 5 Urban population of 20,000 or more, not adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 -2778 268 Urban population of 2,500 to 19,999, adjacent to a metro area \N 6 Urban population of 2,500 to 19,999, adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 -2779 268 Urban population of 2,500 to 19,999, not adjacent to a metro area \N 7 Urban population of 2,500 to 19,999, not adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 +4571 35 Paid internship is the type of work-based learning opportunity the student participated in. \N PaidInternship PaidInternship \N CEDS \N \N \N \N \N LIF f \N t 1 +4574 35 Unpaid internship is the type of work-based learning opportunity the student participated in. \N UnpaidInternship UnpaidInternship \N CEDS \N \N \N \N \N LIF f \N t 1 +838 33 \N \N wak WakashanLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +843 33 \N \N wen SorbianLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +852 33 \N \N ypk YupikLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 4531 33 The value given for Normal Length of Time for Completion is in Semesters. \N Semesters Semesters \N CEDS \N \N \N \N \N LIF f \N t 1 4532 33 The value given for Normal Length of Time for Completion is in Years. \N Years Years \N CEDS \N \N \N \N \N LIF f \N t 1 4564 35 Apprenticeship is the type of work-based learning opportunity the student participated in. \N Apprenticeship Apprenticeship \N CEDS \N \N \N \N \N LIF f \N t 1 -4565 35 Clinical work experience is the type of work-based learning opportunity the student participated in. \N Clinical work experience Clinical work experience \N CEDS \N \N \N \N \N LIF f \N t 1 -4566 35 Cooperative education is the type of work-based learning opportunity the student participated in. \N Cooperative education Cooperative education \N CEDS \N \N \N \N \N LIF f \N t 1 -4567 35 Job shadowing is the type of work-based learning opportunity the student participated in. \N Job shadowing Job shadowing \N CEDS \N \N \N \N \N LIF f \N t 1 +3990 310 Lower Sioux Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerSiouxIndianCommunityInTheStateOfMinnesota LowerSiouxIndianCommunityInTheStateOfMinnesota \N \N \N \N \N \N \N LIF f \N f 4 4568 35 Mentorship is the type of work-based learning opportunity the student participated in. \N Mentorship Mentorship \N CEDS \N \N \N \N \N LIF f \N t 1 -4569 35 Non-Paid Internship is the type of work-based learning opportunity the student participated in. \N Non-Paid Internship Non-Paid Internship \N CEDS \N \N \N \N \N LIF f \N t 1 4570 35 On-the-Job is the type of work-based learning opportunity the student participated in. \N On-the-Job On-the-Job \N CEDS \N \N \N \N \N LIF f \N t 1 -4571 35 Paid internship is the type of work-based learning opportunity the student participated in. \N Paid internship Paid internship \N CEDS \N \N \N \N \N LIF f \N t 1 -4572 35 Service learning is the type of work-based learning opportunity the student participated in. \N Service learning Service learning \N CEDS \N \N \N \N \N LIF f \N t 1 -4573 35 Supervised agricultural experience is the type of work-based learning opportunity the student participated in. \N Supervised agricultural experience Supervised agricultural experience \N CEDS \N \N \N \N \N LIF f \N t 1 -4574 35 Unpaid internship is the type of work-based learning opportunity the student participated in. \N Unpaid internship Unpaid internship \N CEDS \N \N \N \N \N LIF f \N t 1 4575 35 The type of work-based learning opportunity the student participated in is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 2782 269 Home/personal is the type of electronic mail (e-mail) address listed for a person or organization. \N Home Home/personal \N CEDS \N \N \N \N \N LIF f \N t 1 2783 269 Work is the type of electronic mail (e-mail) address listed for a person or organization. \N Work Work \N CEDS \N \N \N \N \N LIF f \N t 1 2785 269 Other is the type of electronic mail (e-mail) address listed for a person or organization. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -2789 270 Fax number is the type of communication number listed for an organization. \N Fax Fax number \N CEDS \N \N \N \N \N LIF f \N t 1 -2790 270 Main phone number is the type of communication number listed for an organization. \N Main Main phone number \N CEDS \N \N \N \N \N LIF f \N t 1 -2791 270 Administrative phone number is the type of communication number listed for an organization. \N Administrative Administrative phone number \N CEDS \N \N \N \N \N LIF f \N t 1 -2793 270 Attendance line is the type of communication number listed for an organization. \N Attendance Attendance line \N CEDS \N \N \N \N \N LIF f \N t 1 -4778 7 \N \N MissingAtWill Missing At Will \N \N \N 2025-09-16 19:54:00+00 2025-09-16 19:54:00+00 \N UX LIF f \N t 1 -1517 49 The related Course Code is based on the State course code system. \N State State course code \N CEDS \N \N \N \N \N LIF f \N t 1 -1518 49 The related Course Code is based on the university course code system. \N University University course code \N CEDS \N \N \N \N \N LIF f \N t 1 -1519 49 The Classification of Instructional Programs (CIP) code to describe the area of study for the course. \N CourseCIPCode Course CIP Code \N PESC \N \N \N \N \N LIF f \N t 1 -1520 49 The Statistics Canada Canadian College Student Information System (CCSIS) code to describe the area of study for the course. \N CourseCSISCode Course CSIS Code \N PESC \N \N \N \N \N LIF f \N t 1 -1521 49 The Statistics Canada University Student Information System (USIS) code to describe the area of study for the course. \N CourseUSISCode Course USIS Code \N PESC \N \N \N \N \N LIF f \N t 1 -4779 7 \N \N NotApplicable Not Applicable \N \N \N 2025-09-16 19:55:00+00 2025-09-16 19:55:00+00 \N UX LIF f \N t 1 -1522 49 This set of code values is derived from the first five digits of the CourseSCEDCode above. \N CourseFiveDigitSCEDCode Course Five Digit SCED Code \N PESC \N \N \N \N \N LIF f \N t 1 -1523 49 This set of code values is derived from the first two digits of the CourseSCEDCode above. \N CourseSubjectAreaCode Course Subject Area Code \N PESC \N \N \N \N \N LIF f \N t 1 -1533 50 The result represents a rubric score with both a name and a numeric value. \N RubricScore Rubric Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1534 50 The result is a scaled score. \N ScaledScore Scaled Score \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +858 33 \N \N znd ZandeLanguages \N CEDS \N \N \N \N \N LIF f \N t 1 +2714 267 American Samoa \N AS AmericanSamoa \N CEDS \N \N \N \N \N LIF f \N t 1 +839 33 \N \N wal Wolaitta;Wolaytta \N CEDS \N \N \N \N \N LIF f \N t 1 +846 33 \N \N xal Kalmyk;Oirat \N CEDS \N \N \N \N \N LIF f \N t 1 +854 33 \N \N zbl Blissymbols;Blissymbolics;Bliss \N CEDS \N \N \N \N \N LIF f \N t 1 +857 33 \N \N zha Zhuang;Chuang \N CEDS \N \N \N \N \N LIF f \N t 1 +1591 53 International Baccalaureate is specified as the level of work required for a course or the level of the typical individual taking the course. \N InternationalBaccalaureate InternationalBaccalaureate \N CEDS \N \N \N \N \N LIF f \N t 1 +1607 54 Vocational/technical credit is specified as the level of credit associated with the credit hours earned for the course. \N Vocational Vocational/technicalCredit \N CEDS \N \N \N \N \N LIF f \N t 1 +2789 270 Fax number is the type of communication number listed for an organization. \N Fax FaxNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +1517 49 The related Course Code is based on the State course code system. \N State StateCourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 +1518 49 The related Course Code is based on the university course code system. \N University UniversityCourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 +1521 49 The Statistics Canada University Student Information System (USIS) code to describe the area of study for the course. \N CourseUSISCode CourseUSISCode \N PESC \N \N \N \N \N LIF f \N t 1 +1593 53 Lower division is specified as the level of work required for a course or the level of the typical individual taking the course. \N LowerDivision LowerDivision \N CEDS \N \N \N \N \N LIF f \N t 1 +1599 53 Upper division is specified as the level of work required for a course or the level of the typical individual taking the course. \N UpperDivision UpperDivision \N CEDS \N \N \N \N \N LIF f \N t 1 +1519 49 The Classification of Instructional Programs (CIP) code to describe the area of study for the course. \N CourseCIPCode CourseCIPCode \N PESC \N \N \N \N \N LIF f \N t 1 +1520 49 The Statistics Canada Canadian College Student Information System (CCSIS) code to describe the area of study for the course. \N CourseCSISCode CourseCSISCode \N PESC \N \N \N \N \N LIF f \N t 1 +1597 53 Special Education is specified as the level of work required for a course or the level of the typical individual taking the course. \N SpecialEducation SpecialEducation \N CEDS \N \N \N \N \N LIF f \N t 1 1535 50 The result conveys the status of the achievement. \N Status Status \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -1543 51 English Learner course is specified as the general nature and difficulty of instruction provided throughout a course. \N English Learner course English Learner course \N CEDS \N \N \N \N \N LIF f \N t 1 -1544 51 General course is specified as the general nature and difficulty of instruction provided throughout a course. \N General course General course \N CEDS \N \N \N \N \N LIF f \N t 1 -1545 51 Gifted and talented course is specified as the general nature and difficulty of instruction provided throughout a course. \N Gifted and talented course Gifted and talented course \N CEDS \N \N \N \N \N LIF f \N t 1 -1546 51 Honors level course is specified as the general nature and difficulty of instruction provided throughout a course. \N Honors level course Honors level course \N CEDS \N \N \N \N \N LIF f \N t 1 -1547 51 International Baccalaureate course is specified as the general nature and difficulty of instruction provided throughout a course. \N International Baccalaureate course International Baccalaureate course \N CEDS \N \N \N \N \N LIF f \N t 1 -1548 51 Remedial course is specified as the general nature and difficulty of instruction provided throughout a course. \N Remedial course Remedial course \N CEDS \N \N \N \N \N LIF f \N t 1 -1549 51 Students with disabilities course is specified as the general nature and difficulty of instruction provided throughout a course. \N Students with disabilities course Students with disabilities course \N CEDS \N \N \N \N \N LIF f \N t 1 -1550 51 Untracked course is specified as the general nature and difficulty of instruction provided throughout a course. \N Untracked course Untracked course \N CEDS \N \N \N \N \N LIF f \N t 1 +1533 50 The result represents a rubric score with both a name and a numeric value. \N RubricScore RubricScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +4779 7 \N \N NotApplicable NotApplicable \N \N \N 2025-09-16 19:55:00+00 2025-09-16 19:55:00+00 \N UX LIF f \N t 1 +1602 53 Dual H S/ Undergrad \N DualHS/Undergrad DualHS/Undergrad \N PESC \N \N \N \N \N LIF f \N t 1 +4256 310 Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-PaiuteTribesOfTheDuckValleyReservationNevada Shoshone-PaiuteTribesOfTheDuckValleyReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +2790 270 Main phone number is the type of communication number listed for an organization. \N Main MainPhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 1589 53 Graduate/Professional is specified as the level of work required for a course or the level of the typical individual taking the course. \N GraduateProfessional Graduate/Professional \N CEDS \N \N \N \N \N LIF f \N t 1 1590 53 Honors is specified as the level of work required for a course or the level of the typical individual taking the course. \N Honors Honors \N CEDS \N \N \N \N \N LIF f \N t 1 -1591 53 International Baccalaureate is specified as the level of work required for a course or the level of the typical individual taking the course. \N InternationalBaccalaureate International Baccalaureate \N CEDS \N \N \N \N \N LIF f \N t 1 +1598 53 Technical Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N TechnicalPreparatory TechnicalPreparatory \N CEDS \N \N \N \N \N LIF f \N t 1 1592 53 K12 is specified as the level of work required for a course or the level of the typical individual taking the course. \N K12 K12 \N CEDS \N \N \N \N \N LIF f \N t 1 -1593 53 Lower division is specified as the level of work required for a course or the level of the typical individual taking the course. \N LowerDivision Lower division \N CEDS \N \N \N \N \N LIF f \N t 1 +4778 7 \N \N MissingAtWill MissingAtWill \N \N \N 2025-09-16 19:54:00+00 2025-09-16 19:54:00+00 \N UX LIF f \N t 1 1594 53 Non-Academic is specified as the level of work required for a course or the level of the typical individual taking the course. \N NonAcademic Non-Academic \N CEDS \N \N \N \N \N LIF f \N t 1 1595 53 Regents is specified as the level of work required for a course or the level of the typical individual taking the course. \N Regents Regents \N CEDS \N \N \N \N \N LIF f \N t 1 1596 53 Remedial/Developmental is specified as the level of work required for a course or the level of the typical individual taking the course. \N Remedial Remedial/Developmental \N CEDS \N \N \N \N \N LIF f \N t 1 -1597 53 Special Education is specified as the level of work required for a course or the level of the typical individual taking the course. \N SpecialEducation Special Education \N CEDS \N \N \N \N \N LIF f \N t 1 -1598 53 Technical Preparatory is specified as the level of work required for a course or the level of the typical individual taking the course. \N TechnicalPreparatory Technical Preparatory \N CEDS \N \N \N \N \N LIF f \N t 1 -1599 53 Upper division is specified as the level of work required for a course or the level of the typical individual taking the course. \N UpperDivision Upper division \N CEDS \N \N \N \N \N LIF f \N t 1 +1522 49 This set of code values is derived from the first five digits of the CourseSCEDCode above. \N CourseFiveDigitSCEDCode CourseFiveDigitSCEDCode \N PESC \N \N \N \N \N LIF f \N t 1 +3095 284 Fort Belknap Indian Community of the Fort Belknap Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortBelknapIndianCommunityOfTheFortBelknapReservationOfMontana FortBelknapIndianCommunityOfTheFortBelknapReservationOfMontana \N CEDS \N \N \N \N \N LIF f \N f 1 1600 53 Vocational is specified as the level of work required for a course or the level of the typical individual taking the course. \N Vocational Vocational \N CEDS \N \N \N \N \N LIF f \N t 1 -1602 53 Dual H S/ Undergrad \N Dual HS/Undergrad Dual HS/Undergrad \N PESC \N \N \N \N \N LIF f \N t 1 -1607 54 Vocational/technical credit is specified as the level of credit associated with the credit hours earned for the course. \N Vocational Vocational/technical credit \N CEDS \N \N \N \N \N LIF f \N t 1 -1608 54 Technical preparatory credit is specified as the level of credit associated with the credit hours earned for the course. \N TechnicalPreparatory Technical preparatory credit \N CEDS \N \N \N \N \N LIF f \N t 1 -1609 54 Graduate level credit is specified as the level of credit associated with the credit hours earned for the course. \N Graduate Graduate level credit \N CEDS \N \N \N \N \N LIF f \N t 1 +3096 284 Fort Bidwell Indian Community of the Fort Bidwell Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortBidwellIndianCommunityOfTheFortBidwellReservationOfCalifornia FortBidwellIndianCommunityOfTheFortBidwellReservationOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +1534 50 The result is a scaled score. \N ScaledScore ScaledScore \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2791 270 Administrative phone number is the type of communication number listed for an organization. \N Administrative AdministrativePhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2793 270 Attendance line is the type of communication number listed for an organization. \N Attendance AttendanceLine \N CEDS \N \N \N \N \N LIF f \N t 1 +1639 56 \N \N ProficiencyLevel ProficiencyLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1609 54 Graduate level credit is specified as the level of credit associated with the credit hours earned for the course. \N Graduate GraduateLevelCredit \N CEDS \N \N \N \N \N LIF f \N t 1 1610 54 Professional is specified as the level of credit associated with the credit hours earned for the course. \N Professional Professional \N CEDS \N \N \N \N \N LIF f \N t 1 -1611 54 Dual level (upper division and graduate- may be applicable to a bachelor's degree or graduate degree or both) is specified as the level of credit associated with the credit hours earned for the course. \N Dual Dual Level \N CEDS \N \N \N \N \N LIF f \N t 1 -1612 54 Dual level (graduate and professional- may be applicable to both) is specified as the level of credit associated with the credit hours earned for the course. \N GraduateProfessional Graduate Professional \N CEDS \N \N \N \N \N LIF f \N t 1 +1689 59 Practice Teaching is the primary method of instruction used for the course. \N PracticeTeaching PracticeTeaching \N CEDS \N \N \N \N \N LIF f \N t 1 1620 55 Units is specified as the type of credit associated with the credit hours earned for the course. \N Units Units \N CEDS \N \N \N \N \N LIF f \N t 1 -4780 5 \N \N Missing At Will Missing At Will \N \N \N 2025-09-16 19:56:00+00 2025-09-16 19:56:00+00 \N UX LIF f \N t 1 +1688 59 Other Distance Learning is the primary method of instruction used for the course. \N OtherDistanceLearning OtherDistanceLearning \N CEDS \N \N \N \N \N LIF f \N t 1 1621 55 Unreported is specified as the type of credit associated with the credit hours earned for the course. \N Unreported Unreported \N CEDS \N \N \N \N \N LIF f \N t 1 1637 56 \N \N Percentile Percentile \N CEDS \N \N \N \N \N LIF f \N t 1 -1638 56 \N \N Percentile rank Percentile rank \N CEDS \N \N \N \N \N LIF f \N t 1 -1639 56 \N \N Proficiency level Proficiency level \N CEDS \N \N \N \N \N LIF f \N t 1 -1640 56 \N \N Promotion score Promotion score \N CEDS \N \N \N \N \N LIF f \N t 1 +4057 310 Native Village of Karluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKarluk NativeVillageOfKarluk \N \N \N \N \N \N \N LIF f \N f 4 +1668 57 Regular/general enrollment is specified as the type of enrollment associated with the credit hours for the course. \N Regular Regular/generalEnrollment \N CEDS \N \N \N \N \N LIF f \N t 1 1641 56 \N \N Ranking Ranking \N CEDS \N \N \N \N \N LIF f \N t 1 -1642 56 \N \N Ratio IQ's Ratio IQ's \N CEDS \N \N \N \N \N LIF f \N t 1 -1643 56 \N \N Raw score Raw score \N CEDS \N \N \N \N \N LIF f \N t 1 -1644 56 \N \N Scale score Scale score \N CEDS \N \N \N \N \N LIF f \N t 1 -1645 56 \N \N Standard age score Standard age score \N CEDS \N \N \N \N \N LIF f \N t 1 -1646 56 \N \N Stanine score Stanine score \N CEDS \N \N \N \N \N LIF f \N t 1 -1647 56 \N \N Sten score Sten score \N CEDS \N \N \N \N \N LIF f \N t 1 +1670 57 Life Experience \N LifeExperience LifeExperience \N PESC \N \N \N \N \N LIF f \N t 1 +1642 56 \N \N RatioIQ's RatioIQ's \N CEDS \N \N \N \N \N LIF f \N t 1 +1645 56 \N \N StandardAgeScore StandardAgeScore \N CEDS \N \N \N \N \N LIF f \N t 1 1648 56 \N \N T-score T-score \N CEDS \N \N \N \N \N LIF f \N t 1 -1649 56 \N \N Workplace readiness score Workplace readiness score \N CEDS \N \N \N \N \N LIF f \N t 1 1650 56 \N \N Z-score Z-score \N CEDS \N \N \N \N \N LIF f \N t 1 1651 56 \N \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -1659 57 Credit for a course from a college course is counted at both the college and high school. \N HighSchoolDualCredit Credit from a college course is counted at both the college and high school. \N CEDS \N \N \N \N \N LIF f \N t 1 -1660 57 Credit granted for a course from a college course is transferred back to high school and not counted by the college. \N HighSchoolCreditOnly Credit from a college course is transferred back to high school and not counted by the college. \N CEDS \N \N \N \N \N LIF f \N t 1 -1661 57 Credit granted for a course from a high school course is transferred to the college. \N HighSchoolTransferCredit Credit from a high school course is transferred to the college. \N CEDS \N \N \N \N \N LIF f \N t 1 -1662 57 Credit for a course from a junior high school course counted at the high school. \N JuniorHighSchoolCredit Credit from a junior high school course is counted at the high school. \N CEDS \N \N \N \N \N LIF f \N t 1 -1663 57 Credit granted for the course based on successful score on a standardized test of comprehension or proficiency. \N CreditByExam Credit granted from successful score on a standardized test of comprehension or proficiency. \N CEDS \N \N \N \N \N LIF f \N t 1 +1640 56 \N \N PromotionScore PromotionScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1643 56 \N \N RawScore RawScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1666 57 International Baccalaureate is specified as the type of enrollment associated with the credit hours for the course. \N InternationalBaccalaureate InternationalBaccalaureate \N CEDS \N \N \N \N \N LIF f \N t 1 +1644 56 \N \N ScaleScore ScaleScore \N CEDS \N \N \N \N \N LIF f \N t 1 1664 57 Equivalence is specified as the type of enrollment associated with the credit hours for the course. \N Equivalence Equivalence \N CEDS \N \N \N \N \N LIF f \N t 1 1665 57 Exemption is specified as the type of enrollment associated with the credit hours for the course. \N Exemption Exemption \N CEDS \N \N \N \N \N LIF f \N t 1 -1666 57 International Baccalaureate is specified as the type of enrollment associated with the credit hours for the course. \N InternationalBaccalaureate International Baccalaureate \N CEDS \N \N \N \N \N LIF f \N t 1 +1608 54 Technical preparatory credit is specified as the level of credit associated with the credit hours earned for the course. \N TechnicalPreparatory TechnicalPreparatoryCredit \N CEDS \N \N \N \N \N LIF f \N t 1 1667 57 Military is specified as the type of enrollment associated with the credit hours for the course. \N Military Military \N CEDS \N \N \N \N \N LIF f \N t 1 -1668 57 Regular/general enrollment is specified as the type of enrollment associated with the credit hours for the course. \N Regular Regular/general enrollment \N CEDS \N \N \N \N \N LIF f \N t 1 +1612 54 Dual level (graduate and professional- may be applicable to both) is specified as the level of credit associated with the credit hours earned for the course. \N GraduateProfessional GraduateProfessional \N CEDS \N \N \N \N \N LIF f \N t 1 1669 57 Remedial/developmental is specified as the type of enrollment associated with the credit hours for the course. \N Remedial Remedial/developmental \N CEDS \N \N \N \N \N LIF f \N t 1 -1670 57 Life Experience \N LifeExperience Life Experience \N PESC \N \N \N \N \N LIF f \N t 1 -1688 59 Other Distance Learning is the primary method of instruction used for the course. \N OtherDistanceLearning Other Distance Learning \N CEDS \N \N \N \N \N LIF f \N t 1 -1689 59 Practice Teaching is the primary method of instruction used for the course. \N PracticeTeaching Practice Teaching \N CEDS \N \N \N \N \N LIF f \N t 1 +3050 284 Cloverdale Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CloverdaleRancheriaOfPomoIndiansOfCalifornia CloverdaleRancheriaOfPomoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 1690 59 Practicum is the primary method of instruction used for the course. \N Practicum Practicum \N CEDS \N \N \N \N \N LIF f \N t 1 -1691 59 Private Study is the primary method of instruction used for the course. \N PrivateStudy Private Study \N CEDS \N \N \N \N \N LIF f \N t 1 +1693 59 Self Paced is the primary method of instruction used for the course. \N SelfPaced SelfPaced \N CEDS \N \N \N \N \N LIF f \N t 1 1692 59 Residency is the primary method of instruction used for the course. \N Residency Residency \N CEDS \N \N \N \N \N LIF f \N t 1 -1693 59 Self Paced is the primary method of instruction used for the course. \N SelfPaced Self Paced \N CEDS \N \N \N \N \N LIF f \N t 1 1694 59 Seminar is the primary method of instruction used for the course. \N Seminar Seminar \N CEDS \N \N \N \N \N LIF f \N t 1 1695 59 Television is the primary method of instruction used for the course. \N Television Television \N CEDS \N \N \N \N \N LIF f \N t 1 1696 59 Videotape is the primary method of instruction used for the course. \N Videotape Videotape \N CEDS \N \N \N \N \N LIF f \N t 1 -1697 59 Work Study is the primary method of instruction used for the course. \N WorkStudy Work Study \N CEDS \N \N \N \N \N LIF f \N t 1 -1698 59 Learning through work that leads to a credential that is recognized by a relevant authority and is deliberately structured and supported to provide a progression of learning experiences. \N learnMethod:Apprenticeship Apprenticeship \N CTDL \N \N \N \N \N LIF f \N t 1 -1699 59 Format in which people progress as a group. \N learnMethod:CohortBased Cohort Based \N CTDL \N \N \N \N \N LIF f \N t 1 -1700 59 Provides interactive educational experiences which demonstrate concepts in a way that promotes critical thinking, overcoming challenges within prescribed rule sets, problem solving, and in some cases, teamwork and/or competition. \N learnMethod:Gaming Gaming \N CTDL \N \N \N \N \N LIF f \N t 1 -1703 60 Correctional institution is specified as the type of location at which the course is taught. \N Correctional Correctional institution \N CEDS \N \N \N \N \N LIF f \N t 1 -1704 60 Extension center or site is specified as the type of location at which the course is taught. \N Extension Extension center or site \N CEDS \N \N \N \N \N LIF f \N t 1 -1705 60 Instructional telecommunications is specified as the type of location at which the course is taught. \N Telecommunication Instructional telecommunications \N CEDS \N \N \N \N \N LIF f \N t 1 -1707 60 Off campus (e.g., branch campus, etc.) is specified as the type of location at which the course is taught. \N OffCampus Off campus (e.g., branch campus, etc.) \N CEDS \N \N \N \N \N LIF f \N t 1 -1708 60 On campus is specified as the type of location at which the course is taught. \N OnCampus On campus \N CEDS \N \N \N \N \N LIF f \N t 1 -1709 60 Study abroad is specified as the type of location at which the course is taught. \N StudyAbroad Study abroad \N CEDS \N \N \N \N \N LIF f \N t 1 -1710 60 Distance Learning \N DistanceLearning Distance Learning \N PESC \N \N \N \N \N LIF f \N t 1 -1719 61 Delivery is not tied to a specific site. \N deliveryType:VariableSite Variable Site \N CTDL \N \N \N \N \N LIF f \N t 1 -1740 65 Other, the course is not counted in GPA (e.g., used for academic forgiveness or clemency). \N NotCountedOther Other, not counted in GPA (e.g., used for academic forgiveness or clemency). \N CEDS \N \N \N \N \N LIF f \N t 1 +4780 5 \N \N MissingAtWill MissingAtWill \N \N \N 2025-09-16 19:56:00+00 2025-09-16 19:56:00+00 \N UX LIF f \N t 1 +1662 57 Credit for a course from a junior high school course counted at the high school. \N JuniorHighSchoolCredit CreditFromAJuniorHighSchoolCourseIsCountedAtTheHighSchool. \N CEDS \N \N \N \N \N LIF f \N t 1 +1646 56 \N \N StanineScore StanineScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1638 56 \N \N PercentileRank PercentileRank \N CEDS \N \N \N \N \N LIF f \N t 1 +1647 56 \N \N StenScore StenScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1649 56 \N \N WorkplaceReadinessScore WorkplaceReadinessScore \N CEDS \N \N \N \N \N LIF f \N t 1 +1611 54 Dual level (upper division and graduate- may be applicable to a bachelor's degree or graduate degree or both) is specified as the level of credit associated with the credit hours earned for the course. \N Dual DualLevel \N CEDS \N \N \N \N \N LIF f \N t 1 +1691 59 Private Study is the primary method of instruction used for the course. \N PrivateStudy PrivateStudy \N CEDS \N \N \N \N \N LIF f \N t 1 +1697 59 Work Study is the primary method of instruction used for the course. \N WorkStudy WorkStudy \N CEDS \N \N \N \N \N LIF f \N t 1 +1705 60 Instructional telecommunications is specified as the type of location at which the course is taught. \N Telecommunication InstructionalTelecommunications \N CEDS \N \N \N \N \N LIF f \N t 1 +1710 60 Distance Learning \N DistanceLearning DistanceLearning \N PESC \N \N \N \N \N LIF f \N t 1 +1708 60 On campus is specified as the type of location at which the course is taught. \N OnCampus OnCampus \N CEDS \N \N \N \N \N LIF f \N t 1 +4616 67 Program discontinued \N 2225 ProgramDiscontinued \N CEDS \N \N \N \N \N LIF f \N t 1 +1699 59 Format in which people progress as a group. \N learnMethod-CohortBased CohortBased \N CTDL \N \N \N \N \N LIF f \N t 1 +1700 59 Provides interactive educational experiences which demonstrate concepts in a way that promotes critical thinking, overcoming challenges within prescribed rule sets, problem solving, and in some cases, teamwork and/or competition. \N learnMethod-Gaming Gaming \N CTDL \N \N \N \N \N LIF f \N t 1 1742 66 Student transferred from another Class Section of the same course in the same educational institution. \N Transfer Transfer \N CEDS \N \N \N \N \N LIF f \N t 1 -1744 67 The course section completed and the student received credit for the course. \N CompletedForCredit Class Section completed, student received credit for the course. \N CEDS \N \N \N \N \N LIF f \N t 1 -1745 67 The course section completed and the student did not receive credit for the course. \N CompletedNoCredit Class Section completed, student did not receive credit for the course. \N CEDS \N \N \N \N \N LIF f \N t 1 -1746 67 The course section ended and the student did not complete the work required to complete the course. \N Incomplete Class Section completed, student did not complete the work required to complete the course. \N CEDS \N \N \N \N \N LIF f \N t 1 -4600 67 Attempts to contact the parent and/or child were unsuccessful. \N 6262 Attempts to contact the parent and/or child were unsuccessful \N CEDS \N \N \N \N \N LIF f \N t 1 -4601 67 Completion of IFSP prior to reaching maximum age for Part C \N 2226 Completion of IFSP prior to reaching maximum age for Part C \N CEDS \N \N \N \N \N LIF f \N t 1 -4602 67 Died or is permanently incapacitated \N 1923 Died or is permanently incapacitated \N CEDS \N \N \N \N \N LIF f \N t 1 -4603 67 Discontinued schooling \N 1927 Discontinued schooling \N CEDS \N \N \N \N \N LIF f \N t 1 -4604 67 Discontinued schooling, not special education \N 2222 Discontinued schooling, not special education \N CEDS \N \N \N \N \N LIF f \N t 1 -4605 67 Discontinued schooling, special education only \N 2221 Discontinued schooling, special education only \N CEDS \N \N \N \N \N LIF f \N t 1 -4606 67 Eligible for IDEA, Part B \N 2227 Eligible for IDEA, Part B \N CEDS \N \N \N \N \N LIF f \N t 1 +3221 284 Native Village of Barrow Inupiat Traditional Government is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBarrowInupiatTraditionalGovernment NativeVillageOfBarrowInupiatTraditionalGovernment \N CEDS \N \N \N \N \N LIF f \N f 1 +4611 67 No longer receiving special education \N 2216 NoLongerReceivingSpecialEducation \N CEDS \N \N \N \N \N LIF f \N t 1 +4615 67 Program completion \N 2214 ProgramCompletion \N CEDS \N \N \N \N \N LIF f \N t 1 +4609 67 Moved out of state \N 2231 MovedOutOfstate \N CEDS \N \N \N \N \N LIF f \N t 1 +4601 67 Completion of IFSP prior to reaching maximum age for Part C \N 2226 CompletionOfIFSPPriorToReachingMaximumAgeForPartC \N CEDS \N \N \N \N \N LIF f \N t 1 4607 67 Expulsion \N 2224 Expulsion \N CEDS \N \N \N \N \N LIF f \N t 1 -4608 67 Graduated with a high school diploma \N 2212 Graduated with a high school diploma \N CEDS \N \N \N \N \N LIF f \N t 1 -4609 67 Moved out of state \N 2231 Moved out of state \N CEDS \N \N \N \N \N LIF f \N t 1 -4610 67 Moved within the US, not known to be continuing \N 73075 Moved within the US, not known to be continuing \N CEDS \N \N \N \N \N LIF f \N t 1 -4611 67 No longer receiving special education \N 2216 No longer receiving special education \N CEDS \N \N \N \N \N LIF f \N t 1 -4612 67 Not eligible for Part B, exit with no referrals \N 6261 Not eligible for Part B, exit with no referrals \N CEDS \N \N \N \N \N LIF f \N t 1 -4613 67 Not eligible for Part B, exit with referrals to other programs \N 2228 Not eligible for Part B, exit with referrals to other programs \N CEDS \N \N \N \N \N LIF f \N t 1 -4614 67 Part B eligibility not determined \N 2230 Part B eligibility not determined \N CEDS \N \N \N \N \N LIF f \N t 1 -4615 67 Program completion \N 2214 Program completion \N CEDS \N \N \N \N \N LIF f \N t 1 -4616 67 Program discontinued \N 2225 Program discontinued \N CEDS \N \N \N \N \N LIF f \N t 1 -4617 67 Reached maximum age \N 2215 Reached maximum age \N CEDS \N \N \N \N \N LIF f \N t 1 -4618 67 Received certificate of completion, modified diploma, or finished IEP requirements \N 2213 Received certificate of completion, modified diploma, or finished IEP requirements \N CEDS \N \N \N \N \N LIF f \N t 1 -4619 67 Refused services \N 2217 Refused services \N CEDS \N \N \N \N \N LIF f \N t 1 -4620 67 Student data claimed in error/never attended \N 73076 Student data claimed in error/never attended \N CEDS \N \N \N \N \N LIF f \N t 1 -4621 67 Student moved to another country, may or may not be continuing \N 73078 Student moved to another country, may or may not be continuing \N CEDS \N \N \N \N \N LIF f \N t 1 -4622 67 Student with disabilities who met the district graduation requirements for a regular diploma, but is remaining in school to receive transitional services deemed necessary by the IEP team. \N 73079 Student with disabilities remaining in school to receive transitional services \N CEDS \N \N \N \N \N LIF f \N t 1 -4623 67 Suspended from school \N 2220 Suspended from school \N CEDS \N \N \N \N \N LIF f \N t 1 -4624 67 Transferred to a juvenile or adult correctional facility where educational services are not provided \N 73077 Transferred to a juvenile or adult correctional facility where educational services are not provided \N CEDS \N \N \N \N \N LIF f \N t 1 -4625 67 Transferred to another district or school, known not to be continuing in program/service \N 2406 Transferred to another district or school, known not to be continuing in program/service \N CEDS \N \N \N \N \N LIF f \N t 1 -4626 67 Transferred to another district or school, known to be continuing in program/service \N 2218 Transferred to another district or school, known to be continuing in program/service \N CEDS \N \N \N \N \N LIF f \N t 1 -4627 67 Transferred to another district or school, not known to be continuing in program/service \N 2219 Transferred to another district or school, not known to be continuing in program/service \N CEDS \N \N \N \N \N LIF f \N t 1 -4628 67 Unknown reason \N 2233 Unknown reason \N CEDS \N \N \N \N \N LIF f \N t 1 -4629 67 Withdrawal by a parent (or guardian) \N 2232 Withdrawal by a parent (or guardian) \N CEDS \N \N \N \N \N LIF f \N t 1 +1703 60 Correctional institution is specified as the type of location at which the course is taught. \N Correctional CorrectionalInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +3222 284 Native Village of Belkofski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBelkofski NativeVillageOfBelkofski \N CEDS \N \N \N \N \N LIF f \N f 1 +4622 67 Student with disabilities who met the district graduation requirements for a regular diploma, but is remaining in school to receive transitional services deemed necessary by the IEP team. \N 73079 StudentWithDisabilitiesRemainingInSchoolToReceiveTransitionalServices \N CEDS \N \N \N \N \N LIF f \N t 1 +3217 284 Native Village of Aleknagik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAleknagik NativeVillageOfAleknagik \N CEDS \N \N \N \N \N LIF f \N f 1 +3218 284 Native Village of Ambler is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAmbler NativeVillageOfAmbler \N CEDS \N \N \N \N \N LIF f \N f 1 +3056 284 Confederated Salish and Kootenai Tribes of the Flathead Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedSalishAndKootenaiTribesOfTheFlatheadReservation ConfederatedSalishAndKootenaiTribesOfTheFlatheadReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +3912 310 Gila River Indian Community of the Gila River Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GilaRiverIndianCommunityOfTheGilaRiverIndianReservationArizona GilaRiverIndianCommunityOfTheGilaRiverIndianReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +4623 67 Suspended from school \N 2220 SuspendedFromSchool \N CEDS \N \N \N \N \N LIF f \N t 1 +1709 60 Study abroad is specified as the type of location at which the course is taught. \N StudyAbroad StudyAbroad \N CEDS \N \N \N \N \N LIF f \N t 1 +4600 67 Attempts to contact the parent and/or child were unsuccessful. \N 6262 AttemptsToContactTheParentAnd/orChildWereUnsuccessful \N CEDS \N \N \N \N \N LIF f \N t 1 +4603 67 Discontinued schooling \N 1927 DiscontinuedSchooling \N CEDS \N \N \N \N \N LIF f \N t 1 +1704 60 Extension center or site is specified as the type of location at which the course is taught. \N Extension ExtensionCenterOrSite \N CEDS \N \N \N \N \N LIF f \N t 1 +4619 67 Refused services \N 2217 RefusedServices \N CEDS \N \N \N \N \N LIF f \N t 1 +4604 67 Discontinued schooling, not special education \N 2222 DiscontinuedSchooling-notSpecialEducation \N CEDS \N \N \N \N \N LIF f \N t 1 +1719 61 Delivery is not tied to a specific site. \N deliveryType-VariableSite VariableSite \N CTDL \N \N \N \N \N LIF f \N t 1 +4617 67 Reached maximum age \N 2215 ReachedMaximumAge \N CEDS \N \N \N \N \N LIF f \N t 1 +1755 68 Failing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailFail Pass-Fail--Fail \N CEDS \N \N \N \N \N LIF f \N t 1 4630 67 Other \N 9999 Other \N CEDS \N \N \N \N \N LIF f \N t 1 -1752 68 No grade reported yet by instructor (although the course has ended) is specified as additional information regarding the context of the given grade. \N NotYetReported Not Yet Reported \N CEDS \N \N \N \N \N LIF f \N t 1 -1753 68 Other not passing/unsatisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherFail Other Fail \N CEDS \N \N \N \N \N LIF f \N t 1 -1754 68 Other passing/satisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherPass Other Pass \N CEDS \N \N \N \N \N LIF f \N t 1 -1755 68 Failing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailFail Pass-Fail : Fail \N CEDS \N \N \N \N \N LIF f \N t 1 -1756 68 Passing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailPass Pass-Fail : Pass \N CEDS \N \N \N \N \N LIF f \N t 1 -1757 68 Transfer credit; grade not carried on receiving institution's transcript is specified as additional information regarding the context of the given grade. \N TransferNoGrade Transfer No Grade \N CEDS \N \N \N \N \N LIF f \N t 1 +1757 68 Transfer credit; grade not carried on receiving institution's transcript is specified as additional information regarding the context of the given grade. \N TransferNoGrade TransferNoGrade \N CEDS \N \N \N \N \N LIF f \N t 1 +3039 284 Chicken Ranch Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickenRanchRancheriaOfMe-WukIndiansOfCalifornia ChickenRanchRancheriaOfMe-WukIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 1758 68 Withdrew is specified as additional information regarding the context of the given grade. \N Withdrew Withdrew \N CEDS \N \N \N \N \N LIF f \N t 1 -1759 68 Withdrew failing is specified as additional information regarding the context of the given grade. \N WithdrewFailing Withdrew failing \N CEDS \N \N \N \N \N LIF f \N t 1 -1760 68 Withdrew without penalty or pass/fail designation is specified as additional information regarding the context of the given grade. \N WithdrewNoPenalty Withdrew No Penalty \N CEDS \N \N \N \N \N LIF f \N t 1 -1761 68 Withdrew passing is specified as additional information regarding the context of the given grade. \N WithdrewPassing Withdrew passing \N CEDS \N \N \N \N \N LIF f \N t 1 1762 68 Completed the course \N Completed Completed \N PESC \N \N \N \N \N LIF f \N t 1 -1763 68 Planning To Take the course \N PlanningToTake Planning To Take \N PESC \N \N \N \N \N LIF f \N t 1 -2227 124 Credential that acknowledges attendance and/or engagement in an activity. \N Certificate Of Participation ceterms:CertificateOfParticipation \N CTDL \N \N \N \N \N LIF f \N t 1 +4628 67 Unknown reason \N 2233 UnknownReason \N CEDS \N \N \N \N \N LIF f \N t 1 2197 124 Represents a co-curricular activity. \N Co-Curricular Co-Curricular \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2198 124 Represents a degree. \N Degree Degree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2199 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the master's degree and less than a doctoral degree and provides specific preparation for advanced careers in a specialist field \N Specialist Degree ceterms:SpecialistDegree \N CTDL \N \N \N \N \N LIF f \N t 1 2200 124 Represents a diploma such as a high school diploma in the United States. \N Diploma Diploma \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2201 124 Represents practical activities that are done away school, college, or place of work. Includes internships and practicums. \N Fieldwork Fieldwork \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2202 124 Represents a license. \N License License \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 @@ -16835,36 +16419,39 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2209 124 Highest credential award for students who have completed both a bachelor's degree and a master's degree or their equivalent as well as independent research and/or a significant project or paper. Equivalent to UNESCO ISCED, Level 8. This is an exact match of DoctoralDegree in [CTDL-TERMS]. \N DoctoralDegree DoctoralDegree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2467 149 \N \N Day Day \N HR Open \N \N \N \N \N LIF f \N t 1 2468 149 \N \N Week Week \N HR Open \N \N \N \N \N LIF f \N t 1 +1756 68 Passing grade in a course (credit or non-credit) which is normally, or based on student option, given a pass/fail or satisfactory/unsatisfactory designation is specified as additional information regarding the context of the given grade. \N PassFailPass Pass-Fail--Pass \N CEDS \N \N \N \N \N LIF f \N t 1 +1763 68 Planning To Take the course \N PlanningToTake PlanningToTake \N PESC \N \N \N \N \N LIF f \N t 1 +3225 284 Native Village of Cantwell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfCantwell NativeVillageOfCantwell \N CEDS \N \N \N \N \N LIF f \N f 1 +4629 67 Withdrawal by a parent (or guardian) \N 2232 WithdrawalByAParent(orGuardian) \N CEDS \N \N \N \N \N LIF f \N t 1 +1761 68 Withdrew passing is specified as additional information regarding the context of the given grade. \N WithdrewPassing WithdrewPassing \N CEDS \N \N \N \N \N LIF f \N t 1 +1754 68 Other passing/satisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherPass OtherPass \N CEDS \N \N \N \N \N LIF f \N t 1 +1760 68 Withdrew without penalty or pass/fail designation is specified as additional information regarding the context of the given grade. \N WithdrewNoPenalty WithdrewNoPenalty \N CEDS \N \N \N \N \N LIF f \N t 1 +1759 68 Withdrew failing is specified as additional information regarding the context of the given grade. \N WithdrewFailing WithdrewFailing \N CEDS \N \N \N \N \N LIF f \N t 1 +1753 68 Other not passing/unsatisfactory grade not described by other options is specified as additional information regarding the context of the given grade. \N OtherFail OtherFail \N CEDS \N \N \N \N \N LIF f \N t 1 +1752 68 No grade reported yet by instructor (although the course has ended) is specified as additional information regarding the context of the given grade. \N NotYetReported NotYetReported \N CEDS \N \N \N \N \N LIF f \N t 1 2210 124 (GED) Credential awarded by examination that demonstrates that an individual has acquired secondary school-level academic skills. Equivalent to a secondary school diploma, based on passing a state- or province-selected examination such as GED, HiSET, or TASC; or to an award at UNESCO ISCED 2011 Levels 2 or 3. This is an exact match of GeneralEducationDevelopment in [CTDL-TERMS]. \N GeneralEducationDevelopment GeneralEducationDevelopment \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2211 124 Credential awarded to skilled workers on successful completion of an apprenticeship in industry trades and professions. This is an exact match of JourneymanCertificate in [CTDL-TERMS]. \N JourneymanCertificate JourneymanCertificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2212 124 Set of learning opportunities that leads to an outcome, usually a credential like a degree or certificate. This is an exact match of LearningProgram in [CTDL-TERMS]. \N LearningProgram LearningProgram \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2213 124 Doctoral degree conferred upon completion of a program providing the knowledge and skills for the recognition, credential, or license required for professional practice. Equivalent to an award at UNESCO ISCED 2011, Level 8. This is an exact match of ProfessionalDoctorate in [CTDL-TERMS]. \N ProfessionalDoctorate ProfessionalDoctorate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2214 124 Credential assuring that an organization, program, or awarded credential meets prescribed requirements and may include development and administration of qualifying examinations. This is an exact match of QualityAssuranceCredential in [CTDL-TERMS]. \N QualityAssuranceCredential QualityAssuranceCredential \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2215 124 Credential awarded upon demonstration through apprenticeship of the highest level of skills and performance in industry trades and professions. This is an exact match of MasterCertificate in [CTDL-TERMS]. \N MasterCertificate MasterCertificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2216 124 Credential award that requires completion of an organized program of study beyond that of a master's degree, which is designed for persons who have completed a master's degree but does not meet the requirements of a doctor's degree. \N Post-Master Certificate ceterms:PostMasterCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2217 124 Credential awarded to indicate readiness for an apprentice-level program. \N PreApprenticeship Certificate ceterms:PreApprenticeshipCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2218 124 Credential awarded for demonstrating competencies in a profession or particular occupational field, including job readiness. \N Professional Certificate ceterms:ProfessionalCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2219 124 Credential awarded after assessment of skills in a specific area defined by a recognized body of experts, without regard for how the skills were learned. \N Proficiency Certificate ceterms:ProficiencyCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 +3993 310 Makah Indian Tribe of the Makah Indian Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MakahIndianTribeOfTheMakahIndianReservation MakahIndianTribeOfTheMakahIndianReservation \N \N \N \N \N \N \N LIF f \N f 4 +3087 284 Ely Shoshone Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElyShoshoneTribeOfNevada ElyShoshoneTribeOfNevada \N CEDS \N \N \N \N \N LIF f \N f 1 2735 267 Maine \N ME Maine \N CEDS \N \N \N \N \N LIF f \N t 1 -2220 124 Credential award that requires completion of an organized program of study at a level beyond that of a bachelor's degree, which is designed for persons who have completed a baccalaureate degree but does not meet the requirements of a master's degree. \N Post Baccalaureate Certificate ceterms:PostBaccalaureateCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2221 124 Credential for successful completion of a formal secondary-level education program that is less than a diploma and does not indicate completion of secondary education graduation requirements. \N Secondary Education Certificate ceterms:SecondaryEducationCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2222 124 Credential award at a postsecondary level for successful completion of a formal education program that is more than one semester and less than 1 year, demonstrating competencies within a specific subject area or an occupational area indicating job readiness. \N Technical Level 1 Certificate ceterms:TechnicalLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2223 124 Credential award at a postsecondary level for successful completion of a formal education program that is at least 1 year but less than 2 years, demonstrating competencies within a specific subject area or in an occupational area indicating job readiness. \N Technical Level 2 Certificate ceterms:TechnicalLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2224 124 Credential award at a postsecondary level for successful completion of a formal education program that is at least 2 years but less than 4 years, demonstrating competencies within specific occupational areas indicating job readiness. \N Technical Level 3 Certificate ceterms:TechnicalLevel3Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2225 124 Credential awarded for work-based learning and earn-and-learn models that meet standards and are applicable to industry, trades, occupations, and professions. \N Work-Based Learning Certificate ceterms:WorkbasedLearningCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2226 124 Credential awarded at a postsecondary level for successful completion of a formal education program that is completed within one semester, demonstrating competencies within a specific occupational area, indicating job readiness. \N Basic Technical Certificate ceterms:BasicTechnicalCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2228 124 Credential award at a postsecondary level for successful completion of general education courses that cover a broad range of foundational academic skills and takes less than 1 year. \N General Education Level 1 Certificate ceterms:GeneralEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2229 124 Credential award at a postsecondary level for successful completion of general education courses that takes at least 1 year that cover a broad range of foundational academic skills and takes less than 2 years to complete. \N General Education Level 2 Certificate ceterms:GeneralEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2230 124 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about one year in a specific subject. \N Higher EducationLevel 1 Certificate ceterms:HigherEducationLevel1Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 -2231 124 Credential awarded at the postsecondary level for successful completion of a formal higher education program that takes about two years in a specific subject. \N Higher EducationLevel 2 Certificate ceterms:HigherEducationLevel2Certificate \N CTDL \N \N \N \N \N LIF f \N t 1 +4051 310 Native Village of Gambell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGambell NativeVillageOfGambell \N \N \N \N \N \N \N LIF f \N f 4 +3081 284 Eastern Shawnee Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternShawneeTribeOfOklahoma EasternShawneeTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4781 5 \N \N NotApplicable NotApplicable \N \N \N 2025-09-16 19:57:00+00 2025-09-16 19:57:00+00 \N UX LIF f \N t 1 2232 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent. Equivalent to an award at UNESCO ISCED 2011, Level 7. This is an exact match of MasterDegree in [CTDL-TERMS]. \N MasterDegree MasterDegree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -4781 5 \N \N Not Applicable Not Applicable \N \N \N 2025-09-16 19:57:00+00 2025-09-16 19:57:00+00 \N UX LIF f \N t 1 -4782 34 \N \N MissingAtWill Missing At Will \N \N \N 2025-09-17 17:45:00+00 2025-09-17 17:45:00+00 \N UX LIF f \N t 1 +3093 284 Flandreau Santee Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FlandreauSanteeSiouxTribeOfSouthDakota FlandreauSanteeSiouxTribeOfSouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +4059 310 Native Village of Kipnuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKipnuk NativeVillageOfKipnuk \N \N \N \N \N \N \N LIF f \N f 4 +4060 310 Native Village of Kivalina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKivalina NativeVillageOfKivalina \N \N \N \N \N \N \N LIF f \N f 4 +4061 310 Native Village of Kluti Kaah (aka Copper Center) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKlutiKaah NativeVillageOfKlutiKaah \N \N \N \N \N \N \N LIF f \N f 4 +4320 310 Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UtuUtuGwaituPaiuteTribeOfTheBentonPaiuteReservationCalifornia UtuUtuGwaituPaiuteTribeOfTheBentonPaiuteReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4782 34 \N \N MissingAtWill MissingAtWill \N \N \N 2025-09-17 17:45:00+00 2025-09-17 17:45:00+00 \N UX LIF f \N t 1 2235 124 Credential that addresses a subset of field-specific knowledge, skills, or competencies; often developmental with relationships to other micro-credentials and field credentials. This is an exact match of MicroCredential in [CTDL-TERMS]. \N MicroCredential MicroCredential \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2236 124 Doctoral degree conferred for advanced work beyond the master level, including the preparation and defense of a thesis or dissertation based on original research, or the planning and execution of an original project demonstrating substantial artistic or scholarly achievement. Equivalent to an award at UNESCO ISCED 2011, Level 8. This is an exact match of ResearchDoctorate in [CTDL-TERMS]. \N ResearchDoctorate ResearchDoctorate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2237 124 Diploma awarded by secondary education institutions for successful completion of a secondary school program of study. Equivalent to an award at UNESCO ISCED 2011 Levels 2 or 3. This is an exact match of SecondarySchoolDiploma in [CTDL-TERMS]. \N SecondarySchoolDiploma SecondarySchoolDiploma \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2238 124 A skill is an ability to perform a specific task or activity effectively and is more than theoretical knowledge; it’s the ability to translate that knowledge into effective action. Skill may refer to having the competencies to fulfull a specific role or function. \N Skill Skill \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2239 124 Credential awarded for successful completion of a formal education program, demonstrating requisite knowledge and skills. \N Academic Certificate ceterms:AcademicCertificate \N CTDL \N \N \N \N \N LIF f \N t 1 2252 125 The learner withdrew from the activity described by the achievement before completion. \N Withdrew Withdrew \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 2254 126 The credential is no longer awarded. \N Deprecated Deprecated \N \N \N \N \N \N \N LIF f \N t 1 2255 126 The credential award is provisional or temporary; frequently pending further assessment of qualification. \N Probationary Probationary \N \N \N \N \N \N \N LIF f \N t 1 @@ -16872,12 +16459,10 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2261 127 An alignment to a CASE Framework Rubric Criterion. \N CFRubricCriterion CFRubricCriterion \N \N \N \N \N \N \N LIF f \N t 1 2262 127 An alignment to a CASE Framework Rubric Criterion Level. \N CFRubricCriterionLevel CFRubricCriterionLevel \N \N \N \N \N \N \N LIF f \N t 1 2264 127 An alignment to a Skills Framework \N Skill Skill \N \N \N \N \N \N \N LIF f \N t 1 -2272 128 Credential Transparency Descriptive Language \N CTDL Credential Transparency Descriptive Language \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2273 128 Postsecondary Electronic Standards Council \N PESC Postsecondary Electronic Standards Council \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 -2233 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N Master Of Arts Degree ceterms:MasterOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -2234 124 Credential awarded for a graduate level course of study where course work and activities advance skills beyond those of the bachelor's degree or its equivalent, with an emphasis in scientific and technical fields and professional fields of study. \N Master Of Science Degree ceterms:MasterOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 -2421 143 \N \N SelfEmployed Self Employed \N PESC \N \N \N \N \N LIF f \N t 1 -2240 124 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in the arts and social sciences fields. \N Associate Of Applied Arts Degree ceterms:AssociateOfAppliedArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +2272 128 Credential Transparency Descriptive Language \N CTDL CredentialTransparencyDescriptiveLanguage \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2421 143 \N \N SelfEmployed SelfEmployed \N PESC \N \N \N \N \N LIF f \N t 1 +2273 128 Postsecondary Electronic Standards Council \N PESC PostsecondaryElectronicStandardsCouncil \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +4067 310 Native Village of Kwinhagak (aka Quinhagak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKwinhagak NativeVillageOfKwinhagak \N \N \N \N \N \N \N LIF f \N f 4 2425 143 \N \N Other Other \N PESC \N \N \N \N \N LIF f \N t 1 2439 144 \N \N Other Other \N PESC \N \N \N \N \N LIF f \N t 1 2466 149 \N \N Hour Hour \N HR Open \N \N \N \N \N LIF f \N t 1 @@ -16895,92 +16480,86 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2480 149 \N \N QuarterToDate QuarterToDate \N HR Open \N \N \N \N \N LIF f \N t 1 2481 149 \N \N YearToDate YearToDate \N HR Open \N \N \N \N \N LIF f \N t 1 2482 149 \N \N Once Once \N HR Open \N \N \N \N \N LIF f \N t 1 -2493 151 Falsified application form is the primary reason for the termination of the employment relationship. \N Falsified application form Falsified application form \N CEDS \N \N \N \N \N LIF f \N t 1 -2494 151 Family/personal relocation is the primary reason for the termination of the employment relationship. \N Family/personal relocation Family/personal relocation \N CEDS \N \N \N \N \N LIF f \N t 1 -2495 151 Formal study or research is the primary reason for the termination of the employment relationship. \N Formal study or research Formal study or research \N CEDS \N \N \N \N \N LIF f \N t 1 -2496 151 Homemaking/caring for a family member is the primary reason for the termination of the employment relationship. \N Homemaking/caring for a family member Homemaking/caring for a family member \N CEDS \N \N \N \N \N LIF f \N t 1 +3518 284 Village of Chefornak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfChefornak VillageOfChefornak \N CEDS \N \N \N \N \N LIF f \N f 1 +2493 151 Falsified application form is the primary reason for the termination of the employment relationship. \N FalsifiedApplicationForm FalsifiedApplicationForm \N CEDS \N \N \N \N \N LIF f \N t 1 +2498 151 Leave Not Planning to Return is the primary reason for the termination of the employment relationship. \N LeaveNotPlanningToReturn LeaveNotPlanningToReturn \N CEDS \N \N \N \N \N LIF f \N t 1 2497 151 Illness/disability is the primary reason for the termination of the employment relationship. \N Illness/disability Illness/disability \N CEDS \N \N \N \N \N LIF f \N t 1 -2498 151 Leave Not Planning to Return is the primary reason for the termination of the employment relationship. \N Leave Not Planning to Return Leave Not Planning to Return \N CEDS \N \N \N \N \N LIF f \N t 1 -2499 151 Leave Planning to Return is the primary reason for the termination of the employment relationship. \N Leave Planning to Return Leave Planning to Return \N CEDS \N \N \N \N \N LIF f \N t 1 +2494 151 Family/personal relocation is the primary reason for the termination of the employment relationship. \N Family/personalRelocation Family/personalRelocation \N CEDS \N \N \N \N \N LIF f \N t 1 +3519 284 Village of Clarks Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfClarksPoint VillageOfClarksPoint \N CEDS \N \N \N \N \N LIF f \N f 1 2500 151 Misconduct is the primary reason for the termination of the employment relationship. \N Misconduct Misconduct \N CEDS \N \N \N \N \N LIF f \N t 1 -2501 151 Organizational restructuring is the primary reason for the termination of the employment relationship. \N Organizational restructuring Organizational restructuring \N CEDS \N \N \N \N \N LIF f \N t 1 +2499 151 Leave Planning to Return is the primary reason for the termination of the employment relationship. \N LeavePlanningToReturn LeavePlanningToReturn \N CEDS \N \N \N \N \N LIF f \N t 1 +2495 151 Formal study or research is the primary reason for the termination of the employment relationship. \N FormalStudyOrResearch FormalStudyOrResearch \N CEDS \N \N \N \N \N LIF f \N t 1 2502 151 The primary reason for the termination of the employment relationship is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -2736 267 Marshall Islands \N MH Marshall Islands \N CEDS \N \N \N \N \N LIF f \N t 1 -2503 151 Personal reason is the primary reason for the termination of the employment relationship. \N Personal reason Personal reason \N CEDS \N \N \N \N \N LIF f \N t 1 +2525 154 \N \N CoastGuard CoastGuard \N NONE \N \N \N \N \N LIF f \N t 1 +2642 261 The Organization Identifier is the organization's Federal identification number. \N FederalEmployerIdentificationNumber FederalEmployerIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 2504 151 Retirement is the primary reason for the termination of the employment relationship. \N Retirement Retirement \N CEDS \N \N \N \N \N LIF f \N t 1 -2505 151 Termination with Cause is the primary reason for the termination of the employment relationship. \N Termination with Cause Termination with Cause \N CEDS \N \N \N \N \N LIF f \N t 1 2506 151 The primary reason for the termination of the employment relationship is unknown. \N Unknown Unknown \N CEDS \N \N \N \N \N LIF f \N t 1 -2507 151 Unsatisfactory work performance is the primary reason for the termination of the employment relationship. \N Unsatisfactory work performance Unsatisfactory work performance \N CEDS \N \N \N \N \N LIF f \N t 1 2508 151 Unsuitability is the primary reason for the termination of the employment relationship. \N Unsuitability Unsuitability \N CEDS \N \N \N \N \N LIF f \N t 1 -2638 261 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N College Board/ACT program code set Of PK-grade 12 institutions College Board/ACT program code set of PK-grade 12 institutions \N CEDS \N \N \N \N \N LIF f \N t 1 -2519 153 Less than annual employment contract is specified. \N LessThanAnnual Less than annual \N CEDS \N \N \N \N \N LIF f \N t 1 -2520 153 Not applicable is specified as the contact type. \N NotApplicable Not applicable \N CEDS \N \N \N \N \N LIF f \N t 1 -2524 154 \N \N Marine Corps Marine Corps \N NONE \N \N \N \N \N LIF f \N t 1 -2525 154 \N \N Coast Guard Coast Guard \N NONE \N \N \N \N \N LIF f \N t 1 -2637 261 The Organization Identifier is a School-assigned number. \N School-assigned number School-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2639 261 The Organization Identifier is a Local Education Agency assigned number. \N Local Education Agency assigned number Local Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2640 261 The Organization Identifier is a State Education Agency assigned number. \N State Education Agency assigned number State Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2641 261 The Organization Identifier is a National Center for Education Statistics assigned number. \N National Center for Education Statistics assigned number National Center for Education Statistics assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2788 269 Organizational department. \N Customer Service Customer Service \N \N \N \N \N \N \N LIF f \N t 1 -2642 261 The Organization Identifier is the organization's Federal identification number. \N Federal employer identification number Federal employer identification number \N CEDS \N \N \N \N \N LIF f \N t 1 -2643 261 The Organization Identifier is the organization's Dun and Bradstreet number. \N Dun and Bradstreet number Dun and Bradstreet number \N CEDS \N \N \N \N \N LIF f \N t 1 -2644 261 The Organization Identifier is an other federally assigned number. \N Other federally assigned number Other federally assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2645 261 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N License Number License Number \N CEDS \N \N \N \N \N LIF f \N t 1 +2656 263 General relationships between organizations not captured in selections above. \N AdditionalRelationship AdditionalRelationship \N \N \N \N \N \N \N LIF f \N t 1 +2660 264 A regional, multi-services public agency authorized by State law to develop, manage, and provide services, programs, or other support (e.g., construction, food services, technology services) to LEAs. \N IntermediateEducationalUnit(IEU) IntermediateEducationalUnit(IEU) \N CEDS \N \N \N \N \N LIF f \N t 1 +2736 267 Marshall Islands \N MH MarshallIslands \N CEDS \N \N \N \N \N LIF f \N t 1 +2639 261 The Organization Identifier is a Local Education Agency assigned number. \N LocalEducationAgencyAssignedNumber LocalEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2666 264 A public or private institution, organization, or agency that provides instructional or support services to students or staff at any level. \N EducationInstitution EducationInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +2655 263 An entity related to another entity, but that does not have authorizing or operating responsibility over the other entity. \N RelatedBody RelatedBody \N CEDS \N \N \N \N \N LIF f \N t 1 +2640 261 The Organization Identifier is a State Education Agency assigned number. \N StateEducationAgencyAssignedNumber StateEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2519 153 Less than annual employment contract is specified. \N LessThanAnnual LessThanAnnual \N CEDS \N \N \N \N \N LIF f \N t 1 +4069 310 Native Village of Marshall (aka Fortuna Ledge) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMarshall NativeVillageOfMarshall \N \N \N \N \N \N \N LIF f \N f 4 +2637 261 The Organization Identifier is a School-assigned number. \N School-assignedNumber School-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2524 154 \N \N MarineCorps MarineCorps \N NONE \N \N \N \N \N LIF f \N t 1 2648 262 The organization is active, except for scheduled breaks, holidays, or other temporary interruptions. \N Active Active \N CEDS \N \N \N \N \N LIF f \N t 1 2650 262 The current status of the organization's operations, exclusive of scheduled breaks, holidays, or other temporary interruptions. \N operationalStatus operationalStatus \N HR open \N \N \N \N \N LIF f \N t 1 -2655 263 An entity related to another entity, but that does not have authorizing or operating responsibility over the other entity. \N Related Body Related Body \N CEDS \N \N \N \N \N LIF f \N t 1 -2656 263 General relationships between organizations not captured in selections above. \N Additional Relationship Additional Relationship \N \N \N \N \N \N \N LIF f \N t 1 -2660 264 A regional, multi-services public agency authorized by State law to develop, manage, and provide services, programs, or other support (e.g., construction, food services, technology services) to LEAs. \N Intermediate Educational Unit (IEU) Intermediate Educational Unit (IEU) \N CEDS \N \N \N \N \N LIF f \N t 1 -2661 264 The agency of the state charged with primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instruction programs, and it is the state agency that administers federal grant programs. \N State Education Agency (SEA) State Education Agency (SEA) \N CEDS \N \N \N \N \N LIF f \N t 1 +2665 264 An association or corporation established for the purpose of providing services on a nonprofit basis to its members. \N ProfessionalMembershipOrganization ProfessionalMembershipOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +2663 264 An organization or institution that administers benefit plans or services to a staff member. \N EmployeeBenefitCarrier EmployeeBenefitCarrier \N CEDS \N \N \N \N \N LIF f \N t 1 +2664 264 An individual or organization that contributes monetary, in kind, or other types of contributions to an employee's benefit plan. \N EmployeeBenefitContributor EmployeeBenefitContributor \N CEDS \N \N \N \N \N LIF f \N t 1 2662 264 An organization responsible for identifying and/or selecting prospective employees to fill vacant positions in an organization. \N Recruiter Recruiter \N CEDS \N \N \N \N \N LIF f \N t 1 -2663 264 An organization or institution that administers benefit plans or services to a staff member. \N Employee Benefit Carrier Employee Benefit Carrier \N CEDS \N \N \N \N \N LIF f \N t 1 -2664 264 An individual or organization that contributes monetary, in kind, or other types of contributions to an employee's benefit plan. \N Employee Benefit Contributor Employee Benefit Contributor \N CEDS \N \N \N \N \N LIF f \N t 1 -2665 264 An association or corporation established for the purpose of providing services on a nonprofit basis to its members. \N Professional Membership Organization Professional Membership Organization \N CEDS \N \N \N \N \N LIF f \N t 1 -2666 264 A public or private institution, organization, or agency that provides instructional or support services to students or staff at any level. \N Education Institution Education Institution \N CEDS \N \N \N \N \N LIF f \N t 1 -2667 264 An individual or organization who provides a planned, structured process through which an individual improves his or her job-related knowledge, skills, or attitudes. Such a process is deigned to enable a staff member to grow within a profession or organization or to attain an initial or additional credential. \N Staff Development Provider Staff Development Provider \N CEDS \N \N \N \N \N LIF f \N t 1 +2667 264 An individual or organization who provides a planned, structured process through which an individual improves his or her job-related knowledge, skills, or attitudes. Such a process is deigned to enable a staff member to grow within a profession or organization or to attain an initial or additional credential. \N StaffDevelopmentProvider StaffDevelopmentProvider \N CEDS \N \N \N \N \N LIF f \N t 1 +2505 151 Termination with Cause is the primary reason for the termination of the employment relationship. \N TerminationWithCause TerminationWithCause \N CEDS \N \N \N \N \N LIF f \N t 1 +2507 151 Unsatisfactory work performance is the primary reason for the termination of the employment relationship. \N UnsatisfactoryWorkPerformance UnsatisfactoryWorkPerformance \N CEDS \N \N \N \N \N LIF f \N t 1 +3057 284 Confederated Tribes and Bands of the Yakama Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesAndBandsOfTheYakamaNation ConfederatedTribesAndBandsOfTheYakamaNation \N CEDS \N \N \N \N \N LIF f \N f 1 2668 264 An installation in which an organization is housed; includes all buildings, structures, and other stationary items that are located on a single site or on contiguous or adjacent sites and that are used for district or system administrative purposes. \N Facility Facility \N CEDS \N \N \N \N \N LIF f \N t 1 +2501 151 Organizational restructuring is the primary reason for the termination of the employment relationship. \N OrganizationalRestructuring OrganizationalRestructuring \N CEDS \N \N \N \N \N LIF f \N t 1 +2645 261 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N LicenseNumber LicenseNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2503 151 Personal reason is the primary reason for the termination of the employment relationship. \N PersonalReason PersonalReason \N CEDS \N \N \N \N \N LIF f \N t 1 +2788 269 Organizational department. \N CustomerService CustomerService \N \N \N \N \N \N \N LIF f \N t 1 +2520 153 Not applicable is specified as the contact type. \N NotApplicable NotApplicable \N CEDS \N \N \N \N \N LIF f \N t 1 2669 264 The organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis, usually for a predetermined period of time (e.g., a semester or two-week workshop) to an individual or group of students (e.g., a class). \N Course Course \N CEDS \N \N \N \N \N LIF f \N t 1 -2670 264 A setting in which organized instruction of course content is provided to one or more students for a given period of time. \N Course Section Course Section \N CEDS \N \N \N \N \N LIF f \N t 1 2671 264 An organization that supplements the regular school program or serves as early childhood education and care for children prior to reaching school-attendance age. These programs and services are often, but not solely, available through federal, state, or local agencies, non-profit organizations and/or other community-based organizations (or assistance provided by these entities). Services may be instructional or non-instructional in nature, may be direct or in-direct, and may be provided within or outside of a school building. \N Program Program \N CEDS \N \N \N \N \N LIF f \N t 1 -2672 264 An organization with information about programs that help adults get the basic skills they need to be productive workers, family members, and citizens. \N Adult Education Provider Adult Education Provider \N CEDS \N \N \N \N \N LIF f \N t 1 -2673 264 An organization responsible for administering services to an individual or organization participating in a program or receiving services. \N Service Provider Service Provider \N CEDS \N \N \N \N \N LIF f \N t 1 -2674 264 An institution that has an ongoing, functional relationship with the education institution in order to provide improved educational experiences to an individual and/or the school. \N Affiliated Institution Affiliated Institution \N CEDS \N \N \N \N \N LIF f \N t 1 -2676 264 An institution, organization, federation, or other such group that is responsible for accrediting or endorsing an individual's preparation, skills, or performance. \N Credentialing Organization Credentialing Organization \N CEDS \N \N \N \N \N LIF f \N t 1 -2677 264 An authority that reviews an organization's educational program and staff for quality, and certifies whether the organization meets a minimal set of standards. \N Accrediting Organization Accrediting Organization \N CEDS \N \N \N \N \N LIF f \N t 1 +2692 265 A membership organization of workers formed for the purpose of advancing its members' interests in respect to wages, benefits, and working conditions. \N LaborUnion LaborUnion \N CEDS \N \N \N \N \N LIF f \N t 1 +2696 265 An organization such as a college or university: (1) whose sole purpose is to provide postsecondary education defined as the provision of a formal instructional program whose curriculum is designed primarily for students who are beyond the compulsory age for high school and (2) has the authority to award degrees. This includes programs whose purpose is academic, vocational, and continuing professional education. \N PostsecondaryEducationalInstitution PostsecondaryEducationalInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +4783 34 \N \N NotApplicable NotApplicable \N \N \N 2025-09-17 17:46:00+00 2025-09-17 17:46:00+00 \N UX LIF f \N t 1 2737 267 Michigan \N MI Michigan \N CEDS \N \N \N \N \N LIF f \N t 1 2738 267 Minnesota \N MN Minnesota \N CEDS \N \N \N \N \N LIF f \N t 1 -2678 264 A self-organized membership network of peer-level educational organizations intended to provide shared services or collective procurement. \N Education Organization Network Education Organization Network \N CEDS \N \N \N \N \N LIF f \N t 1 -2679 264 The lead agency within a State/Jurisdiction responsible for administering IDEA Part C. \N IDEA Part C Lead Agency IDEA Part C Lead Agency \N CEDS \N \N \N \N \N LIF f \N t 1 -2680 264 A separate legal entity that 1) contracts with one or more charter schools to manage, operate, and oversee the charter schools; or 2) holds a charter, or charters, to operate multiple charter schools. (see Charter School Management Organization Type) \N Charter School Management Organization Charter School Management Organization \N CEDS \N \N \N \N \N LIF f \N t 1 -2681 264 An organization responsible for authorizing charter schools. \N Charter School Authorizing Organization Charter School Authorizing Organization \N CEDS \N \N \N \N \N LIF f \N t 1 -2682 264 The local, state, or federal agency that has primary responsibility for responding to an emergency situation. \N Emergency Response Agency Emergency Response Agency \N CEDS \N \N \N \N \N LIF f \N t 1 +2678 264 A self-organized membership network of peer-level educational organizations intended to provide shared services or collective procurement. \N EducationOrganizationNetwork EducationOrganizationNetwork \N CEDS \N \N \N \N \N LIF f \N t 1 +2679 264 The lead agency within a State/Jurisdiction responsible for administering IDEA Part C. \N IDEAPartCLeadAgency IDEAPartCLeadAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +2670 264 A setting in which organized instruction of course content is provided to one or more students for a given period of time. \N CourseSection CourseSection \N CEDS \N \N \N \N \N LIF f \N t 1 +3520 284 Village of Crooked Creek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfCrookedCreek VillageOfCrookedCreek \N CEDS \N \N \N \N \N LIF f \N f 1 2683 264 An additional entry used to describe the organization type. \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 -2691 265 A secondary school providing instruction and educational services that do not focus primarily on career and technical education or alternative education. \N High School High School \N CEDS \N \N \N \N \N LIF f \N t 1 -2692 265 A membership organization of workers formed for the purpose of advancing its members' interests in respect to wages, benefits, and working conditions. \N Labor Union Labor Union \N CEDS \N \N \N \N \N LIF f \N t 1 -2693 265 A public school offering special instruction and programs not available elsewhere, designed to attract a more diverse student body from throughout a school district. \N Magnet/Competitive Admissions School Magnet/Competitive Admissions School \N CEDS \N \N \N \N \N LIF f \N t 1 +3131 284 Iowa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IowaTribeOfOklahoma IowaTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +2691 265 A secondary school providing instruction and educational services that do not focus primarily on career and technical education or alternative education. \N HighSchool HighSchool \N CEDS \N \N \N \N \N LIF f \N t 1 2694 265 The armed services of a government entity. \N Military Military \N CEDS \N \N \N \N \N LIF f \N t 1 -2695 265 A secondary school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; and 3) falls outside of the categories of regular, magnet/special program emphasis, or career and technical education. \N Alternative/Non-Traditional School Alternative/Non-Traditional School \N CEDS \N \N \N \N \N LIF f \N t 1 -2696 265 An organization such as a college or university: (1) whose sole purpose is to provide postsecondary education defined as the provision of a formal instructional program whose curriculum is designed primarily for students who are beyond the compulsory age for high school and (2) has the authority to award degrees. This includes programs whose purpose is academic, vocational, and continuing professional education. \N Postsecondary Educational Institution Postsecondary Educational Institution \N CEDS \N \N \N \N \N LIF f \N t 1 -2697 265 An organization that primarily operates online. \N Primarily Online Primarily Online \N CEDS \N \N \N \N \N LIF f \N t 1 -2698 265 A membership organization primarily engaged in promoting the interests of a particular profession, the interests of individuals engaged in that profession, and providing them with services that may involve the provision of education and credentialing services. \N Professional Association Professional Association \N CEDS \N \N \N \N \N LIF f \N t 1 -4783 34 \N \N NotApplicable Not Applicable \N \N \N 2025-09-17 17:46:00+00 2025-09-17 17:46:00+00 \N UX LIF f \N t 1 -2699 265 External body that performs accreditation, endorsement, approval, and/or recognition of a credential issuer. \N Quality Assurance Body Quality Assurance Body \N CEDS \N \N \N \N \N LIF f \N t 1 -2700 265 A secondary school primarily providing education to students at the ninth grade or higher. \N Secondary School Secondary School \N CEDS \N \N \N \N \N LIF f \N t 1 -2701 265 A secondary school that focuses primarily on providing formal preparation for skilled, technical or professional occupations or careers. \N Career and Technical School Career and Technical School \N CEDS \N \N \N \N \N LIF f \N t 1 -2702 265 An organization whose major purpose is to provide education and training services but is not a postsecondary education institution with the authority to award degrees. Includes community-based organizations, non-degree granting proprietary schools which are education and training providers that are recognized by states as schools and are Title IV eligible but do not award degrees, etc. \N Education and Training Provider Education and Training Provider \N CEDS \N \N \N \N \N LIF f \N t 1 -2703 265 Authorized postsecondary institution that primarily offers associate degrees, but may also award higher degrees. \N Two-Year College Two-Year College \N CEDS \N \N \N \N \N LIF f \N t 1 +2700 265 A secondary school primarily providing education to students at the ninth grade or higher. \N SecondarySchool SecondarySchool \N CEDS \N \N \N \N \N LIF f \N t 1 +3118 284 Hopi Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HopiTribeOfArizona HopiTribeOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +2673 264 An organization responsible for administering services to an individual or organization participating in a program or receiving services. \N ServiceProvider ServiceProvider \N CEDS \N \N \N \N \N LIF f \N t 1 +3113 284 Ho-Chunk Nation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ho-ChunkNationOfWisconsin Ho-ChunkNationOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +2676 264 An institution, organization, federation, or other such group that is responsible for accrediting or endorsing an individual's preparation, skills, or performance. \N CredentialingOrganization CredentialingOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +2697 265 An organization that primarily operates online. \N PrimarilyOnline PrimarilyOnline \N CEDS \N \N \N \N \N LIF f \N t 1 +2677 264 An authority that reviews an organization's educational program and staff for quality, and certifies whether the organization meets a minimal set of standards. \N AccreditingOrganization AccreditingOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +2672 264 An organization with information about programs that help adults get the basic skills they need to be productive workers, family members, and citizens. \N AdultEducationProvider AdultEducationProvider \N CEDS \N \N \N \N \N LIF f \N t 1 +2674 264 An institution that has an ongoing, functional relationship with the education institution in order to provide improved educational experiences to an individual and/or the school. \N AffiliatedInstitution AffiliatedInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +2695 265 A secondary school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; and 3) falls outside of the categories of regular, magnet/special program emphasis, or career and technical education. \N Alternative/Non-TraditionalSchool Alternative/Non-TraditionalSchool \N CEDS \N \N \N \N \N LIF f \N t 1 +2768 267 West Virginia \N WV WestVirginia \N CEDS \N \N \N \N \N LIF f \N t 1 2704 265 Sells, maintains, and issues credentials for its own products and services for public access and use. \N Vendor Vendor \N CEDS \N \N \N \N \N LIF f \N t 1 2707 266 Shipping is specified as the type of address listed for an organization. \N Shipping Shipping \N CEDS \N \N \N \N \N LIF f \N t 1 -2708 266 A code classifying work location type \N Distribution Center Distribution Center \N HR Open \N \N \N \N \N LIF f \N t 1 +2744 267 North Dakota \N ND NorthDakota \N CEDS \N \N \N \N \N LIF f \N t 1 2709 266 \N \N Headquarters Headquarters \N HR Open \N \N \N \N \N LIF f \N t 1 2710 266 \N \N Plant Plant \N HR Open \N \N \N \N \N LIF f \N t 1 2716 267 California \N CA California \N CEDS \N \N \N \N \N LIF f \N t 1 2717 267 Colorado \N CO Colorado \N CEDS \N \N \N \N \N LIF f \N t 1 2718 267 Connecticut \N CT Connecticut \N CEDS \N \N \N \N \N LIF f \N t 1 -2719 267 District of Columbia \N DC District of Columbia \N CEDS \N \N \N \N \N LIF f \N t 1 +2770 267 Armed Forces America \N AA ArmedForcesAmerica \N CEDS \N \N \N \N \N LIF f \N t 1 2720 267 Delaware \N DE Delaware \N CEDS \N \N \N \N \N LIF f \N t 1 2721 267 Florida \N FL Florida \N CEDS \N \N \N \N \N LIF f \N t 1 -2722 267 Federated States of Micronesia \N FM Federated States of Micronesia \N CEDS \N \N \N \N \N LIF f \N t 1 +2772 267 Armed Forces Pacific \N AP ArmedForcesPacific \N CEDS \N \N \N \N \N LIF f \N t 1 2723 267 Georgia \N GA Georgia \N CEDS \N \N \N \N \N LIF f \N t 1 2724 267 Guam \N GU Guam \N CEDS \N \N \N \N \N LIF f \N t 1 2725 267 Hawaii \N HI Hawaii \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -16994,55 +16573,49 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2733 267 Massachusetts \N MA Massachusetts \N CEDS \N \N \N \N \N LIF f \N t 1 2734 267 Maryland \N MD Maryland \N CEDS \N \N \N \N \N LIF f \N t 1 2739 267 Missouri \N MO Missouri \N CEDS \N \N \N \N \N LIF f \N t 1 -2740 267 Northern Marianas \N MP Northern Marianas \N CEDS \N \N \N \N \N LIF f \N t 1 +2759 267 South Dakota \N SD SouthDakota \N CEDS \N \N \N \N \N LIF f \N t 1 2741 267 Mississippi \N MS Mississippi \N CEDS \N \N \N \N \N LIF f \N t 1 2742 267 Montana \N MT Montana \N CEDS \N \N \N \N \N LIF f \N t 1 -2743 267 North Carolina \N NC North Carolina \N CEDS \N \N \N \N \N LIF f \N t 1 -2744 267 North Dakota \N ND North Dakota \N CEDS \N \N \N \N \N LIF f \N t 1 +4519 32 The related Classification of Instructional Program code is referencing primary enrollment. \N PrimaryEnrollment PrimaryEnrollment \N CEDS \N \N \N \N \N LIF f \N t 1 +2746 267 New Hampshire \N NH NewHampshire \N CEDS \N \N \N \N \N LIF f \N t 1 2745 267 Nebraska \N NE Nebraska \N CEDS \N \N \N \N \N LIF f \N t 1 -2746 267 New Hampshire \N NH New Hampshire \N CEDS \N \N \N \N \N LIF f \N t 1 -2747 267 New Jersey \N NJ New Jersey \N CEDS \N \N \N \N \N LIF f \N t 1 -2748 267 New Mexico \N NM New Mexico \N CEDS \N \N \N \N \N LIF f \N t 1 +3089 284 Enterprise Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EnterpriseRancheriaOfMaiduIndiansOfCalifornia EnterpriseRancheriaOfMaiduIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 2749 267 Nevada \N NV Nevada \N CEDS \N \N \N \N \N LIF f \N t 1 -2750 267 New York \N NY New York \N CEDS \N \N \N \N \N LIF f \N t 1 2751 267 Ohio \N OH Ohio \N CEDS \N \N \N \N \N LIF f \N t 1 2752 267 Oklahoma \N OK Oklahoma \N CEDS \N \N \N \N \N LIF f \N t 1 2753 267 Oregon \N OR Oregon \N CEDS \N \N \N \N \N LIF f \N t 1 2754 267 Pennsylvania \N PA Pennsylvania \N CEDS \N \N \N \N \N LIF f \N t 1 -2755 267 Puerto Rico \N PR Puerto Rico \N CEDS \N \N \N \N \N LIF f \N t 1 +3053 284 Cold Springs Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ColdSpringsRancheriaOfMonoIndiansOfCalifornia ColdSpringsRancheriaOfMonoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 2756 267 Palau \N PW Palau \N CEDS \N \N \N \N \N LIF f \N t 1 -2757 267 Rhode Island \N RI Rhode Island \N CEDS \N \N \N \N \N LIF f \N t 1 -2758 267 South Carolina \N SC South Carolina \N CEDS \N \N \N \N \N LIF f \N t 1 -2759 267 South Dakota \N SD South Dakota \N CEDS \N \N \N \N \N LIF f \N t 1 +2747 267 New Jersey \N NJ NewJersey \N CEDS \N \N \N \N \N LIF f \N t 1 +4784 123 \N \N MissingAtWill MissingAtWill \N \N \N 2025-09-18 20:57:00+00 2025-09-18 20:57:00+00 \N UX LIF f \N t 1 +2750 267 New York \N NY NewYork \N CEDS \N \N \N \N \N LIF f \N t 1 2760 267 Tennessee \N TN Tennessee \N CEDS \N \N \N \N \N LIF f \N t 1 2761 267 Texas \N TX Texas \N CEDS \N \N \N \N \N LIF f \N t 1 2762 267 Utah \N UT Utah \N CEDS \N \N \N \N \N LIF f \N t 1 2763 267 Virginia \N VA Virginia \N CEDS \N \N \N \N \N LIF f \N t 1 -2764 267 Virgin Islands \N VI Virgin Islands \N CEDS \N \N \N \N \N LIF f \N t 1 2765 267 Vermont \N VT Vermont \N CEDS \N \N \N \N \N LIF f \N t 1 2766 267 Washington \N WA Washington \N CEDS \N \N \N \N \N LIF f \N t 1 2767 267 Wisconsin \N WI Wisconsin \N CEDS \N \N \N \N \N LIF f \N t 1 -2768 267 West Virginia \N WV West Virginia \N CEDS \N \N \N \N \N LIF f \N t 1 2769 267 Wyoming \N WY Wyoming \N CEDS \N \N \N \N \N LIF f \N t 1 -2770 267 Armed Forces America \N AA Armed Forces America \N CEDS \N \N \N \N \N LIF f \N t 1 -2771 267 Armed Forces Africa, Canada, Europe, and Mideast \N AE Armed Forces Africa, Canada, Europe, and Mideast \N CEDS \N \N \N \N \N LIF f \N t 1 -2772 267 Armed Forces Pacific \N AP Armed Forces Pacific \N CEDS \N \N \N \N \N LIF f \N t 1 -2780 268 Completely rural or less than 2,500 urban population, adjacent to a metro area \N 8 Completely rural or less than 2,500 urban population, adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 -2781 268 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N 9 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N CEDS \N \N \N \N \N LIF f \N t 1 -2784 269 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational Organizational (school) address \N CEDS \N \N \N \N \N LIF f \N t 1 -2786 269 Organizational department. \N HumanResources Human Resources \N \N \N \N \N \N \N LIF f \N t 1 +2784 269 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational Organizational(school)Address \N CEDS \N \N \N \N \N LIF f \N t 1 +2757 267 Rhode Island \N RI RhodeIsland \N CEDS \N \N \N \N \N LIF f \N t 1 +2764 267 Virgin Islands \N VI VirginIslands \N CEDS \N \N \N \N \N LIF f \N t 1 2787 269 Organizational department. \N Support Support \N \N \N \N \N \N \N LIF f \N t 1 -2794 270 Cafeteria/Food Services is the type of communication number listed for an organization. \N FoodServices Cafeteria/Food Services \N CEDS \N \N \N \N \N LIF f \N t 1 -4784 123 \N \N MissingAtWill Missing At Will \N \N \N 2025-09-18 20:57:00+00 2025-09-18 20:57:00+00 \N UX LIF f \N t 1 -4785 123 \N \N NotApplicable Not Applicable \N \N \N 2025-09-18 20:58:00+00 2025-09-18 20:58:00+00 \N UX LIF f \N t 1 -4534 316 The Organization Identifier is from the College Board/ACT program code set of PK-grade 12 institutions. \N College Board/ACT program code set Of PK-grade 12 institutions College Board/ACT program code set of PK-grade 12 institutions \N CEDS \N \N \N \N \N LIF f \N t 1 -4519 32 The related Classification of Instructional Program code is referencing primary enrollment. \N Primary enrollment Primary enrollment \N CEDS \N \N \N \N \N LIF f \N t 1 -4520 32 The related Classification of Instructional Program code is referencing additional enrollment. \N Additional enrollment Additional enrollment \N CEDS \N \N \N \N \N LIF f \N t 1 +2703 265 Authorized postsecondary institution that primarily offers associate degrees, but may also award higher degrees. \N Two-YearCollege Two-YearCollege \N CEDS \N \N \N \N \N LIF f \N t 1 +2708 266 A code classifying work location type \N DistributionCenter DistributionCenter \N HR Open \N \N \N \N \N LIF f \N t 1 +2743 267 North Carolina \N NC NorthCarolina \N CEDS \N \N \N \N \N LIF f \N t 1 +4785 123 \N \N NotApplicable NotApplicable \N \N \N 2025-09-18 20:58:00+00 2025-09-18 20:58:00+00 \N UX LIF f \N t 1 +2758 267 South Carolina \N SC SouthCarolina \N CEDS \N \N \N \N \N LIF f \N t 1 +2755 267 Puerto Rico \N PR PuertoRico \N CEDS \N \N \N \N \N LIF f \N t 1 +2786 269 Organizational department. \N HumanResources HumanResources \N \N \N \N \N \N \N LIF f \N t 1 +2740 267 Northern Marianas \N MP NorthernMarianas \N CEDS \N \N \N \N \N LIF f \N t 1 +2748 267 New Mexico \N NM NewMexico \N CEDS \N \N \N \N \N LIF f \N t 1 +4533 316 The Organization Identifier is a School-assigned number. \N School-assignedNumber School-assignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 4528 33 The value given for Normal Length of Time for Completion is in Hours. \N Hours Hours \N CEDS \N \N \N \N \N LIF f \N t 1 4549 34 Credit is the type of hours (credit or contact) by which the normal length of a program of study is measured. \N Credit Credit \N CEDS \N \N \N \N \N LIF f \N t 1 4550 34 Contact is the type of hours (credit or contact) by which the normal length of a program of study is measured. \N Contact Contact \N CEDS \N \N \N \N \N LIF f \N t 1 -4533 316 The Organization Identifier is a School-assigned number. \N School-assigned number School-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -4535 316 The Organization Identifier is a Local Education Agency assigned number. \N Local Education Agency assigned number Local Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 +4554 319 The federal government is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N FederalGovernment FederalGovernment \N CEDS \N \N \N \N \N LIF f \N t 1 4543 317 The organization is active, except for scheduled breaks, holidays, or other temporary interruptions. \N Active Active \N CEDS \N \N \N \N \N LIF f \N t 1 4544 317 The organization is inactive. \N Inactive Inactive \N CEDS \N \N \N \N \N LIF f \N t 1 4545 318 Major is the concentration of study for the postsecondary program. \N Major Major \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -17050,339 +16623,278 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4547 318 Certificate is the concentration of study for the postsecondary program. \N Certificate Certificate \N CEDS \N \N \N \N \N LIF f \N t 1 4548 318 The concentration of study for the postsecondary program is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 4551 319 A business is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Business Business \N CEDS \N \N \N \N \N LIF f \N t 1 -4552 319 An education organization network is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Education organization network Education organization network \N CEDS \N \N \N \N \N LIF f \N t 1 -4553 319 An education Service Center is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Education Service Center Education Service Center \N CEDS \N \N \N \N \N LIF f \N t 1 -4554 319 The federal government is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Federal government Federal government \N CEDS \N \N \N \N \N LIF f \N t 1 +4552 319 An education organization network is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N EducationOrganizationNetwork EducationOrganizationNetwork \N CEDS \N \N \N \N \N LIF f \N t 1 +4078 310 Native Village of Nightmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNightmute NativeVillageOfNightmute \N \N \N \N \N \N \N LIF f \N f 4 4563 319 The category of organization providing funds for the particular educational or service program or activity or for an individual's participation in the program or activity is not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 4576 320 Work or product created or produced by the person being assessed. \N Artifact Artifact \N CTDL \N \N \N \N \N LIF f \N t 1 4577 320 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N Exam Exam \N CTDL \N \N \N \N \N LIF f \N t 1 4578 320 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N Performance Performance \N CTDL \N \N \N \N \N LIF f \N t 1 4579 321 Could not find a vocabulary sheet for this - Jeff \N PlaceHolder PlaceHolder \N \N \N \N \N \N \N LIF f \N t 1 -4580 322 Intended for those with significant experience or expertise where developmental expectations are staged for assessing knowledge, skills, or competencies beyond the novice and intermediate levels. \N audLevel:AdvancedLevel Advanced Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4581 322 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel:AssociatesDegreeLevel Associates Degree Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4448 280 Fax number is the type of communication number listed for a person. \N Fax number Fax number \N \N \N \N \N \N \N LIF f \N f 4 -4582 322 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel:BachelorsDegreeLevel Bachelors Degree Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4583 322 Intended for novices or those with limited experience. \N audLevel:BeginnerLevel Beginner Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4584 322 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel:DoctoralDegreeLevel Doctoral Degree Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4585 322 Intended for those who enrolled in a degree program or other formal program above the baccalaureate level, such as a masters or doctoral degree program. \N audLevel:GraduateLevel Graduate Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4586 322 Intended for those with some experience, where knowledge, skills, and competency expectations are staged for development beyond novice-level and in preparation for a more advanced-level. \N audLevel:IntermediateLevel Intermediate Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4587 322 Intended for those in the first half of an undergraduate level program. \N audLevel:LowerDivisionLevel Lower Division Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4588 322 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel:MastersDegreeLevel Masters Degree Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4595 323 Delivery includes significant levels of both in person and online. \N Blended Delivery Blended Delivery \N CTDL \N \N \N \N \N LIF f \N t 1 -4631 326 Referred to program is the current status of the student's program participation. \N Referred Referred to program \N CEDS \N \N \N \N \N LIF f \N t 1 -4632 326 Eligible for program is the current status of the student's program participation. \N Eligible Eligible for program \N CEDS \N \N \N \N \N LIF f \N t 1 -4633 326 Not eligible for program is the current status of the student's program participation. \N NotEligible Not eligible for program \N CEDS \N \N \N \N \N LIF f \N t 1 -4634 326 Active in program is the current status of the student's program participation. \N Active Active in program \N CEDS \N \N \N \N \N LIF f \N t 1 -4635 326 Exited program is the current status of the student's program participation. \N Exited Exited program \N CEDS \N \N \N \N \N LIF f \N t 1 -4636 326 Withdrew/refused program is the current status of the student's program participation. \N Withdrew Withdrew/refused program \N CEDS \N \N \N \N \N LIF f \N t 1 +4634 326 Active in program is the current status of the student's program participation. \N Active ActiveInProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +4079 310 Native Village of Nikolski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNikolski NativeVillageOfNikolski \N \N \N \N \N \N \N LIF f \N f 4 +4520 32 The related Classification of Instructional Program code is referencing additional enrollment. \N AdditionalEnrollment AdditionalEnrollment \N CEDS \N \N \N \N \N LIF f \N t 1 +4448 280 Fax number is the type of communication number listed for a person. \N FaxNumber FaxNumber \N \N \N \N \N \N \N LIF f \N f 4 +4553 319 An education Service Center is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N EducationServiceCenter EducationServiceCenter \N CEDS \N \N \N \N \N LIF f \N t 1 +4535 316 The Organization Identifier is a Local Education Agency assigned number. \N LocalEducationAgencyAssignedNumber LocalEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4595 323 Delivery includes significant levels of both in person and online. \N BlendedDelivery BlendedDelivery \N CTDL \N \N \N \N \N LIF f \N t 1 +3836 310 Central Council of the Tlingit & Haida Indian Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CentralCouncilOfTheTlingit&HaidaIndianTribes CentralCouncilOfTheTlingit&HaidaIndianTribes \N \N \N \N \N \N \N LIF f \N f 4 +4631 326 Referred to program is the current status of the student's program participation. \N Referred ReferredToProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +4633 326 Not eligible for program is the current status of the student's program participation. \N NotEligible NotEligibleForProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +4635 326 Exited program is the current status of the student's program participation. \N Exited ExitedProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +4632 326 Eligible for program is the current status of the student's program participation. \N Eligible EligibleForProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +3484 284 Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ThreeAffiliatedTribesOfTheFortBertholdReservationNorthDakota ThreeAffiliatedTribesOfTheFortBertholdReservation-NorthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 4637 326 The current status of the student's program participation is in a category not yet defined. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 4638 327 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 4639 327 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 -4591 322 Intended for those who are under-prepared for learning at a particular level. \N audLevel:RemedialLevel Remedial Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4536 316 The Organization Identifier is a State Education Agency assigned number. \N State Education Agency assigned number State Education Agency assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -4537 316 The Organization Identifier is a National Center for Education Statistics assigned number. \N National Center for Education Statistics assigned number National Center for Education Statistics assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -4538 316 The Organization Identifier is the organization's Federal identification number. \N Federal employer identification number Federal employer identification number \N CEDS \N \N \N \N \N LIF f \N t 1 -4539 316 The Organization Identifier is the organization's Dun and Bradstreet number. \N Dun and Bradstreet number Dun and Bradstreet number \N CEDS \N \N \N \N \N LIF f \N t 1 -4540 316 The Organization Identifier is an other federally assigned number. \N Other federally assigned number Other federally assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -4541 316 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N License Number License Number \N CEDS \N \N \N \N \N LIF f \N t 1 +4080 310 Native Village of Noatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNoatak NativeVillageOfNoatak \N \N \N \N \N \N \N LIF f \N f 4 +3924 310 Holy Cross Tribe (previously listed as Holy Cross Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HolyCrossTribe HolyCrossTribe \N \N \N \N \N \N \N LIF f \N f 4 +4081 310 Native Village of Nuiqsut (aka Nooiksut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNuiqsut NativeVillageOfNuiqsut \N \N \N \N \N \N \N LIF f \N f 4 +3917 310 Gulkana Village Council (previously listed as Gulkana Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GulkanaVillageCouncil GulkanaVillageCouncil \N \N \N \N \N \N \N LIF f \N f 4 +4591 322 Intended for those who are under-prepared for learning at a particular level. \N audLevel-RemedialLevel RemedialLevel \N CTDL \N \N \N \N \N LIF f \N t 1 +3914 310 Greenville Rancheria (previously listed as Greenville Rancheria of Maidu Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GreenvilleRancheria GreenvilleRancheria \N \N \N \N \N \N \N LIF f \N f 4 +4077 310 Native Village of Nelson Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNelsonLagoon NativeVillageOfNelsonLagoon \N \N \N \N \N \N \N LIF f \N f 4 4542 316 The Organization Identifier is from an identification system not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -4559 319 A regional or intermediate education agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Regional or intermediate education agency Regional or intermediate education agency \N CEDS \N \N \N \N \N LIF f \N t 1 -4560 319 A religious organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N Religious organization Religious organization \N CEDS \N \N \N \N \N LIF f \N t 1 +3911 310 Galena Village (aka Louden Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GalenaVillage GalenaVillage \N \N \N \N \N \N \N LIF f \N f 4 +4636 326 Withdrew/refused program is the current status of the student's program participation. \N Withdrew Withdrew/refusedProgram \N CEDS \N \N \N \N \N LIF f \N t 1 4561 319 The school is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N School School \N CEDS \N \N \N \N \N LIF f \N t 1 -4562 319 The State Education Agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N State Education Agency State Education Agency \N CEDS \N \N \N \N \N LIF f \N t 1 -4589 322 Intended for those who have completed secondary level school programs or equivalent. \N audLevel:PostSecondaryLevel Post Secondary Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4590 322 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel:ProfessionalLevel Professional Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4592 322 Intended for those attending secondary (high-school) level programs. \N audLevel:SecondaryLevel Secondary Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4593 322 Intended for those who are enrolled in a degree program or other formal program at or below the baccalaureate, such as an associate’s degree, vocational, or technical program. \N audLevel:UndergraduateLevel Undergraduate Level \N CTDL \N \N \N \N \N LIF f \N t 1 -4594 322 Intended for those in the second half of an undergraduate level program. \N audLevel:UpperDivisionLevel Upper Division Level \N CTDL \N \N \N \N \N LIF f \N t 1 -3911 310 Galena Village (aka Louden Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Galena Village Galena Village \N \N \N \N \N \N \N LIF f \N f 4 -3914 310 Greenville Rancheria (previously listed as Greenville Rancheria of Maidu Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Greenville Rancheria Greenville Rancheria \N \N \N \N \N \N \N LIF f \N f 4 -3917 310 Gulkana Village Council (previously listed as Gulkana Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Gulkana Village Council Gulkana Village Council \N \N \N \N \N \N \N LIF f \N f 4 -3921 310 Healy Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Healy Lake Village Healy Lake Village \N \N \N \N \N \N \N LIF f \N f 4 -3948 310 Kaguyak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaguyak Village Kaguyak Village \N \N \N \N \N \N \N LIF f \N f 4 -3923 310 Hoh Indian Tribe (previously listed as Hoh Indian Tribe of the Hoh Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoh Indian Tribe Hoh Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3924 310 Holy Cross Tribe (previously listed as Holy Cross Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Holy Cross Tribe Holy Cross Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3925 310 Hoonah Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hoonah Indian Association Hoonah Indian Association \N \N \N \N \N \N \N LIF f \N f 4 -3910 310 Fort Sill Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Fort Sill Apache Tribe Of Oklahoma Fort Sill Apache Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3915 310 Grindstone Indian Rancheria of Wintun-Wailaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Grindstone Indian Rancheria Of Wintun-Wailaki Indians Of California Grindstone Indian Rancheria of Wintun-Wailaki Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -3916 310 Guidiville Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Guidiville Rancheria Of California Guidiville Rancheria of California \N \N \N \N \N \N \N LIF f \N f 4 -3922 310 Ho-Chunk Nation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ho-Chunk Nation Of Wisconsin Ho-Chunk Nation of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -3927 310 Hopi Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Hopi Tribe Of Arizona Hopi Tribe of Arizona \N \N \N \N \N \N \N LIF f \N f 4 +4540 316 The Organization Identifier is an other federally assigned number. \N OtherFederallyAssignedNumber OtherFederallyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4539 316 The Organization Identifier is the organization's Dun and Bradstreet number. \N DunAndBradstreetNumber DunAndBradstreetNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4541 316 The Organization Identifier is a license number. A permit from an authority to own or use something, do a particular thing, or carry on a trade. \N LicenseNumber LicenseNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +3948 310 Kaguyak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaguyakVillage KaguyakVillage \N \N \N \N \N \N \N LIF f \N f 4 +3921 310 Healy Lake Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HealyLakeVillage HealyLakeVillage \N \N \N \N \N \N \N LIF f \N f 4 +4538 316 The Organization Identifier is the organization's Federal identification number. \N FederalEmployerIdentificationNumber FederalEmployerIdentificationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4537 316 The Organization Identifier is a National Center for Education Statistics assigned number. \N NationalCenterForEducationStatisticsAssignedNumber NationalCenterForEducationStatisticsAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4562 319 The State Education Agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N StateEducationAgency StateEducationAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +3936 310 Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N InajaBandOfDieguenoMissionIndiansOfTheInajaAndCosmitReservationCalifornia InajaBandOfDieguenoMissionIndiansOfTheInajaAndCosmitReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +3174 284 Little Shell Tribe of Chippewa Indians of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleShellTribeOfChippewaIndiansOfMontana LittleShellTribeOfChippewaIndiansOfMontana \N CEDS \N \N \N \N \N LIF f \N f 1 +4560 319 A religious organization is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N ReligiousOrganization ReligiousOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +4559 319 A regional or intermediate education agency is providing funds for a particular educational or service program or activity or for an individual's participation in the program or activity. \N RegionalOrIntermediateEducationAgency RegionalOrIntermediateEducationAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +3952 310 Karuk Tribe (previously listed as Karuk Tribe of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KarukTribe KarukTribe \N \N \N \N \N \N \N LIF f \N f 4 +3950 310 Kaktovik Village (aka Barter Island) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaktovikVillage KaktovikVillage \N \N \N \N \N \N \N LIF f \N f 4 4399 313 Idaho \N Idaho Idaho \N \N \N \N \N \N \N LIF f \N f 4 4400 313 Illinois \N Illinois Illinois \N \N \N \N \N \N \N LIF f \N f 4 -3950 310 Kaktovik Village (aka Barter Island) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kaktovik Village Kaktovik Village \N \N \N \N \N \N \N LIF f \N f 4 -3952 310 Karuk Tribe (previously listed as Karuk Tribe of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Karuk Tribe Karuk Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3954 310 Kasigluk Traditional Elders Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kasigluk Traditional Elders Council Kasigluk Traditional Elders Council \N \N \N \N \N \N \N LIF f \N f 4 -3956 310 Kenaitze Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kenaitze Indian Tribe Kenaitze Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3957 310 Ketchikan Indian Corporation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ketchikan Indian Community Ketchikan Indian Community \N \N \N \N \N \N \N LIF f \N f 4 -3959 310 Kialegee Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kialegee Tribal Town Kialegee Tribal Town \N \N \N \N \N \N \N LIF f \N f 4 -3963 310 King Island Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N King Island Native Community King Island Native Community \N \N \N \N \N \N \N LIF f \N f 4 -3964 310 King Salmon Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N King Salmon Tribe King Salmon Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3966 310 Klamath Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Klamath Tribes Klamath Tribes \N \N \N \N \N \N \N LIF f \N f 4 -3967 310 Klawock Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Klawock Cooperative Association Klawock Cooperative Association \N \N \N \N \N \N \N LIF f \N f 4 -3969 310 Knik Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Knik Tribe Knik Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3951 310 Kalispel Indian Community of the Kalispel Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kalispel Indian Community Of the Kalispel Reservation Kalispel Indian Community of the Kalispel Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3960 310 Kickapoo Traditional Tribe of Texas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Traditional Tribe Of Texas Kickapoo Traditional Tribe of Texas \N \N \N \N \N \N \N LIF f \N f 4 -3961 310 Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Tribe Of Indians Of the Kickapoo Reservation in Kansas Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas \N \N \N \N \N \N \N LIF f \N f 4 -3962 310 Kickapoo Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kickapoo Tribe Of Oklahoma Kickapoo Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3965 310 Kiowa Indian Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kiowa Indian Tribe Of Oklahoma Kiowa Indian Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -3973 310 Koyukuk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Koyukuk Native Village Koyukuk Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3980 310 Levelock Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Levelock Village Levelock Village \N \N \N \N \N \N \N LIF f \N f 4 -3981 310 Lime Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lime Village Lime Village \N \N \N \N \N \N \N LIF f \N f 4 -3985 310 Lone Pine Paiute-Shoshone Tribe (previously listed as Paiute-Shoshone Indians of the Lone Pine Community of the Lone Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lone Pine Paiute-Shoshone Tribe Lone Pine Paiute-Shoshone Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3989 310 Lower Elwha Tribal Community (previously listed as Lower Elwha Tribal Community of the Lower Elwha Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Elwha Tribal Community Lower Elwha Tribal Community \N \N \N \N \N \N \N LIF f \N f 4 -3972 310 Kootenai Tribe of Idaho is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Kootenai Tribe Of Idaho Kootenai Tribe of Idaho \N \N \N \N \N \N \N LIF f \N f 4 -3976 310 Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac Courte Oreilles Band Of Lake Superior Chippewa Indians Of Wisconsin Lac Courte Oreilles Band of Lake Superior Chippewa Indians of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -3977 310 Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac du Flambeau Band Of Lake Superior Chippewa Indians Of the Lac du Flambeau Reservation Of Wisconsin Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -3978 310 Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lac Vieux Desert Band Of Lake Superior Chippewa Indians Of Michigan Lac Vieux Desert Band of Lake Superior Chippewa Indians of Michigan \N \N \N \N \N \N \N LIF f \N f 4 -3983 310 Little Shell Tribe of Chippewa Indians of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Little Shell Tribe Of Chippewa Indians Of Montana Little Shell Tribe of Chippewa Indians of Montana \N \N \N \N \N \N \N LIF f \N f 4 -3990 310 Lower Sioux Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lower Sioux Indian Community in the State Of Minnesota Lower Sioux Indian Community in the State of Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -3991 310 Lummi Tribe of the Lummi Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lummi Tribe Of the Lummi Reservation Lummi Tribe of the Lummi Reservation \N \N \N \N \N \N \N LIF f \N f 4 -3995 310 Manley Hot Springs Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manley Hot Springs Village Manley Hot Springs Village \N \N \N \N \N \N \N LIF f \N f 4 -3996 310 Manokotak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Manokotak Village Manokotak Village \N \N \N \N \N \N \N LIF f \N f 4 -4020 310 Naknek Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Naknek Native Village Naknek Native Village \N \N \N \N \N \N \N LIF f \N f 4 -3998 310 Mashantucket Pequot Indian Tribe (previously listed as Mashantucket Pequot Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mashantucket Pequot Indian Tribe Mashantucket Pequot Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -3999 310 Mashpee Wampanoag Tribe (previously listed as Mashpee Wampanoag Indian Tribal Council, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mashpee Wampanoag Tribe Mashpee Wampanoag Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4001 310 McGrath Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N McGrath Native Village McGrath Native Village \N \N \N \N \N \N \N LIF f \N f 4 -4004 310 Mentasta Traditional Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mentasta Traditional Council Mentasta Traditional Council \N \N \N \N \N \N \N LIF f \N f 4 +3973 310 Koyukuk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KoyukukNativeVillage KoyukukNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3980 310 Levelock Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LevelockVillage LevelockVillage \N \N \N \N \N \N \N LIF f \N f 4 +3963 310 King Island Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KingIslandNativeCommunity KingIslandNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3959 310 Kialegee Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KialegeeTribalTown KialegeeTribalTown \N \N \N \N \N \N \N LIF f \N f 4 +3981 310 Lime Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LimeVillage LimeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3957 310 Ketchikan Indian Corporation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KetchikanIndianCommunity KetchikanIndianCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3967 310 Klawock Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KlawockCooperativeAssociation KlawockCooperativeAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3966 310 Klamath Tribes is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KlamathTribes KlamathTribes \N \N \N \N \N \N \N LIF f \N f 4 +3969 310 Knik Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KnikTribe KnikTribe \N \N \N \N \N \N \N LIF f \N f 4 +3181 284 Lower Sioux Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerSiouxIndianCommunityInTheStateOfMinnesota LowerSiouxIndianCommunityInTheStateOfMinnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +3943 310 Jackson Band of Miwuk Indians (previously listed as Jackson Rancheria of Me-Wuk Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JacksonBandOfMiwukIndians JacksonBandOfMiwukIndians \N \N \N \N \N \N \N LIF f \N f 4 +3954 310 Kasigluk Traditional Elders Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KasiglukTraditionalEldersCouncil KasiglukTraditionalEldersCouncil \N \N \N \N \N \N \N LIF f \N f 4 +3985 310 Lone Pine Paiute-Shoshone Tribe (previously listed as Paiute-Shoshone Indians of the Lone Pine Community of the Lone Pine Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LonePinePaiute-ShoshoneTribe LonePinePaiute-ShoshoneTribe \N \N \N \N \N \N \N LIF f \N f 4 +3964 310 King Salmon Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KingSalmonTribe KingSalmonTribe \N \N \N \N \N \N \N LIF f \N f 4 +3956 310 Kenaitze Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KenaitzeIndianTribe KenaitzeIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4084 310 Native Village of Ouzinkie is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfOuzinkie NativeVillageOfOuzinkie \N \N \N \N \N \N \N LIF f \N f 4 +3345 284 Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute-ShoshoneTribeOfTheFallonReservationAndColonyNevada Paiute-ShoshoneTribeOfTheFallonReservationAndColony-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3549 284 Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YeringtonPaiuteTribeOfTheYeringtonColony&CampbellRanch-Nevada YeringtonPaiuteTribeOfTheYeringtonColony&CampbellRanch-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3996 310 Manokotak Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManokotakVillage ManokotakVillage \N \N \N \N \N \N \N LIF f \N f 4 +3054 284 Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ColoradoRiverIndianTribesOfTheColoradoRiverIndianReservationArizonaAndCalifornia ColoradoRiverIndianTribesOfTheColoradoRiverIndianReservation-ArizonaAndCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +4020 310 Naknek Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NaknekNativeVillage NaknekNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +4001 310 McGrath Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N McGrathNativeVillage McGrathNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +4014 310 Modoc Nation (previously listed as The Modoc Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ModocNation ModocNation \N \N \N \N \N \N \N LIF f \N f 4 +3863 310 Colorado River Indian Tribes of the Colorado River Indian Reservation, Arizona and California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ColoradoRiverIndianTribesOfTheColoradoRiverIndianReservationArizonaAndCalifornia ColoradoRiverIndianTribesOfTheColoradoRiverIndianReservation-ArizonaAndCalifornia \N \N \N \N \N \N \N LIF f \N f 4 4449 314 Male \N Male Male \N \N \N \N \N \N \N LIF f \N f 4 -3992 310 Lytton Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Lytton Rancheria Of California Lytton Rancheria of California \N \N \N \N \N \N \N LIF f \N f 4 -3993 310 Makah Indian Tribe of the Makah Indian Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Makah Indian Tribe Of the Makah Indian Reservation Makah Indian Tribe of the Makah Indian Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4000 310 Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Match-e-be-nash-she-wish Band Of Pottawatomi Indians Of Michigan Match-e-be-nash-she-wish Band of Pottawatomi Indians of Michigan \N \N \N \N \N \N \N LIF f \N f 4 -4003 310 Menominee Indian Tribe of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Menominee Indian Tribe Of Wisconsin Menominee Indian Tribe of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -4008 310 Miami Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Miami Tribe Of Oklahoma Miami Tribe of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4009 310 Miccosukee Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Miccosukee Tribe Of Indians Miccosukee Tribe of Indians \N \N \N \N \N \N \N LIF f \N f 4 -4010 310 Middletown Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Middletown Rancheria Of Pomo Indians Of California Middletown Rancheria of Pomo Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4014 310 Modoc Nation (previously listed as The Modoc Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Modoc Nation Modoc Nation \N \N \N \N \N \N \N LIF f \N f 4 -4016 310 Monacan Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Monacan Indian Nation Monacan Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4019 310 Muckleshoot Indian Tribe (previously listed as Muckleshoot Indian Tribe of the Muckleshoot Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Muckleshoot Indian Tribe Muckleshoot Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 +4004 310 Mentasta Traditional Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MentastaTraditionalCouncil MentastaTraditionalCouncil \N \N \N \N \N \N \N LIF f \N f 4 +3848 310 Chicken Ranch Rancheria of Me-Wuk Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChickenRanchRancheriaOfMe-WukIndiansOfCalifornia ChickenRanchRancheriaOfMe-WukIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4254 310 Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation (previously listed as Shoalwater Bay Tribe of the Shoalwater Bay Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShoalwaterBayIndianTribeOfTheShoalwaterBayIndianReservation ShoalwaterBayIndianTribeOfTheShoalwaterBayIndianReservation \N \N \N \N \N \N \N LIF f \N f 4 +3995 310 Manley Hot Springs Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManleyHotSpringsVillage ManleyHotSpringsVillage \N \N \N \N \N \N \N LIF f \N f 4 +4085 310 Native Village of Paimiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPaimiut NativeVillageOfPaimiut \N \N \N \N \N \N \N LIF f \N f 4 +4086 310 Native Village of Perryville is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPerryville NativeVillageOfPerryville \N \N \N \N \N \N \N LIF f \N f 4 +4087 310 Native Village of Pilot Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPilotPoint NativeVillageOfPilotPoint \N \N \N \N \N \N \N LIF f \N f 4 +3998 310 Mashantucket Pequot Indian Tribe (previously listed as Mashantucket Pequot Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MashantucketPequotIndianTribe MashantucketPequotIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3999 310 Mashpee Wampanoag Tribe (previously listed as Mashpee Wampanoag Indian Tribal Council, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MashpeeWampanoagTribe MashpeeWampanoagTribe \N \N \N \N \N \N \N LIF f \N f 4 +3065 284 Confederated Tribes of the Warm Springs Reservation of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheWarmSpringsReservationOfOregon ConfederatedTribesOfTheWarmSpringsReservationOfOregon \N CEDS \N \N \N \N \N LIF f \N f 1 +4408 313 Marshall Islands \N MarshallIslands MarshallIslands \N \N \N \N \N \N \N LIF f \N f 4 4401 313 Indiana \N Indiana Indiana \N \N \N \N \N \N \N LIF f \N f 4 4402 313 Kansas \N Kansas Kansas \N \N \N \N \N \N \N LIF f \N f 4 -4021 310 Nansemond Indian Nation (previously listed as Nansemond Indian Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nansemond Indian Nation Nansemond Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4022 310 Narragansett Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Narragansett Indian Tribe Narragansett Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4012 310 Mississippi Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mississippi Band Of Choctaw Indians Mississippi Band of Choctaw Indians \N \N \N \N \N \N \N LIF f \N f 4 -4015 310 Mohegan Tribe of Indians of Connecticut (previously listed as Mohegan Indian Tribe of Connecticut) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Mohegan Tribe Of Indians Of Connecticut Mohegan Tribe of Indians of Connecticut \N \N \N \N \N \N \N LIF f \N f 4 +4129 310 Noorvik Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NoorvikNativeCommunity NoorvikNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +4306 310 Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuolumneBandOfMe-WukIndiansOfTheTuolumneRancheriaOfCalifornia TuolumneBandOfMe-WukIndiansOfTheTuolumneRancheriaOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4452 315 No school completed is the extent of formal instruction a person has received. \N NoSchoolCompleted NoSchoolCompleted \N \N \N \N \N \N \N LIF f \N f 4 4403 313 Kentucky \N Kentucky Kentucky \N \N \N \N \N \N \N LIF f \N f 4 4404 313 Louisiana \N Louisiana Louisiana \N \N \N \N \N \N \N LIF f \N f 4 4405 313 Massachusetts \N Massachusetts Massachusetts \N \N \N \N \N \N \N LIF f \N f 4 4406 313 Maryland \N Maryland Maryland \N \N \N \N \N \N \N LIF f \N f 4 4450 314 Female \N Female Female \N \N \N \N \N \N \N LIF f \N f 4 -4451 314 Gender is not selected \N Not selected Not selected \N \N \N \N \N \N \N LIF f \N f 4 +4120 310 Newhalen Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewhalenVillage NewhalenVillage \N \N \N \N \N \N \N LIF f \N f 4 4407 313 Maine \N Maine Maine \N \N \N \N \N \N \N LIF f \N f 4 -4408 313 Marshall Islands \N Marshall Islands Marshall Islands \N \N \N \N \N \N \N LIF f \N f 4 -4117 310 Nenana Native Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nenana Native Association Nenana Native Association \N \N \N \N \N \N \N LIF f \N f 4 -4118 310 New Koliganek Village Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N New Koliganek Village Council New Koliganek Village Council \N \N \N \N \N \N \N LIF f \N f 4 -4119 310 New Stuyahok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N New Stuyahok Village New Stuyahok Village \N \N \N \N \N \N \N LIF f \N f 4 -4120 310 Newhalen Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Newhalen Village Newhalen Village \N \N \N \N \N \N \N LIF f \N f 4 -4121 310 Newtok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Newtok Village Newtok Village \N \N \N \N \N \N \N LIF f \N f 4 -4122 310 Nez Perce Tribe (previously listed as Nez Perce Tribe of Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nez Perce Tribe Nez Perce Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4123 310 Nikolai Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nikolai Village Nikolai Village \N \N \N \N \N \N \N LIF f \N f 4 -4124 310 Ninilchik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ninilchik Village Ninilchik Village \N \N \N \N \N \N \N LIF f \N f 4 -4125 310 Nisqually Indian Tribe (previously listed as Nisqually Indian Tribe of the Nisqually Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nisqually Indian Tribe Nisqually Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4126 310 Nome Eskimo Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nome Eskimo Community Nome Eskimo Community \N \N \N \N \N \N \N LIF f \N f 4 -4127 310 Nondalton Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nondalton Village Nondalton Village \N \N \N \N \N \N \N LIF f \N f 4 -4128 310 Nooksack Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nooksack Indian Tribe Nooksack Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4129 310 Noorvik Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Noorvik Native Community Noorvik Native Community \N \N \N \N \N \N \N LIF f \N f 4 -4133 310 Northway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northway Village Northway Village \N \N \N \N \N \N \N LIF f \N f 4 -4452 315 No school completed is the extent of formal instruction a person has received. \N No school completed No school completed \N \N \N \N \N \N \N LIF f \N f 4 -4110 310 Native Village of Tyonek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tyonek Native Village of Tyonek \N \N \N \N \N \N \N LIF f \N f 4 -4111 310 Native Village of Unalakleet is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Unalakleet Native Village of Unalakleet \N \N \N \N \N \N \N LIF f \N f 4 -4112 310 Native Village of Unga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Unga Native Village of Unga \N \N \N \N \N \N \N LIF f \N f 4 -4114 310 Native Village of Wales is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Wales Native Village of Wales \N \N \N \N \N \N \N LIF f \N f 4 -4136 310 Nulato Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nulato Village Nulato Village \N \N \N \N \N \N \N LIF f \N f 4 -4137 310 Nunakauyarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nunakauyarmiut Tribe Nunakauyarmiut Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4138 310 Oglala Sioux Tribe (previously listed as Oglala Sioux Tribe of the Pine Ridge Reservation, South Dakota) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oglala Sioux Tribe Oglala Sioux Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4141 310 Oneida Indian Nation (previously listed as Oneida Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oneida Indian Nation Oneida Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4142 310 Oneida Nation (previously listed as Oneida Tribe of Indians of Wisconsin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oneida Nation Oneida Nation \N \N \N \N \N \N \N LIF f \N f 4 -4143 310 Onondaga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Onondaga Nation Onondaga Nation \N \N \N \N \N \N \N LIF f \N f 4 -4149 310 Orutsararmiut Traditional Native Council (previously listed as Orutsararmuit Native Village (aka Bethel)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Orutsararmiut Traditional Native Council Orutsararmiut Traditional Native Council \N \N \N \N \N \N \N LIF f \N f 4 -4150 310 Oscarville Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oscarville Traditional Village Oscarville Traditional Village \N \N \N \N \N \N \N LIF f \N f 4 +4121 310 Newtok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewtokVillage NewtokVillage \N \N \N \N \N \N \N LIF f \N f 4 +4451 314 Gender is not selected \N NotSelected NotSelected \N \N \N \N \N \N \N LIF f \N f 4 +4119 310 New Stuyahok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewStuyahokVillage NewStuyahokVillage \N \N \N \N \N \N \N LIF f \N f 4 +4126 310 Nome Eskimo Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NomeEskimoCommunity NomeEskimoCommunity \N \N \N \N \N \N \N LIF f \N f 4 +3497 284 Tuolumne Band of Me-Wuk Indians of the Tuolumne Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuolumneBandOfMe-WukIndiansOfTheTuolumneRancheriaOfCalifornia TuolumneBandOfMe-WukIndiansOfTheTuolumneRancheriaOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +4118 310 New Koliganek Village Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewKoliganekVillageCouncil NewKoliganekVillageCouncil \N \N \N \N \N \N \N LIF f \N f 4 +4090 310 Native Village of Port Graham is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortGraham NativeVillageOfPortGraham \N \N \N \N \N \N \N LIF f \N f 4 +4122 310 Nez Perce Tribe (previously listed as Nez Perce Tribe of Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NezPerceTribe NezPerceTribe \N \N \N \N \N \N \N LIF f \N f 4 +4093 310 Native Village of Ruby is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfRuby NativeVillageOfRuby \N \N \N \N \N \N \N LIF f \N f 4 +3000 284 Bad River Band of the Lake Superior Tribe of Chippewa Indians of the Bad River Reservation, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BadRiverBandOfTheLakeSuperiorTribeOfChippewaIndiansOfTheBadRiverReservation-Wisconsin BadRiverBandOfTheLakeSuperiorTribeOfChippewaIndiansOfTheBadRiverReservation-Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3819 310 Bishop Paiute Tribe (previously listed as Paiute-Shoshone Indians of the Bishop Community of the Bishop Colony, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BishopPaiuteTribe BishopPaiuteTribe \N \N \N \N \N \N \N LIF f \N f 4 +2149 120 Delivery includes significant levels of both in person and online. \N deliveryType-BlendedDelivery BlendedDelivery \N CTDL \N \N \N \N \N LIF f \N f 10 +2486 151 Budgetary reduction is the primary reason for the termination of the employment relationship. \N BudgetaryReduction BudgetaryReduction \N CEDS \N \N \N \N \N LIF f \N t 1 +3015 284 Burns Paiute Tribe (previously listed as Burns Paiute Tribe of the Burns Paiute Indian Colony of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BurnsPaiuteTribe BurnsPaiuteTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +4071 310 Native Village of Mekoryuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfMekoryuk NativeVillageOfMekoryuk \N \N \N \N \N \N \N LIF f \N f 4 +4137 310 Nunakauyarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NunakauyarmiutTribe NunakauyarmiutTribe \N \N \N \N \N \N \N LIF f \N f 4 +4164 310 Pedro Bay Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PedroBayVillage PedroBayVillage \N \N \N \N \N \N \N LIF f \N f 4 +4142 310 Oneida Nation (previously listed as Oneida Tribe of Indians of Wisconsin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OneidaNation OneidaNation \N \N \N \N \N \N \N LIF f \N f 4 +4136 310 Nulato Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NulatoVillage NulatoVillage \N \N \N \N \N \N \N LIF f \N f 4 +4149 310 Orutsararmiut Traditional Native Council (previously listed as Orutsararmuit Native Village (aka Bethel)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrutsararmiutTraditionalNativeCouncil OrutsararmiutTraditionalNativeCouncil \N \N \N \N \N \N \N LIF f \N f 4 4409 313 Michigan \N Michigan Michigan \N \N \N \N \N \N \N LIF f \N f 4 4410 313 Minnesota \N Minnesota Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4134 310 Northwestern Band of the Shoshone Nation (previously listed as Northwestern Band of Shoshoni Nation and the Northwestern Band of Shoshoni Nation of Utah (Washakie)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northwestern Band Of the Shoshone Nation Northwestern Band of the Shoshone Nation \N \N \N \N \N \N \N LIF f \N f 4 -4140 310 Omaha Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Omaha Tribe Of Nebraska Omaha Tribe of Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4144 310 Organized Village of Grayling (aka Holikachuk) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Grayling Organized Village of Grayling \N \N \N \N \N \N \N LIF f \N f 4 -4145 310 Organized Village of Kake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Kake Organized Village of Kake \N \N \N \N \N \N \N LIF f \N f 4 -4156 310 Pamunkey Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pamunkey Indian Tribe Pamunkey Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4159 310 Passamaquoddy Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Passamaquoddy Tribe Passamaquoddy Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4160 310 Pauloff Harbor Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pauloff Harbor Village Pauloff Harbor Village \N \N \N \N \N \N \N LIF f \N f 4 -4164 310 Pedro Bay Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pedro Bay Village Pedro Bay Village \N \N \N \N \N \N \N LIF f \N f 4 -4165 310 Penobscot Nation (previously listed as Penobscot Tribe of Maine) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Penobscot Nation Penobscot Nation \N \N \N \N \N \N \N LIF f \N f 4 -4167 310 Petersburg Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Petersburg Indian Association Petersburg Indian Association \N \N \N \N \N \N \N LIF f \N f 4 -4169 310 Pilot Station Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pilot Station Traditional Village Pilot Station Traditional Village \N \N \N \N \N \N \N LIF f \N f 4 -4172 310 Pitka's Point Traditional Council (previously listed as Native Village of Pitka's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pitka's Point Traditional Council Pitka's Point Traditional Council \N \N \N \N \N \N \N LIF f \N f 4 -4173 310 Platinum Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Platinum Traditional Village Platinum Traditional Village \N \N \N \N \N \N \N LIF f \N f 4 +4159 310 Passamaquoddy Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PassamaquoddyTribe PassamaquoddyTribe \N \N \N \N \N \N \N LIF f \N f 4 +4138 310 Oglala Sioux Tribe (previously listed as Oglala Sioux Tribe of the Pine Ridge Reservation, South Dakota) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OglalaSiouxTribe OglalaSiouxTribe \N \N \N \N \N \N \N LIF f \N f 4 +4156 310 Pamunkey Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PamunkeyIndianTribe PamunkeyIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4150 310 Oscarville Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OscarvilleTraditionalVillage OscarvilleTraditionalVillage \N \N \N \N \N \N \N LIF f \N f 4 +4169 310 Pilot Station Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PilotStationTraditionalVillage PilotStationTraditionalVillage \N \N \N \N \N \N \N LIF f \N f 4 +4173 310 Platinum Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PlatinumTraditionalVillage PlatinumTraditionalVillage \N \N \N \N \N \N \N LIF f \N f 4 +3872 310 Confederated Tribes of the Grand Ronde Community of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheGrandRondeCommunityOfOregon ConfederatedTribesOfTheGrandRondeCommunityOfOregon \N \N \N \N \N \N \N LIF f \N f 4 +3062 284 Confederated Tribes of the Goshute Reservation, Nevada and Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheGoshuteReservationNevadaAndUtah ConfederatedTribesOfTheGoshuteReservation-NevadaAndUtah \N CEDS \N \N \N \N \N LIF f \N f 1 +4167 310 Petersburg Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PetersburgIndianAssociation PetersburgIndianAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3997 310 Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManzanitaBandOfDieguenoMissionIndiansOfTheManzanitaReservationCalifornia ManzanitaBandOfDieguenoMissionIndiansOfTheManzanitaReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4160 310 Pauloff Harbor Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PauloffHarborVillage PauloffHarborVillage \N \N \N \N \N \N \N LIF f \N f 4 +4172 310 Pitka's Point Traditional Council (previously listed as Native Village of Pitka's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pitka'sPointTraditionalCouncil Pitka'sPointTraditionalCouncil \N \N \N \N \N \N \N LIF f \N f 4 +4092 310 Native Village of Port Lions is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPortLions NativeVillageOfPortLions \N \N \N \N \N \N \N LIF f \N f 4 4453 315 Preschool is the extent of formal instruction a person has received. \N Preschool Preschool \N \N \N \N \N \N \N LIF f \N f 4 -4155 310 Pala Band of Mission Indians (previously listed as Pala Band of Luiseno Mission Indians of the Pala Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pala Band Of Mission Indians Pala Band of Mission Indians \N \N \N \N \N \N \N LIF f \N f 4 -4157 310 Pascua Yaqui Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pascua Yaqui Tribe Of Arizona Pascua Yaqui Tribe of Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4158 310 Paskenta Band of Nomlaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paskenta Band Of Nomlaki Indians Of California Paskenta Band of Nomlaki Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4162 310 Pawnee Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pawnee Nation Of Oklahoma Pawnee Nation of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4166 310 Peoria Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Peoria Tribe Of Indians Of Oklahoma Peoria Tribe of Indians of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4168 310 Picayune Rancheria of Chukchansi Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Picayune Rancheria Of Chukchansi Indians Of California Picayune Rancheria of Chukchansi Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4204 310 Quapaw Nation (previously listed as The Quapaw Tribe of Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quapaw Nation Quapaw Nation \N \N \N \N \N \N \N LIF f \N f 4 -4178 310 Port Gamble S'Klallam Tribe (previously listed as Port Gamble Band of S'Klallam Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Port Gamble S'Klallam Tribe Port Gamble S'Klallam Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4179 310 Portage Creek Village (aka Ohgsenakale) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Portage Creek Village Portage Creek Village \N \N \N \N \N \N \N LIF f \N f 4 -4181 310 Prairie Band Potawatomi Nation (previously listed as Prairie Band of Potawatomi Nation, Kansas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Prairie Band Potawatomi Nation Prairie Band Potawatomi Nation \N \N \N \N \N \N \N LIF f \N f 4 -4182 310 Prairie Island Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Prairie Island Indian Community in the State Of Minnesota Prairie Island Indian Community in the State of Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4183 310 Pribilof Islands Aleut Communities of St. Paul & St. George Islands is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pribilof Islands Aleut Communities Of St. Paul & St. George Islands Pribilof Islands Aleut Communities of St. Paul & St. George Islands \N \N \N \N \N \N \N LIF f \N f 4 -4200 310 Puyallup Tribe of the Puyallup Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Puyallup Tribe Of the Puyallup Reservation Puyallup Tribe of the Puyallup Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4208 310 Quinault Indian Nation (previously listed as Quinault Tribe of the Quinault Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quinault Indian Nation Quinault Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4210 310 Rampart Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rampart Village Rampart Village \N \N \N \N \N \N \N LIF f \N f 4 -4219 310 Robinson Rancheria (previously listed as Robinson Rancheria Band of Pomo Indians, California and the Robinson Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Robinson Rancheria Robinson Rancheria \N \N \N \N \N \N \N LIF f \N f 4 -4202 310 Qagan Tayagungin Tribe of Sand Point (previously listed as Qagan Tayagungin Tribe of Sand Point Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Qagan Tayagungin Tribe Of Sand Point Qagan Tayagungin Tribe of Sand Point \N \N \N \N \N \N \N LIF f \N f 4 -4203 310 Qawalangin Tribe of Unalaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Qawalangin Tribe Of Unalaska Qawalangin Tribe of Unalaska \N \N \N \N \N \N \N LIF f \N f 4 -4205 310 Quartz Valley Indian Community of the Quartz Valley Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quartz Valley Indian Community Of the Quartz Valley Reservation Of California Quartz Valley Indian Community of the Quartz Valley Reservation of California \N \N \N \N \N \N \N LIF f \N f 4 -4207 310 Quileute Tribe of the Quileute Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quileute Tribe Of the Quileute Reservation Quileute Tribe of the Quileute Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4212 310 Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Red Cliff Band Of Lake Superior Chippewa Indians Of Wisconsin Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -4215 310 Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California (previously listed as Redwood Valley Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Redwood Valley or Little River Band Of Pomo Indians Of the Redwood Valley Rancheria California Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California \N \N \N \N \N \N \N LIF f \N f 4 -4226 310 Saint George Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint George Island Saint George Island \N \N \N \N \N \N \N LIF f \N f 4 -4227 310 Saint Paul Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint Paul Island Saint Paul Island \N \N \N \N \N \N \N LIF f \N f 4 +4179 310 Portage Creek Village (aka Ohgsenakale) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PortageCreekVillage PortageCreekVillage \N \N \N \N \N \N \N LIF f \N f 4 +4204 310 Quapaw Nation (previously listed as The Quapaw Tribe of Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuapawNation QuapawNation \N \N \N \N \N \N \N LIF f \N f 4 +4181 310 Prairie Band Potawatomi Nation (previously listed as Prairie Band of Potawatomi Nation, Kansas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PrairieBandPotawatomiNation PrairieBandPotawatomiNation \N \N \N \N \N \N \N LIF f \N f 4 +4210 310 Rampart Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RampartVillage RampartVillage \N \N \N \N \N \N \N LIF f \N f 4 +4219 310 Robinson Rancheria (previously listed as Robinson Rancheria Band of Pomo Indians, California and the Robinson Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RobinsonRancheria RobinsonRancheria \N \N \N \N \N \N \N LIF f \N f 4 +4178 310 Port Gamble S'Klallam Tribe (previously listed as Port Gamble Band of S'Klallam Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PortGambleS'KlallamTribe PortGambleS'KlallamTribe \N \N \N \N \N \N \N LIF f \N f 4 +3106 284 Grindstone Indian Rancheria of Wintun-Wailaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GrindstoneIndianRancheriaOfWintun-WailakiIndiansOfCalifornia GrindstoneIndianRancheriaOfWintun-WailakiIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3905 310 Fort Bidwell Indian Community of the Fort Bidwell Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortBidwellIndianCommunityOfTheFortBidwellReservationOfCalifornia FortBidwellIndianCommunityOfTheFortBidwellReservationOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4154 310 Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute-ShoshoneTribeOfTheFallonReservationAndColonyNevada Paiute-ShoshoneTribeOfTheFallonReservationAndColony-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +3869 310 Confederated Tribes of the Colville Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheColvilleReservation ConfederatedTribesOfTheColvilleReservation \N \N \N \N \N \N \N LIF f \N f 4 +3210 284 Muckleshoot Indian Tribe (previously listed as Muckleshoot Indian Tribe of the Muckleshoot Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MuckleshootIndianTribe MuckleshootIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3213 284 Narragansett Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NarragansettIndianTribe NarragansettIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3043 284 Chilkoot Indian Association (Haines) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChilkootIndianAssociation ChilkootIndianAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +4012 310 Mississippi Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MississippiBandOfChoctawIndians MississippiBandOfChoctawIndians \N \N \N \N \N \N \N LIF f \N f 4 +3076 284 Delaware Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DelawareTribeOfIndians DelawareTribeOfIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +4207 310 Quileute Tribe of the Quileute Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuileuteTribeOfTheQuileuteReservation QuileuteTribeOfTheQuileuteReservation \N \N \N \N \N \N \N LIF f \N f 4 +3398 284 Quileute Tribe of the Quileute Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuileuteTribeOfTheQuileuteReservation QuileuteTribeOfTheQuileuteReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +4248 310 Shageluk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShagelukNativeVillage ShagelukNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +4244 310 Seldovia Village Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SeldoviaVillageTribe SeldoviaVillageTribe \N \N \N \N \N \N \N LIF f \N f 4 4411 313 Missouri \N Missouri Missouri \N \N \N \N \N \N \N LIF f \N f 4 -4228 310 Saint Regis Mohawk Tribe (previously listed as St. Regis Band of Mohawk Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint Regis Mohawk Tribe Saint Regis Mohawk Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4229 310 Salamatof Tribe (previously listed as Village of Salamatoff) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Salamatof Tribe Salamatof Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4231 310 Samish Indian Nation (previously listed as Samish Indian Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Samish Indian Nation Samish Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4240 310 Kewa Pueblo, New Mexico (previously listed as Pueblo of Santo Domingo) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santo Domingo Pueblo Santo Domingo Pueblo \N \N \N \N \N \N \N LIF f \N f 4 -4241 310 Sauk-Suiattle Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sauk-Suiattle Indian Tribe Sauk-Suiattle Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4222 310 Sac & Fox Nation of Missouri in Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox Nation Of Missouri in Kansas and Nebraska Sac & Fox Nation of Missouri in Kansas and Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4224 310 Sac & Fox Tribe of the Mississippi in Iowa is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox Tribe Of the Mississippi in Iowa Sac & Fox Tribe of the Mississippi in Iowa \N \N \N \N \N \N \N LIF f \N f 4 -4225 310 Saginaw Chippewa Indian Tribe of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saginaw Chippewa Indian Tribe Of Michigan Saginaw Chippewa Indian Tribe of Michigan \N \N \N \N \N \N \N LIF f \N f 4 -4233 310 San Juan Southern Paiute Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Juan Southern Paiute Tribe Of Arizona San Juan Southern Paiute Tribe of Arizona \N \N \N \N \N \N \N LIF f \N f 4 -4235 310 San Pasqual Band of Diegueno Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Pasqual Band Of Diegueno Mission Indians Of California San Pasqual Band of Diegueno Mission Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4333 310 Village of Kaltag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kaltag Village of Kaltag \N \N \N \N \N \N \N LIF f \N f 4 -4244 310 Seldovia Village Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seldovia Village Tribe Seldovia Village Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4247 310 Seneca-Cayuga Nation (previously listed as Seneca-Cayuga Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca-Cayuga Nation Seneca-Cayuga Nation \N \N \N \N \N \N \N LIF f \N f 4 -4248 310 Shageluk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shageluk Native Village Shageluk Native Village \N \N \N \N \N \N \N LIF f \N f 4 -4250 310 Shawnee Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shawnee Tribe Shawnee Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4353 310 Wyandotte Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wyandotte Nation Wyandotte Nation \N \N \N \N \N \N \N LIF f \N f 4 -4253 310 Shinnecock Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shinnecock Indian Nation Shinnecock Indian Nation \N \N \N \N \N \N \N LIF f \N f 4 -4259 310 Skagway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skagway Village Skagway Village \N \N \N \N \N \N \N LIF f \N f 4 -4260 310 Skokomish Indian Tribe (previously listed as Skokomish Indian Tribe of the Skokomish Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skokomish Indian Tribe Skokomish Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4262 310 Snoqualmie Indian Tribe (previously listed as Snoqualmie Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Snoqualmie Indian Tribe Snoqualmie Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4243 310 Scotts Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Scotts Valley Band Of Pomo Indians Of California Scotts Valley Band of Pomo Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4245 310 Seminole Tribe of Florida (previously listed as Seminole Tribe of Florida (Dania, Big Cypress, Brighton, Hollywood & Tampa Reservations)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seminole Tribe Of Florida Seminole Tribe of Florida \N \N \N \N \N \N \N LIF f \N f 4 -4246 310 Seneca Nation of Indians (previously listed as Seneca Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca Nation Of Indians Seneca Nation of Indians \N \N \N \N \N \N \N LIF f \N f 4 -4249 310 Shakopee Mdewakanton Sioux Community of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shakopee Mdewakanton Sioux Community Of Minnesota Shakopee Mdewakanton Sioux Community of Minnesota \N \N \N \N \N \N \N LIF f \N f 4 -4265 310 South Naknek Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N South Naknek Village South Naknek Village \N \N \N \N \N \N \N LIF f \N f 4 -4272 310 Stebbins Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stebbins Community Association Stebbins Community Association \N \N \N \N \N \N \N LIF f \N f 4 +4259 310 Skagway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkagwayVillage SkagwayVillage \N \N \N \N \N \N \N LIF f \N f 4 +4353 310 Wyandotte Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WyandotteNation WyandotteNation \N \N \N \N \N \N \N LIF f \N f 4 +4227 310 Saint Paul Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintPaulIsland SaintPaulIsland \N \N \N \N \N \N \N LIF f \N f 4 +4226 310 Saint George Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintGeorgeIsland SaintGeorgeIsland \N \N \N \N \N \N \N LIF f \N f 4 +3459 284 Spokane Tribe of the Spokane Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SpokaneTribeOfTheSpokaneReservation SpokaneTribeOfTheSpokaneReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +4229 310 Salamatof Tribe (previously listed as Village of Salamatoff) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SalamatofTribe SalamatofTribe \N \N \N \N \N \N \N LIF f \N f 4 +4228 310 Saint Regis Mohawk Tribe (previously listed as St. Regis Band of Mohawk Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintRegisMohawkTribe SaintRegisMohawkTribe \N \N \N \N \N \N \N LIF f \N f 4 +4240 310 Kewa Pueblo, New Mexico (previously listed as Pueblo of Santo Domingo) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantoDomingoPueblo SantoDomingoPueblo \N \N \N \N \N \N \N LIF f \N f 4 +3904 310 Fort Belknap Indian Community of the Fort Belknap Reservation of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortBelknapIndianCommunityOfTheFortBelknapReservationOfMontana FortBelknapIndianCommunityOfTheFortBelknapReservationOfMontana \N \N \N \N \N \N \N LIF f \N f 4 +4182 310 Prairie Island Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PrairieIslandIndianCommunityInTheStateOfMinnesota PrairieIslandIndianCommunityInTheStateOfMinnesota \N \N \N \N \N \N \N LIF f \N f 4 +3373 284 Prairie Island Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PrairieIslandIndianCommunityInTheStateOfMinnesota PrairieIslandIndianCommunityInTheStateOfMinnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +4250 310 Shawnee Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShawneeTribe ShawneeTribe \N \N \N \N \N \N \N LIF f \N f 4 +3824 310 Burns Paiute Tribe (previously listed as Burns Paiute Tribe of the Burns Paiute Indian Colony of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BurnsPaiuteTribe BurnsPaiuteTribe \N \N \N \N \N \N \N LIF f \N f 4 +2794 270 Cafeteria/Food Services is the type of communication number listed for an organization. \N FoodServices Cafeteria/FoodServices \N CEDS \N \N \N \N \N LIF f \N t 1 +4241 310 Sauk-Suiattle Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sauk-SuiattleIndianTribe Sauk-SuiattleIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4260 310 Skokomish Indian Tribe (previously listed as Skokomish Indian Tribe of the Skokomish Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkokomishIndianTribe SkokomishIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4265 310 South Naknek Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SouthNaknekVillage SouthNaknekVillage \N \N \N \N \N \N \N LIF f \N f 4 +4282 310 Takotna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TakotnaVillage TakotnaVillage \N \N \N \N \N \N \N LIF f \N f 4 +4283 310 Tangirnaq Native Village (previously listed as Lesnoi Village (aka Woody Island)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TangirnaqNativeVillage TangirnaqNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +4292 310 Thlopthlocco Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ThlopthloccoTribalTown ThlopthloccoTribalTown \N \N \N \N \N \N \N LIF f \N f 4 4392 313 Delaware \N Delaware Delaware \N \N \N \N \N \N \N LIF f \N f 4 -4279 310 Swinomish Indian Tribal Community (previously listed as Swinomish Indians of the Swinomish Reservation of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Swinomish Indian Tribal Community Swinomish Indian Tribal Community \N \N \N \N \N \N \N LIF f \N f 4 -4281 310 Table Mountain Rancheria (previously listed as Table Mountain Rancheria of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Table Mountain Rancheria Table Mountain Rancheria \N \N \N \N \N \N \N LIF f \N f 4 -4282 310 Takotna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Takotna Village Takotna Village \N \N \N \N \N \N \N LIF f \N f 4 -4283 310 Tangirnaq Native Village (previously listed as Lesnoi Village (aka Woody Island)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tangirnaq Native Village Tangirnaq Native Village \N \N \N \N \N \N \N LIF f \N f 4 -4268 310 Spokane Tribe of the Spokane Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Spokane Tribe Of the Spokane Reservation Spokane Tribe of the Spokane Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4269 310 Squaxin Island Tribe of the Squaxin Island Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Squaxin Island Tribe Of the Squaxin Island Reservation Squaxin Island Tribe of the Squaxin Island Reservation \N \N \N \N \N \N \N LIF f \N f 4 -4270 310 St. Croix Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N St. Croix Chippewa Indians Of Wisconsin St. Croix Chippewa Indians of Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 -4271 310 Standing Rock Sioux Tribe of North & South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Standing Rock Sioux Tribe Of North & South Dakota Standing Rock Sioux Tribe of North & South Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4273 310 Stillaguamish Tribe of Indians of Washington (previously listed as Stillaguamish Tribe of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stillaguamish Tribe Of Indians Of Washington Stillaguamish Tribe of Indians of Washington \N \N \N \N \N \N \N LIF f \N f 4 -4285 310 Tejon Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tejon Indian Tribe Tejon Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4286 310 Telida Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Telida Village Telida Village \N \N \N \N \N \N \N LIF f \N f 4 -4287 310 The Chickasaw Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Chickasaw Nation The Chickasaw Nation \N \N \N \N \N \N \N LIF f \N f 4 -4289 310 The Muscogee (Creek) Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Muscogee The Muscogee \N \N \N \N \N \N \N LIF f \N f 4 -4290 310 The Osage Nation (previously listed as Osage Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Osage Nation The Osage Nation \N \N \N \N \N \N \N LIF f \N f 4 -4292 310 Thlopthlocco Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Thlopthlocco Tribal Town Thlopthlocco Tribal Town \N \N \N \N \N \N \N LIF f \N f 4 -4294 310 Timbisha Shoshone Tribe (previously listed as Death Valley Timbi-sha Shoshone Tribe and the Death Valley Timbi-Sha Shoshone Band of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Timbisha Shoshone Tribe Timbisha Shoshone Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4296 310 Tolowa Dee-ni' Nation (previously listed as Smith River Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tolowa Dee-ni' Nation Tolowa Dee-ni' Nation \N \N \N \N \N \N \N LIF f \N f 4 +4286 310 Telida Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TelidaVillage TelidaVillage \N \N \N \N \N \N \N LIF f \N f 4 +4147 310 Organized Village of Kwethluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKwethluk OrganizedVillageOfKwethluk \N \N \N \N \N \N \N LIF f \N f 4 +4115 310 Native Village of White Mountain is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfWhiteMountain NativeVillageOfWhiteMountain \N \N \N \N \N \N \N LIF f \N f 4 +4262 310 Snoqualmie Indian Tribe (previously listed as Snoqualmie Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SnoqualmieIndianTribe SnoqualmieIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3017 284 Cachil DeHe Band of Wintun Indians of the Colusa Indian Community of the Colusa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CachilDeHeBandOfWintunIndiansOfTheColusaIndianCommunityOfTheColusaRancheria-California CachilDeHeBandOfWintunIndiansOfTheColusaIndianCommunityOfTheColusaRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4285 310 Tejon Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TejonIndianTribe TejonIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4281 310 Table Mountain Rancheria (previously listed as Table Mountain Rancheria of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TableMountainRancheria TableMountainRancheria \N \N \N \N \N \N \N LIF f \N f 4 +4289 310 The Muscogee (Creek) Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheMuscogee TheMuscogee \N \N \N \N \N \N \N LIF f \N f 4 +4095 310 Native Village of Savoonga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSavoonga NativeVillageOfSavoonga \N \N \N \N \N \N \N LIF f \N f 4 +4097 310 Native Village of Selawik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSelawik NativeVillageOfSelawik \N \N \N \N \N \N \N LIF f \N f 4 +3045 284 Chippewa Cree Indians of the Rocky Boy's Reservation, Montana (previously listed as Chippewa-Cree Indians of the Rocky Boy's Reservation, Montana) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChippewaCreeIndiansOfTheRockyBoy'sReservationMontana ChippewaCreeIndiansOfTheRockyBoy'sReservation-Montana \N CEDS \N \N \N \N \N LIF f \N f 1 +4098 310 Native Village of Shaktoolik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShaktoolik NativeVillageOfShaktoolik \N \N \N \N \N \N \N LIF f \N f 4 +3080 284 Eastern Band of Cherokee Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternBandOfCherokeeIndians EasternBandOfCherokeeIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3231 284 Native Village of Deering is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfDeering NativeVillageOfDeering \N CEDS \N \N \N \N \N LIF f \N f 1 +3302 284 Native Village of Unalakleet is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfUnalakleet NativeVillageOfUnalakleet \N CEDS \N \N \N \N \N LIF f \N f 1 4393 313 Florida \N Florida Florida \N \N \N \N \N \N \N LIF f \N f 4 -4304 310 Tuluksak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuluksak Native Community Tuluksak Native Community \N \N \N \N \N \N \N LIF f \N f 4 -4305 310 Tunica-Biloxi Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tunica-Biloxi Indian Tribe Tunica-Biloxi Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4418 313 New Hampshire \N New Hampshire New Hampshire \N \N \N \N \N \N \N LIF f \N f 4 -4419 313 New Jersey \N New Jersey New Jersey \N \N \N \N \N \N \N LIF f \N f 4 -4284 310 Te-Moak Tribe of Western Shoshone Indians of Nevada (Four constituent bands: Battle Mountain Band; Elko Band; South Fork Band and Wells Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Te-Moak Tribe Of Western Shoshone Indians Of Nevada Te-Moak Tribe of Western Shoshone Indians of Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4288 310 The Choctaw Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Choctaw Nation Of Oklahoma The Choctaw Nation of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4291 310 The Seminole Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Seminole Nation Of Oklahoma The Seminole Nation of Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 -4308 310 Tuscarora Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuscarora Nation Tuscarora Nation \N \N \N \N \N \N \N LIF f \N f 4 -4310 310 Twin Hills Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twin Hills Village Twin Hills Village \N \N \N \N \N \N \N LIF f \N f 4 -4311 310 Ugashik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ugashik Village Ugashik Village \N \N \N \N \N \N \N LIF f \N f 4 -4312 310 Umkumiut Native Village (previously listed as Umkumiute Native Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Umkumiut Native Village Umkumiut Native Village \N \N \N \N \N \N \N LIF f \N f 4 -4315 310 Upper Mattaponi Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Mattaponi Tribe Upper Mattaponi Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4317 310 Upper Skagit Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Skagit Indian Tribe Upper Skagit Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4319 310 Ute Mountain Ute Tribe (previously listed as Ute Mountain Tribe of the Ute Mountain Reservation, Colorado, New Mexico & Utah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ute Mountain Ute Tribe Ute Mountain Ute Tribe \N \N \N \N \N \N \N LIF f \N f 4 +3303 284 Native Village of Unga is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfUnga NativeVillageOfUnga \N CEDS \N \N \N \N \N LIF f \N f 1 +4311 310 Ugashik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UgashikVillage UgashikVillage \N \N \N \N \N \N \N LIF f \N f 4 +4304 310 Tuluksak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuluksakNativeCommunity TuluksakNativeCommunity \N \N \N \N \N \N \N LIF f \N f 4 +4312 310 Umkumiut Native Village (previously listed as Umkumiute Native Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UmkumiutNativeVillage UmkumiutNativeVillage \N \N \N \N \N \N \N LIF f \N f 4 +3022 284 Campo Band of Diegueno Mission Indians of the Campo Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CampoBandOfDieguenoMissionIndiansOfTheCampoIndianReservation-California CampoBandOfDieguenoMissionIndiansOfTheCampoIndianReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 4321 310 \N \N Viejas Viejas \N \N \N \N \N \N \N LIF f \N f 4 -4420 313 New Mexico \N New Mexico New Mexico \N \N \N \N \N \N \N LIF f \N f 4 4421 313 Nevada \N Nevada Nevada \N \N \N \N \N \N \N LIF f \N f 4 -4307 310 Turtle Mountain Band of Chippewa Indians of North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Turtle Mountain Band Of Chippewa Indians Of North Dakota Turtle Mountain Band of Chippewa Indians of North Dakota \N \N \N \N \N \N \N LIF f \N f 4 -4309 310 Twenty-Nine Palms Band of Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twenty-Nine Palms Band Of Mission Indians Of California Twenty-Nine Palms Band of Mission Indians of California \N \N \N \N \N \N \N LIF f \N f 4 -4313 310 United Auburn Indian Community of the Auburn Rancheria of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N United Auburn Indian Community Of the Auburn Rancheria Of California United Auburn Indian Community of the Auburn Rancheria of California \N \N \N \N \N \N \N LIF f \N f 4 -4347 310 Wichita and Affiliated Tribes (Wichita, Keechi, Waco & Tawakonie), Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wichita and Affiliated Tribes Wichita and Affiliated Tribes \N \N \N \N \N \N \N LIF f \N f 4 -4352 310 Wrangell Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wrangell Cooperative Association Wrangell Cooperative Association \N \N \N \N \N \N \N LIF f \N f 4 -4354 310 Yakutat Tlingit Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yakutat Tlingit Tribe Yakutat Tlingit Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4357 310 Yavapai-Prescott Indian Tribe (previously listed as Yavapai-Prescott Tribe of the Yavapai Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-Prescott Indian Tribe Yavapai-Prescott Indian Tribe \N \N \N \N \N \N \N LIF f \N f 4 -4422 313 New York \N New York New York \N \N \N \N \N \N \N LIF f \N f 4 +4294 310 Timbisha Shoshone Tribe (previously listed as Death Valley Timbi-sha Shoshone Tribe and the Death Valley Timbi-Sha Shoshone Band of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TimbishaShoshoneTribe TimbishaShoshoneTribe \N \N \N \N \N \N \N LIF f \N f 4 +4315 310 Upper Mattaponi Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperMattaponiTribe UpperMattaponiTribe \N \N \N \N \N \N \N LIF f \N f 4 +3299 284 Native Village of Tuntutuliak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTuntutuliak NativeVillageOfTuntutuliak \N CEDS \N \N \N \N \N LIF f \N f 1 +4420 313 New Mexico \N NewMexico NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4354 310 Yakutat Tlingit Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YakutatTlingitTribe YakutatTlingitTribe \N \N \N \N \N \N \N LIF f \N f 4 +4305 310 Tunica-Biloxi Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tunica-BiloxiIndianTribe Tunica-BiloxiIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3300 284 Native Village of Tununak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTununak NativeVillageOfTununak \N CEDS \N \N \N \N \N LIF f \N f 1 +4310 310 Twin Hills Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TwinHillsVillage TwinHillsVillage \N \N \N \N \N \N \N LIF f \N f 4 +4418 313 New Hampshire \N NewHampshire NewHampshire \N \N \N \N \N \N \N LIF f \N f 4 +3031 284 Cher-Ae Heights Indian Community of the Trinidad Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Cher-AeHeightsIndianCommunityOfTheTrinidadRancheriaCalifornia Cher-AeHeightsIndianCommunityOfTheTrinidadRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4419 313 New Jersey \N NewJersey NewJersey \N \N \N \N \N \N \N LIF f \N f 4 +3085 284 Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElemIndianColonyOfPomoIndiansOfTheSulphurBankRancheriaCalifornia ElemIndianColonyOfPomoIndiansOfTheSulphurBankRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3204 284 Moapa Band of Paiute Indians of the Moapa River Indian Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MoapaBandOfPaiuteIndiansOfTheMoapaRiverIndianReservationNevada MoapaBandOfPaiuteIndiansOfTheMoapaRiverIndianReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +4422 313 New York \N NewYork NewYork \N \N \N \N \N \N \N LIF f \N f 4 4423 313 Ohio \N Ohio Ohio \N \N \N \N \N \N \N LIF f \N f 4 -4334 310 Village of Kotlik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Kotlik Village of Kotlik \N \N \N \N \N \N \N LIF f \N f 4 -4335 310 Village of Lower Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Lower Kalskag Village of Lower Kalskag \N \N \N \N \N \N \N LIF f \N f 4 -4336 310 Village of Ohogamiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Ohogamiut Village of Ohogamiut \N \N \N \N \N \N \N LIF f \N f 4 -4337 310 Village of Red Devil is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Red Devil Village of Red Devil \N \N \N \N \N \N \N LIF f \N f 4 -4338 310 Village of Sleetmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Sleetmute Village of Sleetmute \N \N \N \N \N \N \N LIF f \N f 4 -4339 310 Village of Solomon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Solomon Village of Solomon \N \N \N \N \N \N \N LIF f \N f 4 -4361 310 Ysleta del Sur Pueblo (previously listed as Ysleta Del Sur Pueblo of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ysleta del Sur Pueblo Ysleta del Sur Pueblo \N \N \N \N \N \N \N LIF f \N f 4 +4455 315 First grade is the extent of formal instruction a person has received. \N FirstGrade FirstGrade \N \N \N \N \N \N \N LIF f \N f 4 +4456 315 Second grade is the extent of formal instruction a person has received. \N SecondGrade SecondGrade \N \N \N \N \N \N \N LIF f \N f 4 +4457 315 Third grade is the extent of formal instruction a person has received. \N ThirdGrade ThirdGrade \N \N \N \N \N \N \N LIF f \N f 4 +4458 315 Fourth grade is the extent of formal instruction a person has received. \N FourthGrade FourthGrade \N \N \N \N \N \N \N LIF f \N f 4 +4386 313 American Samoa \N AmericanSamoa AmericanSamoa \N \N \N \N \N \N \N LIF f \N f 4 +4415 313 North Carolina \N NorthCarolina NorthCarolina \N \N \N \N \N \N \N LIF f \N f 4 4365 311 Home/personal is the type of electronic mail (e-mail) address listed for a person or organization. \N Home/personal Home/personal \N \N \N \N \N \N \N LIF f \N f 4 4366 311 Work is the type of electronic mail (e-mail) address listed for a person or organization. \N Work Work \N \N \N \N \N \N \N LIF f \N f 4 -4367 311 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational (school) address Organizational (school) address \N \N \N \N \N \N \N LIF f \N f 4 +4367 311 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational(school)Address Organizational(school)Address \N \N \N \N \N \N \N LIF f \N f 4 4368 311 Other is the type of electronic mail (e-mail) address listed for a person or organization. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 4369 312 Mailing is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mailing Mailing \N \N \N \N \N \N \N LIF f \N f 4 4370 312 Physical is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Physical Physical \N \N \N \N \N \N \N LIF f \N f 4 4371 312 Shipping is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Shipping Shipping \N \N \N \N \N \N \N LIF f \N f 4 -4372 312 Billing address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Billing address Billing address \N \N \N \N \N \N \N LIF f \N f 4 -4373 312 On campus is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N On campus On campus \N \N \N \N \N \N \N LIF f \N f 4 -4377 312 Father's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Father's address Father's address \N \N \N \N \N \N \N LIF f \N f 4 -4378 312 Mother's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mother's address Mother's address \N \N \N \N \N \N \N LIF f \N f 4 -4379 312 Guardian's address is specified as the type of address listed for a learner or a parent, guardian, family member or related \N Guardian's address Guardian's address \N \N \N \N \N \N \N LIF f \N f 4 -4380 312 Other home address is specified as the address type for a staff member. \N Other home address Other home address \N \N \N \N \N \N \N LIF f \N f 4 -4381 312 Employer's address is specified as the address type for a staff member. \N Employer's address Employer's address \N \N \N \N \N \N \N LIF f \N f 4 -4382 312 Employment address is specified as the address type for a staff member. \N Employment address Employment address \N \N \N \N \N \N \N LIF f \N f 4 +3304 284 Native Village of Venetie Tribal Government (Arctic Village and Village of Venetie) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfVenetieTribalGovernment NativeVillageOfVenetieTribalGovernment \N CEDS \N \N \N \N \N LIF f \N f 1 +4416 313 North Dakota \N NorthDakota NorthDakota \N \N \N \N \N \N \N LIF f \N f 4 +4412 313 Northern Marianas \N NorthernMarianas NorthernMarianas \N \N \N \N \N \N \N LIF f \N f 4 +4380 312 Other home address is specified as the address type for a staff member. \N OtherHomeAddress OtherHomeAddress \N \N \N \N \N \N \N LIF f \N f 4 +3103 284 Gila River Indian Community of the Gila River Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GilaRiverIndianCommunityOfTheGilaRiverIndianReservationArizona GilaRiverIndianCommunityOfTheGilaRiverIndianReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3288 284 Native Village of Selawik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfSelawik NativeVillageOfSelawik \N CEDS \N \N \N \N \N LIF f \N f 1 4383 313 Alaska \N Alaska Alaska \N \N \N \N \N \N \N LIF f \N f 4 4384 313 Alabama \N Alabama Alabama \N \N \N \N \N \N \N LIF f \N f 4 4385 313 Arkansas \N Arkansas Arkansas \N \N \N \N \N \N \N LIF f \N f 4 -4386 313 American Samoa \N American Samoa American Samoa \N \N \N \N \N \N \N LIF f \N f 4 +4372 312 Billing address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N BillingAddress BillingAddress \N \N \N \N \N \N \N LIF f \N f 4 4387 313 Arizona \N Arizona Arizona \N \N \N \N \N \N \N LIF f \N f 4 4388 313 California \N California California \N \N \N \N \N \N \N LIF f \N f 4 4389 313 Colorado \N Colorado Colorado \N \N \N \N \N \N \N LIF f \N f 4 4390 313 Connecticut \N Connecticut Connecticut \N \N \N \N \N \N \N LIF f \N f 4 -4412 313 Northern Marianas \N Northern Marianas Northern Marianas \N \N \N \N \N \N \N LIF f \N f 4 +3305 284 Native Village of Wales is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfWales NativeVillageOfWales \N CEDS \N \N \N \N \N LIF f \N f 1 4413 313 Mississippi \N Mississippi Mississippi \N \N \N \N \N \N \N LIF f \N f 4 4414 313 Montana \N Montana Montana \N \N \N \N \N \N \N LIF f \N f 4 -4415 313 North Carolina \N North Carolina North Carolina \N \N \N \N \N \N \N LIF f \N f 4 -4416 313 North Dakota \N North Dakota North Dakota \N \N \N \N \N \N \N LIF f \N f 4 +4361 310 Ysleta del Sur Pueblo (previously listed as Ysleta Del Sur Pueblo of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YsletaDelSurPueblo YsletaDelSurPueblo \N \N \N \N \N \N \N LIF f \N f 4 4417 313 Nebraska \N Nebraska Nebraska \N \N \N \N \N \N \N LIF f \N f 4 -4362 310 Yupiit of Andreafski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yupiit Of Andreafski Yupiit of Andreafski \N \N \N \N \N \N \N LIF f \N f 4 -4391 313 District of Columbia \N District Of Columbia District of Columbia \N \N \N \N \N \N \N LIF f \N f 4 +4377 312 Father's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Father'sAddress Father'sAddress \N \N \N \N \N \N \N LIF f \N f 4 +4378 312 Mother's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mother'sAddress Mother'sAddress \N \N \N \N \N \N \N LIF f \N f 4 4454 315 Kindergarten is the extent of formal instruction a person has received. \N Kindergarten Kindergarten \N \N \N \N \N \N \N LIF f \N f 4 -4455 315 First grade is the extent of formal instruction a person has received. \N First grade First grade \N \N \N \N \N \N \N LIF f \N f 4 -4456 315 Second grade is the extent of formal instruction a person has received. \N Second grade Second grade \N \N \N \N \N \N \N LIF f \N f 4 -4457 315 Third grade is the extent of formal instruction a person has received. \N Third grade Third grade \N \N \N \N \N \N \N LIF f \N f 4 -4458 315 Fourth grade is the extent of formal instruction a person has received. \N Fourth grade Fourth grade \N \N \N \N \N \N \N LIF f \N f 4 -4459 315 Fifth grade is the extent of formal instruction a person has received. \N Fifth grade Fifth grade \N \N \N \N \N \N \N LIF f \N f 4 -4460 315 Sixth grade is the extent of formal instruction a person has received. \N Sixth grade Sixth grade \N \N \N \N \N \N \N LIF f \N f 4 -4461 315 Seventh grade is the extent of formal instruction a person has received. \N Seventh grade Seventh grade \N \N \N \N \N \N \N LIF f \N f 4 -4462 315 Eighth grade is the extent of formal instruction a person has received. \N Eighth grade Eighth grade \N \N \N \N \N \N \N LIF f \N f 4 -4463 315 Ninth grade is the extent of formal instruction a person has received. \N Ninth grade Ninth grade \N \N \N \N \N \N \N LIF f \N f 4 -4464 315 Tenth grade is the extent of formal instruction a person has received. \N Tenth grade Tenth grade \N \N \N \N \N \N \N LIF f \N f 4 -4465 315 Eleventh Grade is the extent of formal instruction a person has received. \N Eleventh Grade Eleventh Grade \N \N \N \N \N \N \N LIF f \N f 4 -4467 315 High school diploma is the extent of formal instruction a person has received. \N High school diploma High school diploma \N \N \N \N \N \N \N LIF f \N f 4 -4470 315 Career and Technical Education certificate is the extent of formal instruction a person has received. \N Career and Technical Education certificate Career and Technical Education certificate \N \N \N \N \N \N \N LIF f \N f 4 -4471 315 Grade 13 is the extent of formal instruction a person has received. \N Grade 13 Grade 13 \N \N \N \N \N \N \N LIF f \N f 4 -4472 315 Some college but no degree is the extent of formal instruction a person has received. \N Some college but no degree Some college but no degree \N \N \N \N \N \N \N LIF f \N f 4 -4475 315 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N Associate's degree (two years or more) Associate's degree (two years or more) \N \N \N \N \N \N \N LIF f \N f 4 -4477 315 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N Bachelor's (Baccalaureate) degree Bachelor's (Baccalaureate) degree \N \N \N \N \N \N \N LIF f \N f 4 -4480 315 Post-master’s certificate is the extent of formal instruction a person has received. \N Post-master’s certificate Post-master’s certificate \N \N \N \N \N \N \N LIF f \N f 4 -4481 315 Graduate certificate is the extent of formal instruction a person has received. \N Graduate certificate Graduate certificate \N \N \N \N \N \N \N LIF f \N f 4 -4482 315 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N Doctoral (Doctor's) degree Doctoral (Doctor's) degree \N \N \N \N \N \N \N LIF f \N f 4 -4483 315 First-professional degree is the extent of formal instruction a person has received. \N First-professional degree First-professional degree \N \N \N \N \N \N \N LIF f \N f 4 -4484 315 Post-professional degree is the extent of formal instruction a person has received. \N Post-professional degree Post-professional degree \N \N \N \N \N \N \N LIF f \N f 4 -4485 315 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N Doctor’s degree-research/scholarship Doctor’s degree-research/scholarship \N \N \N \N \N \N \N LIF f \N f 4 -4486 315 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N Doctor’s degree-professional practice Doctor’s degree-professional practice \N \N \N \N \N \N \N LIF f \N f 4 -4487 315 Doctor’s degree-other is the extent of formal instruction a person has received. \N Doctor’s degree-other Doctor’s degree-other \N \N \N \N \N \N \N LIF f \N f 4 +4379 312 Guardian's address is specified as the type of address listed for a learner or a parent, guardian, family member or related \N Guardian'sAddress Guardian'sAddress \N \N \N \N \N \N \N LIF f \N f 4 +4381 312 Employer's address is specified as the address type for a staff member. \N Employer'sAddress Employer'sAddress \N \N \N \N \N \N \N LIF f \N f 4 +4382 312 Employment address is specified as the address type for a staff member. \N EmploymentAddress EmploymentAddress \N \N \N \N \N \N \N LIF f \N f 4 +4467 315 High school diploma is the extent of formal instruction a person has received. \N HighSchoolDiploma HighSchoolDiploma \N \N \N \N \N \N \N LIF f \N f 4 +4492 274 The person is the learner's court appointed guardian. \N CourtAppointedGuardian CourtAppointedGuardian \N \N \N \N \N \N \N LIF f \N f 4 +4465 315 Eleventh Grade is the extent of formal instruction a person has received. \N EleventhGrade EleventhGrade \N \N \N \N \N \N \N LIF f \N f 4 +4472 315 Some college but no degree is the extent of formal instruction a person has received. \N SomeCollegeButNoDegree SomeCollegeButNoDegree \N \N \N \N \N \N \N LIF f \N f 4 +4497 274 The person is the significant other of the learner's Father. \N Father'sSignificantOther Father'sSignificantOther \N \N \N \N \N \N \N LIF f \N f 4 +3266 284 Native Village of Napakiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapakiak NativeVillageOfNapakiak \N CEDS \N \N \N \N \N LIF f \N f 1 +4506 274 The person is the significant other of the learner's Mother. \N Mother'sSignificantOther Mother'sSignificantOther \N \N \N \N \N \N \N LIF f \N f 4 +4459 315 Fifth grade is the extent of formal instruction a person has received. \N FifthGrade FifthGrade \N \N \N \N \N \N \N LIF f \N f 4 +4460 315 Sixth grade is the extent of formal instruction a person has received. \N SixthGrade SixthGrade \N \N \N \N \N \N \N LIF f \N f 4 +4512 274 The person is the Significant other of the learner. \N SignificantOther SignificantOther \N \N \N \N \N \N \N LIF f \N f 4 +4175 310 Pokagon Band of Potawatomi Indians, Michigan and Indiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PokagonBandOfPotawatomiIndiansMichiganAndIndiana PokagonBandOfPotawatomiIndians-MichiganAndIndiana \N \N \N \N \N \N \N LIF f \N f 4 +3859 310 Cloverdale Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CloverdaleRancheriaOfPomoIndiansOfCalifornia CloverdaleRancheriaOfPomoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4471 315 Grade 13 is the extent of formal instruction a person has received. \N Grade13 Grade13 \N \N \N \N \N \N \N LIF f \N f 4 +3289 284 Native Village of Shaktoolik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShaktoolik NativeVillageOfShaktoolik \N CEDS \N \N \N \N \N LIF f \N f 1 4488 315 The extent of formal instruction a person has received is in a category not yet defined in CEDS. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 4489 274 The person is the learner's Aunt. \N Aunt Aunt \N \N \N \N \N \N \N LIF f \N f 4 4490 274 The person is the learner's Brother. \N Brother Brother \N \N \N \N \N \N \N LIF f \N f 4 4491 274 The person is the learner's Brother-in-law. \N Brother-in-law Brother-in-law \N \N \N \N \N \N \N LIF f \N f 4 -4492 274 The person is the learner's court appointed guardian. \N Court appointed guardian Court appointed guardian \N \N \N \N \N \N \N LIF f \N f 4 4493 274 The person is the learner's Daughter. \N Daughter Daughter \N \N \N \N \N \N \N LIF f \N f 4 4495 274 The person is the learner's Employer. \N Employer Employer \N \N \N \N \N \N \N LIF f \N f 4 4496 274 The person is the learner's Father. \N Father Father \N \N \N \N \N \N \N LIF f \N f 4 -4497 274 The person is the significant other of the learner's Father. \N Father's significant other Father's significant other \N \N \N \N \N \N \N LIF f \N f 4 -4498 274 The person is a legal partner of the learner's father, established by a civil union other than marriage. \N Father's civil partner Father's civil partner \N \N \N \N \N \N \N LIF f \N f 4 4499 274 The person is the father of the learner's spouse. \N Father-in-law Father-in-law \N \N \N \N \N \N \N LIF f \N f 4 4500 274 The person is a man who is engaged to be married to the learner. \N Fiance Fiance \N \N \N \N \N \N \N LIF f \N f 4 4501 274 The person is a woman who is engaged to be married to the learner. \N Fiancee Fiancee \N \N \N \N \N \N \N LIF f \N f 4 @@ -17390,21 +16902,22 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4503 274 The person is the learner's Grandfather. \N Grandfather Grandfather \N \N \N \N \N \N \N LIF f \N f 4 4504 274 The person is the learner's Grandmother. \N Grandmother Grandmother \N \N \N \N \N \N \N LIF f \N f 4 4505 274 The person is the learner's Husband. \N Husband Husband \N \N \N \N \N \N \N LIF f \N f 4 -4506 274 The person is the significant other of the learner's Mother. \N Mother's significant other Mother's significant other \N \N \N \N \N \N \N LIF f \N f 4 4507 274 The person is the learner's Mother \N Mother Mother \N \N \N \N \N \N \N LIF f \N f 4 -4508 274 The person is a legal partner of the learner's mother, established by a civil union other than marriage. \N Mother's civil partner Mother's civil partner \N \N \N \N \N \N \N LIF f \N f 4 4509 274 The person is the learner's Nephew. \N Nephew Nephew \N \N \N \N \N \N \N LIF f \N f 4 4510 274 The person is the learner's Niece. \N Niece Niece \N \N \N \N \N \N \N LIF f \N f 4 4511 274 The person is related to the learner in a way not represented by other standard options. \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 -4512 274 The person is the Significant other of the learner. \N Significant other Significant other \N \N \N \N \N \N \N LIF f \N f 4 4513 274 The person is the learner's Sister. \N Sister Sister \N \N \N \N \N \N \N LIF f \N f 4 4514 274 The person is the learner's Son. \N Son Son \N \N \N \N \N \N \N LIF f \N f 4 4515 274 The person is the learner's Unknown. \N Unknown Unknown \N \N \N \N \N \N \N LIF f \N f 4 +4483 315 First-professional degree is the extent of formal instruction a person has received. \N First-professionalDegree First-professionalDegree \N \N \N \N \N \N \N LIF f \N f 4 +4480 315 Post-master’s certificate is the extent of formal instruction a person has received. \N Post-master’sCertificate Post-master’sCertificate \N \N \N \N \N \N \N LIF f \N f 4 +4481 315 Graduate certificate is the extent of formal instruction a person has received. \N GraduateCertificate GraduateCertificate \N \N \N \N \N \N \N LIF f \N f 4 +4477 315 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N Bachelor's(Baccalaureate)Degree Bachelor's(Baccalaureate)Degree \N \N \N \N \N \N \N LIF f \N f 4 +4482 315 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N Doctoral(Doctor's)Degree Doctoral(Doctor's)Degree \N \N \N \N \N \N \N LIF f \N f 4 4516 274 The person is the learner's Uncle. \N Uncle Uncle \N \N \N \N \N \N \N LIF f \N f 4 4517 274 The person is the learner's Ward. \N Ward Ward \N \N \N \N \N \N \N LIF f \N f 4 4518 274 The person is the learner's Wife. \N Wife Wife \N \N \N \N \N \N \N LIF f \N f 4 -3633 287 Armed Forces America \N ArmedForcesAmerica Armed Forces America \N CEDS \N \N \N \N \N LIF f \N f 1 -3294 284 Native Village of Tanana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Native Village Of Tanana Native Village of Tanana \N CEDS \N \N \N \N \N LIF f \N f 1 +3633 287 Armed Forces America \N ArmedForcesAmerica ArmedForcesAmerica \N CEDS \N \N \N \N \N LIF f \N f 1 4728 333 Referred to program \N Referred Referred \N \N \N \N \N \N \N LIF f \N f 4 4729 333 Eligible for program \N Eligible Eligible \N \N \N \N \N \N \N LIF f \N f 4 4730 333 Not eligible for program \N NotEligible NotEligible \N \N \N \N \N \N \N LIF f \N f 4 @@ -17412,177 +16925,136 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 4732 333 Exited program \N Exited Exited \N \N \N \N \N \N \N LIF f \N f 4 4733 333 Withdrew/refused program \N Withdrew Withdrew \N \N \N \N \N \N \N LIF f \N f 4 4734 333 Other \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 -4735 334 Work or product created or produced by the person being assessed. \N assessMethod:Artifact assessMethod:Artifact \N \N \N \N \N \N \N LIF f \N f 10 -4736 334 Mix of scored items presented in fixed or open response formats including qualifying and comprehensive exams. \N assessMethod:Exam assessMethod:Exam \N \N \N \N \N \N \N LIF f \N f 10 -4737 334 Set of behaviors or actions assessed as demonstration of competencies where the assessment occurs either as the actions take place (i.e., live) or through review of recordings of those actions in a persistent media (e.g., video, audio, keystroke records, etc.) \N assessMethod:Performance assessMethod:Performance \N \N \N \N \N \N \N LIF f \N f 10 -4738 335 Intended for those with significant experience or expertise where developmental expectations are staged for assessing knowledge, skills, or competencies beyond the novice and intermediate levels. \N audLevel:AdvancedLevel audLevel:AdvancedLevel \N \N \N \N \N \N \N LIF f \N f 10 -4739 335 Intended for those completing college/university-level programs within their first one to two years (lower-division) of post-secondary education. \N audLevel:AssociatesDegreeLevel audLevel:AssociatesDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 -4740 335 Intended for those completing college/university-level programs within approximately three to four years where course work and activities advance skills from a lower-division or generalist level to an upper-division level. \N audLevel:BachelorsDegreeLevel audLevel:BachelorsDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 -4741 335 Intended for novices or those with limited experience. \N audLevel:BeginnerLevel audLevel:BeginnerLevel \N \N \N \N \N \N \N LIF f \N f 10 -4742 335 Intended for those who have completed Bachelors and Masters degrees or their equivalent and who will be required to complete either independent research or a significant project or paper. \N audLevel:DoctoralDegreeLevel audLevel:DoctoralDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 -4743 335 Intended for those who enrolled in a degree program or other formal program above the baccalaureate level, such as a masters or doctoral degree program. \N audLevel:GraduateLevel audLevel:GraduateLevel \N \N \N \N \N \N \N LIF f \N f 10 -4744 335 Intended for those with some experience, where knowledge, skills, and competency expectations are staged for development beyond novice-level and in preparation for a more advanced-level. \N audLevel:IntermediateLevel audLevel:IntermediateLevel \N \N \N \N \N \N \N LIF f \N f 10 -4745 335 Intended for those in the first half of an undergraduate level program. \N audLevel:LowerDivisionLevel audLevel:LowerDivisionLevel \N \N \N \N \N \N \N LIF f \N f 10 -4746 335 Intended for those who have completed a Bachelor's Degree or equivalent. \N audLevel:MastersDegreeLevel audLevel:MastersDegreeLevel \N \N \N \N \N \N \N LIF f \N f 10 -4747 335 Intended for those who have completed secondary level school programs or equivalent. \N audLevel:PostSecondaryLevel audLevel:PostSecondaryLevel \N \N \N \N \N \N \N LIF f \N f 10 -4748 335 Intended for those attending professional programs or equivalent, such as law or medicine. \N audLevel:ProfessionalLevel audLevel:ProfessionalLevel \N \N \N \N \N \N \N LIF f \N f 10 -4749 335 Intended for those who are under-prepared for learning at a particular level. \N audLevel:RemedialLevel audLevel:RemedialLevel \N \N \N \N \N \N \N LIF f \N f 10 -4750 335 Intended for those attending secondary (high-school) level programs. \N audLevel:SecondaryLevel audLevel:SecondaryLevel \N \N \N \N \N \N \N LIF f \N f 10 -4751 335 Intended for those who are enrolled in a degree program or other formal program at or below the baccalaureate, such as an associate’s degree, vocational, or technical program. \N audLevel:UndergraduateLevel audLevel:UndergraduateLevel \N \N \N \N \N \N \N LIF f \N f 10 -4752 335 Intended for those in the second half of an undergraduate level program. \N audLevel:UpperDivisionLevel audLevel:UpperDivisionLevel \N \N \N \N \N \N \N LIF f \N f 10 +3308 284 Nenana Native Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NenanaNativeAssociation NenanaNativeAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3310 284 New Stuyahok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewStuyahokVillage NewStuyahokVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3311 284 Newhalen Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewhalenVillage NewhalenVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3312 284 Newtok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewtokVillage NewtokVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3309 284 New Koliganek Village Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NewKoliganekVillageCouncil NewKoliganekVillageCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +3313 284 Nez Perce Tribe (previously listed as Nez Perce Tribe of Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NezPerceTribe NezPerceTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3987 310 Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LovelockPaiuteTribeOfTheLovelockIndianColonyNevada LovelockPaiuteTribeOfTheLovelockIndianColony-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +4343 310 Walker River Paiute Tribe of the Walker River Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WalkerRiverPaiuteTribeOfTheWalkerRiverReservationNevada WalkerRiverPaiuteTribeOfTheWalkerRiverReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +3199 284 Miami Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiamiTribeOfOklahoma MiamiTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4068 310 Native Village of Larsen Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfLarsenBay NativeVillageOfLarsenBay \N \N \N \N \N \N \N LIF f \N f 4 3598 287 Maine \N Maine Maine \N CEDS \N \N \N \N \N LIF f \N f 1 -3308 284 Nenana Native Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nenana Native Association Nenana Native Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3309 284 New Koliganek Village Council is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N New Koliganek Village Council New Koliganek Village Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3310 284 New Stuyahok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N New Stuyahok Village New Stuyahok Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3311 284 Newhalen Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Newhalen Village Newhalen Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3312 284 Newtok Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Newtok Village Newtok Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3313 284 Nez Perce Tribe (previously listed as Nez Perce Tribe of Idaho) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nez Perce Tribe Nez Perce Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3314 284 Nikolai Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nikolai Village Nikolai Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3315 284 Ninilchik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ninilchik Village Ninilchik Village \N CEDS \N \N \N \N \N LIF f \N f 1 +3046 284 Chitimacha Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChitimachaTribeOfLouisiana ChitimachaTribeOfLouisiana \N CEDS \N \N \N \N \N LIF f \N f 1 +3200 284 Miccosukee Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiccosukeeTribeOfIndians MiccosukeeTribeOfIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +4735 334 Work or product created or produced by the person being assessed. \N assessMethod-Artifact assessMethod-Artifact \N \N \N \N \N \N \N LIF f \N f 10 +3064 284 Confederated Tribes of the Umatilla Indian Reservation (previously listed as Confederated Tribes of the Umatilla Reservation, Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheUmatillaIndianReservation ConfederatedTribesOfTheUmatillaIndianReservation \N CEDS \N \N \N \N \N LIF f \N f 1 3601 287 Minnesota \N Minnesota Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 3602 287 Missouri \N Missouri Missouri \N CEDS \N \N \N \N \N LIF f \N f 1 -3316 284 Nisqually Indian Tribe (previously listed as Nisqually Indian Tribe of the Nisqually Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nisqually Indian Tribe Nisqually Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3317 284 Nome Eskimo Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nome Eskimo Community Nome Eskimo Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3318 284 Nondalton Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nondalton Village Nondalton Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3319 284 Nooksack Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nooksack Indian Tribe Nooksack Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3320 284 Noorvik Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Noorvik Native Community Noorvik Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3603 287 Northern Marianas \N NorthernMarianas Northern Marianas \N CEDS \N \N \N \N \N LIF f \N f 1 -3324 284 Northway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northway Village Northway Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3327 284 Nulato Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nulato Village Nulato Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3328 284 Nunakauyarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Nunakauyarmiut Tribe Nunakauyarmiut Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3329 284 Oglala Sioux Tribe (previously listed as Oglala Sioux Tribe of the Pine Ridge Reservation, South Dakota) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oglala Sioux Tribe Oglala Sioux Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3332 284 Oneida Indian Nation (previously listed as Oneida Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oneida Indian Nation Oneida Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3333 284 Oneida Nation (previously listed as Oneida Tribe of Indians of Wisconsin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oneida Nation Oneida Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3334 284 Onondaga Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Onondaga Nation Onondaga Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3323 284 Northfork Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northfork Rancheria Of Mono Indians Of California Northfork Rancheria of Mono Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3325 284 Northwestern Band of the Shoshone Nation (previously listed as Northwestern Band of Shoshoni Nation and the Northwestern Band of Shoshoni Nation of Utah (Washakie)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Northwestern Band Of the Shoshone Nation Northwestern Band of the Shoshone Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3331 284 Omaha Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Omaha Tribe Of Nebraska Omaha Tribe of Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 -3335 284 Organized Village of Grayling (aka Holikachuk) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Grayling Organized Village of Grayling \N CEDS \N \N \N \N \N LIF f \N f 1 -3340 284 Orutsararmiut Traditional Native Council (previously listed as Orutsararmuit Native Village (aka Bethel)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Orutsararmiut Traditional Native Council Orutsararmiut Traditional Native Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3341 284 Oscarville Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Oscarville Traditional Village Oscarville Traditional Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3347 284 Pamunkey Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pamunkey Indian Tribe Pamunkey Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3350 284 Passamaquoddy Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Passamaquoddy Tribe Passamaquoddy Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3351 284 Pauloff Harbor Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pauloff Harbor Village Pauloff Harbor Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3355 284 Pedro Bay Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pedro Bay Village Pedro Bay Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3356 284 Penobscot Nation (previously listed as Penobscot Tribe of Maine) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Penobscot Nation Penobscot Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3358 284 Petersburg Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Petersburg Indian Association Petersburg Indian Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3339 284 Organized Village of Saxman is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Organized Village Of Saxman Organized Village of Saxman \N CEDS \N \N \N \N \N LIF f \N f 1 -3343 284 Ottawa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ottawa Tribe Of Oklahoma Ottawa Tribe of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3344 284 Paiute Indian Tribe of Utah (Cedar Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes (previously listed as Paiute Indian Tribe of Utah (Cedar City Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Paiute Indian Tribe Of Utah Paiute Indian Tribe of Utah \N CEDS \N \N \N \N \N LIF f \N f 1 -3346 284 Pala Band of Mission Indians (previously listed as Pala Band of Luiseno Mission Indians of the Pala Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pala Band Of Mission Indians Pala Band of Mission Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3360 284 Pilot Station Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pilot Station Traditional Village Pilot Station Traditional Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3635 287 Armed Forces Pacific \N ArmedForcesPacific Armed Forces Pacific \N CEDS \N \N \N \N \N LIF f \N f 1 -3363 284 Pitka's Point Traditional Council (previously listed as Native Village of Pitka's Point) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pitka's Point Traditional Council Pitka's Point Traditional Council \N CEDS \N \N \N \N \N LIF f \N f 1 -3364 284 Platinum Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Platinum Traditional Village Platinum Traditional Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3369 284 Port Gamble S'Klallam Tribe (previously listed as Port Gamble Band of S'Klallam Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Port Gamble S'Klallam Tribe Port Gamble S'Klallam Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3370 284 Portage Creek Village (aka Ohgsenakale) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Portage Creek Village Portage Creek Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3372 284 Prairie Band Potawatomi Nation (previously listed as Prairie Band of Potawatomi Nation, Kansas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Prairie Band Potawatomi Nation Prairie Band Potawatomi Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3365 284 Poarch Band of Creeks (previously listed as Poarch Band of Creek Indians of Alabama) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Poarch Band Of Creek Indians Poarch Band of Creek Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3367 284 Ponca Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ponca Tribe Of Indians Of Oklahoma Ponca Tribe of Indians of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3368 284 Ponca Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ponca Tribe Of Nebraska Ponca Tribe of Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 -3373 284 Prairie Island Indian Community in the State of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Prairie Island Indian Community in the State Of Minnesota Prairie Island Indian Community in the State of Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -3374 284 Pribilof Islands Aleut Communities of St. Paul & St. George Islands is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Pribilof Islands Aleut Communities Of St. Paul & St. George Islands Pribilof Islands Aleut Communities of St. Paul & St. George Islands \N CEDS \N \N \N \N \N LIF f \N f 1 -3652 290 Third grade is the extent of formal instruction a person has received. \N ThirdGrade Third grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3395 284 Quapaw Nation (previously listed as The Quapaw Tribe of Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quapaw Nation Quapaw Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3399 284 Quinault Indian Nation (previously listed as Quinault Tribe of the Quinault Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quinault Indian Nation Quinault Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3401 284 Rampart Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Rampart Village Rampart Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3496 284 Tunica-Biloxi Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tunica-Biloxi Indian Tribe Tunica-Biloxi Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3463 284 Stebbins Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stebbins Community Association Stebbins Community Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3391 284 Puyallup Tribe of the Puyallup Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Puyallup Tribe Of the Puyallup Reservation Puyallup Tribe of the Puyallup Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3393 284 Qagan Tayagungin Tribe of Sand Point (previously listed as Qagan Tayagungin Tribe of Sand Point Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Qagan Tayagungin Tribe Of Sand Point Qagan Tayagungin Tribe of Sand Point \N CEDS \N \N \N \N \N LIF f \N f 1 -3394 284 Qawalangin Tribe of Unalaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Qawalangin Tribe Of Unalaska Qawalangin Tribe of Unalaska \N CEDS \N \N \N \N \N LIF f \N f 1 -3396 284 Quartz Valley Indian Community of the Quartz Valley Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quartz Valley Indian Community Of the Quartz Valley Reservation Of California Quartz Valley Indian Community of the Quartz Valley Reservation of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3398 284 Quileute Tribe of the Quileute Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Quileute Tribe Of the Quileute Reservation Quileute Tribe of the Quileute Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3410 284 Robinson Rancheria (previously listed as Robinson Rancheria Band of Pomo Indians, California and the Robinson Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Robinson Rancheria Robinson Rancheria \N CEDS \N \N \N \N \N LIF f \N f 1 -3417 284 Saint George Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint George Island Saint George Island \N CEDS \N \N \N \N \N LIF f \N f 1 -3418 284 Saint Paul Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint Paul Island Saint Paul Island \N CEDS \N \N \N \N \N LIF f \N f 1 -3419 284 Saint Regis Mohawk Tribe (previously listed as St. Regis Band of Mohawk Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saint Regis Mohawk Tribe Saint Regis Mohawk Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3420 284 Salamatof Tribe (previously listed as Village of Salamatoff) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Salamatof Tribe Salamatof Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3422 284 Samish Indian Nation (previously listed as Samish Indian Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Samish Indian Nation Samish Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 +3320 284 Noorvik Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NoorvikNativeCommunity NoorvikNativeCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +3314 284 Nikolai Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NikolaiVillage NikolaiVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3315 284 Ninilchik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NinilchikVillage NinilchikVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3318 284 Nondalton Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NondaltonVillage NondaltonVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3333 284 Oneida Nation (previously listed as Oneida Tribe of Indians of Wisconsin) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OneidaNation OneidaNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3340 284 Orutsararmiut Traditional Native Council (previously listed as Orutsararmuit Native Village (aka Bethel)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrutsararmiutTraditionalNativeCouncil OrutsararmiutTraditionalNativeCouncil \N CEDS \N \N \N \N \N LIF f \N f 1 +3324 284 Northway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthwayVillage NorthwayVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3327 284 Nulato Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NulatoVillage NulatoVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3329 284 Oglala Sioux Tribe (previously listed as Oglala Sioux Tribe of the Pine Ridge Reservation, South Dakota) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OglalaSiouxTribe OglalaSiouxTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3328 284 Nunakauyarmiut Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NunakauyarmiutTribe NunakauyarmiutTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3317 284 Nome Eskimo Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NomeEskimoCommunity NomeEskimoCommunity \N CEDS \N \N \N \N \N LIF f \N f 1 +4257 310 Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sisseton-WahpetonOyateOfTheLakeTraverseReservationSouthDakota Sisseton-WahpetonOyateOfTheLakeTraverseReservation-SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3603 287 Northern Marianas \N NorthernMarianas NorthernMarianas \N CEDS \N \N \N \N \N LIF f \N f 1 +4363 310 Yurok Tribe of the Yurok Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YurokTribeOfTheYurokReservationCalifornia YurokTribeOfTheYurokReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4360 310 Yomba Shoshone Tribe of the Yomba Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YombaShoshoneTribeOfTheYombaReservationNevada YombaShoshoneTribeOfTheYombaReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +4318 310 Ute Indian Tribe of the Uintah & Ouray Reservation, Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UteIndianTribeOfTheUintah&OurayReservation-Utah UteIndianTribeOfTheUintah&OurayReservation-Utah \N \N \N \N \N \N \N LIF f \N f 4 +3875 310 Coquille Indian Tribe (previously listed as Coquille Tribe of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoquilleIndianTribe CoquilleIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3878 310 Cowlitz Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CowlitzIndianTribe CowlitzIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3355 284 Pedro Bay Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PedroBayVillage PedroBayVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3356 284 Penobscot Nation (previously listed as Penobscot Tribe of Maine) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PenobscotNation PenobscotNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3652 290 Third grade is the extent of formal instruction a person has received. \N ThirdGrade ThirdGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3635 287 Armed Forces Pacific \N ArmedForcesPacific ArmedForcesPacific \N CEDS \N \N \N \N \N LIF f \N f 1 +3370 284 Portage Creek Village (aka Ohgsenakale) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PortageCreekVillage PortageCreekVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3401 284 Rampart Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RampartVillage RampartVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3817 310 Big Valley Band of Pomo Indians of the Big Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigValleyBandOfPomoIndiansOfTheBigValleyRancheria-California BigValleyBandOfPomoIndiansOfTheBigValleyRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3369 284 Port Gamble S'Klallam Tribe (previously listed as Port Gamble Band of S'Klallam Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PortGambleS'KlallamTribe PortGambleS'KlallamTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3860 310 Cocopah Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CocopahTribeOfArizona CocopahTribeOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +3839 310 Chemehuevi Indian Tribe of the Chemehuevi Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChemehueviIndianTribeOfTheChemehueviReservationCalifornia ChemehueviIndianTribeOfTheChemehueviReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +3030 284 Chemehuevi Indian Tribe of the Chemehuevi Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChemehueviIndianTribeOfTheChemehueviReservationCalifornia ChemehueviIndianTribeOfTheChemehueviReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3130 284 Iowa Tribe of Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IowaTribeOfKansasAndNebraska IowaTribeOfKansasAndNebraska \N CEDS \N \N \N \N \N LIF f \N f 1 +3395 284 Quapaw Nation (previously listed as The Quapaw Tribe of Indians) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuapawNation QuapawNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3364 284 Platinum Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PlatinumTraditionalVillage PlatinumTraditionalVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3360 284 Pilot Station Traditional Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PilotStationTraditionalVillage PilotStationTraditionalVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3358 284 Petersburg Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PetersburgIndianAssociation PetersburgIndianAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3121 284 Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HualapaiIndianTribeOfTheHualapaiIndianReservationArizona HualapaiIndianTribeOfTheHualapaiIndianReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3372 284 Prairie Band Potawatomi Nation (previously listed as Prairie Band of Potawatomi Nation, Kansas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PrairieBandPotawatomiNation PrairieBandPotawatomiNation \N CEDS \N \N \N \N \N LIF f \N f 1 +4346 310 White Mountain Apache Tribe of the Fort Apache Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WhiteMountainApacheTribeOfTheFortApacheReservationArizona WhiteMountainApacheTribeOfTheFortApacheReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +3268 284 Native Village of Nelson Lagoon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNelsonLagoon NativeVillageOfNelsonLagoon \N CEDS \N \N \N \N \N LIF f \N f 1 +3496 284 Tunica-Biloxi Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tunica-BiloxiIndianTribe Tunica-BiloxiIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3463 284 Stebbins Community Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StebbinsCommunityAssociation StebbinsCommunityAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3417 284 Saint George Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintGeorgeIsland SaintGeorgeIsland \N CEDS \N \N \N \N \N LIF f \N f 1 +3420 284 Salamatof Tribe (previously listed as Village of Salamatoff) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SalamatofTribe SalamatofTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3259 284 Native Village of Larsen Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfLarsenBay NativeVillageOfLarsenBay \N CEDS \N \N \N \N \N LIF f \N f 1 +3419 284 Saint Regis Mohawk Tribe (previously listed as St. Regis Band of Mohawk Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintRegisMohawkTribe SaintRegisMohawkTribe \N CEDS \N \N \N \N \N LIF f \N f 1 3593 287 Kansas \N Kansas Kansas \N CEDS \N \N \N \N \N LIF f \N f 1 -3403 284 Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Red Cliff Band Of Lake Superior Chippewa Indians Of Wisconsin Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3406 284 Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California (previously listed as Redwood Valley Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Redwood Valley or Little River Band Of Pomo Indians Of the Redwood Valley Rancheria California Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California \N CEDS \N \N \N \N \N LIF f \N f 1 -3413 284 Sac & Fox Nation of Missouri in Kansas and Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox Nation Of Missouri in Kansas and Nebraska Sac & Fox Nation of Missouri in Kansas and Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 -3415 284 Sac & Fox Tribe of the Mississippi in Iowa is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac & Fox Tribe Of the Mississippi in Iowa Sac & Fox Tribe of the Mississippi in Iowa \N CEDS \N \N \N \N \N LIF f \N f 1 -3416 284 Saginaw Chippewa Indian Tribe of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Saginaw Chippewa Indian Tribe Of Michigan Saginaw Chippewa Indian Tribe of Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 -3431 284 Kewa Pueblo, New Mexico (previously listed as Pueblo of Santo Domingo) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Santo Domingo Pueblo Santo Domingo Pueblo \N CEDS \N \N \N \N \N LIF f \N f 1 -3432 284 Sauk-Suiattle Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sauk-Suiattle Indian Tribe Sauk-Suiattle Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3506 284 Upper Mattaponi Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Mattaponi Tribe Upper Mattaponi Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3435 284 Seldovia Village Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seldovia Village Tribe Seldovia Village Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3438 284 Seneca-Cayuga Nation (previously listed as Seneca-Cayuga Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca-Cayuga Nation Seneca-Cayuga Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3439 284 Shageluk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shageluk Native Village Shageluk Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3441 284 Shawnee Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shawnee Tribe Shawnee Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3506 284 Upper Mattaponi Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperMattaponiTribe UpperMattaponiTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3182 284 Lummi Tribe of the Lummi Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LummiTribeOfTheLummiReservation LummiTribeOfTheLummiReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +4131 310 Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthernCheyenneTribeOfTheNorthernCheyenneIndianReservationMontana NorthernCheyenneTribeOfTheNorthernCheyenneIndianReservation-Montana \N \N \N \N \N \N \N LIF f \N f 4 +3418 284 Saint Paul Island (See Pribilof Islands Aleut Communities of St. Paul & St. George Islands) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaintPaulIsland SaintPaulIsland \N CEDS \N \N \N \N \N LIF f \N f 1 +3431 284 Kewa Pueblo, New Mexico (previously listed as Pueblo of Santo Domingo) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantoDomingoPueblo SantoDomingoPueblo \N CEDS \N \N \N \N \N LIF f \N f 1 +4364 310 Zuni Tribe of the Zuni Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ZuniTribeOfTheZuniReservation-NewMexico ZuniTribeOfTheZuniReservation-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3432 284 Sauk-Suiattle Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sauk-SuiattleIndianTribe Sauk-SuiattleIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3865 310 Confederated Salish and Kootenai Tribes of the Flathead Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedSalishAndKootenaiTribesOfTheFlatheadReservation ConfederatedSalishAndKootenaiTribesOfTheFlatheadReservation \N \N \N \N \N \N \N LIF f \N f 4 +3098 284 Fort McDermitt Paiute and Shoshone Tribes of the Fort McDermitt Indian Reservation, Nevada and Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMcDermittPaiuteAndShoshoneTribesOfTheFortMcDermittIndianReservationNevadaAndOregon FortMcDermittPaiuteAndShoshoneTribesOfTheFortMcDermittIndianReservation-NevadaAndOregon \N CEDS \N \N \N \N \N LIF f \N f 1 +3168 284 Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacDuFlambeauBandOfLakeSuperiorChippewaIndiansOfTheLacDuFlambeauReservationOfWisconsin LacDuFlambeauBandOfLakeSuperiorChippewaIndiansOfTheLacDuFlambeauReservationOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3438 284 Seneca-Cayuga Nation (previously listed as Seneca-Cayuga Tribe of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca-CayugaNation Seneca-CayugaNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3439 284 Shageluk Native Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShagelukNativeVillage ShagelukNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 3594 287 Kentucky \N Kentucky Kentucky \N CEDS \N \N \N \N \N LIF f \N f 1 -3424 284 San Juan Southern Paiute Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Juan Southern Paiute Tribe Of Arizona San Juan Southern Paiute Tribe of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3471 284 Sycuan Band of the Kumeyaay Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sycuan Band Of the Kumeyaay Nation Sycuan Band of the Kumeyaay Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3426 284 San Pasqual Band of Diegueno Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N San Pasqual Band Of Diegueno Mission Indians Of California San Pasqual Band of Diegueno Mission Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3434 284 Scotts Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Scotts Valley Band Of Pomo Indians Of California Scotts Valley Band of Pomo Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3436 284 Seminole Tribe of Florida (previously listed as Seminole Tribe of Florida (Dania, Big Cypress, Brighton, Hollywood & Tampa Reservations)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seminole Tribe Of Florida Seminole Tribe of Florida \N CEDS \N \N \N \N \N LIF f \N f 1 -3437 284 Seneca Nation of Indians (previously listed as Seneca Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Seneca Nation Of Indians Seneca Nation of Indians \N CEDS \N \N \N \N \N LIF f \N f 1 -3440 284 Shakopee Mdewakanton Sioux Community of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shakopee Mdewakanton Sioux Community Of Minnesota Shakopee Mdewakanton Sioux Community of Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 -3444 284 Shinnecock Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shinnecock Indian Nation Shinnecock Indian Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3450 284 Skagway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skagway Village Skagway Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3451 284 Skokomish Indian Tribe (previously listed as Skokomish Indian Tribe of the Skokomish Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skokomish Indian Tribe Skokomish Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3453 284 Snoqualmie Indian Tribe (previously listed as Snoqualmie Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Snoqualmie Indian Tribe Snoqualmie Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3456 284 South Naknek Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N South Naknek Village South Naknek Village \N CEDS \N \N \N \N \N LIF f \N f 1 +3456 284 South Naknek Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SouthNaknekVillage SouthNaknekVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3441 284 Shawnee Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShawneeTribe ShawneeTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3435 284 Seldovia Village Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SeldoviaVillageTribe SeldoviaVillageTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3450 284 Skagway Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkagwayVillage SkagwayVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3444 284 Shinnecock Indian Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShinnecockIndianNation ShinnecockIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 3595 287 Louisiana \N Louisiana Louisiana \N CEDS \N \N \N \N \N LIF f \N f 1 -3442 284 Sherwood Valley Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sherwood Valley Rancheria Of Pomo Indians Of California Sherwood Valley Rancheria of Pomo Indians of California \N CEDS \N \N \N \N \N LIF f \N f 1 -3445 284 Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation (previously listed as Shoalwater Bay Tribe of the Shoalwater Bay Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoalwater Bay Indian Tribe Of the Shoalwater Bay Indian Reservation Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3446 284 Shoshone-Bannock Tribes of the Fort Hall Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-Bannock Tribes Of the Fort Hall Reservation Shoshone-Bannock Tribes of the Fort Hall Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3449 284 Sitka Tribe of Alaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sitka Tribe Of Alaska Sitka Tribe of Alaska \N CEDS \N \N \N \N \N LIF f \N f 1 -3452 284 Skull Valley Band of Goshute Indians of Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Skull Valley Band Of Goshute Indians Of Utah Skull Valley Band of Goshute Indians of Utah \N CEDS \N \N \N \N \N LIF f \N f 1 -3459 284 Spokane Tribe of the Spokane Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Spokane Tribe Of the Spokane Reservation Spokane Tribe of the Spokane Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3460 284 Squaxin Island Tribe of the Squaxin Island Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Squaxin Island Tribe Of the Squaxin Island Reservation Squaxin Island Tribe of the Squaxin Island Reservation \N CEDS \N \N \N \N \N LIF f \N f 1 -3653 290 Fourth grade is the extent of formal instruction a person has received. \N FourthGrade Fourth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3470 284 Swinomish Indian Tribal Community (previously listed as Swinomish Indians of the Swinomish Reservation of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Swinomish Indian Tribal Community Swinomish Indian Tribal Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3472 284 Table Mountain Rancheria (previously listed as Table Mountain Rancheria of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Table Mountain Rancheria Table Mountain Rancheria \N CEDS \N \N \N \N \N LIF f \N f 1 -3473 284 Takotna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Takotna Village Takotna Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3474 284 Tangirnaq Native Village (previously listed as Lesnoi Village (aka Woody Island)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tangirnaq Native Village Tangirnaq Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3476 284 Tejon Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tejon Indian Tribe Tejon Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3477 284 Telida Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Telida Village Telida Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3478 284 The Chickasaw Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Chickasaw Nation The Chickasaw Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3480 284 The Muscogee (Creek) Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Muscogee The Muscogee \N CEDS \N \N \N \N \N LIF f \N f 1 -3481 284 The Osage Nation (previously listed as Osage Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N The Osage Nation The Osage Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3483 284 Thlopthlocco Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Thlopthlocco Tribal Town Thlopthlocco Tribal Town \N CEDS \N \N \N \N \N LIF f \N f 1 -3485 284 Timbisha Shoshone Tribe (previously listed as Death Valley Timbi-sha Shoshone Tribe and the Death Valley Timbi-Sha Shoshone Band of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Timbisha Shoshone Tribe Timbisha Shoshone Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3866 310 Confederated Tribes and Bands of the Yakama Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesAndBandsOfTheYakamaNation ConfederatedTribesAndBandsOfTheYakamaNation \N \N \N \N \N \N \N LIF f \N f 4 +3923 310 Hoh Indian Tribe (previously listed as Hoh Indian Tribe of the Hoh Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HohIndianTribe HohIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3411 284 Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RosebudSiouxTribeOfTheRosebudIndianReservationSouthDakota RosebudSiouxTribeOfTheRosebudIndianReservation-SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3449 284 Sitka Tribe of Alaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SitkaTribeOfAlaska SitkaTribeOfAlaska \N CEDS \N \N \N \N \N LIF f \N f 1 +3451 284 Skokomish Indian Tribe (previously listed as Skokomish Indian Tribe of the Skokomish Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkokomishIndianTribe SkokomishIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3453 284 Snoqualmie Indian Tribe (previously listed as Snoqualmie Tribe, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SnoqualmieIndianTribe SnoqualmieIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3104 284 Grand Traverse Band of Ottawa and Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GrandTraverseBandOfOttawaAndChippewaIndiansMichigan GrandTraverseBandOfOttawaAndChippewaIndians-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3925 310 Hoonah Indian Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoonahIndianAssociation HoonahIndianAssociation \N \N \N \N \N \N \N LIF f \N f 4 +4303 310 Tule River Indian Tribe of the Tule River Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuleRiverIndianTribeOfTheTuleRiverReservationCalifornia TuleRiverIndianTribeOfTheTuleRiverReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +3915 310 Grindstone Indian Rancheria of Wintun-Wailaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N GrindstoneIndianRancheriaOfWintun-WailakiIndiansOfCalifornia GrindstoneIndianRancheriaOfWintun-WailakiIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3653 290 Fourth grade is the extent of formal instruction a person has received. \N FourthGrade FourthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3654 290 Fifth grade is the extent of formal instruction a person has received. \N FifthGrade FifthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3478 284 The Chickasaw Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheChickasawNation TheChickasawNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3473 284 Takotna Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TakotnaVillage TakotnaVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3487 284 Tolowa Dee-ni' Nation (previously listed as Smith River Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TolowaDee-ni'Nation TolowaDee-ni'Nation \N CEDS \N \N \N \N \N LIF f \N f 1 +3474 284 Tangirnaq Native Village (previously listed as Lesnoi Village (aka Woody Island)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TangirnaqNativeVillage TangirnaqNativeVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3499 284 Tuscarora Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuscaroraNation TuscaroraNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3483 284 Thlopthlocco Tribal Town is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ThlopthloccoTribalTown ThlopthloccoTribalTown \N CEDS \N \N \N \N \N LIF f \N f 1 +3494 284 Tule River Indian Tribe of the Tule River Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TuleRiverIndianTribeOfTheTuleRiverReservationCalifornia TuleRiverIndianTribeOfTheTuleRiverReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3477 284 Telida Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TelidaVillage TelidaVillage \N CEDS \N \N \N \N \N LIF f \N f 1 2457 148 \N \N OtherPayMethods OtherPayMethods \N \N \N \N \N \N \N LIF f \N t 1 -3464 284 Stillaguamish Tribe of Indians of Washington (previously listed as Stillaguamish Tribe of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Stillaguamish Tribe Of Indians Of Washington Stillaguamish Tribe of Indians of Washington \N CEDS \N \N \N \N \N LIF f \N f 1 -3466 284 Summit Lake Paiute Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Summit Lake Paiute Tribe Of Nevada Summit Lake Paiute Tribe of Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3467 284 Sun'aq Tribe of Kodiak (previously listed as Shoonaq' Tribe of Kodiak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sun'aq Tribe Of Kodiak Sun'aq Tribe of Kodiak \N CEDS \N \N \N \N \N LIF f \N f 1 -3487 284 Tolowa Dee-ni' Nation (previously listed as Smith River Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tolowa Dee-ni' Nation Tolowa Dee-ni' Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3654 290 Fifth grade is the extent of formal instruction a person has received. \N FifthGrade Fifth grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3495 284 Tuluksak Native Community is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuluksak Native Community Tuluksak Native Community \N CEDS \N \N \N \N \N LIF f \N f 1 -3499 284 Tuscarora Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tuscarora Nation Tuscarora Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3501 284 Twin Hills Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twin Hills Village Twin Hills Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3502 284 Ugashik Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ugashik Village Ugashik Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3503 284 Umkumiut Native Village (previously listed as Umkumiute Native Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Umkumiut Native Village Umkumiut Native Village \N CEDS \N \N \N \N \N LIF f \N f 1 -3508 284 Upper Skagit Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Upper Skagit Indian Tribe Upper Skagit Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3501 284 Twin Hills Village is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TwinHillsVillage TwinHillsVillage \N CEDS \N \N \N \N \N LIF f \N f 1 +3391 284 Puyallup Tribe of the Puyallup Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuyallupTribeOfThePuyallupReservation PuyallupTribeOfThePuyallupReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +3986 310 Los Coyotes Band of Cahuilla and Cupeno Indians, California (previously listed as Los Coyotes Band of Cahuilla & Cupeno Indians of the Los Coyotes Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LosCoyotesBandOfCahuillaAndCupenoIndiansCalifornia LosCoyotesBandOfCahuillaAndCupenoIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4206 310 Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuechanTribeOfTheFortYumaIndianReservation-California&Arizona QuechanTribeOfTheFortYumaIndianReservation-California&Arizona \N \N \N \N \N \N \N LIF f \N f 4 +3476 284 Tejon Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TejonIndianTribe TejonIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3485 284 Timbisha Shoshone Tribe (previously listed as Death Valley Timbi-sha Shoshone Tribe and the Death Valley Timbi-Sha Shoshone Band of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TimbishaShoshoneTribe TimbishaShoshoneTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3480 284 The Muscogee (Creek) Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheMuscogee TheMuscogee \N CEDS \N \N \N \N \N LIF f \N f 1 +3472 284 Table Mountain Rancheria (previously listed as Table Mountain Rancheria of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TableMountainRancheria TableMountainRancheria \N CEDS \N \N \N \N \N LIF f \N f 1 +3855 310 Chitimacha Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ChitimachaTribeOfLouisiana ChitimachaTribeOfLouisiana \N \N \N \N \N \N \N LIF f \N f 4 +3946 310 Jena Band of Choctaw Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JenaBandOfChoctawIndians JenaBandOfChoctawIndians \N \N \N \N \N \N \N LIF f \N f 4 +3599 287 Marshall Islands \N MarshallIslands MarshallIslands \N CEDS \N \N \N \N \N LIF f \N f 1 3596 287 Massachusetts \N Massachusetts Massachusetts \N CEDS \N \N \N \N \N LIF f \N f 1 -3488 284 Tonawanda Band of Seneca (previously listed as Tonawanda Band of Seneca Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonawanda Band Of Seneca Tonawanda Band of Seneca \N CEDS \N \N \N \N \N LIF f \N f 1 -3489 284 Tonkawa Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonkawa Tribe Of Indians Of Oklahoma Tonkawa Tribe of Indians of Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 -3490 284 Tonto Apache Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Tonto Apache Tribe Of Arizona Tonto Apache Tribe of Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 -3492 284 Traditional Village of Togiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Traditional Village Of Togiak Traditional Village of Togiak \N CEDS \N \N \N \N \N LIF f \N f 1 -3510 284 Ute Mountain Ute Tribe (previously listed as Ute Mountain Tribe of the Ute Mountain Reservation, Colorado, New Mexico & Utah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ute Mountain Ute Tribe Ute Mountain Ute Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3599 287 Marshall Islands \N MarshallIslands Marshall Islands \N CEDS \N \N \N \N \N LIF f \N f 1 -3655 290 Sixth grade is the extent of formal instruction a person has received. \N SixthGrade Sixth grade \N CEDS \N \N \N \N \N LIF f \N f 1 +3655 290 Sixth grade is the extent of formal instruction a person has received. \N SixthGrade SixthGrade \N CEDS \N \N \N \N \N LIF f \N f 1 +3068 284 Cow Creek Band of Umpqua Tribe of Indians (previously listed as Cow Creek Band of Umpqua Indians of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CowCreekBandOfUmpquaTribeOfIndians CowCreekBandOfUmpquaTribeOfIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3510 284 Ute Mountain Ute Tribe (previously listed as Ute Mountain Tribe of the Ute Mountain Reservation, Colorado, New Mexico & Utah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UteMountainUteTribe UteMountainUteTribe \N CEDS \N \N \N \N \N LIF f \N f 1 3597 287 Maryland \N Maryland Maryland \N CEDS \N \N \N \N \N LIF f \N f 1 -3513 284 Village of Alakanuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Alakanuk Village of Alakanuk \N CEDS \N \N \N \N \N LIF f \N f 1 -3514 284 Village of Anaktuvuk Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Anaktuvuk Pass Village of Anaktuvuk Pass \N CEDS \N \N \N \N \N LIF f \N f 1 -3515 284 Village of Aniak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Village Of Aniak Village of Aniak \N CEDS \N \N \N \N \N LIF f \N f 1 -3663 290 High school completers (e.g. certificate of attendance) is the extent of formal instruction a person has received. \N HighSchoolCompleters(E.g.CertificateOfAttendance) High school completers (e.g. certificate of attendance) \N CEDS \N \N \N \N \N LIF f \N f 1 -3538 284 Wichita and Affiliated Tribes (Wichita, Keechi, Waco & Tawakonie), Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wichita and Affiliated Tribes Wichita and Affiliated Tribes \N CEDS \N \N \N \N \N LIF f \N f 1 -3543 284 Wrangell Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wrangell Cooperative Association Wrangell Cooperative Association \N CEDS \N \N \N \N \N LIF f \N f 1 -3544 284 Wyandotte Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wyandotte Nation Wyandotte Nation \N CEDS \N \N \N \N \N LIF f \N f 1 -3545 284 Yakutat Tlingit Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yakutat Tlingit Tribe Yakutat Tlingit Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3548 284 Yavapai-Prescott Indian Tribe (previously listed as Yavapai-Prescott Tribe of the Yavapai Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-Prescott Indian Tribe Yavapai-Prescott Indian Tribe \N CEDS \N \N \N \N \N LIF f \N f 1 -3552 284 Ysleta del Sur Pueblo (previously listed as Ysleta Del Sur Pueblo of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Ysleta del Sur Pueblo Ysleta del Sur Pueblo \N CEDS \N \N \N \N \N LIF f \N f 1 -3535 284 Wampanoag Tribe of Gay Head (Aquinnah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Wampanoag Tribe Of Gay Head Wampanoag Tribe of Gay Head \N CEDS \N \N \N \N \N LIF f \N f 1 -3536 284 Washoe Tribe of Nevada & California (Carson Colony, Dresslerville Colony, Woodfords Community, Stewart Community & Washoe Ranches) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Washoe Tribe Of Nevada & California Washoe Tribe of Nevada & California \N CEDS \N \N \N \N \N LIF f \N f 1 -3540 284 Winnebago Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Winnebago Tribe Of Nebraska Winnebago Tribe of Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 -3541 284 Winnemucca Indian Colony of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Winnemucca Indian Colony Of Nevada Winnemucca Indian Colony of Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 -3546 284 Yankton Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yankton Sioux Tribe Of South Dakota Yankton Sioux Tribe of South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3553 284 Yupiit of Andreafski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yupiit Of Andreafski Yupiit of Andreafski \N CEDS \N \N \N \N \N LIF f \N f 1 +3544 284 Wyandotte Nation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WyandotteNation WyandotteNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3953 310 Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KashiaBandOfPomoIndiansOfTheStewartsPointRancheriaCalifornia KashiaBandOfPomoIndiansOfTheStewartsPointRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3543 284 Wrangell Cooperative Association is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WrangellCooperativeAssociation WrangellCooperativeAssociation \N CEDS \N \N \N \N \N LIF f \N f 1 +3127 284 Inaja Band of Diegueno Mission Indians of the Inaja and Cosmit Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N InajaBandOfDieguenoMissionIndiansOfTheInajaAndCosmitReservationCalifornia InajaBandOfDieguenoMissionIndiansOfTheInajaAndCosmitReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3488 284 Tonawanda Band of Seneca (previously listed as Tonawanda Band of Seneca Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TonawandaBandOfSeneca TonawandaBandOfSeneca \N CEDS \N \N \N \N \N LIF f \N f 1 +4019 310 Muckleshoot Indian Tribe (previously listed as Muckleshoot Indian Tribe of the Muckleshoot Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MuckleshootIndianTribe MuckleshootIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +4021 310 Nansemond Indian Nation (previously listed as Nansemond Indian Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NansemondIndianNation NansemondIndianNation \N \N \N \N \N \N \N LIF f \N f 4 +3548 284 Yavapai-Prescott Indian Tribe (previously listed as Yavapai-Prescott Tribe of the Yavapai Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-PrescottIndianTribe Yavapai-PrescottIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3545 284 Yakutat Tlingit Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YakutatTlingitTribe YakutatTlingitTribe \N CEDS \N \N \N \N \N LIF f \N f 1 3604 287 Mississippi \N Mississippi Mississippi \N CEDS \N \N \N \N \N LIF f \N f 1 +3159 284 Kletsel Dehe Band of Wintun Indians (previously listed as Cortina Indian Rancheria and the Cortina Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KletselDeheBandOfWintunIndians KletselDeheBandOfWintunIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3977 310 Lac du Flambeau Band of Lake Superior Chippewa Indians of the Lac du Flambeau Reservation of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LacDuFlambeauBandOfLakeSuperiorChippewaIndiansOfTheLacDuFlambeauReservationOfWisconsin LacDuFlambeauBandOfLakeSuperiorChippewaIndiansOfTheLacDuFlambeauReservationOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 3605 287 Montana \N Montana Montana \N CEDS \N \N \N \N \N LIF f \N f 1 3608 287 Nebraska \N Nebraska Nebraska \N CEDS \N \N \N \N \N LIF f \N f 1 3612 287 Nevada \N Nevada Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 @@ -17598,43 +17070,37 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 3628 287 Vermont \N Vermont Vermont \N CEDS \N \N \N \N \N LIF f \N f 1 3629 287 Washington \N Washington Washington \N CEDS \N \N \N \N \N LIF f \N f 1 3630 287 Wisconsin \N Wisconsin Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 -3660 290 Eleventh Grade is the extent of formal instruction a person has received. \N Eleventh Grade Eleventh Grade \N CEDS \N \N \N \N \N LIF f \N f 1 -3613 287 New York \N NewYork New York \N CEDS \N \N \N \N \N LIF f \N f 1 -3618 287 Puerto Rico \N PuertoRico Puerto Rico \N CEDS \N \N \N \N \N LIF f \N f 1 -3620 287 Rhode Island \N RhodeIsland Rhode Island \N CEDS \N \N \N \N \N LIF f \N f 1 -3621 287 South Carolina \N SouthCarolina South Carolina \N CEDS \N \N \N \N \N LIF f \N f 1 -3622 287 South Dakota \N SouthDakota South Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3627 287 Virgin Islands \N VirginIslands Virgin Islands \N CEDS \N \N \N \N \N LIF f \N f 1 +3609 287 New Hampshire \N NewHampshire NewHampshire \N CEDS \N \N \N \N \N LIF f \N f 1 +3662 290 High school diploma is the extent of formal instruction a person has received. \N HighSchoolDiploma HighSchoolDiploma \N CEDS \N \N \N \N \N LIF f \N f 1 +3622 287 South Dakota \N SouthDakota SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3607 287 North Dakota \N NorthDakota NorthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3610 287 New Jersey \N NewJersey NewJersey \N CEDS \N \N \N \N \N LIF f \N f 1 +3660 290 Eleventh Grade is the extent of formal instruction a person has received. \N EleventhGrade EleventhGrade \N CEDS \N \N \N \N \N LIF f \N f 1 3683 290 The extent of formal instruction a person has received is in a category not yet defined in CEDS. \N Other Other \N CEDS \N \N \N \N \N LIF f \N f 1 2462 148 \N \N Tips Tips \N \N \N \N \N \N \N LIF f \N t 1 2448 146 \N \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 2450 147 \N \N Hourly Hourly \N \N \N \N \N \N \N LIF f \N t 1 -2451 147 \N \N Commission Only Commission Only \N \N \N \N \N \N \N LIF f \N t 1 +3392 284 Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PyramidLakePaiuteTribeOfThePyramidLakeReservationNevada PyramidLakePaiuteTribeOfThePyramidLakeReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 2452 147 \N \N Contract Contract \N \N \N \N \N \N \N LIF f \N t 1 2453 147 \N \N Stipend Stipend \N \N \N \N \N \N \N LIF f \N t 1 2454 147 \N \N Piecework Piecework \N \N \N \N \N \N \N LIF f \N t 1 2455 147 \N \N Tips Tips \N \N \N \N \N \N \N LIF f \N t 1 2456 147 \N \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 -3606 287 North Carolina \N NorthCarolina North Carolina \N CEDS \N \N \N \N \N LIF f \N f 1 -3607 287 North Dakota \N NorthDakota North Dakota \N CEDS \N \N \N \N \N LIF f \N f 1 -3609 287 New Hampshire \N NewHampshire New Hampshire \N CEDS \N \N \N \N \N LIF f \N f 1 -3610 287 New Jersey \N NewJersey New Jersey \N CEDS \N \N \N \N \N LIF f \N f 1 -3611 287 New Mexico \N NewMexico New Mexico \N CEDS \N \N \N \N \N LIF f \N f 1 -3670 290 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N Associate'sDegree(TwoYearsOrMore) Associate's degree (two years or more) \N CEDS \N \N \N \N \N LIF f \N f 1 -3679 290 Post-professional degree is the extent of formal instruction a person has received. \N Post-professionalDegree Post-professional degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3680 290 Doctor’s degree-research/scholarship is the extent of formal instruction a person has received. \N Doctor’sDegree-research/Scholarship Doctor’s degree-research/scholarship \N CEDS \N \N \N \N \N LIF f \N f 1 -3681 290 Doctor’s degree-professional practice is the extent of formal instruction a person has received. \N Doctor’sDegree-professionalPractice Doctor’s degree-professional practice \N CEDS \N \N \N \N \N LIF f \N f 1 -3682 290 Doctor’s degree-other is the extent of formal instruction a person has received. \N Doctor’sDegree-other Doctor’s degree-other \N CEDS \N \N \N \N \N LIF f \N f 1 -3672 290 Bachelor's (Baccalaureate) degree is the extent of formal instruction a person has received. \N Bachelor's(Baccalaureate)Degree Bachelor's (Baccalaureate) degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3675 290 Post-master’s certificate is the extent of formal instruction a person has received. \N Post-master’sCertificate Post-master’s certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -3676 290 Graduate certificate is the extent of formal instruction a person has received. \N GraduateCertificate Graduate certificate \N CEDS \N \N \N \N \N LIF f \N f 1 -3677 290 Doctoral (Doctor's) degree is the extent of formal instruction a person has received. \N Doctoral(Doctor's)Degree Doctoral (Doctor's) degree \N CEDS \N \N \N \N \N LIF f \N f 1 -3662 290 High school diploma is the extent of formal instruction a person has received. \N HighSchoolDiploma High school diploma \N CEDS \N \N \N \N \N LIF f \N f 1 -3678 290 First-professional degree is the extent of formal instruction a person has received. \N First-professionalDegree First-professional degree \N CEDS \N \N \N \N \N LIF f \N f 1 +2546 159 \N \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 +4220 310 Rosebud Sioux Tribe of the Rosebud Indian Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RosebudSiouxTribeOfTheRosebudIndianReservationSouthDakota RosebudSiouxTribeOfTheRosebudIndianReservation-SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3679 290 Post-professional degree is the extent of formal instruction a person has received. \N Post-professionalDegree Post-professionalDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +4022 310 Narragansett Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NarragansettIndianTribe NarragansettIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +2451 147 \N \N CommissionOnly CommissionOnly \N \N \N \N \N \N \N LIF f \N t 1 +2547 159 \N \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +3751 304 \N \N NonActive NonActive \N \N \N \N \N \N \N LIF f \N t 1 +3620 287 Rhode Island \N RhodeIsland RhodeIsland \N CEDS \N \N \N \N \N LIF f \N f 1 +3627 287 Virgin Islands \N VirginIslands VirginIslands \N CEDS \N \N \N \N \N LIF f \N f 1 +3613 287 New York \N NewYork NewYork \N CEDS \N \N \N \N \N LIF f \N f 1 +3621 287 South Carolina \N SouthCarolina SouthCarolina \N CEDS \N \N \N \N \N LIF f \N f 1 2459 148 \N \N Stipend Stipend \N \N \N \N \N \N \N LIF f \N t 1 2460 148 \N \N Piecework Piecework \N \N \N \N \N \N \N LIF f \N t 1 -2546 159 \N \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -2547 159 \N \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 +3606 287 North Carolina \N NorthCarolina NorthCarolina \N CEDS \N \N \N \N \N LIF f \N f 1 +3618 287 Puerto Rico \N PuertoRico PuertoRico \N CEDS \N \N \N \N \N LIF f \N f 1 2551 159 \N \N Salary Salary \N \N \N \N \N \N \N LIF f \N t 1 2564 160 \N \N facultyStatus facultyStatus \N \N \N \N \N \N \N LIF f \N t 1 2565 160 \N \N instructionalStaffStatus instructionalStaffStatus \N \N \N \N \N \N \N LIF f \N t 1 @@ -17646,16 +17112,17 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2804 272 \N \N SIC SIC \N \N \N \N \N \N \N LIF f \N t 1 3749 303 \N \N Unknown Unknown \N \N \N \N \N \N \N LIF f \N t 1 3750 304 \N \N Active Active \N \N \N \N \N \N \N LIF f \N t 1 -3751 304 \N \N Non Active Non Active \N \N \N \N \N \N \N LIF f \N t 1 3752 304 \N \N Unknown Unknown \N \N \N \N \N \N \N LIF f \N t 1 3753 305 \N \N Mother Mother \N \N \N \N \N \N \N LIF f \N t 1 3754 305 \N \N Father Father \N \N \N \N \N \N \N LIF f \N t 1 3755 305 \N \N Grandparent Grandparent \N \N \N \N \N \N \N LIF f \N t 1 +3675 290 Post-master’s certificate is the extent of formal instruction a person has received. \N Post-master’sCertificate Post-master’sCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +3676 290 Graduate certificate is the extent of formal instruction a person has received. \N GraduateCertificate GraduateCertificate \N CEDS \N \N \N \N \N LIF f \N f 1 +3611 287 New Mexico \N NewMexico NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 3756 305 \N \N Aunt Aunt \N \N \N \N \N \N \N LIF f \N t 1 3757 305 \N \N Uncle Uncle \N \N \N \N \N \N \N LIF f \N t 1 3758 305 \N \N Sibling Sibling \N \N \N \N \N \N \N LIF f \N t 1 3759 305 \N \N FosterParent FosterParent \N \N \N \N \N \N \N LIF f \N t 1 -3760 305 \N \N Court System Court System \N \N \N \N \N \N \N LIF f \N t 1 3761 306 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 3762 306 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 3763 307 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 @@ -17664,22 +17131,20 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 3766 308 \N \N Dominant Dominant \N \N \N \N \N \N \N LIF f \N t 1 3767 308 \N \N Home Home \N \N \N \N \N \N \N LIF f \N t 1 3768 308 \N \N Native Native \N \N \N \N \N \N \N LIF f \N t 1 -3769 308 \N \N Other Language Proficiency Other Language Proficiency \N \N \N \N \N \N \N LIF f \N t 1 -1722 7 Ensure there is a robust "not applicable" field in the possible values. \N Not applicable Not applicable \N \N \N \N \N \N \N LIF f \N t 1 -869 36 A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -870 36 A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 +2483 150 \N \N LaborUnion LaborUnion \N CEDS \N \N \N \N \N LIF f \N t 1 +3760 305 \N \N CourtSystem CourtSystem \N \N \N \N \N \N \N LIF f \N t 1 +2436 144 \N \N OnSabbatical OnSabbatical \N \N \N \N \N \N \N LIF f \N t 1 +2463 148 \N \N ProfitSharing ProfitSharing \N \N \N \N \N \N \N LIF f \N t 1 2426 144 \N \N Volunteer Volunteer \N \N \N \N \N \N \N LIF f \N t 1 2427 144 \N \N Employed Employed \N \N \N \N \N \N \N LIF f \N t 1 2429 144 \N \N Unemployed Unemployed \N \N \N \N \N \N \N LIF f \N t 1 2431 144 \N \N Student Student \N \N \N \N \N \N \N LIF f \N t 1 2444 145 \N \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 -2483 150 \N \N Labor Union Labor Union \N CEDS \N \N \N \N \N LIF f \N t 1 -2484 150 \N \N Teacher Union Teacher Union \N CEDS \N \N \N \N \N LIF f \N t 1 2485 150 \N \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -2515 152 \N \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -2516 152 \N \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 -2531 155 \N \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -2532 155 \N \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 +2437 144 \N \N OnLeave OnLeave \N \N \N \N \N \N \N LIF f \N t 1 +3060 284 Confederated Tribes of the Colville Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheColvilleReservation ConfederatedTribesOfTheColvilleReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +3292 284 Native Village of Stevens is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfStevens NativeVillageOfStevens \N CEDS \N \N \N \N \N LIF f \N f 1 +2464 148 \N \N Equity/StockOptions Equity/StockOptions \N \N \N \N \N \N \N LIF f \N t 1 2535 157 \N \N ISCO ISCO \N None \N \N \N \N \N LIF f \N t 1 2536 157 \N \N CEDS CEDS \N None \N \N \N \N \N LIF f \N t 1 2537 157 \N \N IPEDS IPEDS \N None \N \N \N \N \N LIF f \N t 1 @@ -17721,19 +17186,15 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2433 144 \N \N Homemaker Homemaker \N \N \N \N \N \N \N LIF f \N t 1 2434 144 \N \N Intern Intern \N \N \N \N \N \N \N LIF f \N t 1 2435 144 \N \N Contractor Contractor \N \N \N \N \N \N \N LIF f \N t 1 -2436 144 \N \N On Sabbatical On Sabbatical \N \N \N \N \N \N \N LIF f \N t 1 -2437 144 \N \N On Leave On Leave \N \N \N \N \N \N \N LIF f \N t 1 -2438 144 \N \N Looking for Work Looking for Work \N \N \N \N \N \N \N LIF f \N t 1 -2463 148 \N \N Profit Sharing Profit Sharing \N \N \N \N \N \N \N LIF f \N t 1 -2464 148 \N \N Equity/Stock Options Equity/Stock Options \N \N \N \N \N \N \N LIF f \N t 1 +2484 150 \N \N TeacherUnion TeacherUnion \N CEDS \N \N \N \N \N LIF f \N t 1 +3769 308 \N \N OtherLanguageProficiency OtherLanguageProficiency \N \N \N \N \N \N \N LIF f \N t 1 +2515 152 \N \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 2465 148 \N \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 -2510 151 \N \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 -2526 154 \N \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -2527 154 \N \N not applicable not applicable \N \N \N \N \N \N \N LIF f \N t 1 +2955 282 The values specified for Name is the person's Preferred Name. Update description: “The name an individuals prefers or has chosen to be referred to.” \n“Elevate” “preferred” above “legal name” in the model. PreferredName PreferredName \N CEDS \N \N \N \N \N LIF f \N t 1 2548 159 \N \N staffCompensationHealthBenefits staffCompensationHealthBenefits \N \N \N \N \N \N \N LIF f \N t 1 2549 159 \N \N staffCompensationRetirementBenefits staffCompensationRetirementBenefits \N \N \N \N \N \N \N LIF f \N t 1 2550 159 \N \N staffCompensationOtherBenefits staffCompensationOtherBenefits \N \N \N \N \N \N \N LIF f \N t 1 -2553 159 \N \N Commission Only Commission Only \N \N \N \N \N \N \N LIF f \N t 1 +2954 282 The values specified for Name is the person's name. Update Description: “No Name Type Specified by the source system.” NoTypeSpecified NoTypeSpecified \N LIF-Addition \N \N \N \N \N LIF f \N t 1 2554 159 \N \N Contract Contract \N \N \N \N \N \N \N LIF f \N t 1 2555 159 \N \N Stipend Stipend \N \N \N \N \N \N \N LIF f \N t 1 2556 159 \N \N OtherPayMethods OtherPayMethods \N \N \N \N \N \N \N LIF f \N t 1 @@ -17741,21 +17202,21 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 2558 159 \N \N Piecework Piecework \N \N \N \N \N \N \N LIF f \N t 1 2559 159 \N \N Bonus Bonus \N \N \N \N \N \N \N LIF f \N t 1 2560 159 \N \N Tips Tips \N \N \N \N \N \N \N LIF f \N t 1 -2561 159 \N \N Profit Sharing Profit Sharing \N \N \N \N \N \N \N LIF f \N t 1 -2562 159 \N \N Equity/Stock Options Equity/Stock Options \N \N \N \N \N \N \N LIF f \N t 1 +3717 291 \N \N H1-EmploymentVisa H1-EmploymentVisa \N \N \N \N \N \N \N LIF f \N t 1 +3693 263 The person is a legal partner of the learner's father, established by a civil union other than marriage. \N Father'sCivilPartner Father'sCivilPartner \N CEDS \N \N \N \N \N LIF f \N t 1 2563 159 \N \N Other Other \N \N \N \N \N \N \N LIF f \N t 1 2647 261 Current Vocab plus an additional category for ad-hoc additions \N ad-hoc ad-hoc \N \N \N \N \N \N \N LIF f \N t 1 2651 262 Current Vocab plus an additional category for ad-hoc additions \N ad-hoc ad-hoc \N \N \N \N \N \N \N LIF f \N t 1 3684 263 The person is the learner's Aunt. \N Aunt Aunt \N CEDS \N \N \N \N \N LIF f \N t 1 3685 263 The person is the learner's Brother. \N Brother Brother \N CEDS \N \N \N \N \N LIF f \N t 1 3686 263 The person is the learner's Brother-in-law. \N Brother-in-law Brother-in-law \N CEDS \N \N \N \N \N LIF f \N t 1 -3687 263 The person is the learner's court appointed guardian. \N Court appointed guardian Court appointed guardian \N CEDS \N \N \N \N \N LIF f \N t 1 +3703 263 The person is a legal partner of the learner's mother, established by a civil union other than marriage. \N Mother'sCivilPartner Mother'sCivilPartner \N CEDS \N \N \N \N \N LIF f \N t 1 3688 263 The person is the learner's Daughter. \N Daughter Daughter \N CEDS \N \N \N \N \N LIF f \N t 1 3689 263 The person is the learner's Daughter-in-law. \N Daughter-in-law Daughter-in-law \N CEDS \N \N \N \N \N LIF f \N t 1 3690 263 The person is the learner's Employer. \N Employer Employer \N CEDS \N \N \N \N \N LIF f \N t 1 3691 263 The person is the learner's Father. \N Father Father \N CEDS \N \N \N \N \N LIF f \N t 1 -3692 263 The person is the significant other of the learner's Father. \N Father's significant other Father's significant other \N CEDS \N \N \N \N \N LIF f \N t 1 -3693 263 The person is a legal partner of the learner's father, established by a civil union other than marriage. \N Father's civil partner Father's civil partner \N CEDS \N \N \N \N \N LIF f \N t 1 +3687 263 The person is the learner's court appointed guardian. \N CourtAppointedGuardian CourtAppointedGuardian \N CEDS \N \N \N \N \N LIF f \N t 1 +3692 263 The person is the significant other of the learner's Father. \N Father'sSignificantOther Father'sSignificantOther \N CEDS \N \N \N \N \N LIF f \N t 1 3694 263 The person is the father of the learner's spouse. \N Father-in-law Father-in-law \N CEDS \N \N \N \N \N LIF f \N t 1 3695 263 The person is a man who is engaged to be married to the learner. \N Fiance Fiance \N CEDS \N \N \N \N \N LIF f \N t 1 3696 263 The person is a woman who is engaged to be married to the learner. \N Fiancee Fiancee \N CEDS \N \N \N \N \N LIF f \N t 1 @@ -17763,63 +17224,48 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 3698 263 The person is the learner's Grandfather. \N Grandfather Grandfather \N CEDS \N \N \N \N \N LIF f \N t 1 3699 263 The person is the learner's Grandmother. \N Grandmother Grandmother \N CEDS \N \N \N \N \N LIF f \N t 1 3700 263 The person is the learner's Husband. \N Husband Husband \N CEDS \N \N \N \N \N LIF f \N t 1 -3701 263 The person is the significant other of the learner's Mother. \N Mother's significant other Mother's significant other \N CEDS \N \N \N \N \N LIF f \N t 1 +3701 263 The person is the significant other of the learner's Mother. \N Mother'sSignificantOther Mother'sSignificantOther \N CEDS \N \N \N \N \N LIF f \N t 1 3702 263 The person is the learner's Mother \N Mother Mother \N CEDS \N \N \N \N \N LIF f \N t 1 -3703 263 The person is a legal partner of the learner's mother, established by a civil union other than marriage. \N Mother's civil partner Mother's civil partner \N CEDS \N \N \N \N \N LIF f \N t 1 +3707 263 The person is the Significant other of the learner. \N SignificantOther SignificantOther \N CEDS \N \N \N \N \N LIF f \N t 1 3704 263 The person is the learner's Nephew. \N Nephew Nephew \N CEDS \N \N \N \N \N LIF f \N t 1 3705 263 The person is the learner's Niece. \N Niece Niece \N CEDS \N \N \N \N \N LIF f \N t 1 3706 263 The person is related to the learner in a way not represented by other standard options. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 -3707 263 The person is the Significant other of the learner. \N Significant other Significant other \N CEDS \N \N \N \N \N LIF f \N t 1 +3638 270 Mobile phone number is the type of communication number listed for a person. \N MobilePhoneNumber MobilePhoneNumber \N CEDS \N \N \N \N \N LIF f \N t 1 3708 263 The person is the learner's Sister. \N Sister Sister \N CEDS \N \N \N \N \N LIF f \N t 1 3709 263 The person is the learner's Son. \N Son Son \N CEDS \N \N \N \N \N LIF f \N t 1 3710 263 The person is the learner's Unknown. \N Unknown Unknown \N CEDS \N \N \N \N \N LIF f \N t 1 3711 263 The person is the learner's Uncle. \N Uncle Uncle \N CEDS \N \N \N \N \N LIF f \N t 1 3712 263 The person is the learner's Ward. \N Ward Ward \N CEDS \N \N \N \N \N LIF f \N t 1 3713 263 The person is the learner's Wife. \N Wife Wife \N CEDS \N \N \N \N \N LIF f \N t 1 -3717 291 \N \N H1 - Employment Visa H1 - Employment Visa \N \N \N \N \N \N \N LIF f \N t 1 2684 264 Current Vocab plus an additional category for ad-hoc additions \N ad-hoc ad-hoc \N \N \N \N \N \N \N LIF f \N t 1 -3718 291 \N \N J1 - Exchange Scholar Visa J1 - Exchange Scholar Visa \N \N \N \N \N \N \N LIF f \N t 1 -3638 270 Mobile phone number is the type of communication number listed for a person. \N Mobile phone number Mobile phone number \N CEDS \N \N \N \N \N LIF f \N t 1 -3639 270 Fax number is the type of communication number listed for a person. \N Fax number Fax number \N CEDS \N \N \N \N \N LIF f \N t 1 -3637 270 Work phone number is the type of communication number listed for a person. \N Work phone number Work phone number \N CEDS \N \N \N \N \N LIF f \N t 1 -3636 270 Home phone number is the type of communication number listed for a person. \N Home phone number Home phone number \N CEDS \N \N \N \N \N LIF f \N t 1 -2954 282 The values specified for Name is the person's name. Update Description: “No Name Type Specified by the source system.” No Type Specified No Type Specified \N LIF-Addition \N \N \N \N \N LIF f \N t 1 -2955 282 The values specified for Name is the person's Preferred Name. Update description: “The name an individuals prefers or has chosen to be referred to.” \n“Elevate” “preferred” above “legal name” in the model. Preferred Name Preferred Name \N CEDS \N \N \N \N \N LIF f \N t 1 -2956 282 \N Add data type with description. Tribal Nation Name Tribal Nation Name \N \N \N \N \N \N \N LIF f \N t 1 -2957 282 The values specified for Name is the person's Legal name. Update description: “The name an individuals uses that is recognised by law.” Legal Name Legal Name \N HR OPEN \N \N \N \N \N LIF f \N t 1 -2958 282 The values specified for Name is the person's Other name. Update description: “Any other names that an individual currently uses.” Other name Other name \N CEDS \N \N \N \N \N LIF f \N t 1 -2959 282 The values specified for Name is the person's Given name. Update description: “Any other name an individual has used in the past, yet no longer currently uses.” Given Name Given Name \N HR OPEN \N \N \N \N \N LIF f \N t 1 -2960 282 - Update description: “A name an individual has used in the past, yet no longer currently uses.” Previous Name Previous Name \N LIF-Addition \N \N \N \N \N LIF f \N t 1 -2961 283 The related Person Identifier uses the person's Social Security Administration number. \N Social Security Administration number Social Security Administration number \N CEDS \N \N \N \N \N LIF f \N t 1 -2962 283 The related Person Identifier uses the person's US government Visa number. \N US government Visa number US government Visa number \N CEDS \N \N \N \N \N LIF f \N t 1 -2963 283 The related Person Identifier uses the person's Personal identification number. \N Personal identification number Personal identification number \N CEDS \N \N \N \N \N LIF f \N t 1 -2964 283 The related Person Identifier uses the person's Federal identification number. \N Federal identification number Federal identification number \N CEDS \N \N \N \N \N LIF f \N t 1 -2965 283 The related Person Identifier uses the person's driver's license number. \N Driver's license number Driver's license number \N CEDS \N \N \N \N \N LIF f \N t 1 -2966 283 The related Person Identifier uses the person's Medicaid number. \N Medicaid number Medicaid number \N CEDS \N \N \N \N \N LIF f \N t 1 -2967 283 The related Person Identifier uses the person's health record number. \N Health record number Health record number \N CEDS \N \N \N \N \N LIF f \N t 1 -2968 283 The related Person Identifier uses the person's professional certificate or license number. \N Professional certificate or license number Professional certificate or license number \N CEDS \N \N \N \N \N LIF f \N t 1 -2969 283 The related Person Identifier uses the person's school-assigned number. \N School-assigned number School-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2970 283 The related Person Identifier uses the person's district-assigned number. \N District-assigned number District-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2971 283 The related Person Identifier uses the person's state-assigned number. \N State-assigned number State-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2972 283 The related Person Identifier uses the person's institution-assigned number. \N Institution-assigned number Institution-assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2973 283 The related Person Identifier uses the person's other federally assigned number. \N Other federally assigned number Other federally assigned number \N CEDS \N \N \N \N \N LIF f \N t 1 -2974 283 The related Person Identifier uses the person's Selective Service Number. \N Selective Service Number Selective Service Number \N CEDS \N \N \N \N \N LIF f \N t 1 -2975 283 The related Person Identifier uses the person's Canadian Social Insurance Number. \N Canadian Social Insurance Number Canadian Social Insurance Number \N CEDS \N \N \N \N \N LIF f \N t 1 -2976 283 Decentralized identifiers (DIDs) are globally unique identifiers made up of a string of letters and numbers that act like an identifying address on a blockchain and are independent of any organization. \N Decentralized identifiers Decentralized identifiers \N W3C \N \N \N \N \N LIF f \N t 1 -2977 283 This specification describes a portable, extensible, JSON-LD wallet representation, supporting digital currencies and credentials. \N Universal Wallet 2020 Universal Wallet 2020 \N W3C \N \N \N \N \N LIF f \N t 1 -2978 283 This document constitutes deliverable Task 2, Sub-task 2.1 B as specified in the Department of Education contract “Develop Open Source Standard for Student Credential Wallet” between the\nDepartment of Education and MIT. \N Learner Credential Wallet Specification Learner Credential Wallet Specification \N DCC \N \N \N \N \N LIF f \N t 1 -3563 286 Billing address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Billing address Billing address \N CEDS \N \N \N \N \N LIF f \N t 1 -3564 286 On campus is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N On campus On campus \N CEDS \N \N \N \N \N LIF f \N t 1 +2510 151 \N \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +2561 159 \N \N ProfitSharing ProfitSharing \N \N \N \N \N \N \N LIF f \N t 1 +2553 159 \N \N CommissionOnly CommissionOnly \N \N \N \N \N \N \N LIF f \N t 1 +2562 159 \N \N Equity/StockOptions Equity/StockOptions \N \N \N \N \N \N \N LIF f \N t 1 +2526 154 \N \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 +2527 154 \N \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +2976 283 Decentralized identifiers (DIDs) are globally unique identifiers made up of a string of letters and numbers that act like an identifying address on a blockchain and are independent of any organization. \N DecentralizedIdentifiers DecentralizedIdentifiers \N W3C \N \N \N \N \N LIF f \N t 1 +3564 286 On campus is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N OnCampus OnCampus \N CEDS \N \N \N \N \N LIF f \N t 1 +3720 291 \N \N OtherVisa OtherVisa \N \N \N \N \N \N \N LIF f \N t 1 +2975 283 The related Person Identifier uses the person's Canadian Social Insurance Number. \N CanadianSocialInsuranceNumber CanadianSocialInsuranceNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2974 283 The related Person Identifier uses the person's Selective Service Number. \N SelectiveServiceNumber SelectiveServiceNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4317 310 Upper Skagit Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperSkagitIndianTribe UpperSkagitIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +2961 283 The related Person Identifier uses the person's Social Security Administration number. \N SocialSecurityAdministrationNumber SocialSecurityAdministrationNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2962 283 The related Person Identifier uses the person's US government Visa number. \N USGovernmentVisaNumber USGovernmentVisaNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2243 124 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in scientific and technical fields and professional fields of study. \N AssociateOfScienceDegree ceterms-AssociateOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +2958 282 The values specified for Name is the person's Other name. Update description: “Any other names that an individual currently uses.” OtherName OtherName \N CEDS \N \N \N \N \N LIF f \N t 1 +2956 282 \N Add data type with description. TribalNationName TribalNationName \N \N \N \N \N \N \N LIF f \N t 1 +2959 282 The values specified for Name is the person's Given name. Update description: “Any other name an individual has used in the past, yet no longer currently uses.” GivenName GivenName \N HR OPEN \N \N \N \N \N LIF f \N t 1 +4279 310 Swinomish Indian Tribal Community (previously listed as Swinomish Indians of the Swinomish Reservation of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SwinomishIndianTribalCommunity SwinomishIndianTribalCommunity \N \N \N \N \N \N \N LIF f \N f 4 +2978 283 This document constitutes deliverable Task 2, Sub-task 2.1 B as specified in the Department of Education contract “Develop Open Source Standard for Student Credential Wallet” between the\nDepartment of Education and MIT. \N LearnerCredentialWalletSpecification LearnerCredentialWalletSpecification \N DCC \N \N \N \N \N LIF f \N t 1 3556 285 Home/personal is the type of electronic mail (e-mail) address listed for a person or organization. \N Home/personal Home/personal \N CEDS \N \N \N \N \N LIF f \N t 1 3557 285 Work is the type of electronic mail (e-mail) address listed for a person or organization. \N Work Work \N CEDS \N \N \N \N \N LIF f \N t 1 -3558 285 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational (school) address Organizational (school) address \N CEDS \N \N \N \N \N LIF f \N t 1 3559 285 Other is the type of electronic mail (e-mail) address listed for a person or organization. \N Other Other \N CEDS \N \N \N \N \N LIF f \N t 1 3560 286 Mailing is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mailing Mailing \N CEDS \N \N \N \N \N LIF f \N t 1 -3714 291 \N \N B1 - Business Visa B1 - Business Visa \N \N \N \N \N \N \N LIF f \N t 1 -3715 291 \N \N B2 - Tourist Visa B2 - Tourist Visa \N \N \N \N \N \N \N LIF f \N t 1 -3716 291 \N \N F1 - Foreign Student Visa F1 - Foreign Student Visa \N \N \N \N \N \N \N LIF f \N t 1 -3719 291 \N \N M1 - Foreign Student vocational/non-academic Visa M1 - Foreign Student vocational/non-academic Visa \N \N \N \N \N \N \N LIF f \N t 1 -3720 291 \N \N Other Visa Other Visa \N \N \N \N \N \N \N LIF f \N t 1 +2957 282 The values specified for Name is the person's Legal name. Update description: “The name an individuals uses that is recognised by law.” LegalName LegalName \N HR OPEN \N \N \N \N \N LIF f \N t 1 +2977 283 This specification describes a portable, extensible, JSON-LD wallet representation, supporting digital currencies and credentials. \N UniversalWallet2020 UniversalWallet2020 \N W3C \N \N \N \N \N LIF f \N t 1 +3509 284 Ute Indian Tribe of the Uintah & Ouray Reservation, Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UteIndianTribeOfTheUintah&OurayReservation-Utah UteIndianTribeOfTheUintah&OurayReservation-Utah \N CEDS \N \N \N \N \N LIF f \N f 1 +3714 291 \N \N B1-BusinessVisa B1-BusinessVisa \N \N \N \N \N \N \N LIF f \N t 1 3721 292 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 3722 292 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 3723 293 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 @@ -17832,32 +17278,586 @@ COPY public."ValueSetValues" ("Id", "ValueSetId", "Description", "UseConsiderati 3731 296 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 3727 297 \N \N Hispanic Hispanic \N \N \N \N \N \N \N LIF f \N t 1 3732 298 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 +3715 291 \N \N B2-TouristVisa B2-TouristVisa \N \N \N \N \N \N \N LIF f \N t 1 +3558 285 Organizational (school) address is the type of electronic mail (e-mail) address listed for a person or organization. \N Organizational(school)Address Organizational(school)Address \N CEDS \N \N \N \N \N LIF f \N t 1 +3563 286 Billing address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N BillingAddress BillingAddress \N CEDS \N \N \N \N \N LIF f \N t 1 3733 298 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 -3734 299 \N \N Official Transcript Official Transcript \N \N \N \N \N \N \N LIF f \N t 1 -3735 299 \N \N Transcript Copy Transcript Copy \N \N \N \N \N \N \N LIF f \N t 1 -3736 299 \N \N Degree Copy Degree Copy \N \N \N \N \N \N \N LIF f \N t 1 -3737 299 \N \N Grade Report Grade Report \N \N \N \N \N \N \N LIF f \N t 1 -3738 300 \N \N US Citizen US Citizen \N \N \N \N \N \N \N LIF f \N t 1 -3739 300 \N \N Permanent Resident Permanent Resident \N \N \N \N \N \N \N LIF f \N t 1 -3740 300 \N \N Resident Alien Resident Alien \N \N \N \N \N \N \N LIF f \N t 1 -3741 300 \N \N Non Resident Alien Non Resident Alien \N \N \N \N \N \N \N LIF f \N t 1 +3457 284 Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SouthernUteIndianTribeOfTheSouthernUteReservationColorado SouthernUteIndianTribeOfTheSouthernUteReservation-Colorado \N CEDS \N \N \N \N \N LIF f \N f 1 +3734 299 \N \N OfficialTranscript OfficialTranscript \N \N \N \N \N \N \N LIF f \N t 1 3742 300 \N \N Refugee Refugee \N \N \N \N \N \N \N LIF f \N t 1 3743 301 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 3744 301 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 3745 302 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 3746 302 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 3747 303 \N \N Active Active \N \N \N \N \N \N \N LIF f \N t 1 -3748 303 \N \N Non Active Non Active \N \N \N \N \N \N \N LIF f \N t 1 -2509 151 \N \N missing at will missing at will \N \N \N \N \N \N \N LIF f \N t 1 -3568 286 Father's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Father's address Father's address \N CEDS \N \N \N \N \N LIF f \N t 1 -3569 286 Mother's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Mother's address Mother's address \N CEDS \N \N \N \N \N LIF f \N t 1 -3570 286 Guardian's address is specified as the type of address listed for a learner or a parent, guardian, family member or related \N Guardian's address Guardian's address \N CEDS \N \N \N \N \N LIF f \N t 1 -3571 286 Other home address is specified as the address type for a staff member. \N Other home address Other home address \N CEDS \N \N \N \N \N LIF f \N t 1 -3572 286 Employer's address is specified as the address type for a staff member. \N Employer's address Employer's address \N CEDS \N \N \N \N \N LIF f \N t 1 -3573 286 Employment address is specified as the address type for a staff member. \N Employment address Employment address \N CEDS \N \N \N \N \N LIF f \N t 1 -3566 286 Permanent, student is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentstudent Permanent, student \N CEDS \N \N \N \N \N LIF f \N t 1 -3565 286 Off-campus, temporary is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Off-campustemporary Off-campus, temporary \N CEDS \N \N \N \N \N LIF f \N t 1 -3567 286 Permanent, at time of admission is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentat time Of admission Permanent, at time of admission \N CEDS \N \N \N \N \N LIF f \N t 1 +3735 299 \N \N TranscriptCopy TranscriptCopy \N \N \N \N \N \N \N LIF f \N t 1 +3736 299 \N \N DegreeCopy DegreeCopy \N \N \N \N \N \N \N LIF f \N t 1 +3738 300 \N \N USCitizen USCitizen \N \N \N \N \N \N \N LIF f \N t 1 +3737 299 \N \N GradeReport GradeReport \N \N \N \N \N \N \N LIF f \N t 1 +3739 300 \N \N PermanentResident PermanentResident \N \N \N \N \N \N \N LIF f \N t 1 +3741 300 \N \N NonResidentAlien NonResidentAlien \N \N \N \N \N \N \N LIF f \N t 1 +3246 284 Native Village of Hooper Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfHooperBay NativeVillageOfHooperBay \N CEDS \N \N \N \N \N LIF f \N f 1 +3949 310 Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaibabBandOfPaiuteIndiansOfTheKaibabIndianReservationArizona KaibabBandOfPaiuteIndiansOfTheKaibabIndianReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +2509 151 \N \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 +2781 268 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N 9 CompletelyRuralOrLessThan2500UrbanPopulation-notAdjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +2245 124 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in scientific and technical fields and professional fields of study. \N BachelorOfScienceDegree ceterms-BachelorOfScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +3568 286 Father's address is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Father'sAddress Father'sAddress \N CEDS \N \N \N \N \N LIF f \N t 1 +3740 300 \N \N ResidentAlien ResidentAlien \N \N \N \N \N \N \N LIF f \N t 1 +2241 124 College/university award for students typically completing one to two years of postsecondary school education in a technical, professional, or vocational program with an emphasis on direct employment in applied scientific and technological fields. \N AssociateOfAppliedScienceDegree ceterms-AssociateOfAppliedScienceDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +3748 303 \N \N NonActive NonActive \N \N \N \N \N \N \N LIF f \N t 1 +2242 124 College/university award for students typically completing the first one to two years of postsecondary school education with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N AssociateOfArtsDegree ceterms-AssociateOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +2244 124 College/university award for students typically completing three to five years of education where course work and activities advance skills beyond those of the first one to two years of college/university study, with an emphasis in the liberal arts and sciences such as the humanities and social science fields. \N BachelorOfArtsDegree ceterms-BachelorOfArtsDegree \N CTDL \N \N \N \N \N LIF f \N t 1 +3546 284 Yankton Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YanktonSiouxTribeOfSouthDakota YanktonSiouxTribeOfSouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3063 284 Confederated Tribes of the Grand Ronde Community of Oregon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheGrandRondeCommunityOfOregon ConfederatedTribesOfTheGrandRondeCommunityOfOregon \N CEDS \N \N \N \N \N LIF f \N f 1 +3232 284 Native Village of Diomede (aka Inalik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfDiomede NativeVillageOfDiomede \N CEDS \N \N \N \N \N LIF f \N f 1 +3244 284 Native Village of Goodnews Bay is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGoodnewsBay NativeVillageOfGoodnewsBay \N CEDS \N \N \N \N \N LIF f \N f 1 +3233 284 Native Village of Eagle is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEagle NativeVillageOfEagle \N CEDS \N \N \N \N \N LIF f \N f 1 +3352 284 Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaumaBandOfLuisenoMissionIndiansOfThePauma&YuimaReservationCalifornia PaumaBandOfLuisenoMissionIndiansOfThePauma&YuimaReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4135 310 Nottawaseppi Huron Band of the Potawatomi, Michigan (previously listed as Huron Potawatomi, Inc.) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NottawaseppiHuronBandOfThePotawatomiMichigan NottawaseppiHuronBandOfThePotawatomi-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3968 310 Kletsel Dehe Band of Wintun Indians (previously listed as Cortina Indian Rancheria and the Cortina Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KletselDeheBandOfWintunIndians KletselDeheBandOfWintunIndians \N \N \N \N \N \N \N LIF f \N f 4 +4237 310 Santa Rosa Indian Community of the Santa Rosa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaRosaIndianCommunityOfTheSantaRosaRancheriaCalifornia SantaRosaIndianCommunityOfTheSantaRosaRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3443 284 Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria (Verona Tract), California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShingleSpringsBandOfMiwokIndiansShingleSpringsRancheria ShingleSpringsBandOfMiwokIndians-ShingleSpringsRancheria \N CEDS \N \N \N \N \N LIF f \N f 1 +3528 284 Village of Red Devil is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfRedDevil VillageOfRedDevil \N CEDS \N \N \N \N \N LIF f \N f 1 +3241 284 Native Village of Gakona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGakona NativeVillageOfGakona \N CEDS \N \N \N \N \N LIF f \N f 1 +3242 284 Native Village of Gambell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGambell NativeVillageOfGambell \N CEDS \N \N \N \N \N LIF f \N f 1 +3243 284 Native Village of Georgetown is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGeorgetown NativeVillageOfGeorgetown \N CEDS \N \N \N \N \N LIF f \N f 1 +4052 310 Native Village of Georgetown is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfGeorgetown NativeVillageOfGeorgetown \N \N \N \N \N \N \N LIF f \N f 4 +3871 310 Confederated Tribes of the Goshute Reservation, Nevada and Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheGoshuteReservationNevadaAndUtah ConfederatedTribesOfTheGoshuteReservation-NevadaAndUtah \N \N \N \N \N \N \N LIF f \N f 4 +3332 284 Oneida Indian Nation (previously listed as Oneida Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OneidaIndianNation OneidaIndianNation \N CEDS \N \N \N \N \N LIF f \N f 1 +3547 284 Yavapai-Apache Nation of the Camp Verde Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-ApacheNationOfTheCampVerdeIndianReservationArizona Yavapai-ApacheNationOfTheCampVerdeIndianReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3448 284 Sisseton-Wahpeton Oyate of the Lake Traverse Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sisseton-WahpetonOyateOfTheLakeTraverseReservationSouthDakota Sisseton-WahpetonOyateOfTheLakeTraverseReservation-SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +4233 310 San Juan Southern Paiute Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanJuanSouthernPaiuteTribeOfArizona SanJuanSouthernPaiuteTribeOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +3554 284 Yurok Tribe of the Yurok Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YurokTribeOfTheYurokReservationCalifornia YurokTribeOfTheYurokReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4238 310 Santa Ynez Band of Chumash Mission Indians of the Santa Ynez Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaYnezBandOfChumashMissionIndiansOfTheSantaYnezReservationCalifornia SantaYnezBandOfChumashMissionIndiansOfTheSantaYnezReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4242 310 Sault Ste. Marie Tribe of Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaultSte.MarieTribeOfChippewaIndiansMichigan SaultSte.MarieTribeOfChippewaIndians-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3236 284 Native Village of Ekwok (previously listed as Ekwok Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEkwok NativeVillageOfEkwok \N CEDS \N \N \N \N \N LIF f \N f 1 +3585 287 Federated States of Micronesia \N FederatedStatesOfMicronesia FederatedStatesOfMicronesia \N CEDS \N \N \N \N \N LIF f \N f 1 +4357 310 Yavapai-Prescott Indian Tribe (previously listed as Yavapai-Prescott Tribe of the Yavapai Reservation, Arizona) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Yavapai-PrescottIndianTribe Yavapai-PrescottIndianTribe \N \N \N \N \N \N \N LIF f \N f 4 +3789 310 Agdaagux Tribe of King Cove is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AgdaaguxTribeOfKingCove AgdaaguxTribeOfKingCove \N \N \N \N \N \N \N LIF f \N f 4 +3794 310 Alabama-Coushatta Tribe of Texas (previously listed as Alabama Coushatta Tribes of Texas) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Alabama-CoushattaTribeOfTexas Alabama-CoushattaTribeOfTexas \N \N \N \N \N \N \N LIF f \N f 4 +3428 284 Santa Rosa Indian Community of the Santa Rosa Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaRosaIndianCommunityOfTheSantaRosaRancheriaCalifornia SantaRosaIndianCommunityOfTheSantaRosaRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3881 310 Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CrowCreekSiouxTribeOfTheCrowCreekReservationSouthDakota CrowCreekSiouxTribeOfTheCrowCreekReservation-SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3867 310 Confederated Tribes of Siletz Indians of Oregon (previously listed as Confederated Tribes of the Siletz Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfSiletzIndiansOfOregon ConfederatedTribesOfSiletzIndiansOfOregon \N \N \N \N \N \N \N LIF f \N f 4 +4189 310 Pueblo of Nambe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfNambeNewMexico PuebloOfNambe-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4197 310 Pueblo of Taos, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfTaosNewMexico PuebloOfTaos-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4198 310 Pueblo of Tesuque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfTesuqueNewMexico PuebloOfTesuque-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4030 310 Native Village of Barrow Inupiat Traditional Government is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBarrowInupiatTraditionalGovernment NativeVillageOfBarrowInupiatTraditionalGovernment \N \N \N \N \N \N \N LIF f \N f 4 +4190 310 Pueblo of Picuris, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfPicurisNewMexico PuebloOfPicuris-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4199 310 Pueblo of Zia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfZia-NewMexico PuebloOfZia-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4338 310 Village of Sleetmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfSleetmute VillageOfSleetmute \N \N \N \N \N \N \N LIF f \N f 4 +3184 284 Makah Indian Tribe of the Makah Indian Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MakahIndianTribeOfTheMakahIndianReservation MakahIndianTribeOfTheMakahIndianReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +4100 310 Native Village of Shungnak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfShungnak NativeVillageOfShungnak \N \N \N \N \N \N \N LIF f \N f 4 +3384 284 Pueblo of San Ildefonso, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSanIldefonsoNewMexico PuebloOfSanIldefonso-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +4031 310 Native Village of Belkofski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBelkofski NativeVillageOfBelkofski \N \N \N \N \N \N \N LIF f \N f 4 +4040 310 Native Village of Deering is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfDeering NativeVillageOfDeering \N \N \N \N \N \N \N LIF f \N f 4 +4041 310 Native Village of Diomede (aka Inalik) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfDiomede NativeVillageOfDiomede \N \N \N \N \N \N \N LIF f \N f 4 +4033 310 Native Village of Buckland is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfBuckland NativeVillageOfBuckland \N \N \N \N \N \N \N LIF f \N f 4 +4042 310 Native Village of Eagle is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEagle NativeVillageOfEagle \N \N \N \N \N \N \N LIF f \N f 4 +4153 310 Paiute Indian Tribe of Utah (Cedar Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes (previously listed as Paiute Indian Tribe of Utah (Cedar City Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaiuteIndianTribeOfUtah PaiuteIndianTribeOfUtah \N \N \N \N \N \N \N LIF f \N f 4 +4177 310 Ponca Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoncaTribeOfNebraska PoncaTribeOfNebraska \N \N \N \N \N \N \N LIF f \N f 4 +4349 310 Winnebago Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WinnebagoTribeOfNebraska WinnebagoTribeOfNebraska \N \N \N \N \N \N \N LIF f \N f 4 +4344 310 Wampanoag Tribe of Gay Head (Aquinnah) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WampanoagTribeOfGayHead WampanoagTribeOfGayHead \N \N \N \N \N \N \N LIF f \N f 4 +3467 284 Sun'aq Tribe of Kodiak (previously listed as Shoonaq' Tribe of Kodiak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sun'aqTribeOfKodiak Sun'aqTribeOfKodiak \N CEDS \N \N \N \N \N LIF f \N f 1 +3393 284 Qagan Tayagungin Tribe of Sand Point (previously listed as Qagan Tayagungin Tribe of Sand Point Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QaganTayagunginTribeOfSandPoint QaganTayagunginTribeOfSandPoint \N CEDS \N \N \N \N \N LIF f \N f 1 +3475 284 Te-Moak Tribe of Western Shoshone Indians of Nevada (Four constituent bands: Battle Mountain Band; Elko Band; South Fork Band and Wells Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Te-MoakTribeOfWesternShoshoneIndiansOfNevada Te-MoakTribeOfWesternShoshoneIndiansOfNevada \N CEDS \N \N \N \N \N LIF f \N f 1 +4302 310 Tulalip Tribes of Washington (previously listed as Tulalip Tribes of the Tulalip Reservation, Washington is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TulalipTribesOfWashington TulalipTribesOfWashington \N \N \N \N \N \N \N LIF f \N f 4 +3493 284 Tulalip Tribes of Washington (previously listed as Tulalip Tribes of the Tulalip Reservation, Washington is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TulalipTribesOfWashington TulalipTribesOfWashington \N CEDS \N \N \N \N \N LIF f \N f 1 +3433 284 Sault Ste. Marie Tribe of Chippewa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaultSte.MarieTribeOfChippewaIndiansMichigan SaultSte.MarieTribeOfChippewaIndians-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3386 284 Pueblo of Santa Ana, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSantaAnaNewMexico PuebloOfSantaAna-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3425 284 San Manuel Band of Mission Indians, California (previously listed as San Manual Band of Serrano Mission Indians of the San Manual Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanManuelBandOfMissionIndiansCalifornia SanManuelBandOfMissionIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4101 310 Native Village of Stevens is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfStevens NativeVillageOfStevens \N \N \N \N \N \N \N LIF f \N f 4 +3196 284 Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MesaGrandeBandOfDieguenoMissionIndiansOfTheMesaGrandeReservationCalifornia MesaGrandeBandOfDieguenoMissionIndiansOfTheMesaGrandeReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4152 310 Ottawa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OttawaTribeOfOklahoma OttawaTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4045 310 Native Village of Ekwok (previously listed as Ekwok Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEkwok NativeVillageOfEkwok \N \N \N \N \N \N \N LIF f \N f 4 +4046 310 Native Village of Elim is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfElim NativeVillageOfElim \N \N \N \N \N \N \N LIF f \N f 4 +4047 310 Native Village of Eyak (Cordova) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEyak NativeVillageOfEyak \N \N \N \N \N \N \N LIF f \N f 4 +3161 284 Koi Nation of Northern California (previously listed as Lower Lake Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KoiNationOfNorthernCalifornia KoiNationOfNorthernCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3920 310 Havasupai Tribe of the Havasupai Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HavasupaiTribeOfTheHavasupaiReservationArizona HavasupaiTribeOfTheHavasupaiReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +3178 284 Lovelock Paiute Tribe of the Lovelock Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LovelockPaiuteTribeOfTheLovelockIndianColonyNevada LovelockPaiuteTribeOfTheLovelockIndianColony-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +4284 310 Te-Moak Tribe of Western Shoshone Indians of Nevada (Four constituent bands: Battle Mountain Band; Elko Band; South Fork Band and Wells Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Te-MoakTribeOfWesternShoshoneIndiansOfNevada Te-MoakTribeOfWesternShoshoneIndiansOfNevada \N \N \N \N \N \N \N LIF f \N f 4 +3194 284 Menominee Indian Tribe of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MenomineeIndianTribeOfWisconsin MenomineeIndianTribeOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3902 310 Flandreau Santee Sioux Tribe of South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FlandreauSanteeSiouxTribeOfSouthDakota FlandreauSanteeSiouxTribeOfSouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3490 284 Tonto Apache Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TontoApacheTribeOfArizona TontoApacheTribeOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +4268 310 Spokane Tribe of the Spokane Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SpokaneTribeOfTheSpokaneReservation SpokaneTribeOfTheSpokaneReservation \N \N \N \N \N \N \N LIF f \N f 4 +3445 284 Shoalwater Bay Indian Tribe of the Shoalwater Bay Indian Reservation (previously listed as Shoalwater Bay Tribe of the Shoalwater Bay Indian Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShoalwaterBayIndianTribeOfTheShoalwaterBayIndianReservation ShoalwaterBayIndianTribeOfTheShoalwaterBayIndianReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +3073 284 Crow Tribe of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CrowTribeOfMontana CrowTribeOfMontana \N CEDS \N \N \N \N \N LIF f \N f 1 +4597 323 Delivery is only via the Internet. \N OnlineOnly OnlineOnly \N CTDL \N \N \N \N \N LIF f \N t 1 +3128 284 Inupiat Community of the Arctic Slope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N InupiatCommunityOfTheArcticSlope InupiatCommunityOfTheArcticSlope \N CEDS \N \N \N \N \N LIF f \N f 1 +3937 310 Inupiat Community of the Arctic Slope is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N InupiatCommunityOfTheArcticSlope InupiatCommunityOfTheArcticSlope \N \N \N \N \N \N \N LIF f \N f 4 +3179 284 Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerBruleSiouxTribeOfTheLowerBruleReservationSouthDakota LowerBruleSiouxTribeOfTheLowerBruleReservation-SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3163 284 Kootenai Tribe of Idaho is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KootenaiTribeOfIdaho KootenaiTribeOfIdaho \N CEDS \N \N \N \N \N LIF f \N f 1 +3220 284 Atqasuk Village (Atkasook) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAtqasuk NativeVillageOfAtqasuk \N CEDS \N \N \N \N \N LIF f \N f 1 +3197 284 Mescalero Apache Tribe of the Mescalero Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MescaleroApacheTribeOfTheMescaleroReservationNewMexico MescaleroApacheTribeOfTheMescaleroReservation-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3844 310 Cheyenne River Sioux Tribe of the Cheyenne River Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CheyenneRiverSiouxTribeOfTheCheyenneRiverReservationSouthDakota CheyenneRiverSiouxTribeOfTheCheyenneRiverReservation-SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3888 310 Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DuckwaterShoshoneTribeOfTheDuckwaterReservationNevada DuckwaterShoshoneTribeOfTheDuckwaterReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +4266 310 Southern Ute Indian Tribe of the Southern Ute Reservation, Colorado is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SouthernUteIndianTribeOfTheSouthernUteReservationColorado SouthernUteIndianTribeOfTheSouthernUteReservation-Colorado \N \N \N \N \N \N \N LIF f \N f 4 +4102 310 Native Village of Tanacross is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTanacross NativeVillageOfTanacross \N \N \N \N \N \N \N LIF f \N f 4 +2227 124 Credential that acknowledges attendance and/or engagement in an activity. \N ceterms-CertificateOfParticipation ceterms-CertificateOfParticipation \N CTDL \N \N \N \N \N LIF f \N t 1 +3511 284 Utu Utu Gwaitu Paiute Tribe of the Benton Paiute Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UtuUtuGwaituPaiuteTribeOfTheBentonPaiuteReservationCalifornia UtuUtuGwaituPaiuteTribeOfTheBentonPaiuteReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4201 310 Pyramid Lake Paiute Tribe of the Pyramid Lake Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PyramidLakePaiuteTribeOfThePyramidLakeReservationNevada PyramidLakePaiuteTribeOfThePyramidLakeReservation-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +4293 310 Three Affiliated Tribes of the Fort Berthold Reservation, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ThreeAffiliatedTribesOfTheFortBertholdReservationNorthDakota ThreeAffiliatedTribesOfTheFortBertholdReservation-NorthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3397 284 Quechan Tribe of the Fort Yuma Indian Reservation, California & Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuechanTribeOfTheFortYumaIndianReservation-California&Arizona QuechanTribeOfTheFortYumaIndianReservation-California&Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +4358 310 Yerington Paiute Tribe of the Yerington Colony & Campbell Ranch, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YeringtonPaiuteTribeOfTheYeringtonColony&CampbellRanch-Nevada YeringtonPaiuteTribeOfTheYeringtonColony&CampbellRanch-Nevada \N \N \N \N \N \N \N LIF f \N f 4 +3988 310 Lower Brule Sioux Tribe of the Lower Brule Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LowerBruleSiouxTribeOfTheLowerBruleReservationSouthDakota LowerBruleSiouxTribeOfTheLowerBruleReservation-SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3214 284 Native Village of Afognak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAfognak NativeVillageOfAfognak \N CEDS \N \N \N \N \N LIF f \N f 1 +3215 284 Native Village of Akhiok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAkhiok NativeVillageOfAkhiok \N CEDS \N \N \N \N \N LIF f \N f 1 +4391 313 District of Columbia \N DistrictOfColumbia DistrictOfColumbia \N \N \N \N \N \N \N LIF f \N f 4 +2680 264 A separate legal entity that 1) contracts with one or more charter schools to manage, operate, and oversee the charter schools; or 2) holds a charter, or charters, to operate multiple charter schools. (see Charter School Management Organization Type) \N CharterSchoolManagementOrganization CharterSchoolManagementOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +3534 284 Walker River Paiute Tribe of the Walker River Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WalkerRiverPaiuteTribeOfTheWalkerRiverReservationNevada WalkerRiverPaiuteTribeOfTheWalkerRiverReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3537 284 White Mountain Apache Tribe of the Fort Apache Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WhiteMountainApacheTribeOfTheFortApacheReservationArizona WhiteMountainApacheTribeOfTheFortApacheReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3551 284 Yomba Shoshone Tribe of the Yomba Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YombaShoshoneTribeOfTheYombaReservationNevada YombaShoshoneTribeOfTheYombaReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3555 284 Zuni Tribe of the Zuni Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ZuniTribeOfTheZuniReservation-NewMexico ZuniTribeOfTheZuniReservation-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3910 310 Fort Sill Apache Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortSillApacheTribeOfOklahoma FortSillApacheTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3316 284 Nisqually Indian Tribe (previously listed as Nisqually Indian Tribe of the Nisqually Reservation, Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NisquallyIndianTribe NisquallyIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3319 284 Nooksack Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NooksackIndianTribe NooksackIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +3347 284 Pamunkey Indian Tribe is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PamunkeyIndianTribe PamunkeyIndianTribe \N CEDS \N \N \N \N \N LIF f \N f 1 +4290 310 The Osage Nation (previously listed as Osage Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheOsageNation TheOsageNation \N \N \N \N \N \N \N LIF f \N f 4 +4288 310 The Choctaw Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheChoctawNationOfOklahoma TheChoctawNationOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3295 284 Native Village of Tatitlek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTatitlek NativeVillageOfTatitlek \N CEDS \N \N \N \N \N LIF f \N f 1 +4224 310 Sac & Fox Tribe of the Mississippi in Iowa is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxTribeOfTheMississippiInIowa Sac&FoxTribeOfTheMississippiInIowa \N \N \N \N \N \N \N LIF f \N f 4 +3185 284 Manchester Band of Pomo Indians of the Manchester Rancheria, California (previously listed as Manchester Band of Pomo Indians of the Manchester- Point Arena Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManchesterBandOfPomoIndiansOfTheManchesterRancheriaCalifornia ManchesterBandOfPomoIndiansOfTheManchesterRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3366 284 Pokagon Band of Potawatomi Indians, Michigan and Indiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PokagonBandOfPotawatomiIndiansMichiganAndIndiana PokagonBandOfPotawatomiIndians-MichiganAndIndiana \N CEDS \N \N \N \N \N LIF f \N f 1 +3965 310 Kiowa Indian Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KiowaIndianTribeOfOklahoma KiowaIndianTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4009 310 Miccosukee Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MiccosukeeTribeOfIndians MiccosukeeTribeOfIndians \N \N \N \N \N \N \N LIF f \N f 4 +3129 284 Ione Band of Miwok Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IoneBandOfMiwokIndiansOfCalifornia IoneBandOfMiwokIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3134 284 Jackson Band of Miwuk Indians (previously listed as Jackson Rancheria of Me-Wuk Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JacksonBandOfMiwukIndians JacksonBandOfMiwukIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +4341 310 Village of Venetie (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfVenetie VillageOfVenetie \N \N \N \N \N \N \N LIF f \N f 4 +3479 284 The Choctaw Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheChoctawNationOfOklahoma TheChoctawNationOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3294 284 Native Village of Tanana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTanana NativeVillageOfTanana \N CEDS \N \N \N \N \N LIF f \N f 1 +3336 284 Organized Village of Kake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKake OrganizedVillageOfKake \N CEDS \N \N \N \N \N LIF f \N f 1 +4161 310 Pauma Band of Luiseno Mission Indians of the Pauma & Yuima Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaumaBandOfLuisenoMissionIndiansOfThePauma&YuimaReservationCalifornia PaumaBandOfLuisenoMissionIndiansOfThePauma&YuimaReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4163 310 Pechanga Band of Luiseno Mission Indians of the Pechanga Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PechangaBandOfLuisenoMissionIndiansOfThePechangaReservationCalifornia PechangaBandOfLuisenoMissionIndiansOfThePechangaReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4174 310 Poarch Band of Creeks (previously listed as Poarch Band of Creek Indians of Alabama) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoarchBandOfCreekIndians PoarchBandOfCreekIndians \N \N \N \N \N \N \N LIF f \N f 4 +3961 310 Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTribeOfIndiansOfTheKickapooReservationInKansas KickapooTribeOfIndiansOfTheKickapooReservationInKansas \N \N \N \N \N \N \N LIF f \N f 4 +3166 284 La Posta Band of Diegueno Mission Indians of the La Posta Indian Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LaPostaBandOfDieguenoMissionIndiansOfTheLaPostaIndianReservationCalifornia LaPostaBandOfDieguenoMissionIndiansOfTheLaPostaIndianReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4277 310 Suquamish Indian Tribe of the Port Madison Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SuquamishIndianTribeOfThePortMadisonReservation SuquamishIndianTribeOfThePortMadisonReservation \N \N \N \N \N \N \N LIF f \N f 4 +3468 284 Suquamish Indian Tribe of the Port Madison Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SuquamishIndianTribeOfThePortMadisonReservation SuquamishIndianTribeOfThePortMadisonReservation \N CEDS \N \N \N \N \N LIF f \N f 1 +395 33 \N \N ang English-Old(ca.450-1100) \N CEDS \N \N \N \N \N LIF f \N t 1 +3021 284 California Valley Miwok Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CaliforniaValleyMiwokTribe-California CaliforniaValleyMiwokTribe-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3034 284 Cheyenne and Arapaho Tribes, Oklahoma (previously listed as Cheyenne-Arapaho Tribes of Oklahoma) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CheyenneAndArapahoTribes-Oklahoma CheyenneAndArapahoTribes-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3086 284 Elk Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElkValleyRancheria-California ElkValleyRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3094 284 Forest County Potawatomi Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ForestCountyPotawatomiCommunity-Wisconsin ForestCountyPotawatomiCommunity-Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3146 284 Kaw Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KawNation-Oklahoma KawNation-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3149 284 Keweenaw Bay Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KeweenawBayIndianCommunity-Michigan KeweenawBayIndianCommunity-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3799 310 Alturas Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlturasIndianRancheria-California AlturasIndianRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +470 33 \N \N cpe CreolesAndPidgins-EnglishBased \N CEDS \N \N \N \N \N LIF f \N t 1 +515 33 \N \N frm French-Middle(ca.1400-1600) \N CEDS \N \N \N \N \N LIF f \N t 1 +534 33 \N \N gmh German-MiddleHigh(ca.1050-1500) \N CEDS \N \N \N \N \N LIF f \N t 1 +5161 351 \N \N Sga OldIrish;Gaelic-Old \N \N \N \N \N \N \N LIF f \N f 1 +1542 51 Completion of requirement, but no units of value awarded is specified as the general nature and difficulty of instruction provided throughout a course. \N CompletionOfRequirementButNoUnitsOfValueAwarded CompletionOfrequirement-butNoUnitsOfvalueAwarded \N CEDS \N \N \N \N \N LIF f \N t 1 +3005 284 Big Lagoon Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BigLagoonRancheria-California BigLagoonRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +5184 351 \N \N Sot Sotho-Southern \N \N \N \N \N \N \N LIF f \N f 1 +3926 310 Hoopa Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoopaValleyTribeCalifornia HoopaValleyTribe-California \N \N \N \N \N \N \N LIF f \N f 4 +3895 310 Elk Valley Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElkValleyRancheriaCalifornia ElkValleyRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3012 284 Blue Lake Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BlueLakeRancheriaCalifornia BlueLakeRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3884 310 Delaware Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DelawareNationOklahoma DelawareNation-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +1955 84 Off campus (e.g., branch campus, etc.) is specified as the type of location at which the course is taught. \N OffCampus OffCampus(e.g.-branchCampus-etc.) \N CEDS \N \N \N \N \N LIF f \N f 4 +1980 89 The student repeated the course and it has been counted by another institution. \N RepeatOtherInstitution Repeated-otherInstitution \N CEDS \N \N \N \N \N LIF f \N f 4 +1987 91 The course section ended and the student did not complete the work required to complete the course. \N Incomplete ClassSectionCompleted-studentDidNotCompleteTheWorkRequiredToCompleteTheCourse. \N CEDS \N \N \N \N \N LIF f \N f 4 +3919 310 Hannahville Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HannahvilleIndianCommunityMichigan HannahvilleIndianCommunity-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3152 284 Kickapoo Tribe of Indians of the Kickapoo Reservation in Kansas is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KickapooTribeOfIndiansOfTheKickapooReservationInKansas KickapooTribeOfIndiansOfTheKickapooReservationInKansas \N CEDS \N \N \N \N \N LIF f \N f 1 +1976 89 The student repeated the course and it has been counted in grade point average. \N RepeatCounted Repeated-countedInGradePointAverage \N CEDS \N \N \N \N \N LIF f \N f 4 +1438 42 \N \N complexityLevel(handledAsAPropertyOnStatementnotAVocabularyConcept) complexityLevel(handledAsAPropertyOnStatement-notAVocabularyConcept) \N \N \N \N \N \N \N LIF f \N f 10 +1977 89 The student repeated the course and it has not been counted in grade point average. \N RepeatNotCounted Repeated-notCountedInGradePointAverage \N CEDS \N \N \N \N \N LIF f \N f 4 +3858 310 Citizen Potawatomi Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CitizenPotawatomiNationOklahoma CitizenPotawatomiNation-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +3070 284 Coyote Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoyoteValleyBandOfPomoIndiansOfCalifornia CoyoteValleyBandOfPomoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3500 284 Twenty-Nine Palms Band of Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twenty-NinePalmsBandOfMissionIndiansOfCalifornia Twenty-NinePalmsBandOfMissionIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +753 33 \N \N sga Irish-Old(to900) \N CEDS \N \N \N \N \N LIF f \N t 1 +5251 351 \N \N Wen Sorbian-Upper&Lower \N \N \N \N \N \N \N LIF f \N f 1 +1985 91 The course section completed and the student received credit for the course. \N CompletedForCredit ClassSectionCompleted-studentReceivedCreditForTheCourse. \N CEDS \N \N \N \N \N LIF f \N f 4 +4180 310 Potter Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PotterValleyTribeCalifornia PotterValleyTribe-California \N \N \N \N \N \N \N LIF f \N f 4 +3120 284 Houlton Band of Maliseet Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoultonBandOfMaliseetIndians HoultonBandOfMaliseetIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3275 284 Native Village of Ouzinkie is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfOuzinkie NativeVillageOfOuzinkie \N CEDS \N \N \N \N \N LIF f \N f 1 +3958 310 Keweenaw Bay Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KeweenawBayIndianCommunityMichigan KeweenawBayIndianCommunity-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +4011 310 Minnesota Chippewa Tribe, Minnesota (Six component reservations: Bois Forte Band (Nett Lake); Fond du Lac Band; Grand Portage Band; Leech Lake Band; Mille Lacs Band; White Earth Band) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MinnesotaChippewaTribeMinnesota MinnesotaChippewaTribe-Minnesota \N \N \N \N \N \N \N LIF f \N f 4 +2936 278 Completely rural or less than 2,500 urban population, not adjacent to a metro area \N 9 CompletelyRuralOrLessThan2500UrbanPopulation-notAdjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +2990 284 Alturas Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AlturasIndianRancheria-California AlturasIndianRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +2926 277 Armed Forces Africa, Canada, Europe, and Mideast \N AE ArmedForcesAfricaCanadaEuropeAndMideast \N \N \N \N \N \N \N LIF f \N f 4 +4116 310 Navajo Nation, Arizona, New Mexico & Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NavajoNationArizonaNewMexico&Utah NavajoNation-Arizona-NewMexico-&Utah \N \N \N \N \N \N \N LIF f \N f 4 +4211 310 Rappahannock Tribe, Inc. is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RappahannockTribeInc. RappahannockTribe-Inc. \N \N \N \N \N \N \N LIF f \N f 4 +3274 284 Native Village of Nunapitchuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNunapitchuk NativeVillageOfNunapitchuk \N CEDS \N \N \N \N \N LIF f \N f 1 +4007 310 Metlakatla Indian Community, Annette Island Reserve is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MetlakatlaIndianCommunityAnnetteIslandReserve MetlakatlaIndianCommunity-AnnetteIslandReserve \N \N \N \N \N \N \N LIF f \N f 4 +3247 284 Native Village of Kanatak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKanatak NativeVillageOfKanatak \N CEDS \N \N \N \N \N LIF f \N f 1 +3248 284 Native Village of Karluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKarluk NativeVillageOfKarluk \N CEDS \N \N \N \N \N LIF f \N f 1 +3249 284 Native Village of Kiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfKiana NativeVillageOfKiana \N CEDS \N \N \N \N \N LIF f \N f 1 +2932 278 Urban population of 20,000 or more, not adjacent to a metro area \N 5 UrbanPopulationOf20000OrMore-notAdjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +4171 310 Pit River Tribe, California (includes XL Ranch, Big Bend, Likely, Lookout, Montgomery Creek and Roaring Creek Rancherias) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PitRiverTribeCalifornia PitRiverTribe-California \N \N \N \N \N \N \N LIF f \N f 4 +4214 310 Redding Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ReddingRancheriaCalifornia ReddingRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3097 284 Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortIndependenceIndianCommunityOfPaiuteIndiansOfTheFortIndependenceReservationCalifornia FortIndependenceIndianCommunityOfPaiuteIndiansOfTheFortIndependenceReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +2933 278 Urban population of 2,500 to 19,999, adjacent to a metro area \N 6 UrbanPopulationOf2500To19999-adjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +4264 310 Sokaogon Chippewa Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SokaogonChippewaCommunityWisconsin SokaogonChippewaCommunity-Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 +4221 310 Round Valley Indian Tribes, Round Valley Reservation, California (previously listed as Round Valley Indian Tribes of the Round Valley Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RoundValleyIndianTribesRoundValleyReservationCalifornia RoundValleyIndianTribes-RoundValleyReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4466 315 12th grade, no diploma is the extent of formal instruction a person has received. \N 12thGradeNodiploma 12thGrade-NoDiploma \N \N \N \N \N \N \N LIF f \N f 4 +4267 310 Spirit Lake Tribe, North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SpiritLakeTribeNorthDakota SpiritLakeTribe-NorthDakota \N \N \N \N \N \N \N LIF f \N f 4 +4348 310 Wilton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WiltonRancheriaCalifornia WiltonRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +4443 313 Armed Forces Africa, Canada, Europe, and Mideast \N ArmedForcesAfricaCanadaEuropeAndMideast ArmedForcesAfricaCanadaEuropeAndMideast \N \N \N \N \N \N \N LIF f \N f 4 +4223 310 Sac & Fox Nation, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sac&FoxNationOklahoma Sac&FoxNation-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4278 310 Susanville Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SusanvilleIndianRancheriaCalifornia SusanvilleIndianRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +4469 315 High school equivalency (e.g., GED) is the extent of formal instruction a person has received. \N HighSchoolEquivalency(e.g.GED) HighSchoolEquivalency(e.g.-GED) \N \N \N \N \N \N \N LIF f \N f 4 +3276 284 Native Village of Paimiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPaimiut NativeVillageOfPaimiut \N CEDS \N \N \N \N \N LIF f \N f 1 +3277 284 Native Village of Perryville is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfPerryville NativeVillageOfPerryville \N CEDS \N \N \N \N \N LIF f \N f 1 +4374 312 Off-campus, temporary is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Off-campustemporary Off-campus-temporary \N \N \N \N \N \N \N LIF f \N f 4 +4375 312 Permanent, student is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentstudent Permanent-student \N \N \N \N \N \N \N LIF f \N f 4 +4351 310 Wiyot Tribe, California (previously listed as Table Bluff Reservation—Wiyot Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WiyotTribeCalifornia WiyotTribe-California \N \N \N \N \N \N \N LIF f \N f 4 +3001 284 Bay Mills Indian Community, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N BayMillsIndianCommunity-Michigan BayMillsIndianCommunity-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +4316 310 Upper Sioux Community, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperSiouxCommunityMinnesota UpperSiouxCommunity-Minnesota \N \N \N \N \N \N \N LIF f \N f 4 +3284 284 Native Village of Ruby is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfRuby NativeVillageOfRuby \N CEDS \N \N \N \N \N LIF f \N f 1 +4359 310 Yocha Dehe Wintun Nation, California (previously listed as Rumsey Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YochaDeheWintunNationCalifornia YochaDeheWintunNation-California \N \N \N \N \N \N \N LIF f \N f 4 +4274 310 Stockbridge Munsee Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StockbridgeMunseeCommunityWisconsin StockbridgeMunseeCommunity-Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 +3868 310 Confederated Tribes of the Chehalis Reservation is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ConfederatedTribesOfTheChehalisReservation ConfederatedTribesOfTheChehalisReservation \N \N \N \N \N \N \N LIF f \N f 4 +4473 315 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N FormalAwardcertificateOrDiploma(lessThanOneYear) FormalAward-certificateOrDiploma(lessThanOneYear) \N \N \N \N \N \N \N LIF f \N f 4 +3371 284 Potter Valley Tribe, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PotterValleyTribeCalifornia PotterValleyTribe-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4300 310 Torres Martinez Desert Cahuilla Indians, California (previously listed as Torres- Martinez Band of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TorresMartinezDesertCahuillaIndiansCalifornia TorresMartinezDesertCahuillaIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4478 315 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N Master'sDegree(e.g.M.A.M.S.M.Eng.M.Ed.M.S.W.M.B.A.M.L.S.) Master'sDegree(e.g.-M.A.-M.S.-M.Eng.-M.Ed.-M.S.W.-M.B.A.-M.L.S.) \N \N \N \N \N \N \N LIF f \N f 4 +4034 310 Native Village of Cantwell is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfCantwell NativeVillageOfCantwell \N \N \N \N \N \N \N LIF f \N f 4 +4043 310 Native Village of Eek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfEek NativeVillageOfEek \N \N \N \N \N \N \N LIF f \N f 4 +3330 284 Ohkay Owingeh, New Mexico (previously listed as Pueblo of San Juan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OhkayOwingehNewMexico OhkayOwingeh-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3407 284 Reno-Sparks Indian Colony, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Reno-SparksIndianColonyNevada Reno-SparksIndianColony-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3455 284 Sokaogon Chippewa Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SokaogonChippewaCommunityWisconsin SokaogonChippewaCommunity-Wisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3307 284 Navajo Nation, Arizona, New Mexico & Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NavajoNationArizonaNewMexico&Utah NavajoNation-Arizona-NewMexico-&Utah \N CEDS \N \N \N \N \N LIF f \N f 1 +3362 284 Pit River Tribe, California (includes XL Ranch, Big Bend, Likely, Lookout, Montgomery Creek and Roaring Creek Rancherias) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PitRiverTribeCalifornia PitRiverTribe-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3469 284 Susanville Indian Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SusanvilleIndianRancheriaCalifornia SusanvilleIndianRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4073 310 Native Village of Nanwalek (aka English Bay) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNanwalek NativeVillageOfNanwalek \N \N \N \N \N \N \N LIF f \N f 4 +4191 310 Pueblo of Pojoaque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfPojoaqueNewMexico PuebloOfPojoaque-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3405 284 Redding Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ReddingRancheriaCalifornia ReddingRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3361 284 Pinoleville Pomo Nation, California (previously listed as Pinoleville Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PinolevillePomoNationCalifornia PinolevillePomoNation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3408 284 Resighini Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ResighiniRancheriaCalifornia ResighiniRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3566 286 Permanent, student is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N Permanentstudent Permanent-student \N CEDS \N \N \N \N \N LIF f \N t 1 +4476 315 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N AdultEducationCertificationEndorsementOrDegree AdultEducationCertificationEndorsementOrDegree \N \N \N \N \N \N \N LIF f \N f 4 +3634 287 Armed Forces Africa, Canada, Europe, and Mideast \N ArmedForcesAfricaCanadaEuropeAndMideast ArmedForcesAfricaCanadaEuropeAndMideast \N CEDS \N \N \N \N \N LIF f \N f 1 +4074 310 Native Village of Napaimute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapaimute NativeVillageOfNapaimute \N \N \N \N \N \N \N LIF f \N f 4 +3542 284 Wiyot Tribe, California (previously listed as Table Bluff Reservation—Wiyot Tribe) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WiyotTribeCalifornia WiyotTribe-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4075 310 Native Village of Napakiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfNapakiak NativeVillageOfNapakiak \N \N \N \N \N \N \N LIF f \N f 4 +3673 290 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N Master'sDegree(E.g.M.A.M.S.M.Eng.M.Ed.M.S.W.M.B.A.M.L.S.) Master'sDegree(e.g.-M.A.-M.S.-M.Eng.-M.Ed.-M.S.W.-M.B.A.-M.L.S.) \N CEDS \N \N \N \N \N LIF f \N f 1 +3661 290 12th grade, no diploma is the extent of formal instruction a person has received. \N 12thGradeNoDiploma 12thGrade-NoDiploma \N CEDS \N \N \N \N \N LIF f \N f 1 +3671 290 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N AdultEducationCertificationEndorsementOrDegree AdultEducationCertificationEndorsementOrDegree \N CEDS \N \N \N \N \N LIF f \N f 1 +4307 310 Turtle Mountain Band of Chippewa Indians of North Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TurtleMountainBandOfChippewaIndiansOfNorthDakota TurtleMountainBandOfChippewaIndiansOfNorthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3674 290 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N Specialist'sDegree(E.g.Ed.S.) Specialist'sDegree(e.g.-Ed.S.) \N CEDS \N \N \N \N \N LIF f \N f 1 +3550 284 Yocha Dehe Wintun Nation, California (previously listed as Rumsey Indian Rancheria of Wintun Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YochaDeheWintunNationCalifornia YochaDeheWintunNation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3426 284 San Pasqual Band of Diegueno Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanPasqualBandOfDieguenoMissionIndiansOfCalifornia SanPasqualBandOfDieguenoMissionIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3403 284 Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedCliffBandOfLakeSuperiorChippewaIndiansOfWisconsin RedCliffBandOfLakeSuperiorChippewaIndiansOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3539 284 Wilton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N WiltonRancheriaCalifornia WiltonRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3928 310 Hopland Band of Pomo Indians, California (previously listed as Hopland Band of Pomo Indians of the Hopland Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoplandBandOfPomoIndiansCalifornia HoplandBandOfPomoIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +3507 284 Upper Sioux Community, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N UpperSiouxCommunityMinnesota UpperSiouxCommunity-Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +3489 284 Tonkawa Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TonkawaTribeOfIndiansOfOklahoma TonkawaTribeOfIndiansOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3452 284 Skull Valley Band of Goshute Indians of Utah is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SkullValleyBandOfGoshuteIndiansOfUtah SkullValleyBandOfGoshuteIndiansOfUtah \N CEDS \N \N \N \N \N LIF f \N f 1 +4103 310 Native Village of Tanana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTanana NativeVillageOfTanana \N \N \N \N \N \N \N LIF f \N f 4 +3434 284 Scotts Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ScottsValleyBandOfPomoIndiansOfCalifornia ScottsValleyBandOfPomoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3078 284 Dry Creek Rancheria Band of Pomo Indians, California (previously listed as Dry Creek Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DryCreekRancheriaBandOfPomoIndiansCalifornia DryCreekRancheriaBandOfPomoIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3082 284 Eastern Shoshone Tribe of the Wind River Reservation, Wyoming (previously listed as Shoshone Tribe of the Wind River Reservation, Wyoming) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternShoshoneTribeOfTheWindRiverReservationWyoming EasternShoshoneTribeOfTheWindRiverReservation-Wyoming \N CEDS \N \N \N \N \N LIF f \N f 1 +3668 290 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N FormalAwardCertificateOrDiploma(LessThanOneYear) FormalAward-certificateOrDiploma(lessThanOneYear) \N CEDS \N \N \N \N \N LIF f \N f 1 +3669 290 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N FormalAwardCertificateOrDiploma(MoreThanOrEqualToOneYear) FormalAward-certificateOrDiploma(moreThanOrEqualToOneYear) \N CEDS \N \N \N \N \N LIF f \N f 1 +4263 310 Soboba Band of Luiseno Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SobobaBandOfLuisenoIndiansCalifornia SobobaBandOfLuisenoIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +3072 284 Crow Creek Sioux Tribe of the Crow Creek Reservation, South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CrowCreekSiouxTribeOfTheCrowCreekReservationSouthDakota CrowCreekSiouxTribeOfTheCrowCreekReservation-SouthDakota \N CEDS \N \N \N \N \N LIF f \N f 1 +3079 284 Duckwater Shoshone Tribe of the Duckwater Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DuckwaterShoshoneTribeOfTheDuckwaterReservationNevada DuckwaterShoshoneTribeOfTheDuckwaterReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +4252 310 Shingle Springs Band of Miwok Indians, Shingle Springs Rancheria (Verona Tract), California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShingleSpringsBandOfMiwokIndiansShingleSpringsRancheria ShingleSpringsBandOfMiwokIndians-ShingleSpringsRancheria \N \N \N \N \N \N \N LIF f \N f 4 +265 21 Student participated in an out of level test is specified as the primary reason a participant did not complete an assessment. (may not be in accordance with accountability measures for summative assessments) \N OutOfLevelTest ParticipatedInAnOutOflevelTest \N CEDS \N \N \N \N \N LIF f \N f 4 +2807 273 The Organization Identifier is a Local Education Agency assigned number. \N LEA LocalEducationAgencyAssignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +2808 273 The Organization Identifier is a State Education Agency assigned number. \N SEA StateEducationAgencyAssignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +2809 273 The Organization Identifier is a National Center for Education Statistics assigned number. \N NCES NationalCenterForEducationStatisticsAssignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +5 1 The related School Identifier uses the National Center for Education Statistics assigned number. \N NCES NationalCenterForEducationStatisticsAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2641 261 The Organization Identifier is a National Center for Education Statistics assigned number. \N NationalCenterForEducationStatisticsAssignedNumber NationalCenterForEducationStatisticsAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4104 310 Native Village of Tatitlek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTatitlek NativeVillageOfTatitlek \N \N \N \N \N \N \N LIF f \N f 4 +2812 273 The Organization Identifier is an other federally assigned number. \N OtherFederal OtherFederallyAssignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +4105 310 Native Village of Tazlina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTazlina NativeVillageOfTazlina \N \N \N \N \N \N \N LIF f \N f 4 +1511 49 The related Course Code is based on the intermediate agency defined course code system. \N Intermediate IntermediateAgencyCourseCode \N CEDS \N \N \N \N \N LIF f \N t 1 +4106 310 Native Village of Teller is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTeller NativeVillageOfTeller \N \N \N \N \N \N \N LIF f \N f 4 +2602 200 Falsified application form is the primary reason for the termination of the employment relationship. \N 1401 FalsifiedApplicationForm \N CEDS \N \N \N \N \N LIF f \N f 4 +2950 281 Nationally accredited higher education institution. \N National NationallyAccredited \N \N \N \N \N \N \N LIF f \N f 4 +2797 271 Programmatic accreditation higher education institution. \N Programmatic ProgrammaticAccreditation \N CEDS \N \N \N \N \N LIF f \N t 1 +2798 271 Nationally accredited higher education institution. \N National NationallyAccredited \N CEDS \N \N \N \N \N LIF f \N t 1 +2801 271 Not accredited higher education institution. \N NotAccredited NotAccredited \N CEDS \N \N \N \N \N LIF f \N t 1 +3144 284 Kashia Band of Pomo Indians of the Stewarts Point Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KashiaBandOfPomoIndiansOfTheStewartsPointRancheriaCalifornia KashiaBandOfPomoIndiansOfTheStewartsPointRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3140 284 Kaibab Band of Paiute Indians of the Kaibab Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N KaibabBandOfPaiuteIndiansOfTheKaibabIndianReservationArizona KaibabBandOfPaiuteIndiansOfTheKaibabIndianReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3782 309 The related Person Identifier uses the person's other federally assigned number. \N OtherFederallyAssignedNumber OtherFederallyAssignedNumber \N \N \N \N \N \N \N LIF f \N f 4 +2644 261 The Organization Identifier is an other federally assigned number. \N OtherFederallyAssignedNumber OtherFederallyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +1913 81 Credit granted for a course from a high school course is transferred to the college. \N HighSchoolTransferCredit CreditFromAHighSchoolCourseIsTransferredToTheCollege. \N CEDS \N \N \N \N \N LIF f \N f 4 +1914 81 Credit for a course from a junior high school course counted at the high school. \N JuniorHighSchoolCredit CreditFromAJuniorHighSchoolCourseIsCountedAtTheHighSchool. \N CEDS \N \N \N \N \N LIF f \N f 4 +1766 69 Not a single-sex class is specified for a section in a co-educational school where only male or only female students are permitted to take the course. \N NotSingleSex NotASingle-sexClass \N CEDS \N \N \N \N \N LIF f \N t 1 +1659 57 Credit for a course from a college course is counted at both the college and high school. \N HighSchoolDualCredit CreditFromACollegeCourseIsCountedAtBothTheCollegeAndhighSchool. \N CEDS \N \N \N \N \N LIF f \N t 1 +2605 200 Homemaking/caring for a family member is the primary reason for the termination of the employment relationship. \N 1394 Homemaking/caringForAFamilyMember \N CEDS \N \N \N \N \N LIF f \N f 4 +2934 278 Urban population of 2,500 to 19,999, not adjacent to a metro area \N 7 UrbanPopulationOf2500To19999-notAdjacentToAMetroArea \N \N \N \N \N \N \N LIF f \N f 4 +2848 276 A membership organization primarily engaged in promoting the interests of their business members and providing them with services that may involve the provision of education and credentialing services. \N BusinessAssociation BusinessOrIndustryAssociation \N \N \N \N \N \N \N LIF f \N f 4 +3808 310 Augustine Band of Cahuilla Indians, California (previously listed as Augustine Band of Cahuilla Mission Indians of the Augustine Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N AugustineBandOfCahuillaIndians-California AugustineBandOfCahuillaIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +2860 276 External body that performs accreditation, endorsement, approval, and/or recognition of a credential issuer. \N QualityAssurance QualityAssuranceBody \N \N \N \N \N \N \N LIF f \N f 4 +3825 310 Cabazon Band of Mission Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CabazonBandOfMissionIndians-California CabazonBandOfMissionIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +1798 75 Completion of requirement, but no units of value awarded is specified as the general nature and difficulty of instruction provided throughout a course. \N 741 CompletionOfrequirement-butNoUnitsOfvalueAwarded \N CEDS \N \N \N \N \N LIF f \N f 4 +1981 89 Other, the course is not counted in GPA (e.g., used for academic forgiveness or clemency). \N NotCountedOther Other-notCountedInGPA(e.g.-usedForAcademicForgivenessOrClemency). \N CEDS \N \N \N \N \N LIF f \N f 4 +1722 7 Ensure there is a robust "not applicable" field in the possible values. \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N t 1 +870 36 A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +2516 152 \N \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +2532 155 \N \N notApplicable notApplicable \N \N \N \N \N \N \N LIF f \N t 1 +4108 310 Native Village of Tuntutuliak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTuntutuliak NativeVillageOfTuntutuliak \N \N \N \N \N \N \N LIF f \N f 4 +4620 67 Student data claimed in error/never attended \N 73076 StudentDataClaimedInError/neverAttended \N CEDS \N \N \N \N \N LIF f \N t 1 +5276 354 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +4113 310 Native Village of Venetie Tribal Government (Arctic Village and Village of Venetie) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfVenetieTribalGovernment NativeVillageOfVenetieTribalGovernment \N \N \N \N \N \N \N LIF f \N f 4 +5278 355 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +5280 356 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +5282 357 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +5284 358 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +3 1 The related School Identifier uses a Local Education Agency assigned number. \N LEA LocalEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +2851 276 An organization in the public sector at the federal, state or local levels. Includes quasi-governmental organizations, special districts (e.g., libraries), corrections organizations, etc., except college and school districts. Is also responsible for the oversight and administration of specific functions other than the military services. \N Government GovernmentAgency \N \N \N \N \N \N \N LIF f \N f 4 +2859 276 A membership organization primarily engaged in promoting the interests of a particular profession, the interests of individuals engaged in that profession, and providing them with services that may involve the provision of education and credentialing services. \N ProfessionalAssociation ProfessionalAssociation \N \N \N \N \N \N \N LIF f \N f 4 +2844 275 An organization responsible for authorizing charter schools. \N CharterSchoolAuthorizingOrganization CharterSchoolAuthorizingOrganization \N \N \N \N \N \N \N LIF f \N f 4 +1767 70 The result is a grade point average. \N GradePointAverage GradePointAverage \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2845 275 The local, state, or federal agency that has primary responsibility for responding to an emergency situation. \N EmergencyResponseAgency EmergencyResponseAgency \N \N \N \N \N \N \N LIF f \N f 4 +869 36 A value needs to be added for missing at will and a value needs to be added for not applicable to avoid too much missing data resulting in skewed outcomes \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 +2531 155 \N \N missingAtWill missingAtWill \N \N \N \N \N \N \N LIF f \N t 1 +2854 276 A public school offering special instruction and programs not available elsewhere, designed to attract a more diverse student body from throughout a school district. \N Magnet Magnet/CompetitiveAdmissionsSchool \N \N \N \N \N \N \N LIF f \N f 4 +4608 67 Graduated with a high school diploma \N 2212 GraduatedWithAHighSchoolDiploma \N CEDS \N \N \N \N \N LIF f \N t 1 +5275 354 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +5277 355 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +5279 356 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +5281 357 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +5283 358 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +2496 151 Homemaking/caring for a family member is the primary reason for the termination of the employment relationship. \N Homemaking/caringForAFamilyMember Homemaking/caringForAFamilyMember \N CEDS \N \N \N \N \N LIF f \N t 1 +4 1 The related School Identifier uses the State Education Agency assigned number. \N SEA StateEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +305 30 The destination of the association may be used to assess the origin of the association. \N IsAssessedBy IsAssessedBy \N CEDS \N \N \N \N \N LIF f \N t 1 +2659 264 An administrative unit at the local level which exists primarily to operate schools or to contract for educational services. These units may or may not be co-extensive with county, city, or town boundaries. \N LocalEducationAgency(LEA) LocalEducationAgency(LEA) \N CEDS \N \N \N \N \N LIF f \N t 1 +4132 310 Northfork Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthforkRancheriaOfMonoIndiansOfCalifornia NorthforkRancheriaOfMonoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +11 1 The related School Identifier uses the System for Award Management (SAM) Unique Entity Identifier (UEI). \N SAM SystemForAwardManagementUniqueEntityIdentifier \N CEDS \N \N \N \N \N LIF f \N t 1 +4297 310 Tonawanda Band of Seneca (previously listed as Tonawanda Band of Seneca Indians of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TonawandaBandOfSeneca TonawandaBandOfSeneca \N \N \N \N \N \N \N LIF f \N f 4 +3216 284 Native Village of Akutan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAkutan NativeVillageOfAkutan \N CEDS \N \N \N \N \N LIF f \N f 1 +3219 284 Native Village of Atka is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAtka NativeVillageOfAtka \N CEDS \N \N \N \N \N LIF f \N f 1 +4109 310 Native Village of Tununak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTununak NativeVillageOfTununak \N \N \N \N \N \N \N LIF f \N f 4 +3894 310 Elem Indian Colony of Pomo Indians of the Sulphur Bank Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElemIndianColonyOfPomoIndiansOfTheSulphurBankRancheriaCalifornia ElemIndianColonyOfPomoIndiansOfTheSulphurBankRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +4362 310 Yupiit of Andreafski is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N YupiitOfAndreafski YupiitOfAndreafski \N \N \N \N \N \N \N LIF f \N f 4 +2681 264 An organization responsible for authorizing charter schools. \N CharterSchoolAuthorizingOrganization CharterSchoolAuthorizingOrganization \N CEDS \N \N \N \N \N LIF f \N t 1 +2698 265 A membership organization primarily engaged in promoting the interests of a particular profession, the interests of individuals engaged in that profession, and providing them with services that may involve the provision of education and credentialing services. \N ProfessionalAssociation ProfessionalAssociation \N CEDS \N \N \N \N \N LIF f \N t 1 +2682 264 The local, state, or federal agency that has primary responsibility for responding to an emergency situation. \N EmergencyResponseAgency EmergencyResponseAgency \N CEDS \N \N \N \N \N LIF f \N t 1 +1523 49 This set of code values is derived from the first two digits of the CourseSCEDCode above. \N CourseSubjectAreaCode CourseSubjectAreaCode \N PESC \N \N \N \N \N LIF f \N t 1 +2693 265 A public school offering special instruction and programs not available elsewhere, designed to attract a more diverse student body from throughout a school district. \N Magnet/CompetitiveAdmissionsSchool Magnet/CompetitiveAdmissionsSchool \N CEDS \N \N \N \N \N LIF f \N t 1 +2699 265 External body that performs accreditation, endorsement, approval, and/or recognition of a credential issuer. \N QualityAssuranceBody QualityAssuranceBody \N CEDS \N \N \N \N \N LIF f \N t 1 +4301 310 Traditional Village of Togiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TraditionalVillageOfTogiak TraditionalVillageOfTogiak \N \N \N \N \N \N \N LIF f \N f 4 +4251 310 Sherwood Valley Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SherwoodValleyRancheriaOfPomoIndiansOfCalifornia SherwoodValleyRancheriaOfPomoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4024 310 Native Village of Akhiok is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAkhiok NativeVillageOfAkhiok \N \N \N \N \N \N \N LIF f \N f 4 +4536 316 The Organization Identifier is a State Education Agency assigned number. \N StateEducationAgencyAssignedNumber StateEducationAgencyAssignedNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +4017 310 Mooretown Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MooretownRancheriaOfMaiduIndiansOfCalifornia MooretownRancheriaOfMaiduIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3945 310 Jamul Indian Village of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N JamulIndianVillageOfCalifornia JamulIndianVillageOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4002 310 Mechoopda Indian Tribe of Chico Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MechoopdaIndianTribeOfChicoRancheriaCalifornia MechoopdaIndianTribeOfChicoRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +4025 310 Native Village of Akutan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAkutan NativeVillageOfAkutan \N \N \N \N \N \N \N LIF f \N f 4 +4026 310 Native Village of Aleknagik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAleknagik NativeVillageOfAleknagik \N \N \N \N \N \N \N LIF f \N f 4 +4027 310 Native Village of Ambler is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAmbler NativeVillageOfAmbler \N \N \N \N \N \N \N LIF f \N f 4 +4028 310 Native Village of Atka is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAtka NativeVillageOfAtka \N \N \N \N \N \N \N LIF f \N f 4 +3516 284 Village of Atmautluak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAtmautluak VillageOfAtmautluak \N CEDS \N \N \N \N \N LIF f \N f 1 +4029 310 Atqasuk Village (Atkasook) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfAtqasuk NativeVillageOfAtqasuk \N \N \N \N \N \N \N LIF f \N f 4 +4005 310 Mesa Grande Band of Diegueno Mission Indians of the Mesa Grande Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MesaGrandeBandOfDieguenoMissionIndiansOfTheMesaGrandeReservationCalifornia MesaGrandeBandOfDieguenoMissionIndiansOfTheMesaGrandeReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4176 310 Ponca Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoncaTribeOfIndiansOfOklahoma PoncaTribeOfIndiansOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4298 310 Tonkawa Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TonkawaTribeOfIndiansOfOklahoma TonkawaTribeOfIndiansOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4258 310 Sitka Tribe of Alaska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SitkaTribeOfAlaska SitkaTribeOfAlaska \N \N \N \N \N \N \N LIF f \N f 4 +4342 310 Village of Wainwright is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfWainwright VillageOfWainwright \N \N \N \N \N \N \N LIF f \N f 4 +4295 310 Tohono O'odham Nation of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TohonoO'odhamNationOfArizona TohonoO'odhamNationOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +3353 284 Pawnee Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PawneeNationOfOklahoma PawneeNationOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +4322 310 Village of Alakanuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAlakanuk VillageOfAlakanuk \N \N \N \N \N \N \N LIF f \N f 4 +4324 310 Village of Aniak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAniak VillageOfAniak \N \N \N \N \N \N \N LIF f \N f 4 +4299 310 Tonto Apache Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TontoApacheTribeOfArizona TontoApacheTribeOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +4327 310 Village of Chefornak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfChefornak VillageOfChefornak \N \N \N \N \N \N \N LIF f \N f 4 +4329 310 Village of Crooked Creek is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfCrookedCreek VillageOfCrookedCreek \N \N \N \N \N \N \N LIF f \N f 4 +4325 310 Village of Atmautluak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAtmautluak VillageOfAtmautluak \N \N \N \N \N \N \N LIF f \N f 4 +4340 310 Village of Stony River is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfStonyRiver VillageOfStonyRiver \N \N \N \N \N \N \N LIF f \N f 4 +4326 310 Village of Bill Moore's Slough is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfBillMoore'sSlough VillageOfBillMoore'sSlough \N \N \N \N \N \N \N LIF f \N f 4 +4330 310 Village of Dot Lake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfDotLake VillageOfDotLake \N \N \N \N \N \N \N LIF f \N f 4 +3296 284 Native Village of Tazlina is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTazlina NativeVillageOfTazlina \N CEDS \N \N \N \N \N LIF f \N f 1 +3297 284 Native Village of Teller is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTeller NativeVillageOfTeller \N CEDS \N \N \N \N \N LIF f \N f 1 +3298 284 Native Village of Tetlin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfTetlin NativeVillageOfTetlin \N CEDS \N \N \N \N \N LIF f \N f 1 +4276 310 Sun'aq Tribe of Kodiak (previously listed as Shoonaq' Tribe of Kodiak) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Sun'aqTribeOfKodiak Sun'aqTribeOfKodiak \N \N \N \N \N \N \N LIF f \N f 4 +4275 310 Summit Lake Paiute Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SummitLakePaiuteTribeOfNevada SummitLakePaiuteTribeOfNevada \N \N \N \N \N \N \N LIF f \N f 4 +4323 310 Village of Anaktuvuk Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAnaktuvukPass VillageOfAnaktuvukPass \N \N \N \N \N \N \N LIF f \N f 4 +4328 310 Village of Clarks Point is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfClarksPoint VillageOfClarksPoint \N \N \N \N \N \N \N LIF f \N f 4 +3461 284 St. Croix Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N St.CroixChippewaIndiansOfWisconsin St.CroixChippewaIndiansOfWisconsin \N CEDS \N \N \N \N \N LIF f \N f 1 +3359 284 Picayune Rancheria of Chukchansi Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PicayuneRancheriaOfChukchansiIndiansOfCalifornia PicayuneRancheriaOfChukchansiIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3357 284 Peoria Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PeoriaTribeOfIndiansOfOklahoma PeoriaTribeOfIndiansOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3522 284 Village of Iliamna is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfIliamna VillageOfIliamna \N CEDS \N \N \N \N \N LIF f \N f 1 +3521 284 Village of Dot Lake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfDotLake VillageOfDotLake \N CEDS \N \N \N \N \N LIF f \N f 1 +3527 284 Village of Ohogamiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfOhogamiut VillageOfOhogamiut \N CEDS \N \N \N \N \N LIF f \N f 1 +3529 284 Village of Sleetmute is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfSleetmute VillageOfSleetmute \N CEDS \N \N \N \N \N LIF f \N f 1 +3530 284 Village of Solomon is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfSolomon VillageOfSolomon \N CEDS \N \N \N \N \N LIF f \N f 1 +3517 284 Village of Bill Moore's Slough is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfBillMoore'sSlough VillageOfBillMoore'sSlough \N CEDS \N \N \N \N \N LIF f \N f 1 +4139 310 Ohkay Owingeh, New Mexico (previously listed as Pueblo of San Juan) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OhkayOwingehNewMexico OhkayOwingeh-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3349 284 Paskenta Band of Nomlaki Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaskentaBandOfNomlakiIndiansOfCalifornia PaskentaBandOfNomlakiIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3337 284 Organized Village of Kasaan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKasaan OrganizedVillageOfKasaan \N CEDS \N \N \N \N \N LIF f \N f 1 +3338 284 Organized Village of Kwethluk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKwethluk OrganizedVillageOfKwethluk \N CEDS \N \N \N \N \N LIF f \N f 1 +3526 284 Village of Lower Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfLowerKalskag VillageOfLowerKalskag \N CEDS \N \N \N \N \N LIF f \N f 1 +3523 284 Village of Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKalskag VillageOfKalskag \N CEDS \N \N \N \N \N LIF f \N f 1 +3524 284 Village of Kaltag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKaltag VillageOfKaltag \N CEDS \N \N \N \N \N LIF f \N f 1 +3525 284 Village of Kotlik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKotlik VillageOfKotlik \N CEDS \N \N \N \N \N LIF f \N f 1 +3514 284 Village of Anaktuvuk Pass is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAnaktuvukPass VillageOfAnaktuvukPass \N CEDS \N \N \N \N \N LIF f \N f 1 +3306 284 Native Village of White Mountain is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NativeVillageOfWhiteMountain NativeVillageOfWhiteMountain \N CEDS \N \N \N \N \N LIF f \N f 1 +3348 284 Pascua Yaqui Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PascuaYaquiTribeOfArizona PascuaYaquiTribeOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3423 284 San Carlos Apache Tribe of the San Carlos Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanCarlosApacheTribeOfTheSanCarlosReservationArizona SanCarlosApacheTribeOfTheSanCarlosReservation-Arizona \N CEDS \N \N \N \N \N LIF f \N f 1 +4006 310 Mescalero Apache Tribe of the Mescalero Reservation, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MescaleroApacheTribeOfTheMescaleroReservationNewMexico MescaleroApacheTribeOfTheMescaleroReservation-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4195 310 Pueblo of Santa Ana, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSantaAnaNewMexico PuebloOfSantaAna-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4193 310 Pueblo of San Ildefonso, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSanIldefonsoNewMexico PuebloOfSanIldefonso-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4194 310 Pueblo of Sandia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSandiaNewMexico PuebloOfSandia-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3930 310 Hualapai Indian Tribe of the Hualapai Indian Reservation, Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HualapaiIndianTribeOfTheHualapaiIndianReservationArizona HualapaiIndianTribeOfTheHualapaiIndianReservation-Arizona \N \N \N \N \N \N \N LIF f \N f 4 +3909 310 Fort Mojave Indian Tribe of Arizona, California & Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMojaveIndianTribeOfArizona-California&Nevada FortMojaveIndianTribeOfArizona-California&Nevada \N \N \N \N \N \N \N LIF f \N f 4 +3898 310 Enterprise Rancheria of Maidu Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EnterpriseRancheriaOfMaiduIndiansOfCalifornia EnterpriseRancheriaOfMaiduIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3882 310 Crow Tribe of Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CrowTribeOfMontana CrowTribeOfMontana \N \N \N \N \N \N \N LIF f \N f 4 +3876 310 Coushatta Tribe of Louisiana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoushattaTribeOfLouisiana CoushattaTribeOfLouisiana \N \N \N \N \N \N \N LIF f \N f 4 +3885 310 Delaware Tribe of Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DelawareTribeOfIndians DelawareTribeOfIndians \N \N \N \N \N \N \N LIF f \N f 4 +3322 284 Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthernCheyenneTribeOfTheNorthernCheyenneIndianReservationMontana NorthernCheyenneTribeOfTheNorthernCheyenneIndianReservation-Montana \N CEDS \N \N \N \N \N LIF f \N f 1 +4309 310 Twenty-Nine Palms Band of Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Twenty-NinePalmsBandOfMissionIndiansOfCalifornia Twenty-NinePalmsBandOfMissionIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3879 310 Coyote Valley Band of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CoyoteValleyBandOfPomoIndiansOfCalifornia CoyoteValleyBandOfPomoIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3891 310 Eastern Shoshone Tribe of the Wind River Reservation, Wyoming (previously listed as Shoshone Tribe of the Wind River Reservation, Wyoming) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternShoshoneTribeOfTheWindRiverReservationWyoming EasternShoshoneTribeOfTheWindRiverReservation-Wyoming \N \N \N \N \N \N \N LIF f \N f 4 +3321 284 Arapaho Tribe of the Wind River Reservation, Wyoming is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthernArapahoTribeOfTheWindRiverReservationWyoming NorthernArapahoTribeOfTheWindRiverReservation-Wyoming \N CEDS \N \N \N \N \N LIF f \N f 1 +4212 310 Red Cliff Band of Lake Superior Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedCliffBandOfLakeSuperiorChippewaIndiansOfWisconsin RedCliffBandOfLakeSuperiorChippewaIndiansOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 +4168 310 Picayune Rancheria of Chukchansi Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PicayuneRancheriaOfChukchansiIndiansOfCalifornia PicayuneRancheriaOfChukchansiIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4155 310 Pala Band of Mission Indians (previously listed as Pala Band of Luiseno Mission Indians of the Pala Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PalaBandOfMissionIndians PalaBandOfMissionIndians \N \N \N \N \N \N \N LIF f \N f 4 +4144 310 Organized Village of Grayling (aka Holikachuk) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfGrayling OrganizedVillageOfGrayling \N \N \N \N \N \N \N LIF f \N f 4 +4166 310 Peoria Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PeoriaTribeOfIndiansOfOklahoma PeoriaTribeOfIndiansOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4336 310 Village of Ohogamiut is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfOhogamiut VillageOfOhogamiut \N \N \N \N \N \N \N LIF f \N f 4 +4249 310 Shakopee Mdewakanton Sioux Community of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShakopeeMdewakantonSiouxCommunityOfMinnesota ShakopeeMdewakantonSiouxCommunityOfMinnesota \N \N \N \N \N \N \N LIF f \N f 4 +3323 284 Northfork Rancheria of Mono Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N NorthforkRancheriaOfMonoIndiansOfCalifornia NorthforkRancheriaOfMonoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3346 284 Pala Band of Mission Indians (previously listed as Pala Band of Luiseno Mission Indians of the Pala Reservation, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PalaBandOfMissionIndians PalaBandOfMissionIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +4140 310 Omaha Tribe of Nebraska is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OmahaTribeOfNebraska OmahaTribeOfNebraska \N \N \N \N \N \N \N LIF f \N f 4 +4334 310 Village of Kotlik is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKotlik VillageOfKotlik \N \N \N \N \N \N \N LIF f \N f 4 +4235 310 San Pasqual Band of Diegueno Mission Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanPasqualBandOfDieguenoMissionIndiansOfCalifornia SanPasqualBandOfDieguenoMissionIndiansOfCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +4202 310 Qagan Tayagungin Tribe of Sand Point (previously listed as Qagan Tayagungin Tribe of Sand Point Village) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QaganTayagunginTribeOfSandPoint QaganTayagunginTribeOfSandPoint \N \N \N \N \N \N \N LIF f \N f 4 +4273 310 Stillaguamish Tribe of Indians of Washington (previously listed as Stillaguamish Tribe of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StillaguamishTribeOfIndiansOfWashington StillaguamishTribeOfIndiansOfWashington \N \N \N \N \N \N \N LIF f \N f 4 +4245 310 Seminole Tribe of Florida (previously listed as Seminole Tribe of Florida (Dania, Big Cypress, Brighton, Hollywood & Tampa Reservations)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SeminoleTribeOfFlorida SeminoleTribeOfFlorida \N \N \N \N \N \N \N LIF f \N f 4 +4157 310 Pascua Yaqui Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PascuaYaquiTribeOfArizona PascuaYaquiTribeOfArizona \N \N \N \N \N \N \N LIF f \N f 4 +3390 284 Pueblo of Zia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfZia-NewMexico PuebloOfZia-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +4183 310 Pribilof Islands Aleut Communities of St. Paul & St. George Islands is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PribilofIslandsAleutCommunitiesOfSt.Paul&St.GeorgeIslands PribilofIslandsAleutCommunitiesOfSt.Paul&St.GeorgeIslands \N \N \N \N \N \N \N LIF f \N f 4 +3344 284 Paiute Indian Tribe of Utah (Cedar Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes (previously listed as Paiute Indian Tribe of Utah (Cedar City Band of Paiutes, Kanosh Band of Paiutes, Koosharem Band of Paiutes, Indian Peaks Band of Paiutes, and Shivwits Band of Paiutes)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PaiuteIndianTribeOfUtah PaiuteIndianTribeOfUtah \N CEDS \N \N \N \N \N LIF f \N f 1 +4702 91 Discontinued schooling, special education only \N 2221 DiscontinuedSchooling-specialEducationOnly \N \N \N \N \N \N \N LIF f \N f 4 +3335 284 Organized Village of Grayling (aka Holikachuk) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfGrayling OrganizedVillageOfGrayling \N CEDS \N \N \N \N \N LIF f \N f 1 +3343 284 Ottawa Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OttawaTribeOfOklahoma OttawaTribeOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3367 284 Ponca Tribe of Indians of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoncaTribeOfIndiansOfOklahoma PoncaTribeOfIndiansOfOklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3513 284 Village of Alakanuk is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfAlakanuk VillageOfAlakanuk \N CEDS \N \N \N \N \N LIF f \N f 1 +4718 91 Student moved to another country, may or may not be continuing \N 73078 StudentMovedToAnotherCountry-mayOrMayNotBeContinuing \N \N \N \N \N \N \N LIF f \N f 4 +4723 91 Transferred to another district or school, known to be continuing in program/service \N 2218 TransferredToAnotherDistrictOrSchool-knownToBeContinuingInProgram/service \N \N \N \N \N \N \N LIF f \N f 4 +4722 91 Transferred to another district or school, known not to be continuing in program/service \N 2406 TransferredToAnotherDistrictOrSchool-knownNotToBeContinuingInProgram/service \N \N \N \N \N \N \N LIF f \N f 4 +4724 91 Transferred to another district or school, not known to be continuing in program/service \N 2219 TransferredToAnotherDistrictOrSchool-notKnownToBeContinuingInProgram/service \N \N \N \N \N \N \N LIF f \N f 4 +3903 310 Forest County Potawatomi Community, Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ForestCountyPotawatomiCommunityWisconsin ForestCountyPotawatomiCommunity-Wisconsin \N \N \N \N \N \N \N LIF f \N f 4 +4707 91 Moved within the US, not known to be continuing \N 73075 MovedWithinTheUS-notKnownToBeContinuing \N \N \N \N \N \N \N LIF f \N f 4 +4709 91 Not eligible for Part B, exit with no referrals \N 6261 NotEligibleForPartB-exitWithNoReferrals \N \N \N \N \N \N \N LIF f \N f 4 +3374 284 Pribilof Islands Aleut Communities of St. Paul & St. George Islands is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PribilofIslandsAleutCommunitiesOfSt.Paul&St.GeorgeIslands PribilofIslandsAleutCommunitiesOfSt.Paul&St.GeorgeIslands \N CEDS \N \N \N \N \N LIF f \N f 1 +357 32 High school equivalency (e.g., GED) is the extent of formal instruction a person has received. \N 2409 HighSchoolEquivalency(e.g.-GED) \N CEDS \N \N \N \N \N LIF f \N t 1 +366 32 Master's degree (e.g., M.A., M.S., M. Eng., M.Ed., M.S.W., M.B.A., M.L.S.) is the extent of formal instruction a person has received. \N 1054 Master'sDegree(e.g.-M.A.-M.S.-M.Eng.-M.Ed.-M.S.W.-M.B.A.-M.L.S.) \N CEDS \N \N \N \N \N LIF f \N t 1 +4605 67 Discontinued schooling, special education only \N 2221 DiscontinuedSchooling-specialEducationOnly \N CEDS \N \N \N \N \N LIF f \N t 1 +4621 67 Student moved to another country, may or may not be continuing \N 73078 StudentMovedToAnotherCountry-mayOrMayNotBeContinuing \N CEDS \N \N \N \N \N LIF f \N t 1 +4626 67 Transferred to another district or school, known to be continuing in program/service \N 2218 TransferredToAnotherDistrictOrSchool-knownToBeContinuingInProgram/service \N CEDS \N \N \N \N \N LIF f \N t 1 +1735 65 The student repeated the course and it has been counted in grade point average. \N RepeatCounted Repeated-countedInGradePointAverage \N CEDS \N \N \N \N \N LIF f \N t 1 +4606 67 Eligible for IDEA, Part B \N 2227 EligibleForIDEA-PartB \N CEDS \N \N \N \N \N LIF f \N t 1 +776 33 \N \N sot Sotho-Southern \N CEDS \N \N \N \N \N LIF f \N t 1 +4625 67 Transferred to another district or school, known not to be continuing in program/service \N 2406 TransferredToAnotherDistrictOrSchool-knownNotToBeContinuingInProgram/service \N CEDS \N \N \N \N \N LIF f \N t 1 +1736 65 The student repeated the course and it has not been counted in grade point average. \N RepeatNotCounted Repeated-notCountedInGradePointAverage \N CEDS \N \N \N \N \N LIF f \N t 1 +4612 67 Not eligible for Part B, exit with no referrals \N 6261 NotEligibleForPartB-exitWithNoReferrals \N CEDS \N \N \N \N \N LIF f \N t 1 +4613 67 Not eligible for Part B, exit with referrals to other programs \N 2228 NotEligibleForPartB-exitWithReferralsToOtherPrograms \N CEDS \N \N \N \N \N LIF f \N t 1 +727 33 \N \N pro Provençal-Old(to1500);Occitan-Old(to1500) \N CEDS \N \N \N \N \N LIF f \N t 1 +1739 65 The student repeated the course and it has been counted by another institution. \N RepeatOtherInstitution Repeated-otherInstitution \N CEDS \N \N \N \N \N LIF f \N t 1 +361 32 Formal award, certificate or diploma (less than one year) is the extent of formal instruction a person has received. \N 1047 FormalAward-certificateOrDiploma(lessThanOneYear) \N CEDS \N \N \N \N \N LIF f \N t 1 +362 32 Formal award, certificate or diploma (more than or equal to one year) is the extent of formal instruction a person has received. \N 1048 FormalAward-certificateOrDiploma(moreThanOrEqualToOneYear) \N CEDS \N \N \N \N \N LIF f \N t 1 +354 32 12th grade, no diploma is the extent of formal instruction a person has received. \N 1809 12thGrade-NoDiploma \N CEDS \N \N \N \N \N LIF f \N t 1 +364 32 Adult education certification, endorsement, or degree is the extent of formal instruction a person has received. \N 73063 AdultEducationCertificationEndorsementOrDegree \N CEDS \N \N \N \N \N LIF f \N t 1 +471 33 \N \N cpf CreolesAndpidgins-French-based \N CEDS \N \N \N \N \N LIF f \N t 1 +2771 267 Armed Forces Africa, Canada, Europe, and Mideast \N AE ArmedForcesAfricaCanadaEuropeAndMideast \N CEDS \N \N \N \N \N LIF f \N t 1 +367 32 Specialist's degree (e.g., Ed.S.) is the extent of formal instruction a person has received. \N 1055 Specialist'sDegree(e.g.-Ed.S.) \N CEDS \N \N \N \N \N LIF f \N t 1 +3877 310 Cow Creek Band of Umpqua Tribe of Indians (previously listed as Cow Creek Band of Umpqua Indians of Oregon) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N CowCreekBandOfUmpquaTribeOfIndians CowCreekBandOfUmpquaTribeOfIndians \N \N \N \N \N \N \N LIF f \N f 4 +3896 310 Ely Shoshone Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ElyShoshoneTribeOfNevada ElyShoshoneTribeOfNevada \N \N \N \N \N \N \N LIF f \N f 4 +3533 284 Village of Wainwright is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfWainwright VillageOfWainwright \N CEDS \N \N \N \N \N LIF f \N f 1 +2775 268 Counties in metro areas of fewer than 250,000 population \N 3 CountiesInMetroAreasOffewerThan250000Population \N CEDS \N \N \N \N \N LIF f \N t 1 +2722 267 Federated States of Micronesia \N FM FederatedStatesOfMicronesia \N CEDS \N \N \N \N \N LIF f \N t 1 +4706 91 Moved out of state \N 2231 MovedOutOfstate \N \N \N \N \N \N \N LIF f \N f 4 +3532 284 Village of Venetie (See Native Village of Venetie Tribal Government) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfVenetie VillageOfVenetie \N CEDS \N \N \N \N \N LIF f \N f 1 +2719 267 District of Columbia \N DC DistrictOfColumbia \N CEDS \N \N \N \N \N LIF f \N t 1 +3889 310 Eastern Band of Cherokee Indians is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternBandOfCherokeeIndians EasternBandOfCherokeeIndians \N \N \N \N \N \N \N LIF f \N f 4 +3531 284 Village of Stony River is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfStonyRiver VillageOfStonyRiver \N CEDS \N \N \N \N \N LIF f \N f 1 +3890 310 Eastern Shawnee Tribe of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EasternShawneeTribeOfOklahoma EasternShawneeTribeOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4145 310 Organized Village of Kake is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfKake OrganizedVillageOfKake \N \N \N \N \N \N \N LIF f \N f 4 +4225 310 Saginaw Chippewa Indian Tribe of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaginawChippewaIndianTribeOfMichigan SaginawChippewaIndianTribeOfMichigan \N \N \N \N \N \N \N LIF f \N f 4 +4291 310 The Seminole Nation of Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TheSeminoleNationOfOklahoma TheSeminoleNationOfOklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4335 310 Village of Lower Kalskag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfLowerKalskag VillageOfLowerKalskag \N \N \N \N \N \N \N LIF f \N f 4 +4333 310 Village of Kaltag is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfKaltag VillageOfKaltag \N \N \N \N \N \N \N LIF f \N f 4 +4270 310 St. Croix Chippewa Indians of Wisconsin is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N St.CroixChippewaIndiansOfWisconsin St.CroixChippewaIndiansOfWisconsin \N \N \N \N \N \N \N LIF f \N f 4 +4337 310 Village of Red Devil is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N VillageOfRedDevil VillageOfRedDevil \N \N \N \N \N \N \N LIF f \N f 4 +4271 310 Standing Rock Sioux Tribe of North & South Dakota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StandingRockSiouxTribeOfNorth&SouthDakota StandingRockSiouxTribeOfNorth&SouthDakota \N \N \N \N \N \N \N LIF f \N f 4 +3396 284 Quartz Valley Indian Community of the Quartz Valley Reservation of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N QuartzValleyIndianCommunityOfTheQuartzValleyReservationOfCalifornia QuartzValleyIndianCommunityOfTheQuartzValleyReservationOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3339 284 Organized Village of Saxman is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N OrganizedVillageOfSaxman OrganizedVillageOfSaxman \N CEDS \N \N \N \N \N LIF f \N f 1 +3365 284 Poarch Band of Creeks (previously listed as Poarch Band of Creek Indians of Alabama) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PoarchBandOfCreekIndians PoarchBandOfCreekIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3437 284 Seneca Nation of Indians (previously listed as Seneca Nation of New York) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SenecaNationOfIndians SenecaNationOfIndians \N CEDS \N \N \N \N \N LIF f \N f 1 +3492 284 Traditional Village of Togiak is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N TraditionalVillageOfTogiak TraditionalVillageOfTogiak \N CEDS \N \N \N \N \N LIF f \N f 1 +3416 284 Saginaw Chippewa Indian Tribe of Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SaginawChippewaIndianTribeOfMichigan SaginawChippewaIndianTribeOfMichigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3440 284 Shakopee Mdewakanton Sioux Community of Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ShakopeeMdewakantonSiouxCommunityOfMinnesota ShakopeeMdewakantonSiouxCommunityOfMinnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +3466 284 Summit Lake Paiute Tribe of Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SummitLakePaiuteTribeOfNevada SummitLakePaiuteTribeOfNevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3442 284 Sherwood Valley Rancheria of Pomo Indians of California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SherwoodValleyRancheriaOfPomoIndiansOfCalifornia SherwoodValleyRancheriaOfPomoIndiansOfCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +3424 284 San Juan Southern Paiute Tribe of Arizona is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanJuanSouthernPaiuteTribeOfArizona SanJuanSouthernPaiuteTribeOfArizona \N CEDS \N \N \N \N \N LIF f \N f 1 +3464 284 Stillaguamish Tribe of Indians of Washington (previously listed as Stillaguamish Tribe of Washington) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N StillaguamishTribeOfIndiansOfWashington StillaguamishTribeOfIndiansOfWashington \N CEDS \N \N \N \N \N LIF f \N f 1 +3436 284 Seminole Tribe of Florida (previously listed as Seminole Tribe of Florida (Dania, Big Cypress, Brighton, Hollywood & Tampa Reservations)) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SeminoleTribeOfFlorida SeminoleTribeOfFlorida \N CEDS \N \N \N \N \N LIF f \N f 1 +3092 284 Federated Indians of Graton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FederatedIndiansOfGratonRancheriaCalifornia FederatedIndiansOfGratonRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3175 284 Little Traverse Bay Bands of Odawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleTraverseBayBandsOfOdawaIndiansMichigan LittleTraverseBayBandsOfOdawaIndians-Michigan \N CEDS \N \N \N \N \N LIF f \N f 1 +3091 284 Ewiiaapaayp Band of Kumeyaay Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EwiiaapaaypBandOfKumeyaayIndiansCalifornia EwiiaapaaypBandOfKumeyaayIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3119 284 Hopland Band of Pomo Indians, California (previously listed as Hopland Band of Pomo Indians of the Hopland Rancheria, California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HoplandBandOfPomoIndiansCalifornia HoplandBandOfPomoIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3100 284 Fort Mojave Indian Tribe of Arizona, California & Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortMojaveIndianTribeOfArizona-California&Nevada FortMojaveIndianTribeOfArizona-California&Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3126 284 Iipay Nation of Santa Ysabel, California (previously listed as Santa Ysabel Band of Diegueno Mission Indians of the Santa Ysabel Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N IipayNationOfSantaYsabel-California IipayNationOfSantaYsabel-California \N CEDS \N \N \N \N \N LIF f \N f 1 +4192 310 Pueblo of San Felipe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSanFelipeNewMexico PuebloOfSanFelipe-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3188 284 Manzanita Band of Diegueno Mission Indians of the Manzanita Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N ManzanitaBandOfDieguenoMissionIndiansOfTheManzanitaReservationCalifornia ManzanitaBandOfDieguenoMissionIndiansOfTheManzanitaReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3193 284 Mechoopda Indian Tribe of Chico Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MechoopdaIndianTribeOfChicoRancheriaCalifornia MechoopdaIndianTribeOfChicoRancheria-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3377 284 Pueblo of Isleta, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfIsletaNewMexico PuebloOfIsleta-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3209 284 Morongo Band of Mission Indians, California (previously listed as Morongo Band of Cahuilla Mission Indians of the Morongo Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MorongoBandOfMissionIndiansCalifornia MorongoBandOfMissionIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3984 310 Little Traverse Bay Bands of Odawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleTraverseBayBandsOfOdawaIndiansMichigan LittleTraverseBayBandsOfOdawaIndians-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3982 310 Little River Band of Ottawa Indians, Michigan is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LittleRiverBandOfOttawaIndiansMichigan LittleRiverBandOfOttawaIndians-Michigan \N \N \N \N \N \N \N LIF f \N f 4 +3974 310 La Jolla Band of Luiseno Indians, California (previously listed as La Jolla Band of Luiseno Mission Indians of the La Jolla Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N LaJollaBandOfLuisenoIndiansCalifornia LaJollaBandOfLuisenoIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +3918 310 Habematolel Pomo of Upper Lake, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N HabematolelPomoOfUpperLakeCalifornia HabematolelPomoOfUpperLake-California \N \N \N \N \N \N \N LIF f \N f 4 +3887 310 Dry Creek Rancheria Band of Pomo Indians, California (previously listed as Dry Creek Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N DryCreekRancheriaBandOfPomoIndiansCalifornia DryCreekRancheriaBandOfPomoIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4187 310 Pueblo of Jemez, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfJemezNewMexico PuebloOfJemez-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4188 310 Pueblo of Laguna, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfLagunaNewMexico PuebloOfLaguna-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4151 310 Otoe-Missouria Tribe of Indians, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Otoe-MissouriaTribeOfIndiansOklahoma Otoe-MissouriaTribeOfIndians-Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +4186 310 Pueblo of Isleta, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfIsletaNewMexico PuebloOfIsleta-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4185 310 Pueblo of Cochiti, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfCochitiNewMexico PuebloOfCochiti-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4018 310 Morongo Band of Mission Indians, California (previously listed as Morongo Band of Cahuilla Mission Indians of the Morongo Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N MorongoBandOfMissionIndiansCalifornia MorongoBandOfMissionIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4184 310 Pueblo of Acoma, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfAcomaNewMexico PuebloOfAcoma-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +4196 310 Pueblo of Santa Clara, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSantaClaraNewMexico PuebloOfSantaClara-NewMexico \N \N \N \N \N \N \N LIF f \N f 4 +3382 284 Pueblo of Pojoaque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfPojoaqueNewMexico PuebloOfPojoaque-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +4209 310 Ramona Band of Cahuilla, California (previously listed as Ramona Band or Village of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RamonaBandOfCahuillaCalifornia RamonaBandOfCahuilla-California \N \N \N \N \N \N \N LIF f \N f 4 +4213 310 Red Lake Band of Chippewa Indians, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedLakeBandOfChippewaIndiansMinnesota RedLakeBandOfChippewaIndians-Minnesota \N \N \N \N \N \N \N LIF f \N f 4 +4236 310 Santa Rosa Band of Cahuilla Indians, California (previously listed as Santa Rosa Band of Cahuilla Mission Indians of the Santa Rosa Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaRosaBandOfCahuillaIndiansCalifornia SantaRosaBandOfCahuillaIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4218 310 Rincon Band of Luiseno Mission Indians of Rincon Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RinconBandOfLuisenoMissionIndiansOfRinconReservationCalifornia RinconBandOfLuisenoMissionIndiansOfRinconReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +4234 310 San Manuel Band of Mission Indians, California (previously listed as San Manual Band of Serrano Mission Indians of the San Manual Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SanManuelBandOfMissionIndiansCalifornia SanManuelBandOfMissionIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +3380 284 Pueblo of Nambe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfNambeNewMexico PuebloOfNambe-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3378 284 Pueblo of Jemez, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfJemezNewMexico PuebloOfJemez-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3342 284 Otoe-Missouria Tribe of Indians, Oklahoma is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Otoe-MissouriaTribeOfIndiansOklahoma Otoe-MissouriaTribeOfIndians-Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3379 284 Pueblo of Laguna, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfLagunaNewMexico PuebloOfLaguna-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3375 284 Pueblo of Acoma, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfAcomaNewMexico PuebloOfAcoma-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3376 284 Pueblo of Cochiti, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfCochitiNewMexico PuebloOfCochiti-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3387 284 Pueblo of Santa Clara, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSantaClaraNewMexico PuebloOfSantaClara-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3388 284 Pueblo of Taos, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfTaosNewMexico PuebloOfTaos-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3404 284 Red Lake Band of Chippewa Indians, Minnesota is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedLakeBandOfChippewaIndiansMinnesota RedLakeBandOfChippewaIndians-Minnesota \N CEDS \N \N \N \N \N LIF f \N f 1 +3409 284 Rincon Band of Luiseno Mission Indians of Rincon Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RinconBandOfLuisenoMissionIndiansOfRinconReservationCalifornia RinconBandOfLuisenoMissionIndiansOfRinconReservation-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3400 284 Ramona Band of Cahuilla, California (previously listed as Ramona Band or Village of Cahuilla Mission Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RamonaBandOfCahuillaCalifornia RamonaBandOfCahuilla-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3427 284 Santa Rosa Band of Cahuilla Indians, California (previously listed as Santa Rosa Band of Cahuilla Mission Indians of the Santa Rosa Reservation) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SantaRosaBandOfCahuillaIndiansCalifornia SantaRosaBandOfCahuillaIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3389 284 Pueblo of Tesuque, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfTesuqueNewMexico PuebloOfTesuque-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3383 284 Pueblo of San Felipe, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSanFelipeNewMexico PuebloOfSanFelipe-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3385 284 Pueblo of Sandia, New Mexico is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N PuebloOfSandiaNewMexico PuebloOfSandia-NewMexico \N CEDS \N \N \N \N \N LIF f \N f 1 +3900 310 Ewiiaapaayp Band of Kumeyaay Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N EwiiaapaaypBandOfKumeyaayIndiansCalifornia EwiiaapaaypBandOfKumeyaayIndians-California \N \N \N \N \N \N \N LIF f \N f 4 +4715 91 Received certificate of completion, modified diploma, or finished IEP requirements \N 2213 ReceivedCertificateOfcompletion-modifiedDiploma-orFinishedIEPRequirements \N \N \N \N \N \N \N LIF f \N f 4 +3454 284 Soboba Band of Luiseno Indians, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N SobobaBandOfLuisenoIndiansCalifornia SobobaBandOfLuisenoIndians-California \N CEDS \N \N \N \N \N LIF f \N f 1 +3447 284 Shoshone-Paiute Tribes of the Duck Valley Reservation, Nevada is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N Shoshone-PaiuteTribesOfTheDuckValleyReservationNevada Shoshone-PaiuteTribesOfTheDuckValleyReservation-Nevada \N CEDS \N \N \N \N \N LIF f \N f 1 +3901 310 Federated Indians of Graton Rancheria, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FederatedIndiansOfGratonRancheriaCalifornia FederatedIndiansOfGratonRancheria-California \N \N \N \N \N \N \N LIF f \N f 4 +3567 286 Permanent, at time of admission is specified as the type of address listed for a learner or a parent, guardian, family member or related person. \N PermanentatTimeOfAdmission Permanent-atTimeOfadmission \N CEDS \N \N \N \N \N LIF f \N t 1 +2776 268 Urban population of 20,000 or more, adjacent to a metro area \N 4 UrbanPopulationOf20000OrMore-adjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +2777 268 Urban population of 20,000 or more, not adjacent to a metro area \N 5 UrbanPopulationOf20000OrMore-notAdjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +4618 67 Received certificate of completion, modified diploma, or finished IEP requirements \N 2213 ReceivedCertificateOfcompletion-modifiedDiploma-orFinishedIEPRequirements \N CEDS \N \N \N \N \N LIF f \N t 1 +3906 310 Fort Independence Indian Community of Paiute Indians of the Fort Independence Reservation, California is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N FortIndependenceIndianCommunityOfPaiuteIndiansOfTheFortIndependenceReservationCalifornia FortIndependenceIndianCommunityOfPaiuteIndiansOfTheFortIndependenceReservation-California \N \N \N \N \N \N \N LIF f \N f 4 +2778 268 Urban population of 2,500 to 19,999, adjacent to a metro area \N 6 UrbanPopulationOf2500To19999-adjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +2779 268 Urban population of 2,500 to 19,999, not adjacent to a metro area \N 7 UrbanPopulationOf2500To19999-notAdjacentToAMetroArea \N CEDS \N \N \N \N \N LIF f \N t 1 +1747 68 Audited or visited the course is specified as additional information regarding the context of the given grade. \N AuditedCourse AuditedOrVisitedTheCourse \N CEDS \N \N \N \N \N LIF f \N t 1 +2687 265 A membership organization primarily engaged in promoting the interests of their business members and providing them with services that may involve the provision of education and credentialing services. \N BusinessOrIndustryAssociation BusinessOrIndustryAssociation \N CEDS \N \N \N \N \N LIF f \N t 1 +2968 283 The related Person Identifier uses the person's professional certificate or license number. \N ProfessionalCertificateOrLicenseNumber ProfessionalCertificateOrLicenseNumber \N CEDS \N \N \N \N \N LIF f \N t 1 +23 2 Obtain a state- or industry-recognized certificate or license is specified as the reason for which an assessment is designed or delivered. \N ObtainAState-OrIndustry-recognizedCertificateOrLicense ObtainAState-OrIndustry-recognizedCertificateOrLicense \N CEDS \N \N \N \N \N LIF f \N t 1 +2530 155 \N \N NationalGuardOrReserve NationalGuardOrReserve \N NONE \N \N \N \N \N LIF f \N t 1 +1879 80 \N \N 493 GradeEquivalentOrGrade-levelIndicator \N CEDS \N \N \N \N \N LIF f \N f 4 +1627 56 \N \N GradeEquivalentOrGrade-levelIndicator GradeEquivalentOrGrade-levelIndicator \N CEDS \N \N \N \N \N LIF f \N t 1 +28 2 Promotion to or retention in a grade or program is specified as the reason for which an assessment is designed or delivered. \N PromotionToOrRetentionInAGradeOrProgram PromotionToOrRetentionInAGradeOrProgram \N CEDS \N \N \N \N \N LIF f \N t 1 +4215 310 Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California (previously listed as Redwood Valley Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedwoodValleyOrLittleRiverBandOfPomoIndiansOfTheRedwoodValleyRancheriaCalifornia RedwoodValleyOrLittleRiverBandOfPomoIndiansOfTheRedwoodValleyRancheriaCalifornia \N \N \N \N \N \N \N LIF f \N f 4 +3406 284 Redwood Valley or Little River Band of Pomo Indians of the Redwood Valley Rancheria California (previously listed as Redwood Valley Rancheria of Pomo Indians of California) is the Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated. \N RedwoodValleyOrLittleRiverBandOfPomoIndiansOfTheRedwoodValleyRancheriaCalifornia RedwoodValleyOrLittleRiverBandOfPomoIndiansOfTheRedwoodValleyRancheriaCalifornia \N CEDS \N \N \N \N \N LIF f \N f 1 +1952 84 Extension center or site is specified as the type of location at which the course is taught. \N Extension ExtensionCenterOrSite \N CEDS \N \N \N \N \N LIF f \N f 4 +2438 144 \N \N LookingForWork LookingForWork \N \N \N \N \N \N \N LIF f \N t 1 +4721 91 Transferred to a juvenile or adult correctional facility where educational services are not provided \N 73077 TransferredToAJuvenileOrAdultCorrectionalFacilityWhereEducationalServicesAreNotProvided \N \N \N \N \N \N \N LIF f \N f 4 +4624 67 Transferred to a juvenile or adult correctional facility where educational services are not provided \N 73077 TransferredToAJuvenileOrAdultCorrectionalFacilityWhereEducationalServicesAreNotProvided \N CEDS \N \N \N \N \N LIF f \N t 1 +1858 78 Higher or upper division credit (associated with third or fourth year) is specified as the level of credit associated with the credit hours earned for the course. \N UpperDivision HigherOrUpperDivisionCredit(associatedWithThirdOrFourthYear) \N CEDS \N \N \N \N \N LIF f \N f 4 +363 32 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N 1050 Associate'sDegree(twoYearsOrMore) \N CEDS \N \N \N \N \N LIF f \N t 1 +3670 290 Associate's degree (two years or more) is the extent of formal instruction a person has received. \N Associate'sDegree(twoYearsOrMore) Associate'sDegree(twoYearsOrMore) \N CEDS \N \N \N \N \N LIF f \N f 1 \. @@ -17890,13 +17890,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 28 SpecialReservedWords \N \N 10 \N \N \N \N \N LIF f \N f \N 348 Test2UpdatedValueSet This is a test of updating a value set. considerations 25 \N 2025-08-19 22:25:33.387+00 2025-08-19 22:25:33.387+00 \N Mary Gwozdz Unicon f \N f \N 349 Test2AnotherNewValueSetWithValues This is a test of creating a new value set with values. considerations 18 \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f \N -37 Normative Association Types \N \N 4 \N \N \N \N \N LIF f \N f \N -38 Voc 1 \N \N 4 \N \N \N \N \N LIF f \N f \N -39 Voc 3 \N \N 4 \N \N \N \N \N LIF f \N f \N -40 Voc 7 \N \N 4 \N \N \N \N \N LIF f \N f \N -41 Voc 9 \N \N 4 \N \N \N \N \N LIF f \N f \N -42 Normative Association Types \N \N 10 \N \N \N \N \N LIF f \N f \N -43 Normative Association Types \N \N 14 \N \N \N \N \N LIF f \N f \N 44 SpecialReservedWords \N \N 14 \N \N \N \N \N LIF f \N f \N 70 resultType \N \N 3 \N \N \N \N \N LIF f \N f \N 71 assessmentMethod \N \N 3 \N \N \N \N \N LIF f \N f \N @@ -17952,22 +17945,15 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 121 lifeCycleStatusType \N \N 10 \N \N \N \N \N LIF f \N f \N 338 TestUpdatedValueSet This is a test of updating a value set. considerations 25 \N 2025-08-19 22:25:33.387+00 2025-08-19 22:25:33.387+00 \N Mary Gwozdz Unicon f \N t \N 2 assessmentPurpose \N \N 1 \N \N \N \N \N LIF f \N t \N +37 NormativeAssociationTypes \N \N 4 \N \N \N \N \N LIF f \N f \N +38 Voc1 \N \N 4 \N \N \N \N \N LIF f \N f \N +39 Voc3 \N \N 4 \N \N \N \N \N LIF f \N f \N +40 Voc7 \N \N 4 \N \N \N \N \N LIF f \N f \N +41 Voc9 \N \N 4 \N \N \N \N \N LIF f \N f \N +42 NormativeAssociationTypes \N \N 10 \N \N \N \N \N LIF f \N f \N +43 NormativeAssociationTypes \N \N 14 \N \N \N \N \N LIF f \N f \N 345 TestNewValueSet This is a test of creating a new value set. considerations 25 \N 2025-08-19 22:25:33.387+00 2025-08-19 22:25:33.387+00 \N Mary Gwozdz Unicon f \N f \N 346 TestAnotherNewValueSetWithValues This is a test of creating a new value set with values. considerations 25 \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N f \N -129 Normative Achievement Type \N \N 12 \N \N \N \N \N LIF f \N f \N -130 Normative Credential Format \N \N 12 \N \N \N \N \N LIF f \N f \N -131 Normative Identifier Type \N \N 3 \N \N \N \N \N LIF f \N f \N -132 Normative ID Type \N \N 3 \N \N \N \N \N LIF f \N f \N -133 Normative Achievement Type \N \N 3 \N \N \N \N \N LIF f \N f \N -134 Normative Award Status \N \N 3 \N \N \N \N \N LIF f \N f \N -135 Normative Credential Status Type \N \N 3 \N \N \N \N \N LIF f \N f \N -136 Normative Alignment Type \N \N 3 \N \N \N \N \N LIF f \N f \N -137 Normative Credential Format \N \N 3 \N \N \N \N \N LIF f \N f \N -138 Normative ID Type \N \N 4 \N \N \N \N \N LIF f \N f \N -139 Normative Achievement Type \N \N 10 \N \N \N \N \N LIF f \N f \N -140 Normative ID Type \N \N 15 \N \N \N \N \N LIF f \N f \N -141 Normative Credential Status Type \N \N 15 \N \N \N \N \N LIF f \N f \N -142 Normative Credential Format \N \N 15 \N \N \N \N \N LIF f \N f \N 161 positionEmploymentStatus \N \N 2 \N \N \N \N \N LIF f \N f \N 162 personEmploymentStatus \N \N 2 \N \N \N \N \N LIF f \N f \N 163 employmentSchedule \N \N 2 \N \N \N \N \N LIF f \N f \N @@ -18048,6 +18034,19 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 238 militaryBranch \N \N 9 \N \N \N \N \N LIF f \N f \N 239 militaryStatus \N \N 9 \N \N \N \N \N LIF f \N f \N 240 militaryEnlistmentExit \N \N 9 \N \N \N \N \N LIF f \N f \N +130 NormativeCredentialFormat \N \N 12 \N \N \N \N \N LIF f \N f \N +131 NormativeIdentifierType \N \N 3 \N \N \N \N \N LIF f \N f \N +132 NormativeIDType \N \N 3 \N \N \N \N \N LIF f \N f \N +133 NormativeAchievementType \N \N 3 \N \N \N \N \N LIF f \N f \N +134 NormativeAwardStatus \N \N 3 \N \N \N \N \N LIF f \N f \N +135 NormativeCredentialStatusType \N \N 3 \N \N \N \N \N LIF f \N f \N +136 NormativeAlignmentType \N \N 3 \N \N \N \N \N LIF f \N f \N +137 NormativeCredentialFormat \N \N 3 \N \N \N \N \N LIF f \N f \N +138 NormativeIDType \N \N 4 \N \N \N \N \N LIF f \N f \N +139 NormativeAchievementType \N \N 10 \N \N \N \N \N LIF f \N f \N +140 NormativeIDType \N \N 15 \N \N \N \N \N LIF f \N f \N +141 NormativeCredentialStatusType \N \N 15 \N \N \N \N \N LIF f \N f \N +142 NormativeCredentialFormat \N \N 15 \N \N \N \N \N LIF f \N f \N 241 dischargeStatus \N \N 9 \N \N \N \N \N LIF f \N f \N 242 jobCodeType \N \N 9 \N \N \N \N \N LIF f \N f \N 243 industryCodeType \N \N 9 \N \N \N \N \N LIF f \N f \N @@ -18086,11 +18085,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 315 highestLevelEducation \N \N 4 \N \N \N \N \N LIF f \N f \N 340 TestSecondNewValueSetWithValues This is a test of creating a new value set with values. considerations 25 \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N t \N 341 TestSecondNewValueSetWithValues This is a test of creating a new value set with values. considerations 25 \N 2025-08-19 22:34:39.754+00 2025-08-19 22:34:39.754+00 \N Mary Gwozdz Unicon f \N t \N -328 Voc 2 \N \N 4 \N \N \N \N \N LIF f \N f \N -329 Voc 4 \N \N 4 \N \N \N \N \N LIF f \N f \N -330 Voc 5 \N \N 4 \N \N \N \N \N LIF f \N f \N -331 Voc 6 \N \N 4 \N \N \N \N \N LIF f \N f \N -332 Voc 8 \N \N 4 \N \N \N \N \N LIF f \N f \N 333 participationStatus \N \N 4 \N \N \N \N \N LIF f \N f \N 334 AssessmentMethod \N \N 10 \N \N \N \N \N LIF f \N f \N 335 AudienceLevelType \N \N 10 \N \N \N \N \N LIF f \N f \N @@ -18098,12 +18092,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 8 resultDataType \N \N 1 \N \N \N \N \N LIF f \N t \N 9 gradeStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 11 reasonNotCompleting \N \N 1 \N \N \N \N \N LIF f \N t \N -29 Normative Proficiency Scale Type \N \N 1 \N \N \N \N \N LIF f \N t \N -30 Normative Association Types \N \N 1 \N \N \N \N \N LIF f \N t \N -31 Voc 2 \N \N 1 \N \N \N \N \N LIF f \N t \N -32 Voc 1 \N \N 1 \N \N \N \N \N LIF f \N t \N -33 Voc 3 \N \N 1 \N \N \N \N \N LIF f \N t \N -35 Voc 9 \N \N 1 \N \N \N \N \N LIF f \N t \N 36 SpecialReservedWords \N \N 1 \N \N \N \N \N LIF f \N t \N 46 SystemType \N \N 1 \N \N \N \N \N LIF f \N t \N 48 courseStandardAlignment \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18117,7 +18105,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 1 schoolIdentificationSystem \N \N 1 \N \N \N \N \N LIF f \N t \N 10 completionStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 56 assessmentReportingMethod \N \N 1 \N \N \N \N \N LIF f \N t \N -122 Normative Identifier Type \N \N 1 \N \N \N \N \N LIF f \N t \N 155 militaryStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 261 identificationSystem \N \N 1 \N \N \N \N \N LIF f \N t \N 270 telephoneNumberType \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18134,7 +18121,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 306 emergencyContact \N \N 1 \N \N \N \N \N LIF f \N t \N 307 primaryContact \N \N 1 \N \N \N \N \N LIF f \N t \N 308 languageType \N \N 1 \N \N \N \N \N LIF f \N t \N -316 Voc 4 \N \N 1 \N \N \N \N \N LIF f \N t \N 262 operationalStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 3 applicableEducationLevel \N \N 1 \N \N \N \N \N LIF f \N t \N 4 assessmentTypeAdministered \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18144,14 +18130,23 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 342 TestUpdatedValueSet This is a test of updating a value set. considerations 25 \N 2025-08-19 22:25:33.387+00 2025-08-19 22:25:33.387+00 \N Mary Gwozdz Unicon f \N t \N 290 highestLevelEducation \N \N 1 \N \N \N \N \N LIF f \N f \N 350 contentStandardStatus \N \N 1 \N 2025-09-16 15:45:00+00 2025-09-16 15:45:00+00 \N UX LIF f \N f \N +329 Voc4 \N \N 4 \N \N \N \N \N LIF f \N f \N +330 Voc5 \N \N 4 \N \N \N \N \N LIF f \N f \N +331 Voc6 \N \N 4 \N \N \N \N \N LIF f \N f \N +332 Voc8 \N \N 4 \N \N \N \N \N LIF f \N f \N +30 NormativeAssociationTypes \N \N 1 \N \N \N \N \N LIF f \N t \N +31 Voc2 \N \N 1 \N \N \N \N \N LIF f \N t \N +32 Voc1 \N \N 1 \N \N \N \N \N LIF f \N t \N +33 Voc3 \N \N 1 \N \N \N \N \N LIF f \N t \N +35 Voc9 \N \N 1 \N \N \N \N \N LIF f \N t \N +122 NormativeIdentifierType \N \N 1 \N \N \N \N \N LIF f \N t \N +316 Voc4 \N \N 1 \N \N \N \N \N LIF f \N t \N 284 tribalNationName \N \N 1 \N \N \N \N \N LIF f \N f \N 288 sex \N \N 1 \N \N \N \N \N LIF f \N f \N 45 lifEntities \N \N 1 \N \N \N \N \N LIF f \N f \N 287 addressState \N \N 1 \N \N \N \N \N LIF f \N f \N 47 courseGPAAplicability \N \N 1 \N \N \N \N \N LIF f \N t \N 295 nativeHawaiianOrOtherPacificIslander \N \N 1 \N \N \N \N \N LIF f \N t \N -317 Voc 5 \N \N 1 \N \N \N \N \N LIF f \N t \N -318 Voc 6 \N \N 1 \N \N \N \N \N LIF f \N t \N 58 courseHonorsType \N \N 1 \N \N \N \N \N LIF f \N t \N 59 instructionMethod \N \N 1 \N \N \N \N \N LIF f \N t \N 60 courseInstructionSiteType \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18164,11 +18159,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 67 courseExitReason \N \N 1 \N \N \N \N \N LIF f \N t \N 68 gradeStatusCode \N \N 1 \N \N \N \N \N LIF f \N t \N 69 singleSexClassStatus \N \N 1 \N \N \N \N \N LIF f \N t \N -124 Normative Achievement Type \N \N 1 \N \N \N \N \N LIF f \N t \N -125 Normative Award Status \N \N 1 \N \N \N \N \N LIF f \N t \N -126 Normative Credential Status Type \N \N 1 \N \N \N \N \N LIF f \N t \N -127 Normative Alignment Type \N \N 1 \N \N \N \N \N LIF f \N t \N -128 Normative Credential Format \N \N 1 \N \N \N \N \N LIF f \N t \N 143 positionEmploymentStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 144 personEmploymentStatus \N \N 1 \N \N \N \N \N LIF f \N t \N 145 employmentSchedule \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18203,7 +18193,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 292 americanIndianOrAlaskan \N \N 1 \N \N \N \N \N LIF f \N t \N 293 asian \N \N 1 \N \N \N \N \N LIF f \N t \N 294 blackOrAfricanAmerican \N \N 1 \N \N \N \N \N LIF f \N t \N -319 Voc 8 \N \N 1 \N \N \N \N \N LIF f \N t \N 321 AudienceType \N \N 1 \N \N \N \N \N LIF f \N t \N 322 AudienceLevelType \N \N 1 \N \N \N \N \N LIF f \N t \N 323 Delivery \N \N 1 \N \N \N \N \N LIF f \N t \N @@ -18213,7 +18202,6 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 327 distanceEducationProgram \N \N 1 \N \N \N \N \N LIF f \N t \N 34 testibilityType \N \N 1 \N \N \N \N \N LIF f \N t \N 320 AssessmentMethod \N \N 1 \N \N \N \N \N LIF f \N t \N -123 Normative ID Type \N \N 1 \N \N \N \N \N LIF f \N t \N 364 deletedStatus \N \N 1 \N \N \N \N \N LIF f \N f \N 289 gender \N \N 1 \N \N \N \N \N LIF f \N f \N 351 language \N \N 1 \N \N \N \N \N LIF f \N f \N @@ -18229,6 +18217,18 @@ COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "Data 361 idType \N \N 1 \N \N \N \N \N LIF f \N f \N 362 branch \N \N 1 \N \N \N \N \N LIF f \N f \N 363 normalTimeCompletionUnits \N \N 1 \N \N \N \N \N LIF f \N f \N +129 NormativeAchievementType \N \N 12 \N \N \N \N \N LIF f \N f \N +328 Voc2 \N \N 4 \N \N \N \N \N LIF f \N f \N +29 NormativeProficiencyScaleType \N \N 1 \N \N \N \N \N LIF f \N t \N +317 Voc5 \N \N 1 \N \N \N \N \N LIF f \N t \N +318 Voc6 \N \N 1 \N \N \N \N \N LIF f \N t \N +124 NormativeAchievementType \N \N 1 \N \N \N \N \N LIF f \N t \N +125 NormativeAwardStatus \N \N 1 \N \N \N \N \N LIF f \N t \N +126 NormativeCredentialStatusType \N \N 1 \N \N \N \N \N LIF f \N t \N +127 NormativeAlignmentType \N \N 1 \N \N \N \N \N LIF f \N t \N +128 NormativeCredentialFormat \N \N 1 \N \N \N \N \N LIF f \N t \N +319 Voc8 \N \N 1 \N \N \N \N \N LIF f \N t \N +123 NormativeIDType \N \N 1 \N \N \N \N \N LIF f \N t \N \. @@ -18762,5 +18762,5 @@ ALTER TABLE ONLY public."TransformationAttributes" -- PostgreSQL database dump complete -- --- \unrestrict zx3zIkeT4b37a7IAXsl16N94tUClHXnAXZaBrvz3JVKfqa3fXHJMM8SAcc6f62u +-- \unrestrict 7MEW5zDL7l2cER19fvhPy6b8zVmcU3Z5XgJELWLR5TVItgZYL0QJ8PdQpLRcV9M