From 543bb9f760ac2a3c4d5eec3ef2864a59fe0802c4 Mon Sep 17 00:00:00 2001 From: Tammie Helmick Date: Thu, 5 Mar 2026 15:08:59 -0500 Subject: [PATCH] Issue #810 Remove spaces in the MDR entities' and attributes' fields of name and uniqueName Fixes --- ...openapi_constrained_with_interactions.json | 17265 +++++++------- projects/lif_mdr_database/backup.sql | 634 +- .../flyway/sql/mdr/V1.1_to_V1.2_delta.sql | 326 + .../mdr/V1.2__metadata_repository_init.sql | 18766 ++++++++++++++++ 4 files changed, 28036 insertions(+), 8955 deletions(-) create mode 100644 sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.1_to_V1.2_delta.sql create mode 100644 sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.2__metadata_repository_init.sql 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..3f60454 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": [ + "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 + } + } + } + } + } +} \ No newline at end of file diff --git a/projects/lif_mdr_database/backup.sql b/projects/lif_mdr_database/backup.sql index 3226358..de311e2 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 DwQKGFjBEop1pibbfX00hksIsrVveXifpOt81cdIukJjUyWCPeUH5E4VHqRdIhC --- 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 \. @@ -18762,5 +18762,5 @@ ALTER TABLE ONLY public."TransformationAttributes" -- PostgreSQL database dump complete -- -\unrestrict zx3zIkeT4b37a7IAXsl16N94tUClHXnAXZaBrvz3JVKfqa3fXHJMM8SAcc6f62u +\unrestrict DwQKGFjBEop1pibbfX00hksIsrVveXifpOt81cdIukJjUyWCPeUH5E4VHqRdIhC diff --git a/sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.1_to_V1.2_delta.sql b/sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.1_to_V1.2_delta.sql new file mode 100644 index 0000000..ba6074c --- /dev/null +++ b/sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.1_to_V1.2_delta.sql @@ -0,0 +1,326 @@ +-- Delta migration: v1.1 -> v1.2 (metadata repository seed data) +-- Generated by diffing V1.1__metadata_repository_init.sql and V1.2__metadata_repository_init.sql +-- This script updates only the rows that changed between versions. +-- +-- Assumptions: +-- - Schema already matches (no DDL changes between v1.1 and v1.2 in these files). +-- - The target database currently contains the v1.1 seed data. +-- +BEGIN; + +UPDATE "Attributes" SET "Name" = 'name/description', "UniqueName" = 'achievement.name/description' WHERE "Id" = 75; +UPDATE "Attributes" SET "Name" = 'AssessmentIdentifier', "UniqueName" = 'Assessment.AssessmentIdentifier' WHERE "Id" = 93; +UPDATE "Attributes" SET "Name" = 'AssessmentShortName', "UniqueName" = 'Assessment.AssessmentShortName' WHERE "Id" = 94; +UPDATE "Attributes" SET "Name" = 'AssessmentTitle', "UniqueName" = 'Assessment.AssessmentTitle' WHERE "Id" = 95; +UPDATE "Attributes" SET "Name" = 'AssessmentProvider', "UniqueName" = 'Assessment.AssessmentProvider' WHERE "Id" = 96; +UPDATE "Attributes" SET "Name" = 'AssessmentRevisionDate', "UniqueName" = 'Assessment.AssessmentRevisionDate' WHERE "Id" = 97; +UPDATE "Attributes" SET "Name" = 'AssessmentType', "UniqueName" = 'Assessment.AssessmentType' WHERE "Id" = 98; +UPDATE "Attributes" SET "Name" = 'AssessmentObjective', "UniqueName" = 'Assessment.AssessmentObjective' WHERE "Id" = 99; +UPDATE "Attributes" SET "Name" = 'GoalDescription', "UniqueName" = 'Goal.GoalDescription' WHERE "Id" = 100; +UPDATE "Attributes" SET "Name" = 'GoalSuccessCriteria', "UniqueName" = 'Goal.GoalSuccessCriteria' WHERE "Id" = 101; +UPDATE "Attributes" SET "Name" = 'AssessmentAcademicSubject', "UniqueName" = 'Assessment.AssessmentAcademicSubject' WHERE "Id" = 102; +UPDATE "Attributes" SET "Name" = 'AssessmentPurpose', "UniqueName" = 'Assessment.AssessmentPurpose' WHERE "Id" = 103; +UPDATE "Attributes" SET "Name" = 'AssessmentLevelForWhichDesigned', "UniqueName" = 'Assessment.AssessmentLevelForWhichDesigned' WHERE "Id" = 104; +UPDATE "Attributes" SET "Name" = 'AssessmentTypeAdministered', "UniqueName" = 'Assessment.AssessmentTypeAdministered' WHERE "Id" = 105; +UPDATE "Attributes" SET "Name" = 'AssessmentScoreMetricType', "UniqueName" = 'Assessment.AssessmentScoreMetricType' WHERE "Id" = 106; +UPDATE "Attributes" SET "Name" = 'AssessmentLanguage', "UniqueName" = 'AssessmentForm.AssessmentLanguage' WHERE "Id" = 107; +UPDATE "Attributes" SET "Name" = 'AssessmentPerformanceLevelIdentifier', "UniqueName" = 'AssessmentPerformanceLevel.AssessmentPerformanceLevelIdentifier' WHERE "Id" = 108; +UPDATE "Attributes" SET "Name" = 'AssessmentPerformanceLevelLabel', "UniqueName" = 'AssessmentPerformanceLevel.AssessmentPerformanceLevelLabel' WHERE "Id" = 109; +UPDATE "Attributes" SET "Name" = 'AssessmentPerformanceLevelLowerCutScore', "UniqueName" = 'AssessmentPerformanceLevel.AssessmentPerformanceLevelLowerCutScore' WHERE "Id" = 110; +UPDATE "Attributes" SET "Name" = 'AssessmentPerformanceLevelUpperCutScore', "UniqueName" = 'AssessmentPerformanceLevel.AssessmentPerformanceLevelUpperCutScore' WHERE "Id" = 111; +UPDATE "Attributes" SET "Name" = 'AssessmentPerformanceLevelDescriptiveFeedback', "UniqueName" = 'AssessmentPerformanceLevel.AssessmentPerformanceLevelDescriptiveFeedback' WHERE "Id" = 112; +UPDATE "Attributes" SET "Name" = 'DateIssued', "UniqueName" = 'LearningAssessment.DateIssued' WHERE "Id" = 113; +UPDATE "Attributes" SET "Name" = 'ActualStartDateTime', "UniqueName" = 'AssessmentParticipantSession.ActualStartDateTime' WHERE "Id" = 115; +UPDATE "Attributes" SET "Name" = 'ActualEndDateTime', "UniqueName" = 'AssessmentParticipantSession.ActualEndDateTime' WHERE "Id" = 116; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessment.awardedBy' WHERE "Id" = 117; +UPDATE "Attributes" SET "Name" = 'ScoreValue', "UniqueName" = 'AssessmentResult.ScoreValue' WHERE "Id" = 118; +UPDATE "Attributes" SET "Name" = 'ScoreType', "UniqueName" = 'AssessmentResult.ScoreType' WHERE "Id" = 119; +UPDATE "Attributes" SET "Name" = 'ResultDataType', "UniqueName" = 'AssessmentResult.ResultDataType' WHERE "Id" = 120; +UPDATE "Attributes" SET "Name" = 'CompletionStatus', "UniqueName" = 'AssessmentRegistration.CompletionStatus' WHERE "Id" = 121; +UPDATE "Attributes" SET "Name" = 'ReasonNotCompleting', "UniqueName" = 'AssessmentRegistration.ReasonNotCompleting' WHERE "Id" = 122; +UPDATE "Attributes" SET "Name" = 'TimeAssessed', "UniqueName" = 'AssessmentParticipationSession.TimeAssessed' WHERE "Id" = 123; +UPDATE "Attributes" SET "Name" = 'DeliveryDeviceDetails', "UniqueName" = 'AssessmentParticipationSession.DeliveryDeviceDetails' WHERE "Id" = 124; +UPDATE "Attributes" SET "Name" = 'AssessmentSessionLocation', "UniqueName" = 'AssessmentParticipationSession.AssessmentSessionLocation' WHERE "Id" = 125; +UPDATE "Attributes" SET "UniqueName" = 'LearningAchievementSpecification.identifier' WHERE "Id" = 145; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.alternativeName' WHERE "Id" = 146; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.title' WHERE "Id" = 147; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.assessedBy' WHERE "Id" = 148; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.lastModificationDate' WHERE "Id" = 149; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.type' WHERE "Id" = 150; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.desccription' WHERE "Id" = 151; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.proves' WHERE "Id" = 152; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessment.methodOfAssessmentSupervisionAndIDVerification' WHERE "Id" = 153; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.gradingScheme' WHERE "Id" = 154; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.language' WHERE "Id" = 155; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.category' WHERE "Id" = 156; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.generalisationOf' WHERE "Id" = 157; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.homeage' WHERE "Id" = 158; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.mode' WHERE "Id" = 159; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.moreInformation' WHERE "Id" = 160; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.otherDocuments' WHERE "Id" = 161; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.specialisationOf' WHERE "Id" = 162; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessmentSpecification.status' WHERE "Id" = 163; +UPDATE "Attributes" SET "UniqueName" = 'GradingScheme.identifier' WHERE "Id" = 164; +UPDATE "Attributes" SET "UniqueName" = 'ResultCategory.label' WHERE "Id" = 165; +UPDATE "Attributes" SET "UniqueName" = 'ShortenedGrading.lowerPercentage' WHERE "Id" = 166; +UPDATE "Attributes" SET "UniqueName" = 'ShortenedGrading.higherPercentage' WHERE "Id" = 167; +UPDATE "Attributes" SET "Name" = 'dateIssued', "UniqueName" = 'LearningAssessment.dateIssued' WHERE "Id" = 168; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessment.awardedBy' WHERE "Id" = 169; +UPDATE "Attributes" SET "Name" = 'GradeStatus', "UniqueName" = 'LearningAssessment.GradeStatus' WHERE "Id" = 170; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessment.location' WHERE "Id" = 171; +UPDATE "Attributes" SET "Name" = 'TestName-TestNameType', "UniqueName" = 'TestsType.TestName-TestNameType' WHERE "Id" = 181; +UPDATE "Attributes" SET "Name" = 'ceterms-assessmentDeliveryType', "UniqueName" = 'AssessmentProfile.ceterms-assessmentDeliveryType' WHERE "Id" = 193; +UPDATE "Attributes" SET "Name" = 'AMinimumLevelOfProficiencyForACompetencyAssociatedWithAPosition-Role-Course-OrOtherItem.', "UniqueName" = 'requiredProficiencyLevel.AMinimumLevelOfProficiencyForACompetencyAssociatedWithAPosition-Role-Course-OrOtherItem.' WHERE "Id" = 309; +UPDATE "Attributes" SET "Name" = 'ARatingOrScoreRepresentingTheDifficultyOfTheParticularCompetencyToAcquire.', "UniqueName" = 'proficiencyAcquistionDifficulty.ARatingOrScoreRepresentingTheDifficultyOfTheParticularCompetencyToAcquire.' WHERE "Id" = 311; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkIdentifierURI', "UniqueName" = 'Competency.CompetencyFrameworkIdentifierURI' WHERE "Id" = 312; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkTitle', "UniqueName" = 'Competency.CompetencyFrameworkTitle' WHERE "Id" = 313; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkDescription', "UniqueName" = 'Competency.CompetencyFrameworkDescription' WHERE "Id" = 314; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkSubject', "UniqueName" = 'Competency.CompetencyFrameworkSubject' WHERE "Id" = 315; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkCreator', "UniqueName" = 'Competency.CompetencyFrameworkCreator' WHERE "Id" = 316; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkPublisher', "UniqueName" = 'Competency.CompetencyFrameworkPublisher' WHERE "Id" = 317; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkPublicationStatus', "UniqueName" = 'Competency.CompetencyFrameworkPublicationStatus' WHERE "Id" = 318; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkPublicationDate', "UniqueName" = 'Competency.CompetencyFrameworkPublicationDate' WHERE "Id" = 319; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkJurisdiction', "UniqueName" = 'Competency.CompetencyFrameworkJurisdiction' WHERE "Id" = 320; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkValidStartDate', "UniqueName" = 'Competency.CompetencyFrameworkValidStartDate' WHERE "Id" = 321; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkValidEndDate', "UniqueName" = 'Competency.CompetencyFrameworkValidEndDate' WHERE "Id" = 322; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkVersion', "UniqueName" = 'Competency.CompetencyFrameworkVersion' WHERE "Id" = 323; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkLanguage', "UniqueName" = 'Competency.CompetencyFrameworkLanguage' WHERE "Id" = 324; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkLicense', "UniqueName" = 'Competency.CompetencyFrameworkLicense' WHERE "Id" = 325; +UPDATE "Attributes" SET "Name" = 'CompetencyFrameworkRights', "UniqueName" = 'Competency.CompetencyFrameworkRights' WHERE "Id" = 326; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionSequence', "UniqueName" = 'Competency.CompetencyDefinitionSequence' WHERE "Id" = 327; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionURI', "UniqueName" = 'Competency.CompetencyDefinitionURI' WHERE "Id" = 331; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionCode', "UniqueName" = 'Competency.CompetencyDefinitionCode' WHERE "Id" = 332; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionStatement', "UniqueName" = 'Competency.CompetencyDefinitionStatement' WHERE "Id" = 333; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionNodeName', "UniqueName" = 'Competency.CompetencyDefinitionNodeName' WHERE "Id" = 334; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionRightsHolder', "UniqueName" = 'Competency.CompetencyDefinitionRightsHolder' WHERE "Id" = 336; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionTypeURL', "UniqueName" = 'Competency.CompetencyDefinitionTypeURL' WHERE "Id" = 337; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionEducationLevel', "UniqueName" = 'Competency.CompetencyDefinitionEducationLevel' WHERE "Id" = 338; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionTypicalAgeRangeMinimum', "UniqueName" = 'Competency.CompetencyDefinitionTypicalAgeRangeMinimum' WHERE "Id" = 339; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionTypicalAgRangeMaximum', "UniqueName" = 'Competency.CompetencyDefinitionTypicalAgRangeMaximum' WHERE "Id" = 340; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionLanguage', "UniqueName" = 'Competency.CompetencyDefinitionLanguage' WHERE "Id" = 341; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionConceptKeyword', "UniqueName" = 'Competency.CompetencyDefinitionConceptKeyword' WHERE "Id" = 342; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionVersion', "UniqueName" = 'Competency.CompetencyDefinitionVersion' WHERE "Id" = 343; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionCurrentVersionIndicator', "UniqueName" = 'Competency.CompetencyDefinitionCurrentVersionIndicator' WHERE "Id" = 345; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionLicense', "UniqueName" = 'Competency.CompetencyDefinitionLicense' WHERE "Id" = 346; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionNodeAccessibilityProfile', "UniqueName" = 'Competency.CompetencyDefinitionNodeAccessibilityProfile' WHERE "Id" = 347; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionTestabilityType', "UniqueName" = 'Competency.CompetencyDefinitionTestabilityType' WHERE "Id" = 348; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionTextComplexityMaximumValue', "UniqueName" = 'Competency.CompetencyDefinitionTextComplexityMaximumValue' WHERE "Id" = 349; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionTextComplexityMinimumValue', "UniqueName" = 'Competency.CompetencyDefinitionTextComplexityMinimumValue' WHERE "Id" = 350; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionTextComplexitySystem', "UniqueName" = 'Competency.CompetencyDefinitionTextComplexitySystem' WHERE "Id" = 351; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionValidEndDate', "UniqueName" = 'Competency.CompetencyDefinitionValidEndDate' WHERE "Id" = 352; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionValidStartDate', "UniqueName" = 'Competency.CompetencyDefinitionValidStartDate' WHERE "Id" = 353; +UPDATE "Attributes" SET "Name" = 'ceterms-environmentalHazardType', "UniqueName" = 'Competency.ceterms-environmentalHazardType' WHERE "Id" = 355; +UPDATE "Attributes" SET "Name" = 'CompetencyAssociationIdentifierURI', "UniqueName" = 'Competency.CompetencyAssociationIdentifierURI' WHERE "Id" = 359; +UPDATE "Attributes" SET "Name" = 'CompetencyAssociationType', "UniqueName" = 'Competency.CompetencyAssociationType' WHERE "Id" = 360; +UPDATE "Attributes" SET "Name" = 'CompetencyAssociationConnectionCitation', "UniqueName" = 'Competency.CompetencyAssociationConnectionCitation' WHERE "Id" = 361; +UPDATE "Attributes" SET "Name" = 'CompetencyAssociationDestinationNodeName', "UniqueName" = 'Competency.CompetencyAssociationDestinationNodeName' WHERE "Id" = 362; +UPDATE "Attributes" SET "Name" = 'CompetencyAssociationDestinationNodeURI', "UniqueName" = 'Competency.CompetencyAssociationDestinationNodeURI' WHERE "Id" = 363; +UPDATE "Attributes" SET "Name" = 'CompetencyAssociationOriginNodeName', "UniqueName" = 'Competency.CompetencyAssociationOriginNodeName' WHERE "Id" = 364; +UPDATE "Attributes" SET "Name" = 'CompetencyAssociationOriginNodeURI', "UniqueName" = 'Competency.CompetencyAssociationOriginNodeURI' WHERE "Id" = 365; +UPDATE "Attributes" SET "Name" = 'CompetencyAssociationWeight', "UniqueName" = 'Competency.CompetencyAssociationWeight' WHERE "Id" = 366; +UPDATE "Attributes" SET "Name" = 'ceterms-physicalCapabilityType', "UniqueName" = 'Competency.ceterms-physicalCapabilityType' WHERE "Id" = 367; +UPDATE "Attributes" SET "Name" = 'ceterms-sensoryCapabilityType', "UniqueName" = 'Competency.ceterms-sensoryCapabilityType' WHERE "Id" = 368; +UPDATE "Attributes" SET "Name" = 'language(session)', "UniqueName" = 'ObjectiveBank.language(session)' WHERE "Id" = 376; +UPDATE "Attributes" SET "Name" = 'language(session)', "UniqueName" = 'Objective.language(session)' WHERE "Id" = 380; +UPDATE "Attributes" SET "Name" = 'ceasn-localSubjectAndceterms-instructionalProgramType', "UniqueName" = 'CompetencyFramework.ceasn-localSubjectAndceterms-instructionalProgramType' WHERE "Id" = 385; +UPDATE "Attributes" SET "Name" = 'ceasn-listID', "UniqueName" = 'Competency.ceasn-listID' WHERE "Id" = 394; +UPDATE "Attributes" SET "Name" = 'ceterms-environmentalHazardType', "UniqueName" = 'Competency.ceterms-environmentalHazardType' WHERE "Id" = 406; +UPDATE "Attributes" SET "Name" = 'ceasn-alignTo', "UniqueName" = 'Competency.ceasn-alignTo' WHERE "Id" = 408; +UPDATE "Attributes" SET "Name" = 'ceterms-physicalCapabilityType', "UniqueName" = 'Competency.ceterms-physicalCapabilityType' WHERE "Id" = 409; +UPDATE "Attributes" SET "Name" = 'ceterms-sensoryCapabilityType', "UniqueName" = 'Competency.ceterms-sensoryCapabilityType' WHERE "Id" = 410; +UPDATE "Attributes" SET "Name" = 'educationalAlignment;ORabout', "UniqueName" = 'DefinedTermSet.educationalAlignment;ORabout' WHERE "Id" = 445; +UPDATE "Attributes" SET "Name" = 'identifierTermCode', "UniqueName" = 'CreativeWork+DefinedTerm.identifieridentifierTermCode' WHERE "Id" = 456; +UPDATE "Attributes" SET "UniqueName" = 'CreativeWork+DefinedTerm.description' WHERE "Id" = 457; +UPDATE "Attributes" SET "UniqueName" = 'CreativeWork+DefinedTerm.name' WHERE "Id" = 458; +UPDATE "Attributes" SET "Name" = 'AchievementType=Course', "UniqueName" = 'Achievement.AchievementType=Course' WHERE "Id" = 590; +UPDATE "Attributes" SET "Name" = 'TargetFramework', "UniqueName" = 'Alignment.TargetFramework' WHERE "Id" = 602; +UPDATE "Attributes" SET "Name" = 'CourseIdentifier', "UniqueName" = 'Course.CourseIdentifier' WHERE "Id" = 606; +UPDATE "Attributes" SET "Name" = 'CourseTitle', "UniqueName" = 'Course.CourseTitle' WHERE "Id" = 607; +UPDATE "Attributes" SET "Name" = 'CourseDescription', "UniqueName" = 'Course.CourseDescription' WHERE "Id" = 608; +UPDATE "Attributes" SET "Name" = 'CourseBeginDate', "UniqueName" = 'Course.CourseBeginDate' WHERE "Id" = 609; +UPDATE "Attributes" SET "Name" = 'CourseEndDate', "UniqueName" = 'Course.CourseEndDate' WHERE "Id" = 610; +UPDATE "Attributes" SET "Name" = 'CourseSectionTimeRequiredForCompletion', "UniqueName" = 'CourseSection.CourseSectionTimeRequiredForCompletion' WHERE "Id" = 611; +UPDATE "Attributes" SET "Name" = 'CourseAcademicGradeScaleCode', "UniqueName" = 'CourseSection.CourseAcademicGradeScaleCode' WHERE "Id" = 612; +UPDATE "Attributes" SET "Name" = 'CourseAlignedWithStandards', "UniqueName" = 'CourseSection.CourseAlignedWithStandards' WHERE "Id" = 613; +UPDATE "Attributes" SET "Name" = 'CourseCodeSystem', "UniqueName" = 'Course.CourseCodeSystem' WHERE "Id" = 614; +UPDATE "Attributes" SET "Name" = 'CourseSubjectAbbreviation', "UniqueName" = 'Course.CourseSubjectAbbreviation' WHERE "Id" = 615; +UPDATE "Attributes" SET "Name" = 'CreditValue', "UniqueName" = 'Course.CreditValue' WHERE "Id" = 616; +UPDATE "Attributes" SET "Name" = 'RelatedCompetencyDefinitions', "UniqueName" = 'Course.RelatedCompetencyDefinitions' WHERE "Id" = 617; +UPDATE "Attributes" SET "Name" = 'StudentIdentifier', "UniqueName" = 'Enrollment.StudentIdentifier' WHERE "Id" = 618; +UPDATE "Attributes" SET "Name" = 'CourseAddDate', "UniqueName" = 'CourseSection->Enrollment.CourseAddDate' WHERE "Id" = 619; +UPDATE "Attributes" SET "Name" = 'CourseSectionEnrollmentStatusStartDate', "UniqueName" = 'CourseSection->Enrollment.CourseSectionEnrollmentStatusStartDate' WHERE "Id" = 620; +UPDATE "Attributes" SET "Name" = 'CourseSectionEnrollmentStatusEndDate', "UniqueName" = 'CourseSection->Enrollment.CourseSectionEnrollmentStatusEndDate' WHERE "Id" = 621; +UPDATE "Attributes" SET "Name" = 'CourseDropDate', "UniqueName" = 'CourseSection->Enrollment.CourseDropDate' WHERE "Id" = 622; +UPDATE "Attributes" SET "Name" = 'CourseAcademicGrade', "UniqueName" = 'CourseSection->Enrollment.CourseAcademicGrade' WHERE "Id" = 623; +UPDATE "Attributes" SET "Name" = 'CourseQualityPointsEarned', "UniqueName" = 'Enrollment.CourseQualityPointsEarned' WHERE "Id" = 624; +UPDATE "Attributes" SET "Name" = 'CourseOverrideSchool', "UniqueName" = 'CourseSection->Enrollment.CourseOverrideSchool' WHERE "Id" = 625; +UPDATE "Attributes" SET "UniqueName" = 'LearningResource.InteractivityStyle' WHERE "Id" = 669; +UPDATE "Attributes" SET "Name" = 'displayNameOrDisplayLabel', "UniqueName" = 'Subject.displayNameOrDisplayLabel' WHERE "Id" = 684; +UPDATE "Attributes" SET "Name" = 'sponsors(OfType)', "UniqueName" = 'Course.sponsors(OfType)' WHERE "Id" = 693; +UPDATE "Attributes" SET "Name" = 'CourseBeginDate', "UniqueName" = 'Course.CourseBeginDate' WHERE "Id" = 707; +UPDATE "Attributes" SET "Name" = 'CourseEndDate', "UniqueName" = 'Course.CourseEndDate' WHERE "Id" = 708; +UPDATE "Attributes" SET "Name" = 'CourseAcademicGradeScaleCode', "UniqueName" = 'Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeScaleCode' WHERE "Id" = 709; +UPDATE "Attributes" SET "Name" = 'ceterms-creditLevelType', "UniqueName" = 'Course.ValueProfile.ceterms-creditLevelType' WHERE "Id" = 746; +UPDATE "Attributes" SET "Name" = 'creditUnitTypeAndValue', "UniqueName" = 'Course.ValueProfile.creditUnitTypeAndValue' WHERE "Id" = 747; +UPDATE "Attributes" SET "Name" = 'assessmentMethodDescription-assessmentMethodType', "UniqueName" = 'Course.assessmentMethodDescription-assessmentMethodType' WHERE "Id" = 748; +UPDATE "Attributes" SET "UniqueName" = 'CertificationTypeAnd/orEducationDegreeType.id' WHERE "Id" = 864; +UPDATE "Attributes" SET "UniqueName" = 'CertificationTypeAnd/orEducationDegreeType.name' WHERE "Id" = 865; +UPDATE "Attributes" SET "Name" = 'CertificationType.statusAnd/orEducationDegreeType.degreeGrantedStatus', "UniqueName" = 'CertificationTypeAnd/orEducationDegreeType.CertificationType.statusAnd/orEducationDegreeType.degreeGrantedStatus' WHERE "Id" = 867; +UPDATE "Attributes" SET "Name" = 'CertificationType.firstIssuedAnd/orEducationDegreeType.date', "UniqueName" = 'CertificationTypeAnd/orEducationDegreeType.CertificationType.firstIssuedAnd/orEducationDegreeType.date' WHERE "Id" = 868; +UPDATE "Attributes" SET "Name" = 'awardedDate(orIssuanceDate)', "UniqueName" = 'AchievementCredential.awardedDate(orIssuanceDate)' WHERE "Id" = 903; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionIdentifierSystem', "UniqueName" = 'Credential.CredentialDefinitionIdentifierSystem' WHERE "Id" = 911; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionIdentifier', "UniqueName" = 'Credential.CredentialDefinitionIdentifier' WHERE "Id" = 912; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionAlternateName', "UniqueName" = 'Credential.CredentialDefinitionAlternateName' WHERE "Id" = 913; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionTitle', "UniqueName" = 'Credential.CredentialDefinitionTitle' WHERE "Id" = 914; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionDescription', "UniqueName" = 'Credential.CredentialDefinitionDescription' WHERE "Id" = 915; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionStatusType', "UniqueName" = 'Credential.CredentialDefinitionStatusType' WHERE "Id" = 916; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionDateEffective', "UniqueName" = 'Credential.CredentialDefinitionDateEffective' WHERE "Id" = 917; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionCategoryType', "UniqueName" = 'Credential.CredentialDefinitionCategoryType' WHERE "Id" = 918; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionAssessmentMethodType', "UniqueName" = 'Credential.CredentialDefinitionAssessmentMethodType' WHERE "Id" = 919; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionCriteria', "UniqueName" = 'Credential.CredentialDefinitionCriteria' WHERE "Id" = 920; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionCriteriaURL', "UniqueName" = 'Credential.CredentialDefinitionCriteriaURL' WHERE "Id" = 921; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionEstimatedDuration', "UniqueName" = 'Credential.CredentialDefinitionEstimatedDuration' WHERE "Id" = 922; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionMinimumDuration', "UniqueName" = 'Credential.CredentialDefinitionMinimumDuration' WHERE "Id" = 923; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionMaximumDuration', "UniqueName" = 'Credential.CredentialDefinitionMaximumDuration' WHERE "Id" = 924; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionMinimumAge', "UniqueName" = 'Credential.CredentialDefinitionMinimumAge' WHERE "Id" = 925; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionNAICSIndustryType', "UniqueName" = 'Credential.CredentialDefinitionNAICSIndustryType' WHERE "Id" = 926; +UPDATE "Attributes" SET "Name" = 'CredentialImageURL', "UniqueName" = 'Credential.CredentialImageURL' WHERE "Id" = 927; +UPDATE "Attributes" SET "Name" = 'CredentialDefinitionKeywords', "UniqueName" = 'Credential.CredentialDefinitionKeywords' WHERE "Id" = 928; +UPDATE "Attributes" SET "Name" = 'CTDLAudienceLevelType', "UniqueName" = 'Credential.CTDLAudienceLevelType' WHERE "Id" = 930; +UPDATE "Attributes" SET "Name" = 'ClassificationOfInstructionalProgramCode', "UniqueName" = 'Credential.ClassificationOfInstructionalProgramCode' WHERE "Id" = 931; +UPDATE "Attributes" SET "Name" = 'CompetencyDefinitionURL', "UniqueName" = 'Credential.CompetencyDefinitionURL' WHERE "Id" = 932; +UPDATE "Attributes" SET "Name" = 'O*NET-SOCOccupationType', "UniqueName" = 'Credential.O*NET-SOCOccupationType' WHERE "Id" = 933; +UPDATE "Attributes" SET "Name" = 'expirationDate', "UniqueName" = 'EuropeanDigitalCredential.expirationDate' WHERE "Id" = 934; +UPDATE "Attributes" SET "Name" = 'issuanceDate', "UniqueName" = 'EuropeanDigitalCredential.issuanceDate' WHERE "Id" = 935; +UPDATE "Attributes" SET "UniqueName" = 'EuropeanDigitalCredential.owner' WHERE "Id" = 936; +UPDATE "Attributes" SET "UniqueName" = 'EuropeanDigitalCredential.proof' WHERE "Id" = 937; +UPDATE "Attributes" SET "Name" = 'termsOfUse', "UniqueName" = 'EuropeanDigitalCredential.termsOfUse' WHERE "Id" = 938; +UPDATE "Attributes" SET "Name" = 'evidenceAccreditation', "UniqueName" = 'Evidence.evidenceAccreditation' WHERE "Id" = 939; +UPDATE "Attributes" SET "Name" = 'evidenceStatement', "UniqueName" = 'Evidence.evidenceStatement' WHERE "Id" = 940; +UPDATE "Attributes" SET "Name" = 'evidenceTarget', "UniqueName" = 'Evidence.evidenceTarget' WHERE "Id" = 941; +UPDATE "Attributes" SET "UniqueName" = 'LearningResult.state' WHERE "Id" = 947; +UPDATE "Attributes" SET "UniqueName" = 'EuropeanDigitalCredential.credentialSchema' WHERE "Id" = 957; +UPDATE "Attributes" SET "UniqueName" = 'EuropeanDigitalCredential.identifier' WHERE "Id" = 958; +UPDATE "Attributes" SET "UniqueName" = 'DisplayParameter.title' WHERE "Id" = 959; +UPDATE "Attributes" SET "UniqueName" = 'DisplayParameter.description' WHERE "Id" = 960; +UPDATE "Attributes" SET "UniqueName" = 'EuropeanDigitalCredential.credentialStatus' WHERE "Id" = 961; +UPDATE "Attributes" SET "UniqueName" = 'EuropeanDigitalCredential.validFrom' WHERE "Id" = 962; +UPDATE "Attributes" SET "UniqueName" = 'LearningAssessment.methodOfAssessment' WHERE "Id" = 963; +UPDATE "Attributes" SET "UniqueName" = 'LearningAchievementSpecification.influencedBy' WHERE "Id" = 964; +UPDATE "Attributes" SET "UniqueName" = 'LearningAchievementSpecification.homepage' WHERE "Id" = 965; +UPDATE "Attributes" SET "UniqueName" = 'LearningAchievementSpecification.volumeOfLearning' WHERE "Id" = 966; +UPDATE "Attributes" SET "UniqueName" = 'LearningAchievementSpecification.maximumDuration' WHERE "Id" = 967; +UPDATE "Attributes" SET "Name" = 'educationSubject', "UniqueName" = 'LearningAchievementSpecification.educationSubject' WHERE "Id" = 968; +UPDATE "Attributes" SET "UniqueName" = 'LearningAchievementSpecification.educationalLevel' WHERE "Id" = 969; +UPDATE "Attributes" SET "UniqueName" = 'LearningEntitlementSpecification.validWith' WHERE "Id" = 970; +UPDATE "Attributes" SET "Name" = 'expirationDate', "UniqueName" = 'EuropeanDigitalCredential.expirationDate' WHERE "Id" = 971; +UPDATE "Attributes" SET "Name" = 'issuanceDate', "UniqueName" = 'EuropeanDigitalCredential.issuanceDate' WHERE "Id" = 972; +UPDATE "Attributes" SET "UniqueName" = 'EuropeanDigitalCredential.owner' WHERE "Id" = 973; +UPDATE "Attributes" SET "UniqueName" = 'EuropeanDigitalCredential.proof' WHERE "Id" = 974; +UPDATE "Attributes" SET "Name" = 'termsOfUse', "UniqueName" = 'EuropeanDigitalCredential.termsOfUse' WHERE "Id" = 975; +UPDATE "Attributes" SET "Name" = 'embeddedEvidence', "UniqueName" = 'Evidence.embeddedEvidence' WHERE "Id" = 976; +UPDATE "Attributes" SET "Name" = 'evidenceAccreditation', "UniqueName" = 'Evidence.evidenceAccreditation' WHERE "Id" = 977; +UPDATE "Attributes" SET "Name" = 'evidenceStatement', "UniqueName" = 'Evidence.evidenceStatement' WHERE "Id" = 978; +UPDATE "Attributes" SET "Name" = 'evidenceTarget', "UniqueName" = 'Evidence.evidenceTarget' WHERE "Id" = 979; +UPDATE "Attributes" SET "Name" = 'ceterms-credentialId', "UniqueName" = 'Credential.ceterms-credentialId' WHERE "Id" = 1004; +UPDATE "Attributes" SET "Name" = 'ExpirationDate', "UniqueName" = 'Credential.ExpirationDate' WHERE "Id" = 1010; +UPDATE "Attributes" SET "Name" = 'Requires->targetCompetency', "UniqueName" = 'ConditionProfile.Requires->targetCompetency' WHERE "Id" = 1014; +UPDATE "Attributes" SET "Name" = 'Requires->minimumAge', "UniqueName" = 'ConditionProfile.Requires->minimumAge' WHERE "Id" = 1019; +UPDATE "Attributes" SET "UniqueName" = 'OpenBadges2.0.BadgeClass' WHERE "Id" = 1027; +UPDATE "Attributes" SET "UniqueName" = 'PersonOrOrganization.naics' WHERE "Id" = 1194; +UPDATE "Attributes" SET "Name" = '1.EntityType-id2.OrganizationType-taxId3.OrganizationType-legalId', "UniqueName" = 'OrganizationType.1.EntityType-id2.OrganizationType-taxId3.OrganizationType-legalId' WHERE "Id" = 1225; +UPDATE "Attributes" SET "Name" = 'FEIN-DUNS-IPEDSID-ISICV4-LEI-NCESIS-OPEID', "UniqueName" = 'CredentialOrganizationQACredentialOrganization.FEIN-DUNS-IPEDSID-ISICV4-LEI-NCESIS-OPEID' WHERE "Id" = 1264; +UPDATE "Attributes" SET "Name" = 'AccreditedBy-ApprovedBy-RecognizedBy-RegulatedBy', "UniqueName" = 'CredentialOrganizationQACredentialOrganization.AccreditedBy-ApprovedBy-RecognizedBy-RegulatedBy' WHERE "Id" = 1270; +UPDATE "Attributes" SET "Name" = 'imageOrLogo', "UniqueName" = 'Organization.imageOrLogo' WHERE "Id" = 1277; +UPDATE "Attributes" SET "Name" = 'PersonLegalInclusion-racePersonBaseType-ethnicity', "UniqueName" = 'PersonLegalInclusion/PersonBaseType.PersonLegalInclusion-racePersonBaseType-ethnicity' WHERE "Id" = 1436; +UPDATE "Attributes" SET "Name" = 'PersonLegalInclusion-racePersonBaseType-ethnicity', "UniqueName" = 'PersonLegalInclusion/PersonBaseType.PersonLegalInclusion-racePersonBaseType-ethnicity_2', "Deleted" = TRUE WHERE "Id" = 1437; +UPDATE "Attributes" SET "Name" = 'PersonBaseType-ethnicity', "UniqueName" = 'PersonLegalInclusion/PersonBaseType.PersonBaseType-ethnicity' WHERE "Id" = 1438; +UPDATE "Attributes" SET "Name" = 'FirstName', "UniqueName" = 'Person.FirstName' WHERE "Id" = 1460; +UPDATE "Attributes" SET "Name" = 'LastOrSurname', "UniqueName" = 'Person.LastOrSurname' WHERE "Id" = 1461; +UPDATE "Attributes" SET "Name" = 'ElectronicMailAddress', "UniqueName" = 'Person.ElectronicMailAddress' WHERE "Id" = 1462; +UPDATE "Attributes" SET "Name" = 'PersonIdentifier', "UniqueName" = 'Person.PersonIdentifier' WHERE "Id" = 1463; +UPDATE "Attributes" SET "Name" = 'PersonIdentificationSystem', "UniqueName" = 'Person.PersonIdentificationSystem' WHERE "Id" = 1464; +UPDATE "Attributes" SET "Name" = 'PersonalInformationVerification', "UniqueName" = 'Person.PersonalInformationVerification' WHERE "Id" = 1465; +UPDATE "Attributes" SET "Name" = 'MiddleName', "UniqueName" = 'Person.MiddleName' WHERE "Id" = 1466; +UPDATE "Attributes" SET "Name" = 'GenerationCodeOrSuffix', "UniqueName" = 'Person.GenerationCodeOrSuffix' WHERE "Id" = 1467; +UPDATE "Attributes" SET "Name" = 'PersonalTitleOrPrefix', "UniqueName" = 'Person.PersonalTitleOrPrefix' WHERE "Id" = 1468; +UPDATE "Attributes" SET "Name" = 'AddressTypeForLearnerOrFamily', "UniqueName" = 'Person.AddressTypeForLearnerOrFamily' WHERE "Id" = 1469; +UPDATE "Attributes" SET "Name" = 'AddressStreetNumberAndName', "UniqueName" = 'Person.AddressStreetNumberAndName' WHERE "Id" = 1470; +UPDATE "Attributes" SET "Name" = 'AddressApartmentRoomOrSuiteNumber', "UniqueName" = 'Person.AddressApartmentRoomOrSuiteNumber' WHERE "Id" = 1471; +UPDATE "Attributes" SET "Name" = 'AddressCity', "UniqueName" = 'Person.AddressCity' WHERE "Id" = 1472; +UPDATE "Attributes" SET "Name" = 'StateAbbreviation', "UniqueName" = 'Person.StateAbbreviation' WHERE "Id" = 1473; +UPDATE "Attributes" SET "Name" = 'AddressPostalCode', "UniqueName" = 'Person.AddressPostalCode' WHERE "Id" = 1474; +UPDATE "Attributes" SET "Name" = 'AddressCountyName', "UniqueName" = 'Person.AddressCountyName' WHERE "Id" = 1475; +UPDATE "Attributes" SET "Name" = 'CountryCode', "UniqueName" = 'Person.CountryCode' WHERE "Id" = 1476; +UPDATE "Attributes" SET "Name" = 'ProofOfResidencyType', "UniqueName" = 'Person.ProofOfResidencyType' WHERE "Id" = 1477; +UPDATE "Attributes" SET "Name" = 'TelephoneNumber', "UniqueName" = 'Person.TelephoneNumber' WHERE "Id" = 1480; +UPDATE "Attributes" SET "Name" = 'TelephoneNumberType', "UniqueName" = 'Person.TelephoneNumberType' WHERE "Id" = 1481; +UPDATE "Attributes" SET "Name" = 'PrimaryTelephoneNumberIndicator', "UniqueName" = 'Person.PrimaryTelephoneNumberIndicator' WHERE "Id" = 1482; +UPDATE "Attributes" SET "Name" = 'nameSuffix-nameTitle', "UniqueName" = 'PersonName.nameSuffix-nameTitle' WHERE "Id" = 1490; +UPDATE "Attributes" SET "UniqueName" = 'ExtendsGeneralStudentProgramAssociation.StudentMigrantEducationProgramAssociation' WHERE "Id" = 1553; +UPDATE "Attributes" SET "Name" = 'definedThroughTaggingOfAttributes', "UniqueName" = 'Ontology.definedThroughTaggingOfAttributes' WHERE "Id" = 1577; +UPDATE "Attributes" SET "Name" = '(formatted)Address', "UniqueName" = 'Address.(formatted)Address' WHERE "Id" = 1583; +UPDATE "Attributes" SET "Name" = '(extendedThroughTypeDefinition)', "UniqueName" = 'Address.(extendedThroughTypeDefinition)' WHERE "Id" = 1584; +UPDATE "Attributes" SET "Name" = 'core-FirstName', "UniqueName" = 'PersonType/Name.core-FirstName' WHERE "Id" = 1588; +UPDATE "Attributes" SET "Name" = 'core-LastName', "UniqueName" = 'PersonType/Name.core-LastName' WHERE "Id" = 1589; +UPDATE "Attributes" SET "Name" = 'core-MiddleName', "UniqueName" = 'PersonType/Name.core-MiddleName' WHERE "Id" = 1591; +UPDATE "Attributes" SET "Name" = 'core-NameSuffix', "UniqueName" = 'PersonType/Name.core-NameSuffix' WHERE "Id" = 1592; +UPDATE "Attributes" SET "UniqueName" = 'PersonType/Name.NamePrefix' WHERE "Id" = 1593; +UPDATE "Attributes" SET "Name" = 'ClassificationOfInstructionalProgramCode', "UniqueName" = 'ProgramOfStudy.ClassificationOfInstructionalProgramCode' WHERE "Id" = 1677; +UPDATE "Attributes" SET "Name" = 'ClassificationOfInstructionalProgramUse', "UniqueName" = 'ProgramOfStudy.ClassificationOfInstructionalProgramUse' WHERE "Id" = 1678; +UPDATE "Attributes" SET "Name" = 'ClassificationOfInstructionalProgramVersion', "UniqueName" = 'ProgramOfStudy.ClassificationOfInstructionalProgramVersion' WHERE "Id" = 1679; +UPDATE "Attributes" SET "Name" = 'CreditsRequired', "UniqueName" = 'ProgramOfStudyCreditsRequired' WHERE "Id" = 1680; +UPDATE "Attributes" SET "Name" = 'DistanceEducationProgramEnrollmentIndicator', "UniqueName" = 'ProgramOfStudy.DistanceEducationProgramEnrollmentIndicator' WHERE "Id" = 1681; +UPDATE "Attributes" SET "Name" = 'NormalLengthOfTimeForCompletion', "UniqueName" = 'ProgramOfStudy.NormalLengthOfTimeForCompletion' WHERE "Id" = 1682; +UPDATE "Attributes" SET "Name" = 'NormalLengthOfTimeForCompletionUnits', "UniqueName" = 'ProgramOfStudy.NormalLengthOfTimeForCompletionUnits' WHERE "Id" = 1683; +UPDATE "Attributes" SET "Name" = 'ProgramName', "UniqueName" = 'ProgramOfStudy.ProgramName' WHERE "Id" = 1684; +UPDATE "Attributes" SET "Name" = 'ProgramIdentifier', "UniqueName" = 'ProgramOfStudy.ProgramIdentifier' WHERE "Id" = 1685; +UPDATE "Attributes" SET "Name" = 'ProgramLengthHours', "UniqueName" = 'ProgramOfStudy.ProgramLengthHours' WHERE "Id" = 1686; +UPDATE "Attributes" SET "Name" = 'ProgramLengthHoursType', "UniqueName" = 'ProgramOfStudy.ProgramLengthHoursType' WHERE "Id" = 1687; +UPDATE "Attributes" SET "Name" = 'ProgramSponsorType', "UniqueName" = 'ProgramOfStudy.ProgramSponsorType' WHERE "Id" = 1688; +UPDATE "Attributes" SET "Name" = 'Work-basedLearningOpportunityType', "UniqueName" = 'ProgramOfStudy.Work-basedLearningOpportunityType' WHERE "Id" = 1689; +UPDATE "Attributes" SET "Name" = 'PostsecondaryProgramLevel', "UniqueName" = 'ProgramOfStudy.PostsecondaryProgramLevel' WHERE "Id" = 1690; +UPDATE "Attributes" SET "Name" = 'ProgramParticipationStartDate', "UniqueName" = 'ProgramParticipation.ProgramParticipationStartDate' WHERE "Id" = 1691; +UPDATE "Attributes" SET "Name" = 'ProgramParticipationExitDate', "UniqueName" = 'ProgramParticipation.ProgramParticipationExitDate' WHERE "Id" = 1692; +UPDATE "Attributes" SET "Name" = 'ProgramParticipationParticipationStatus', "UniqueName" = 'ProgramParticipation.ProgramParticipationParticipationStatus' WHERE "Id" = 1693; +UPDATE "Attributes" SET "Name" = 'ExitReason', "UniqueName" = 'ProgramParticipation.ExitReason' WHERE "Id" = 1694; +UPDATE "Attributes" SET "UniqueName" = 'LearningProgram.instructionalProgramType' WHERE "Id" = 1716; +UPDATE "Attributes" SET "UniqueName" = 'LearningProgram.deliveryType' WHERE "Id" = 1718; +UPDATE "Attributes" SET "UniqueName" = 'LearningProgram.name' WHERE "Id" = 1720; +UPDATE "Attributes" SET "UniqueName" = 'LearningProgram.codedNotation' WHERE "Id" = 1721; +UPDATE "Attributes" SET "Name" = 'ceterms-creditValue', "UniqueName" = 'ValueProfile.ceterms-creditValue' WHERE "Id" = 1722; +UPDATE "Attributes" SET "Name" = 'ceterms-creditUnitType', "UniqueName" = 'ValueProfile.ceterms-creditUnitType' WHERE "Id" = 1723; +UPDATE "Attributes" SET "Name" = 'ceterms-learningMethodType->WorkBased', "UniqueName" = 'LearningProgram.ceterms-learningMethodType->WorkBased' WHERE "Id" = 1724; +UPDATE "Entities" SET "Name" = 'AssessmentForm', "UniqueName" = 'AssessmentForm' WHERE "Id" = 14; +UPDATE "Entities" SET "Name" = 'AssessmentPerformanceLevel', "UniqueName" = 'AssessmentPerformanceLevel' WHERE "Id" = 15; +UPDATE "Entities" SET "Name" = 'LearningAssessment', "UniqueName" = 'LearningAssessment' WHERE "Id" = 16; +UPDATE "Entities" SET "Name" = 'AssessmentParticipantSession', "UniqueName" = 'AssessmentParticipantSession' WHERE "Id" = 17; +UPDATE "Entities" SET "Name" = 'AssessmentResult', "UniqueName" = 'AssessmentResult' WHERE "Id" = 18; +UPDATE "Entities" SET "Name" = 'AssessmentParticipationSession', "UniqueName" = 'AssessmentParticipationSession' WHERE "Id" = 20; +UPDATE "Entities" SET "Name" = 'LearningAssessmentSpecification', "UniqueName" = 'LearningAssessmentSpecification' WHERE "Id" = 26; +UPDATE "Entities" SET "Name" = 'LearningAssessment', "UniqueName" = 'LearningAssessment' WHERE "Id" = 27; +UPDATE "Entities" SET "Name" = 'GradingScheme', "UniqueName" = 'GradingScheme' WHERE "Id" = 28; +UPDATE "Entities" SET "Name" = 'ResultCategory', "UniqueName" = 'ResultCategory' WHERE "Id" = 29; +UPDATE "Entities" SET "Name" = 'ShortenedGrading', "UniqueName" = 'ShortenedGrading' WHERE "Id" = 30; +UPDATE "Entities" SET "Name" = 'CreativeWork+DefinedTerm', "UniqueName" = 'CreativeWork+DefinedTerm' WHERE "Id" = 71; +UPDATE "Entities" SET "Name" = 'CourseSection', "UniqueName" = 'CourseSection' WHERE "Id" = 91; +UPDATE "Entities" SET "Name" = 'CourseSection->Enrollment', "UniqueName" = 'CourseSection->Enrollment' WHERE "Id" = 93; +UPDATE "Entities" SET "Name" = 'LearningResource', "UniqueName" = 'LearningResource' WHERE "Id" = 105; +UPDATE "Entities" SET "Name" = 'CertificationTypeAnd/orEducationDegreeType', "UniqueName" = 'CertificationTypeAnd/orEducationDegreeType' WHERE "Id" = 137; +UPDATE "Entities" SET "Name" = 'EuropeanDigitalCredential', "UniqueName" = 'EuropeanDigitalCredential' WHERE "Id" = 148; +UPDATE "Entities" SET "Name" = 'LearningResult', "Deleted" = TRUE WHERE "Id" = 152; +UPDATE "Entities" SET "Name" = 'EuropeanDigitalCredential', "UniqueName" = 'EuropeanDigitalCredential' WHERE "Id" = 154; +UPDATE "Entities" SET "Name" = 'DisplayParameter', "UniqueName" = 'DisplayParameter' WHERE "Id" = 155; +UPDATE "Entities" SET "Name" = 'LearningAchievementSpecification', "UniqueName" = 'LearningAchievementSpecification' WHERE "Id" = 156; +UPDATE "Entities" SET "Name" = 'LearningEntitlementSpecification', "UniqueName" = 'LearningEntitlementSpecification' WHERE "Id" = 157; +UPDATE "Entities" SET "Name" = 'OpenBadges2.0', "UniqueName" = 'OpenBadges2.0' WHERE "Id" = 175; +UPDATE "Entities" SET "Name" = 'PersonOrOrganization', "UniqueName" = 'PersonOrOrganization' WHERE "Id" = 210; +UPDATE "Entities" SET "Name" = 'ExtendsGeneralStudentProgramAssociation', "UniqueName" = 'ExtendsGeneralStudentProgramAssociation' WHERE "Id" = 285; +UPDATE "Entities" SET "Name" = 'PersonType/Name', "UniqueName" = 'PersonType/Name' WHERE "Id" = 297; +UPDATE "Entities" SET "Name" = 'ProgramOfStudy', "UniqueName" = 'ProgramOfStudy' WHERE "Id" = 306; +UPDATE "Entities" SET "Name" = 'ProgramParticipation', "UniqueName" = 'ProgramParticipation' WHERE "Id" = 307; +UPDATE "Entities" SET "Name" = 'LearningProgram', "UniqueName" = 'LearningProgram' WHERE "Id" = 318; +UPDATE "EntityAttributeAssociation" SET "EntityId" = 150 WHERE "Id" = 934; +UPDATE "EntityAttributeAssociation" SET "AttributeId" = 1435 WHERE "Id" = 1412; + +COMMIT; diff --git a/sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.2__metadata_repository_init.sql b/sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.2__metadata_repository_init.sql new file mode 100644 index 0000000..3c5b9d2 --- /dev/null +++ b/sam/mdr-database/flyway/flyway-files/flyway/sql/mdr/V1.2__metadata_repository_init.sql @@ -0,0 +1,18766 @@ +-- +-- PostgreSQL database dump +-- + +--\restrict DwQKGFjBEop1pibbfX00hksIsrVveXifpOt81cdIukJjUyWCPeUH5E4VHqRdIhC + +-- Dumped from database version 18.3 (Debian 18.3-1.pgdg13+1) +-- Dumped by pg_dump version 18.1 (Homebrew) + +SET statement_timeout = 0; +SET lock_timeout = 0; +SET idle_in_transaction_session_timeout = 0; +SET transaction_timeout = 0; +SET client_encoding = 'UTF8'; +SET standard_conforming_strings = on; +SELECT pg_catalog.set_config('search_path', '', false); +SET check_function_bodies = false; +SET xmloption = content; +SET client_min_messages = warning; +SET row_security = off; + +-- +-- Name: accesstype; Type: TYPE; Schema: public; Owner: - +-- + +CREATE TYPE public.accesstype AS ENUM ( + 'Private', + 'Public', + 'Internal', + 'Restricted' +); + + +-- +-- Name: attributetype; Type: TYPE; Schema: public; Owner: - +-- + +CREATE TYPE public.attributetype AS ENUM ( + 'Source', + 'Target' +); + + +-- +-- Name: constrainttype; Type: TYPE; Schema: public; Owner: - +-- + +CREATE TYPE public.constrainttype AS ENUM ( + 'IntValueRange', + 'DoubleValueRange', + 'Length', + 'MaxValue', + 'MinValue' +); + + +-- +-- Name: datamodelelementtype; Type: TYPE; Schema: public; Owner: - +-- + +CREATE TYPE public.datamodelelementtype AS ENUM ( + 'Attribute', + 'Entity', + 'ValueSet', + 'ValueSetValues', + 'TransformationsGroup', + 'Transformations' +); + + +-- +-- Name: datamodeltype; Type: TYPE; Schema: public; Owner: - +-- + +CREATE TYPE public.datamodeltype AS ENUM ( + 'BaseLIF', + 'OrgLIF', + 'SourceSchema', + 'PartnerLIF' +); + + +-- +-- Name: elementtype; Type: TYPE; Schema: public; Owner: - +-- + +CREATE TYPE public.elementtype AS ENUM ( + 'Attribute', + 'Entity', + 'Constraint', + 'Transformation' +); + + +-- +-- Name: entityplacementtype; Type: TYPE; Schema: public; Owner: - +-- + +CREATE TYPE public.entityplacementtype AS ENUM ( + 'Embedded', + 'Reference' +); + + +-- +-- Name: expressionlanguagetype; Type: TYPE; Schema: public; Owner: - +-- + +CREATE TYPE public.expressionlanguagetype AS ENUM ( + 'LIF_Pseudo_Code', + 'JSONata' +); + + +-- +-- Name: statetype; Type: TYPE; Schema: public; Owner: - +-- + +CREATE TYPE public.statetype AS ENUM ( + 'Published', + 'Draft', + 'Work_In_Progress', + 'Active', + 'Inactive' +); + + +-- +-- Name: transformationltype; Type: TYPE; Schema: public; Owner: - +-- + +CREATE TYPE public.transformationltype AS ENUM ( + 'Copy', + 'Expression' +); + + +-- +-- Name: deletedatamodelrecords(character varying); Type: PROCEDURE; Schema: public; Owner: - +-- + +CREATE PROCEDURE public.deletedatamodelrecords(IN datamodel character varying DEFAULT 2) + LANGUAGE plpgsql + AS $$ +DECLARE + t_name RECORD; + max_id INT; + datamodelid bigint; + seq_id Varchar(200); + str Varchar(2000); + cursor_tables CURSOR FOR SELECT table_name + FROM information_schema.tables + WHERE table_schema NOT IN ('information_schema', 'pg_catalog') + AND table_type = 'BASE TABLE'; +BEGIN + + EXECUTE 'SELECT MAX("Id") FROM "DataModels" where "Name" = '|| quote_literal(datamodel) Into datamodelid; + delete from public."Entities" where "DataModelId" = datamodelid; + delete from public."Attributes" where "DataModelId" = datamodelid; + delete from public."ValueSets" where "DataModelId" = datamodelid; + delete from public."Transformations" where ("SourceDataModelId" = datamodelid or "TargetDataModelId" = datamodelid); + delete from public."ExtInclusionsFromBaseDM" where "ExtDataModelId" = datamodelid; + + + OPEN cursor_tables; + + -- Fetch and process rows + LOOP + FETCH cursor_tables INTO t_name; + EXIT WHEN NOT FOUND; -- Exit loop when no more rows + EXECUTE 'SELECT MAX("Id") FROM ' || quote_ident(t_name.table_name) INTO max_id; + EXECUTE 'SELECT pg_get_serial_sequence(' || quote_literal(quote_ident(t_name.table_name)) || ', ''Id'')' INTO seq_id; + seq_id = Replace(seq_id,'public.',''); + If max_id is null then + max_id = 1; + End If; + If seq_id is not null then + EXECUTE 'SELECT setval(' || quote_literal(seq_id) || ', ' || max_id + 1 || ', false)'; + End If; + END LOOP; + + CLOSE cursor_tables; + +END; +$$; + + +SET default_tablespace = ''; + +SET default_table_access_method = heap; + +-- +-- Name: Attributes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."Attributes" ( + "Id" bigint NOT NULL, + "Name" character varying NOT NULL, + "UniqueName" character varying NOT NULL, + "Description" text, + "UseConsiderations" text, + "DataModelId" bigint NOT NULL, + "DataType" character varying, + "ValueSetId" bigint, + "Required" character varying, + "Array" character varying, + "SourceModel" character varying, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Extension" boolean DEFAULT false NOT NULL, + "ExtensionNotes" character varying, + "Deleted" boolean DEFAULT false, + "Tags" text, + "Example" character varying, + "Common" boolean +); + + +-- +-- Name: Attributes_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."Attributes" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."Attributes_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: Constraints; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."Constraints" ( + "Id" bigint NOT NULL, + "Name" character varying NOT NULL, + "Description" text, + "UseConsiderations" text, + "ConstraintType" public.constrainttype NOT NULL, + "Value" character varying, + "AttributeId" bigint NOT NULL, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Deleted" boolean DEFAULT false +); + + +-- +-- Name: Constraints_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."Constraints" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."Constraints_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: DataModelConstraints; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."DataModelConstraints" ( + "Id" bigint NOT NULL, + "Name" text, + "Description" text, + "ForDataModelId" bigint NOT NULL, + "ElementType" public.datamodelelementtype NOT NULL, + "ElementId" bigint NOT NULL, + "ConstraintType" text, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying NOT NULL, + "ContributorOrganization" character varying NOT NULL, + "Deleted" boolean DEFAULT false +); + + +-- +-- Name: DataModelConstraints_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."DataModelConstraints" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."DataModelConstraints_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: DataModels; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."DataModels" ( + "Id" bigint NOT NULL, + "Name" character varying NOT NULL, + "Description" text, + "UseConsiderations" text, + "Type" public.datamodeltype NOT NULL, + "BaseDataModelId" bigint, + "Notes" text, + "DataModelVersion" character varying, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Deleted" boolean DEFAULT false NOT NULL, + "State" public.statetype DEFAULT 'Draft'::public.statetype, + "Tags" text +); + + +-- +-- Name: DataModels_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."DataModels" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."DataModels_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: Entities; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."Entities" ( + "Id" bigint NOT NULL, + "Name" character varying NOT NULL, + "UniqueName" character varying NOT NULL, + "Description" text, + "UseConsiderations" text, + "Required" character varying, + "Array" character varying, + "SourceModel" character varying, + "DataModelId" bigint NOT NULL, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Extension" boolean DEFAULT false NOT NULL, + "ExtensionNotes" character varying, + "Deleted" boolean DEFAULT false, + "Tags" text, + "Common" boolean +); + + +-- +-- Name: Entities_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."Entities" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."Entities_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: EntityAssociation; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."EntityAssociation" ( + "Id" bigint NOT NULL, + "ParentEntityId" bigint NOT NULL, + "ChildEntityId" bigint NOT NULL, + "Relationship" text, + "Placement" public.entityplacementtype, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Deleted" boolean DEFAULT false, + "Extension" boolean DEFAULT false NOT NULL, + "ExtensionNotes" character varying, + "ExtendedByDataModelId" bigint +); + + +-- +-- Name: EntityAssociation_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."EntityAssociation" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."EntityAssociation_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: EntityAttributeAssociation; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."EntityAttributeAssociation" ( + "Id" bigint NOT NULL, + "EntityId" bigint NOT NULL, + "AttributeId" bigint NOT NULL, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Deleted" boolean DEFAULT false, + "ExtendedByDataModelId" bigint +); + + +-- +-- Name: EntityAttributeAssociation_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."EntityAttributeAssociation" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."EntityAttributeAssociation_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: ExtInclusionsFromBaseDM; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."ExtInclusionsFromBaseDM" ( + "Id" bigint NOT NULL, + "ExtDataModelId" bigint NOT NULL, + "ElementType" public.elementtype NOT NULL, + "IncludedElementId" bigint NOT NULL, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Deleted" boolean DEFAULT false, + "LevelOfAccess" public.accesstype DEFAULT 'Private'::public.accesstype NOT NULL, + "Queryable" boolean DEFAULT false NOT NULL, + "Modifiable" boolean DEFAULT false NOT NULL +); + + +-- +-- Name: ExtInclusionsFromBaseDM_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."ExtInclusionsFromBaseDM" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."ExtInclusionsFromBaseDM_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: ExtMappedValueSet; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."ExtMappedValueSet" ( + "Id" bigint NOT NULL, + "ValueSetId" bigint NOT NULL, + "MappedValueSetId" bigint NOT NULL, + "Description" text, + "UseConsiderations" text, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Deleted" boolean DEFAULT false +); + + +-- +-- Name: ExtMappedValueSet_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."ExtMappedValueSet" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."ExtMappedValueSet_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: TransformationAttributes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."TransformationAttributes" ( + "Id" bigint NOT NULL, + "AttributeId" bigint NOT NULL, + "TransformationId" bigint NOT NULL, + "AttributeType" public.attributetype NOT NULL, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Deleted" boolean DEFAULT false, + "Extension" boolean DEFAULT false NOT NULL, + "ExtensionNotes" character varying, + "EntityId" integer, + "EntityIdPath" character varying +); + + +-- +-- Name: TransformationAttributes_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."TransformationAttributes" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."TransformationAttributes_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: Transformations; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."Transformations" ( + "Id" bigint NOT NULL, + "TransformationGroupId" bigint NOT NULL, + "Name" character varying NOT NULL, + "Description" text, + "UseConsiderations" text, + "Alignment" character varying, + "Expression" character varying, + "ExpressionLanguage" public.expressionlanguagetype, + "InputAttributesCount" integer, + "OutputAttributesCount" integer, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Deleted" boolean DEFAULT false, + "Extension" boolean DEFAULT false NOT NULL, + "ExtensionNotes" character varying +); + + +-- +-- Name: TransformationsGroup; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."TransformationsGroup" ( + "Id" bigint NOT NULL, + "SourceDataModelId" bigint NOT NULL, + "TargetDataModelId" bigint NOT NULL, + "GroupVersion" text, + "Name" character varying NOT NULL, + "Description" text, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Deleted" boolean DEFAULT false, + "Extension" boolean DEFAULT false NOT NULL, + "ExtensionNotes" character varying, + "Tags" text +); + + +-- +-- Name: TransformationsGroup_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."TransformationsGroup" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."TransformationsGroup_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: Transformations_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."Transformations" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."Transformations_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: ValueSetValueMapping; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."ValueSetValueMapping" ( + "Id" bigint NOT NULL, + "SourceValueId" bigint NOT NULL, + "TargetValueId" bigint NOT NULL, + "Description" text, + "UseConsiderations" text, + "OriginalValueMappingId" bigint, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Deleted" boolean DEFAULT false, + "TransformationGroupId" bigint, + "SourceValueSetId" bigint, + "TargetValueSetId" bigint +); + + +-- +-- Name: ValueSetValues; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."ValueSetValues" ( + "Id" bigint NOT NULL, + "ValueSetId" bigint NOT NULL, + "Description" text, + "UseConsiderations" text, + "Value" character varying NOT NULL, + "ValueName" text, + "OriginalValueId" bigint, + "Source" character varying, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Extension" boolean DEFAULT false NOT NULL, + "ExtensionNotes" character varying, + "Deleted" boolean DEFAULT false, + "DataModelId" bigint NOT NULL +); + + +-- +-- Name: ValueSets; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public."ValueSets" ( + "Id" bigint NOT NULL, + "Name" character varying NOT NULL, + "Description" text, + "UseConsiderations" text, + "DataModelId" bigint NOT NULL, + "Notes" text, + "CreationDate" timestamp with time zone, + "ActivationDate" timestamp with time zone, + "DeprecationDate" timestamp with time zone, + "Contributor" character varying, + "ContributorOrganization" character varying, + "Extension" boolean DEFAULT false NOT NULL, + "ExtensionNotes" character varying, + "Deleted" boolean DEFAULT false, + "Tags" text +); + + +-- +-- Name: V_ValueSetValueMapping; Type: VIEW; Schema: public; Owner: - +-- + +CREATE VIEW public."V_ValueSetValueMapping" AS + SELECT vssource."DataModelId" AS "SourceDataModelId", + vsvsource."Value" AS "SourceValue", + vstarget."DataModelId" AS "TargetDataModelId", + vsvtarget."Value" AS "TargetValue", + vsvm."Id", + vsvm."SourceValueId", + vsvm."TargetValueId", + vsvm."Description", + vsvm."UseConsiderations" AS "EquityConsiderations", + vsvm."OriginalValueMappingId", + vsvm."Notes", + vsvm."CreationDate", + vsvm."ActivationDate", + vsvm."DeprecationDate", + vsvm."Contributor", + vsvm."ContributorOrganization" + FROM ((((public."ValueSetValueMapping" vsvm + JOIN public."ValueSetValues" vsvsource ON ((vsvsource."Id" = vsvm."SourceValueId"))) + JOIN public."ValueSetValues" vsvtarget ON ((vsvtarget."Id" = vsvm."TargetValueId"))) + JOIN public."ValueSets" vssource ON ((vssource."Id" = vsvsource."ValueSetId"))) + JOIN public."ValueSets" vstarget ON ((vstarget."Id" = vsvtarget."ValueSetId"))); + + +-- +-- Name: ValueIdLookUp; Type: VIEW; Schema: public; Owner: - +-- + +CREATE VIEW public."ValueIdLookUp" AS + SELECT vs."DataModelId", + vs."Name" AS "ValueSetName", + vsval."Id" AS "ValueSetValueId", + vsval."Value" + FROM (public."ValueSets" vs + JOIN public."ValueSetValues" vsval ON ((vs."Id" = vsval."ValueSetId"))); + + +-- +-- Name: ValueSetValueMapping_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."ValueSetValueMapping" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."ValueSetValueMapping_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: ValueSetValues_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."ValueSetValues" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."ValueSetValues_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Name: ValueSets_Id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +ALTER TABLE public."ValueSets" ALTER COLUMN "Id" ADD GENERATED ALWAYS AS IDENTITY ( + SEQUENCE NAME public."ValueSets_Id_seq" + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1 +); + + +-- +-- Data for Name: Attributes; Type: TABLE DATA; Schema: public; Owner: - +-- + +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; +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 +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 +70 id achievement.id Icdentifier \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +71 name achievement.name The name of the achievement. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +1828 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 t \N \N \N +79 @language achievement.@language The language of the achievement. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1741 id OpenBadgeCredential.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +80 specialization achievement.specialization Name given to the focus, concentration, or specific area of study defined in the achievement. Examples include 'Entrepreneurship', 'Technical Communication', and 'Finance'. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +81 achievedLevel result.achievedLevel If the result represents an achieved rubric criterion level (e.g. Mastered), the value is the id of the RubricCriterionLevel in linked ResultDescription. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +82 resultDescripton result.resultDescripton An achievement can have many result descriptions describing possible results. The value of resultDescription is the id of the result description linked to this result. The linked result description must be in the achievement that is being asserted. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +83 valueMin resultDescription.valueMin The minimum possible value that may be asserted in a linked result. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +84 valueMax resultDescription.valueMax The maximum possible value that may be asserted in a linked result. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +85 description rubricCriterionLevel.description Description of the rubric criterion level. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +86 issuanceDate achievementCredential.issuanceDate Timestamp of when the credential was issued. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +87 creditsAvailable achievement.creditsAvailable Credit hours associated with this entity, or credit hours possible. For example 3.0. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +88 targetType alignment.targetType The type of the alignment target node. In this case it would be a targetType of CTDL. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +89 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 +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 +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 +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 +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 +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 +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 +129 dates Revision.dates \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +130 type Exam.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +131 Classifier Taxonomy.Classifier \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +141 AdministrationDate StudentAssement.AdministrationDate The date and time an assessment was completed by the student. The use of ISO-8601 formats with a timezone designator (UTC or time offset) is recommended in order to prevent ambiguity due to time zones. \N 6 string \N \N \N \N student, not event \N \N \N \N LIF f \N f \N \N \N +143 PlatformType StudentAssement.PlatformType The platform with which the assessment was delivered to the student during the assessment session. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +172 id Assessment.id \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +173 name Assessment.name \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +174 learningObjectives Item.learningObjectives \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +175 subject Ontology.subject \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +176 level Assessment.level \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +177 rubric Assesssment.rubric \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +178 Grade.id AssessmentTaken.Grade.id \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +179 Grade.name AssessmentTaken.Grade.name \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +182 CTID AssessmentProfile.CTID Alphanumeric token that identifies this resource and information about the token's originating context or scheme. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +183 alternateName AssessmentProfile.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 +184 name AssessmentProfile.name \N \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +185 ownedBy AssessmentProfile.ownedBy Organization or person with an enforceable claim or legal title to the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +186 dateEffective AssessmentProfile.dateEffective Effective date of this resource's content. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +187 assessmentUseType AssessmentProfile.assessmentUseType Type of intended use of the 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 +188 description AssessmentProfile.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 +189 subject AssessmentProfile.subject Words or brief phrases describing the topicality of the entity; select subject terms from an existing enumeration of such terms. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +197 methodType AssessmentProfile.methodType 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 +198 creditUnitTypeDescription AssessmentProfile.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 +199 creditValue ValueProfile.creditValue A credit-related value. [=>QuantitativeValue] \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +200 expirationDate AssessmentProfile.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 +201 identifier IdentifierValue.identifier Alphanumeric token that identifies this resource and information about the token's originating context or scheme. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +202 industryType AssessmentProfile.industryType Type of industry; select from an existing enumeration of such types such as the SIC, NAICS, and ISIC classifications. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +203 keyword AssessmentProfile.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 +204 occupationType AssessmentProfile.occupationType Type of occupation; 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 +205 scoringMethodDescription AssessmentProfile.scoringMethodDescription Textual description of the method used to score the assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +206 scoringMethodExample AssessmentProfile.scoringMethodExample Webpage or online document providing an example of the method or tool used to score the assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +207 offeredBy AssessmentProfile.offeredBy Agent that offers the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1239 shortName Organization.shortName \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1842 TestAttribute2 TestAttribute2 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 +1843 TestAttribute3 TestAttribute3 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 +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 +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 +45 keyword Assessment.keyword \N No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +4 name Assessment.name The title name or name of the assessment No change 1 string \N Yes No \N \N \N \N \N \N LIF f \N f \N \N \N +26 status Assessment.status The publication status of the assessment specification. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +253 textComplexitySystem CompetencyFramework.Competency.textComplexitySystem \N No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1850 TestAttribute10 TestAttribute10 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 +302 schemeLink IdentifierType.schemeLink The URI that identifies where the identification scheme data is located. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +303 description IdentifierType.description The description of the identifier. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +304 schemeAgencyID IdentifierType.schemeAgencyID The identification of the agency that manages the identifier scheme. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +305 schemeVersionId IdentifierType.schemeVersionId The identification of the version of the identifier scheme. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +372 name Lo.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +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 +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 +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 +398 competencyLabel Competency.competencyLabel Short identifying phrase or name applied to a competency by the creator of the competency framework. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +399 rightsHolder CompetencyFramework.rightsHolder An agent owning or managing rights over this resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +400 educationLevelType Competency.educationLevelType A general statement describing the education or training context. Alternatively, a more specific statement of the location of the audience in terms of its progression through an education or training context. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +401 inLanguage Competency.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 +402 conceptKeyword Competency.conceptKeyword A word or phrase 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 +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 +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 +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 +414 subject CFDocument.subject The topic or academic subject of the Document (this should use some appropriate K-12, HE, etc. based vocabulary). \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +415 creator CFDocument.creator The entity with authority that promulgates the competency framework. This is the entity that authorized or created the competency framework. It could be an education agency, higher education institution, professional body. It is the owner of the competency framework. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +416 publisher CFDocument.publisher The entity responsible for making the learning standards document available. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +417 adoptionStatus CFDocument.adoptionStatus The publication status of the document. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +418 statusStartDate CFDocument.statusStartDate The date the CFDocument status started. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +419 statusEndDate CFDocument.statusEndDate The date the CFDocument status ended or changed to another status. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +46 occupationType Assessment.occupationType \N No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +420 version CFDocument.version Defines the revision of the document (the nature of this versioning is an implementation issue). \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +421 language CFDocument.language The default language of the text used for the content in the learning standard document (use ISO 639-2 [ISO 639]). \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +422 licenseURI CFDocument.licenseURI A link to a legal document controlling permission to do something with the standards document. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +423 licenseText CFLicense.licenseText Legal license text used by the organization to convey license permissions. This may include the actual license text, or a link to a web location containing the license as a document or as text. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +424 sequenceNumber CFPckgAssociation.sequenceNumber This is used to order associated objects. Associations can be created through mapping rather than strict hierarchy. As such the presentation of the list cannot be ordered by the objects in the list. They may be different based on the parent being viewed. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +425 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 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +426 subjectURI CFDocument.subjectURI A set of Link URIs denoting the set of subjects for the document as designated by the promulgating agency. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +427 officialSourceURL CFDocument.officialSourceURL The URL link to the formal citation of the original achievement standards document created for humans. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +428 URI CFItem.URI An unambiguous reference to the CFItem using a network-resolvable URI. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +429 humanCodingScheme CFItem.humanCodingScheme A human-referenceable code designated by the publisher to identify the item among learning standard items. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +430 fullStatement CFItem.fullStatement 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 standards document. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +431 alternativeLabel CFItem.alternativeLabel An alternate 'term' for Competency. Some institutions may want to render their achievements as outcomes, or objectives, etc. Semantically they are the same as Competencies, but diversity of terms is used. This allows for the flexibility for the institution to define their own term for "Competency" and not being locked into it. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +432 abbreviatedStatement CFItem.abbreviatedStatement An abbreviated version of the Full Statement. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +433 CFItenTypeURL CFItem.CFItenTypeURL This is the linked data location for the CFItemType. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +434 educationLevel CFItem.educationLevel The education level, grade level or primary instructional level at which a CFItem is intended. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +435 language CFItem.language The default language of the text used for the content in the learning standard document (use ISO 639-2 [ISO 639]). \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +436 conceptKeywords CFItem.conceptKeywords The significant topicality of the CFItem using free-text keywords and phrases. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +437 statusEndDate CFItem.statusEndDate The date the CFItem status ended or changed to another status. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +438 statusStartDate CFItem.statusStartDate The date the CFItem status started. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +439 uri CFAssociation.uri An unambiguous reference to the CFAssociation using a network-resolvable URI. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +440 associationType CFAssociation.associationType The type of association. This uses an enumerated vocabulary. \N 14 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +449 datePublished DefinedTermSet.datePublished Date of first broadcast/publication. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +450 spatialCoverage DefinedTermSet.spatialCoverage The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +451 temporalCoverage DefinedTermSet.temporalCoverage The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +452 version DefinedTermSet.version The version of the CreativeWork embodied by a specified resource. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +462 inLanguage CreativeWork.inLanguage The language of the content or performance or used in an action. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +463 keywords CreativeWork.keywords Keywords or tags used to describe this content. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +464 version CreativeWork.version The version of the CreativeWork embodied by a specified resource. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +465 license CreativeWork.license A license document that applies to this content, typically indicated by URL. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +466 accessibiityFeature CreativeWork.accessibiityFeature Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +467 educationalAlignment CreativeWork.educationalAlignment An alignment to an established educational framework. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +468 expires CreativeWork.expires Date the content expires and is no longer useful or available. \N 11 \N \N \N \N \N 6.19 \N \N \N \N LIF f \N f \N \N \N +469 educationalAlignment AlignmentObject.educationalAlignment An alignment to an established educational framework. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +470 description AlignmentObject.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 +471 targetName AlignmentObject.targetName The name 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 +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 +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 +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 +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 +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 +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 +32 descriptiveFeedback Assessment.AssessmentPerformanceLevel.descriptiveFeedback A feedback message designed to be reported with the assessment performance level. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +59 offeredBy Person.AssessmentLearningExperience.offeredBy The awarding details of the assessment. No change 1 string \N No No \N Seems inconsistent, likely should be the organization doing the awarding? \N \N \N \N LIF f \N f \N \N \N +66 timeAssessed Person.AssessmentLearningExperience.timeAssessed The overall time a learner actually spent during the assessment session. 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 +68 experienceLocation Person.AssessmentLearningExperience.experienceLocation The description of the place where an assessment is administered. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +582 programs EducationAttendanceType.programs The list of programs to which the person attended. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +583 start EducationAttendanceType.start The start date of the additional attendance period if known. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +584 end EducationAttendanceType.end The end date of the additional attendance period if known. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +585 educationLevelCodes EducationAttendanceType.educationLevelCodes The identifier to the level of the education attendance. This could be country-specific or industry-specific classifications. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +586 department EducationAttendanceType.department The department at 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 +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 +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 +594 activityStartDate AchievementSubject.activityStartDate Academic session (term) start date. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +595 activityEndDate AchievementSubject.activityEndDate Academic session (term) end date. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +596 ResultType ResultDescription.ResultType Enumeration of ResultDescription Result Types \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +597 target Alignment.target \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +598 humanCode achievement.humanCode The Subject part of the humanCode (Subject + Catalog #) \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +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 +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 +984 description Credential.description \N \N 8 \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 +629 description StudentCourseRecord.Course.description \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +630 courseBeginDate StudentCourseRecord.courseBeginDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +631 courseEndDate StudentCourseRecord.courseEndDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +632 calculatedGradeScale StudentCourseRecord.calculatedGradeScale \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +633 course Taxonomy.Classifier.course \N \N 5 \N \N \N \N \N tagging \N \N \N \N LIF f \N f \N \N \N +634 program.countsTowardGPA StudentCourseRecord.StudentCourseUsage.program.countsTowardGPA \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +635 code StudentCourseRecord.Course.SubjectArea.code \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +636 levelValue.name StudentCourseRecord.Course.levelValue.name \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +637 levelValue.type StudentCourseRecord.levelValue.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +638 courseCodeSuffix StudentCourseRecord.Course.courseCodeSuffix \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +639 unitsContentOwner StudentCourseRecord.Course.unitsContentOwner \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +640 repeatableForCreditRule StudentCourseRecord.Course.repeatableForCreditRule \N \N 5 \N \N \N \N \N this is a rule, not a fixed number \N \N \N \N LIF f \N f \N \N \N +641 calculatedGradeScaleKey StudentCourseRecord.calculatedGradeScaleKey \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +642 type StudentCourseRecord.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +643 isHonors StudentCourseRecord.Course.isHonors \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +644 certifyingOrg StudentCourseRecord.certifyingOrg \N \N 5 \N \N \N \N \N for multi-admin campuses \N \N \N \N LIF f \N f \N \N \N +645 certifyingOrg.type StudentCourseRecord.certifyingOrg.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +646 effectiveDate StudentCourseRecord.effectiveDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +647 expirationDate StudentCourseRecord.expirationDate \N \N 5 \N \N \N \N \N for before drop/add \N \N \N \N LIF f \N f \N \N \N +648 state StudentCourseRecord.state \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +649 calculatedGrade StudentCourseRecord.calculatedGrade \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +650 gpqQualityPoints StudentCourseRecord.gpqQualityPoints \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +651 isRepeated StudentCourseRecord.isRepeated \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +652 lastAttendanceDate StudentCourseRecord.lastAttendanceDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +653 sectionCode StudentCourseRecord.sectionCode \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +662 CourseIdentificationSystem CourseIdentificationCode.CourseIdentificationSystem A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students. \N 6 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +660 InstructionalTimePlanned Course.InstructionalTimePlanned The planned total number of clock minutes of instruction for this course offering. Generally, this should be at least as many minutes as is required for completion by the related state- or district-defined course. \N 6 number \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +657 CourseDescription Course.CourseDescription A description of the content standards and goals covered in the course. Reference may be made to state or national content standards. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +661 LearningStandard Course.LearningStandard Learning standard(s) to be taught by the course. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +655 CourseGPAApplicability Course.CourseGPAApplicability An indicator of whether or not the course being described is included in the computation of the student's grade point average, and if so, if it is weighted differently from regular courses. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +663 OfferedGradeLevel Course.OfferedGradeLevel This descriptor defines the set of grade levels. The map to known Ed-Fi enumeration values is required. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +671 SectionIdentifier Section.SectionIdentifier \N \N 6 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +672 id CourseCatalog.id \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +673 number CourseEntry.Course.number \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +674 title Course.title \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +675 description Course.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +676 classesStart CourseEntry.Term.classesStart The classes start date of a Term in which courses are offered. Needs to be accessed through CourseEntry since we need to determine which term the course start date refers to \N 8 \N \N \N \N \N only has term in which taken \N \N \N \N LIF f \N f \N \N \N +677 classesEnd CourseEntry.Term.classesEnd The classes end date of a Term in which courses are offered. Needs to be accessed through CourseEntry since we need to determine which term the course start date refers to \N 8 \N \N \N \N \N only has term in which taken \N \N \N \N LIF f \N f \N \N \N +678 totalTargetEffort Activity.totalTargetEffort Sections are modelled as Activity entities in the OSIDs \N 8 \N \N \N \N \N this is managed at the Activity/section level but not in the academic record \N \N \N \N LIF f \N f \N \N \N +679 gradingOptions Course.gradingOptions \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +680 course Subject.course \N \N 8 \N \N \N \N \N tagging \N \N \N \N LIF f \N f \N \N \N +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 +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 +689 gradeSystem CourseEntry.Grade.gradeSystem \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +697 type CourseRegistration.type \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +698 grade CourseEntry.grade \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +699 score CourseEntry.score \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +700 genusType CourseRegistration.genusType \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +701 endReason CourseRegistration.endReason \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +702 id ActivityRegistration.Activity.id \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +714 CourseNumber Student.AcademicRecord.AcademicSession.Course.CourseNumber The official reference number portion of a course identifier. This number frequently designates the level of the course as well as the level of the student expected to enroll in the course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +715 CourseLongDepartmentName CourseInventoryInformation.CourseLongDepartmentName The full name of the department of the course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +716 CourseRepeatabilityMaximumNumber CourseInventoryInformation.CourseRepeatabilityMaximumNumber The maximum number of times the course may be taken or completed for credit. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +717 CourseCreditUnits Student.AcademicRecord.AcademicSession.Course.CourseCreditUnits The type of credit (unit, semester, or quarter) associated with the credit hours earned for the course. \N 9 \N 102 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +718 CourseCreditValue Student.AcademicRecord.AcademicSession.Course.CourseCreditValue Number indicating the credit hours that may be earned in the course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +719 CourseCreditBasis Student.AcademicRecord.AcademicSession.Course.CourseCreditBasis The type of enrollment associated with the credit hours for the course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +720 CourseHonorsCode CourseInventoryInformation.CourseHonorsCode Indication whether the course is an Honors course, or has an option for students to take it as an honors course. \N 9 \N 105 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +721 CourseInstructionMethodType Student.AcademicRecord.AcademicSession.Course.CourseInstructionMethodType The primary method of instruction used for the course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +722 CourseInstructionSiteName Student.AcademicRecord.AcademicSession.Course.CourseInstructionSiteName The name of the location at which the course is taught. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +723 CourseInstructionSite Student.AcademicRecord.AcademicSession.Course.CourseInstructionSite An indication of the type of location at which the course is taught. \N 9 \N 107 \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +724 CourseDescription EducationalCourseInventory.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 +725 CourseAddDate Student.AcademicRecord.AcademicSession.Course.CourseAddDate The date a student was added to an\n academic course at a school. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +726 CourseBeginDate Student.AcademicRecord.AcademicSession.Course.CourseBeginDate Begin Date. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +727 CourseEndDate Student.AcademicRecord.AcademicSession.Course.CourseEndDate End Date. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +728 CourseDropDate Student.AcademicRecord.AcademicSession.Course.CourseDropDate The date on which the student drops or withdraws from the course. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +729 CourseAcademicGradeStatusCodeType Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeStatusCodeType 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 +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 +736 Deliquencies Student.AcademicRecord.AcademicAward.AcademicAwardProgram.ProgramSummary.Deliquencies The academic standing of the student upon transfer to the institution. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +737 CourseNarrativeExplanationGrade Student.AcademicRecord.AcademicSession.Course.CourseNarrativeExplanationGrade The narrative of the grade awarded to a student 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 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +739 codedNotation Course.codedNotation Set of alphanumeric symbols that uniquely identifies an item and supports its discovery and use. \N 10 \N \N \N \N \N 4.2 \N \N \N \N LIF f \N f \N \N \N +740 name Course.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 +741 description Course.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 +742 dateEffective Course.dateEffective Effective date of this resource's content. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +751 AvailableAt Course.AvailableAt Physical location where the course can be pursued. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +752 deliveryType Course.deliveryType type of means by which a course is delivered to credential seekers and by which they interact; 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 +753 deliveryTypeDescription Course.deliveryTypeDescription Detailed description of the delivery type of an assessment or learning opportunity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +754 teaches Course.teaches Competency that the course is intended to teach. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +755 assessmentMethodDescription Course.assessmentMethodDescription Description of the methods used to conduct an assessment. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +756 assessmentMethodType Course.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 +757 availabilityListing Course.availabilityListing Entity describing an educational or training opportunity. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +758 availableOnlineAt Course.availableOnlineAt Online location where the course can be pursued. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +759 estimatedCost Course.estimatedCost Estimated cost of a course. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +760 financialAssistance Course.financialAssistance Entity that describes financial assistance for which this course qualifies. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +761 inLanguage Course.inLanguage The primary language or languages of the entity, even if it makes use of other languages; e.g., a course offered in English to teach Spanish would have an inLanguage of English, while a credential in Quebec could have an inLanguage of both French and English. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +762 keyword Course.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 +763 offeredBy Course.offeredBy Agent that offers the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +764 ownedBy Course.ownedBy Organization or person with an enforceable claim or legal title to the resource. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +765 recognizedBy Course.recognizedBy Agent that acknowledges the validity of the course. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +766 regulatedBy Course.regulatedBy Quality assurance organization that enforces the legal requirements of the course. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +767 subject Course.subject Words or brief phrases describing the topicality of the entity; select subject terms from an existing enumeration of such terms. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 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 +774 startDate CourseInstance.startDate The start date and time of the item (in ISO 8601 date format). \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +775 endDate CourseInstance.endDate The end date and time of the item (in ISO 8601 date format). \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +776 timeRequired Course.timeRequired Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +777 propertyID PropertyValue.propertyID A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property.\n[Use PropertyValue as value for identifier property of Course] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +778 educationalLevel Course.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 \N \N \N \N \N LIF f \N f \N \N \N +779 educationalCredentialAwarded Course.educationalCredentialAwarded A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +780 location CourseInstance.location The location of, for example, where the event is happening, an organization is located, or where an action takes place. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +781 courseMode CourseInstance.courseMode The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ). \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +782 price Offer.price The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\n\n[Use Offer as value for offers property of Course] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +783 duration CourseInstance.duration The duration of the item (movie, audio recording, event, etc.) \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +784 inLanguage Course.inLanguage The language of the content or performance or used in an action. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +785 keywords Course.keywords Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +786 offeredBy Offer.offeredBy A pointer to the organization or person making the offer.\n[Use Offer as value for offers property of Course] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +787 about Course.about The subject matter of the content. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +788 mainEntityOfPage Course.mainEntityOfPage Indicates a page (or other CreativeWork) for which this thing is the main entity being described. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +789 numberOfItems ItemList.numberOfItems The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +790 identifier CourseInstance.identifier The 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 +217 jurisdiction CompetencyFramework.jurisdiction A legal, quasi-legal, organizational or institutional domain of the entity mandating the use of the statement--e.g., California. 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 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +222 version CompetencyFramework.version Defines the revision of the competency framework as a version number or date. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +225 rights CompetencyFramework.rights The information about rights held in and over the resource. In general, please pay attention to the power balance between what validation is needed to allow a learner to make a claim compared to what validation is needed to allow a competency framework to make a claim. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +226 sequence CompetencyFramework.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. No change 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +244 keywords CompetencyFramework.Competency.keywords \N Great care should be taken to understand that claims of competency topicality are not value neutral frameworks and an assessment should be taken as to what values are being prioritized in each competency description before adoption 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +237 abbreviatedStatement CompetencyFramework.Competency.abbreviatedStatement \N Great care should be taken to understand that claims of competency and competency frameworks are not value neutral frameworks and an assessment should be taken as to what values are being prioritized in each competency description before adoption 1 string \N No No CASE \N \N \N \N \N LIF f \N f \N \N \N +238 rightsHolder CompetencyFramework.Competency.rightsHolder \N The claim of rights 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 \N \N \N LIF f \N f \N \N \N +54 type Person.AssessmentLearningExperience.type \N No change 1 string \N No No \N \N \N 2025-11-26 22:24:00+00 \N \N LIF f \N f \N \N \N +236 name CompetencyFramework.Competency.name \N The name of the competency should not be used a proxy for what is actually measured in the elements. Care should be taken to avoid biased assumptions about what a competency actually measures from its name. 1 string \N Yes No CEDS \N \N 2025-11-26 23:08:00+00 \N \N LIF f \N f \N \N \N +286 alignmentType CompetencyFramework.Competency.CompetencyAlignments.alignmentType \N \N 1 string \N No No \N List of possible alignment types. \N \N \N \N LIF f \N f \N \N \N +246 hasProgressionLevel CompetencyFramework.Competency.hasProgressionLevel \N No change 1 string \N No No CTDL A progression level is a member of a progression model. Likely a URI would be used, that points to the source progression level. \N \N \N \N LIF f \N f \N \N \N +248 license CompetencyFramework.Competency.license \N The claim of rights 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 \N \N \N LIF f \N f \N \N \N +256 altCodedNotation CompetencyFramework.Competency.altCodedNotation \N No change 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N +258 environmentalHazard CompetencyFramework.Competency.environmentalHazard \N This is highly subjective rating. An element needs to be added to indicate the source of this rating. Should be used with caution. 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +250 testibilityType CompetencyFramework.Competency.testibilityType \N Opinion about whether a competency can or cannot be tested is highly subjective. Prior to implementing this element check the maker of this claim and who this claim prioritizes. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +56 informationSourceId Person.AssessmentLearningExperience.informationSourceId \N No change 1 string \N Yes No \N \N \N \N \N \N LIF f \N t \N \N \N +30 performanceLowerLevel Assessment.AssessmentPerformanceLevel.performanceLowerLevel Lowest possible score for the performance level. No change 1 number \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1839 MDRTest MDRTest 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 +1122 payRateType Position.Wage.payRateType \N \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +265 allowedValues CompetencyFramework.Competency.ProficiencyDefinition.allowedValues An ordered list of allowed values. The values should be ordered from low to high as determined by the creator. No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +266 requiredValue CompetencyFramework.Competency.ProficiencyDefinition.requiredValue A value from allowedValue or within the range of valueMin to valueMax required to pass as determined by the achievement creator. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +267 valueMax CompetencyFramework.Competency.ProficiencyDefinition.valueMax The maximum possible value that may be asserted No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +268 valueMin CompetencyFramework.Competency.ProficiencyDefinition.valueMin The minimum possible value that may be asserted in a linked result. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +953 expirationDate StudentCredentialRecord.expirationDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +273 value CompetencyFramework.Competency.ProficiencyDefinition.ProficiencyLevel.value The proficiency value if it is a number or letter grade. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +278 competencyAssociationConnectionCitation CompetencyFramework.Association.competencyAssociationConnectionCitation \N No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +291 alignsToType CompetencyFramework.Competency.CompetencyAlignments.alignsToType \N \N 1 string \N No No \N Subtype of the AlignmentType \nRequired if AlignmentType contains subtypes \N \N \N \N LIF f \N f \N \N \N +293 physicalCapabilityType CompetencyFramework.Competency.Accessibility.physicalCapabilityType \N \N 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +294 sensoryCapabilityType CompetencyFramework.Competency.Accessibility.sensoryCapabilityType \N \N 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +300 proficiencyLevelId Person.Proficiency.proficiencyLevelId \N No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +483 dataRecipients Person.Consent.dataRecipients Parties or entities with whom the data will be shared as part of the consent agreement. \N 1 string \N No Yes LIF CM 3.21: Changed to an array \N \N \N \N LIF f \N f \N \N \N +489 channel Person.Consent.channel Channels or touchpoints where consent is requested or obtained (e.g., website, mobile app, email, in-person, phone) \N 1 string \N No Yes LIF CM 3.21: Changed to an array \N \N \N \N LIF f \N f \N \N \N +490 languages Person.Consent.languages Languages in which consent information and notices are presented to users (e.g. Braille, Spanish, French, etc.). Ensure that consent is obtained in the user's primary language or a language that they are proficient in. 1 string \N No Yes LIF CM 3.21: Changed to an array \N \N \N \N LIF f \N f \N \N \N +495 regulatoryCompliance Person.Consent.regulatoryCompliance Compliance with relevant data protection regulations (e.g., GDPR, CCPA). \N 1 string \N No Yes LIF \N \N \N \N \N LIF f \N f \N \N \N +496 additionalNotes Person.Consent.additionalNotes Any additional information or notes relevant to the consent flow mapping. \N 1 string \N No No LIF \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +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 +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 +872 name Achievement.name The name of the achievement. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +873 description Achievement.description A short description of the achievement. May be the same as name if no description is available. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +874 achievementType Achievement.achievementType Type of the Achievement \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +875 Criteria Achievement.Criteria Criteria object describing how to earn the achievement. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +876 Image Achievement.Image IRI of an image representing the achievement. May be a Data URI or the URL where the image may be found. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +877 tags Achievement.tags Tags that describe the type of achievement. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +878 fieldOfStudy Achievement.fieldOfStudy Category, subject, area of study, discipline, or general branch of knowledge. Examples include Business, Education, Psychology, and Technology. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +879 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 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +880 extensions Achievement.extensions The Achievement object can be extended with additional properties., such as CIP codes. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +881 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 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +882 endDate Assertion.endDate Expiry date of the assertion. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +883 issuedOn Assertion.issuedOn Timestamp of when the achievement was awarded. Required unless the assertion is revoked. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +884 verification Assertion.verification Instructions for third parties to verify this assertion. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +885 description Evidence.description A longer description of the evidence. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1409 birthDate PersonBaseType.birthDate The birth date of a person. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +886 evidence Assertion.evidence Evidence describing the work that the recipient did to earn the achievement. This can be a webpage that links out to other pages if linking directly to the work is infeasible. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +887 type Evidence.type Type of Evidence \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +888 Achievement OB3.Achievement \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +889 id Achievement.id Unique URI for the Achievement. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +890 creditsAvailable Achievement.creditsAvailable Credit hours associated with this entity, or credit hours possible. For example 3.0. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +891 achievementType Achievement.achievementType The type of achievement. This is an extensible vocabulary. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +892 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 +893 narrative Criteria.narrative The URI of a webpage that describes in a human-readable format the criteria for the achievement. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +894 id Criteria.id \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +895 image AchievementCredential.image The image representing the credential for display purposes in wallets. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +896 tags Achievement.tags Tags that describe the type of achievement. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +907 evidence AchievementCredential.evidence A description of the work that the recipient did to earn the achievement. This can be a page that links out to other pages if linking directly to the work is infeasible. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +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 +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 +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 +988 duration Program.duration \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +989 Subject Ontology.Subject \N \N 8 \N \N \N \N \N tag \N \N \N \N LIF f \N f \N \N \N +990 endDate CredentialEntry.endDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +991 awardDate CredentialEntry.awardDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +992 student CredentialEntry.student \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +999 NAICS EmploymentType/OrganizationEntityType.NAICS NAICS code for industry for an employer (North American Industry Classification System). \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1000 URL URLType.URL A URL of a web location that hosts a learner's work results. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +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 +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 +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 +1023 subject Credential.subject Words or brief phrases describing the topicality of the entity; select subject terms from an existing enumeration of such terms. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1024 audienceLevelType Credential.audienceLevelType 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 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +1036 type Image.type Type of Image, usually PNG or SVG \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1037 caption Image.caption \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1038 author Image.author \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1039 alignment BadgeClass.alignment \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1040 targetUrl Alignment.targetUrl URL linking to the official description of the alignment target, for example an individual standard within a learning framework. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1041 targetName Alignment.targetName Name of the alignment. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1042 targetDescription Alignment.targetDescription Short description of the alignment target. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1043 targetFramework Alignment.targetFramework Name of the framework being aligned. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1044 targetCode Alignment.targetCode If applicable, a locally unique string identifier that identifies the alignment target within its framework and/or targetUrl. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1045 targetType Alignment.targetType Type of alignment, RSD, CredentialEngine, \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1046 object Assertion.object Assertions are representations of an awarded badge, used to share information about a badge belonging to one earner. Assertions are packaged for transmission as JSON objects with a set of mandatory and optional properties. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1047 uid Assertion.uid Unique Identifier for the awarded/issued credential. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1048 id Assertion.id Unique IRI for the Assertion. If using hosted verification, this should be the URI where the assertion is accessible. For signed Assertions, it is recommended to use a UUID in the urn:uuid namespace. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1049 expires Assertion.expires If the achievement has some notion of expiry, this indicates a timestamp when a badge should no longer be considered valid. After this time, the badge should be considered expired. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1050 issuedOn Assertion.issuedOn Timestamp of when the achievement was awarded. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1051 recipient Assertion.recipient The recipient of the achievement. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1052 evidence Assertion.evidence Object \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1053 name Evidence.name A descriptive title of the evidence. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1054 description Evidence.description A longer description of the evidence. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1055 genre Evidence.genre A string that describes the type of evidence. For example, Poetry, Prose, Film. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1056 audience Evidence.audience A description of the intended audience for a piece of evidence. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1057 narrative Evidence.narrative A narrative that describes the evidence and process of achievement that led to an Assertion. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1058 id Evidence.id The URI of a webpage presenting evidence of achievement. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1060 narrative Assertion.narrative A narrative which describes the instance of the achievement, potentially with additional evidence. \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1061 revoked Assertion.revoked \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1062 revocationReason Assertion.revocationReason \N \N 15 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1063 identifier EducationalOccupationalCredential.identifier The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc.\n\n[use a PropertyValue to give identifier and system] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1064 alternateName EducationalOccupationalCredential.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 +1065 name EducationalOccupationalCredential.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 +1066 description EducationalOccupationalCredential.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 +1067 creativeWorkStatus EducationalOccupationalCredential.creativeWorkStatus The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1068 dateCreated EducationOccupationalCredential.dateCreated The date on which the CreativeWork was created or the item was added to a DataFeed. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1069 inDefinedTermSet DefinedTerm.inDefinedTermSet A DefinedTermSet that contains this term.\n\n[use a DefinedTerm as value for credentialCategory] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1070 competencyRequired EducationalOccupationalCredential.competencyRequired Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1071 image EducationalOccupationalCredential.image An image of the item. This can be a URL or a fully described ImageObject. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +484 LegalCode Common.LegalCode \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1072 keywords EducationalOccupationalCredential.keywords Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1073 about EducationalOccupationalCredential.about The subject matter of the content. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1074 educationalLevel EducationOccupationalCredential.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 \N \N \N \N \N LIF f \N f \N \N \N +516 courseNumber Course.courseNumber The official reference number portion of a course identifier. This number normally designates the level of the course as well as the level of the individual expected to enroll in the course. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +517 courseDepartmentName Course.courseDepartmentName Department with jurisdiction over this course. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +502 description Course.description A description of the course content and/or goals. Reference may be made to state or national content standards. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +506 courseAcademicGradeScaleCode Course.courseAcademicGradeScaleCode The grading scale used by an academic educational institution for an academic course. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +528 courseInstructionSiteName Course.courseInstructionSiteName The name of the location at which the course is taught. No change 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +534 assessmentMethodDescription Course.assessmentMethodDescription Description of the methods used to conduct assessment. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. Ensure any use incorporates a "not applicable" field as many legitimate courses 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 +213 informationSourceId CompetencyFramework.informationSourceId \N \N 1 string \N Yes No LIF-Addition \N \N \N \N \N LIF f \N t \N \N \N +1767 targetCode achievement.alignment.targetCode \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1771 targetType achievement.alignment.targetType \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +537 availabilityListing Course.availabilityListing Entity describing an educational or training opportunity. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. Ensure any use incorporates a "not applicable" field as many legitimate courses 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 +538 availableOnlineAt Course.availableOnlineAt Online location where the course can be pursued. No change. For demo teams using this field, please be asure to indicate in other entity areas if this is for any instance of the course, or the specific instance the learner intented. 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +1619 programVersion Program.programVersion Supporting program versions. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +539 ctid Course.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). Ensure any use incorporates a "not applicable" field as many legitimate courses 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 +540 estimatedCost Course.estimatedCost Estimated cost of a course. [=>CostProfile] Use with care. Even carefully standardized data will be likely to contain large inconsistencies and unstandard cacluations 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +541 estimatedDuration Course.estimatedDuration Estimated time it will take to complete a course. [=>DurationProfile] No change 1 string \N No Yes CTDL In the registry it is stored as an ISO 4601 string to describe duration in years, months, hours, etc. Outside the registration a different structure is likely \N \N \N \N LIF f \N f \N \N \N +500 courseGPAApplicability Course.Grade.courseGPAApplicability An indicator of whether or not this course being described is included in the computation of the student’s Grade Point Average (GPA). No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +515 courseLevelType Course.courseLevelType The level of work which is reflected in the credits associated with the academic course being described or the level of the typical individual taking the academic 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 +519 courseCreditLevelType Course.courseCreditLevelType The level of credit associated with the credit hours earned for the course. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +520 courseCreditUnits Course.courseCreditUnits The type of credit (unit, semester, or quarter) associated with the credit hours earned for the course. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +527 courseInstructionMethod Course.courseInstructionMethod The primary method of instruction used for the course. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +529 courseInstructionSiteType Course.courseInstructionSiteType An indication of the type of location at which the course is taught. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +530 instructionalDelivery Course.instructionalDelivery The primary setting or medium of delivery for the course. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +531 courseInteractionMode Course.courseInteractionMode The primary type of interaction, synchronous or asynchronous, defined for the course. No change 1 string \N No No CEDS This is similar to delivery type \N \N \N \N LIF f \N f \N \N \N +497 informationSourceId Course.informationSourceId \N \N 1 string \N Yes No \N Create an information source entry, and store the indentifier here. The same identifier would be used for LE, and the course \N \N \N \N LIF f \N t \N \N \N +1373 informationSourceId Person.Culture.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 +542 financialAssistance Course.financialAssistance Entity that describes financial assistance for which this course qualifies. [=>FinancialAssistanceProfile] No change 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +543 inLanguage Course.inLanguage The primary language or languages of the entity, even if it makes use of other languages; e.g., a course offered in English to teach Spanish would have an inLanguage of English, while a credential in Quebec could have an inLanguage of both French and English. No change 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +544 keyword Course.keyword Keyword or key phrase describing relevant aspects of an entity. No change 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +523 creditUnitTypeDescription Course.creditUnitTypeDescription Detailed description of credit unit type. No change 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N +525 courseFundingProgram Course.courseFundingProgram A program through which the course is funded. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +545 lifeCycleStatusType Course.lifeCycleStatusType Type of state of the resource in terms of its stage in a life cycle; select from an enumeration of such types. No change 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N +548 recognizedBy Course.recognizedBy Agent that acknowledges the validity of the courset. Ensure any use incorporates a "not applicable" field as many legitimate courses will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL URI to an organization record in the credential registry \N \N \N \N LIF f \N f \N \N \N +550 subject Course.subject Words or brief phrases describing the topicality of the entity; select subject terms from an existing enumeration of such terms. No change 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +559 ownedBy Person.CourseLearningExperience.ownedBy \N \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +565 experienceGrade Person.CourseLearningExperience.experienceGrade The final grade awarded for participation in the course. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +567 courseOverrideSchool Person.CourseLearningExperience.courseOverrideSchool The school where the credit was earned if different from the institution reporting. \N 1 string \N No No CEDS is just the name provided and/or an identifier? \N \N \N \N LIF f \N f \N \N \N +573 courseSectionID Person.CourseLearningExperience.courseSectionID A unique number or alphanumeric code assigned by an institution, school, school system, state, or other agency or entity for a particular course-section. \N 1 string \N No Yes CEDS Is this relevent compared to using course number \N \N \N \N LIF f \N f \N \N \N +1410 given PersonNameType.given "The given name of a person. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +801 creditsAvailable Credential.creditsAvailable Credit hours associated with this entity, or credit hours possible. For example 3.0. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +809 narrative Credential.Requirements.Criteria.narrative A narrative of what is needed to earn the credential. 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 1 string \N No No Open Badges v2 \N \N \N \N \N LIF f \N f \N \N \N +822 level Credential.level The level of the credential. For reference this is from CEDS: https://ceds.ed.gov/element/001301/#OT No change 1 string \N No No CLR v2 / Open Badges v3 in programs \N \N \N \N LIF f \N f \N \N \N +831 humanCode Credential.humanCode A human-readable, locally unique string identifier of the Credential. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +816 imageType Credential.Image.imageType Type of Image, usually PNG or SVG No change 1 string \N No No Open Badges v2 \N \N \N \N \N LIF f \N f \N \N \N +499 Grade Course.Grade \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +526 courseHonorsType Course.courseHonorsType An indication that the course is or can be counted as an honors course. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +564 enrollmentStatusType Person.CourseLearningExperience.enrollmentStatusType The status related to a student enrollment in an instance of a course. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +568 courseRepeatCode Person.CourseLearningExperience.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 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +569 courseSectionEntryType Person.CourseLearningExperience.courseSectionEntryType The process by which a student enters a school (Course Section) during a given academic session. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +571 courseSectionExitType Person.CourseLearningExperience.courseSectionExitType The circumstances under which the student exited from membership in a course section. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +580 courseGradeStatusCode Person.CourseLearningExperience.courseGradeStatusCode Additional information regarding the context of the given grade. \N 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +581 singleSexClassStatus Person.CourseLearningExperience.singleSexClassStatus Section in a co-educational school where only male or only female students are permitted to take the course. \N 1 string \N No Yes CEDS Probably does not have a place for the LIF, but not sure what this is. Could be religious schools? \N \N \N \N LIF f \N f \N \N \N +798 status Credential.status The status of the credential. Not the status of the issuance or awardance of the credential. Use this element carefully as credential status will vary by jurisdiction and ignoring this will cause inaccuracies in application 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +558 informationSourceId Person.CourseLearningExperience.informationSourceId \N \N 1 string \N Yes No \N Create an information source entry, and store the indentifier here. The same identifier would be used for LE, and course \N \N \N \N LIF f \N t \N \N \N +1854 accreditationAwardDate Credential.Accreditation.accreditationAwardDate \N \N 1 string \N \N \N \N \N \N 2025-09-30 00:27:00+00 \N UX LIF f \N t \N \N \N +819 author Credential.Image.author The author of the image No change 1 string \N No No Open Badges v2 \N \N \N \N \N LIF f \N f \N \N \N +826 name Credential.CredentialAlignments.name Name of the alignment. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +1354 birthIndicator Person.Birth.birthIndicator An indication that the person is a twin, triplet, etc. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1118 endDate Position.Membership.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 +234 code CompetencyFramework.Competency.code A human-referenceable code designated by the publisher to identify the item in the hierarchy of competency definitions. 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 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +488 mechanism Person.Consent.mechanism Method or mechanism used to obtain and manage consent, including accessibility technologies used (e.g., checkboxes, cookie banners, email confirmation, written or digital signature). \N 1 string \N No No LIF CM: 3/21: Does this need a codelist? \N \N \N \N LIF f \N f \N \N \N +475 type Person.Consent.type Type of consent - active, passive, implied, etc. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1742 type OpenBadgeCredential.type \N \N 16 string \N \N Yes \N Same type of information as @context \N \N \N \N StateU f \N f \N \N \N +838 result Person.CredentialAward.result The set of results being asserted. No change 1 string \N No Yes CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +839 creditsEarned Person.CredentialAward.creditsEarned The number of credits earned, generally in semester or quarter credit hours. This field correlates with the Achievement creditsAvailable field. 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 +844 salt Person.CredentialAward.Identity.salt 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. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +860 revocationReason Person.CredentialAward.revocationReason Published reason for revocation, if the credential award has been revoked No change 1 string \N No No Open Badges v2 \N \N \N \N \N LIF f \N f \N \N \N +861 narrative Person.CredentialAward.narrative A narrative describing the work that the awardee did to earn the credential award. No change 1 string \N No No Open Badges v2 \N \N \N \N \N LIF f \N f \N \N \N +862 payload Person.CredentialAward.payload Entire payload of the credential and credential award. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1856 accreditedBy Credential.Accreditation.accreditedBy \N \N 1 string \N \N \N \N \N \N 2025-09-30 00:36:00+00 \N UX LIF f \N t \N \N \N +863 signedPayload Person.CredentialAward.signedPayload Signed version of the entire payload of the credential and credential award. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +235 statement CompetencyFramework.Competency.statement \N Great care should be taken to understand that claims of competency and competency frameworks are not value neutral frameworks and an assessment should be taken as to what values are being prioritized in each competency description before adoption 1 string \N No No CEDS Sometimes the competency only has a statement and no name, or vice versa. One should be required and one should be optional. Just don't know which. \N 2025-11-26 22:11:00+00 \N \N LIF f \N f \N \N \N +849 name Person.CredentialAward.Evidence.name A descriptive title of the evidence. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +850 description Person.CredentialAward.Evidence.description A longer description of the evidence. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +851 genre Person.CredentialAward.Evidence.genre A string that describes the type of evidence. For example, Poetry, Prose, Film. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +852 audience Person.CredentialAward.Evidence.audience A description of the intended audience for a piece of evidence. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +853 evidenceStatement Person.CredentialAward.Evidence.evidenceStatement A narrative that describes the evidence and process of achievement that led to an assertion. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +856 narrative Person.CredentialAward.Evidence.narrative A narrative that describes the evidence and process that led to an assertion of the credential. No change 1 string \N Yes No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +1077 industryCodeValue Position.IndustryCode.industryCodeValue The industry code as defined in 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) If NAICS is used instead of ISIC be aware that people with international employment experience are likely to be misclassified 1 string \N Yes Yes CEDS Could be a list, specific to the job, not the organization. Should handle non-NAICS industries \N \N \N \N LIF f \N f \N \N \N +576 department Person.CourseLearningExperience.department The department at the institution to which the person attended. \N 1 string \N No No HR Open Standards \N \N \N \N \N LIF f \N f \N \N \N +51 contentStandardStatus Assessment.contentStandardStatus A contentStandard status, which provide details about whether it is missing at will or not applicable. \N 1 string 350 No No \N \N \N \N \N \N LIF f \N f \N \N \N +845 proof Person.CredentialAward.proof \N No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1667 informationSourceId Person.ProgramLearningExperience.informationSourceId \N \N 1 string \N Yes No \N \N \N \N \N \N LIF f \N t \N \N \N +233 informationSourceId CompetencyFramework.Competency.informationSourceId \N \N 1 string \N Yes No LIF-Addition \N \N \N \N \N LIF f \N t \N \N \N +1103 EmploymentTypeStatus Person.EmploymentLearningExperience.EmploymentTypeStatus \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +279 competencyAssociationDestinationName CompetencyFramework.Association.competencyAssociationDestinationName \N No change 1 string \N No No CEDS \N \N 2025-11-26 22:11:00+00 \N \N LIF f \N f \N \N \N +276 competencyAssociationUri CompetencyFramework.Association.competencyAssociationUri \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 +1162 comments Person.MilitaryLearningExperience.comments Additional comments about the military service history. Use "missing at will" and "not applicable" for missing data to avoid skewed outcomes. \N 1 string \N No Yes HR Open \N \N \N \N \N LIF f \N f \N \N \N +1308 addressLine2 Common.Contact.Address.addressLine2 The apartment, room, or suite number of an address. Only use if consent has been verified. 1 string \N No No CEDS 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 \N \N \N \N LIF f \N f \N \N \N +1163 jobCategories EmployerHistoryType.jobCategories \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1164 positionScheduleType PositionType.positionScheduleType \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1165 fullTimeEquivalentRatio DeploymentType.fullTimeEquivalentRatio \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1166 title EmployerHistoryType.title \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1167 start BaseHistoryType.start \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1168 end BaseHistoryType.end \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1169 descriptions BaseHistoryType.descriptions \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1170 current BaseHistoryType.current \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1171 assignmentReasonCode DeploymentType.assignmentReasonCode \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1172 Classifier.job Taxonomy.Classifier.job \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1173 classifier Taxonomy.classifier \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1174 title JobAppointment.title \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1175 effectiveDate JobAppointment.effectiveDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1176 expirationDate JobAppointment.expirationDate \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1177 description JobAppointment.description \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1178 state JobAppointment.state \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1179 Subject.position Ontology.Subject.position \N \N 8 \N \N \N \N \N tag \N \N \N \N LIF f \N f \N \N \N +1180 salary Appointment.salary \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1181 title Position.title \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1182 startDate Appointment.startDate \N \N 8 \N \N \N \N \N no separate hire date \N \N \N \N LIF f \N f \N \N \N +1183 expirationDate Appointment.expirationDate \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1184 description JobAppointments.description \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1185 endReason Appointment.endReason \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1186 NAICS EmploymentType.NAICS \N \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1187 EmploymentStatusCode EmploymentStatusCodeType.EmploymentStatusCode \N \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1188 GrossAnnualSalary GrossAnnualSalaryType.GrossAnnualSalary \N \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1189 PositionTitle PositionTitleType.PositionTitle \N \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1190 Employment EmploymentType.Employment \N \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1191 EmploymentBeginDate EmploymentBeginDateType.EmploymentBeginDate \N \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1192 EmploymentEndDate EmploymentEndDateType.EmploymentEndDate \N \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1193 occupationalCategory Occupation.occupationalCategory \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +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 +1125 experienceType Person.EmploymentLearningExperience.experienceType Experience type considers self-employment, scholarships, volunteering, mentorships or internships. Includes any entity, not just employer or organisation. This is a category to sort all experiences include employment, military and any other working experiences, such as volunteering, mentorships, transition programs and more. A person will need to be able to provide access to specific unique experiences rather than to turn on/off all experiences of the same type. The classification of an experience into a type is a subjective decision which will capture a lot of social and class location information. For example, a wealthy student may get their experience classified as an internship while a poor student may have their identical experience classified as volunteer. 1 string \N No Yes No Source Experience type is an inclusive word to include employment details, military and any other "working" experiences, such as volunteering, mentorships, transition programs and the like. \N \N \N \N LIF f \N f \N \N \N +1129 aspirations Person.EmploymentLearningExperience.aspirations Allows a person to record the details of their personal learning or career aspirations This can be a useful data element to set up measures of success that prioritize the wants and needs of the learner/earner instead of prioritizing a cultural norm. Ensure that we're clear that we're documenting learning aspirations and or career aspirations 1 string \N No No No Source \N \N \N \N \N LIF f \N f \N \N \N +1130 sourceExperience Person.EmploymentLearningExperience.sourceExperience A link to the sourced experience. It may point to a GitHub project, images, google docs and other sharable files. If not applicable please indicate. This should be optional as not all types of experiences leave collateral that can be shared. Resources to create such documentation will be directly linked to wealth and class. Making this mandatory will replicate class and wealth disparity. 1 string \N No No No Source Helps to verify and solidify the experiences obtained via a source \N \N \N \N LIF f \N f \N \N \N +820 tags Credential.tags Tags, keywords or short key phrases describing aspects of a credential considered useful for its discovery. No change 1 string \N No Yes CLR v2 / Open Badges v3 n/a \N \N \N \N LIF f \N f \N \N \N +821 fieldOfStudy Credential.fieldOfStudy Category, subject, area of study, discipline, or general branch of knowledge. Examples include Business, Education, Psychology, and Technology. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +1134 description Person.EmploymentLearningExperience.description Statement, characterization or account of the entity. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +40 creditValue Assessment.creditValue A credit-related value. [=>QuantitativeValue] No change 1 number \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1105 employmentTypeStatusDescription Person.EmploymentLearningExperience.EmploymentTypeStatus.employmentTypeStatusDescription The description of the employment type status category. \N 1 string \N No No \N \N \N \N \N \N LIF f \N t \N \N \N +1243 NameOfInstitution EducationOrganization.NameOfInstitution The full, legally accepted name of the institution. \N 6 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1743 name OpenBadgeCredential.name \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1149 experienceCountryCode Person.MilitaryLearningExperience.experienceCountryCode The country in which this military service was performed. The unique two character International Organization for Standardization (ISO) code for the country. https://www.iso.org/obp/ui/#search \N 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +1156 campaigns Person.MilitaryLearningExperience.campaigns A list of campaigns to which the person was involved during the service period. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. \N 1 string \N No Yes HR Open \N \N \N \N \N LIF f \N f \N \N \N +1857 accreditedIn Credential.Accreditation.accreditedIn \N \N 1 string \N \N \N \N \N \N 2025-09-30 00:39:00+00 \N UX LIF f \N t \N \N \N +1738 courseCode Course.courseCode The identifier for the Course used by the course provider (e.g. CS101 or 6.001). \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1139 employmentStatus Person.EmploymentLearningExperience.employmentStatus The condition under which a person has agreed to serve as an employee. \N 1 string \N No No CEDS the CEDS employment status includes volunteer, need others like internshipment.\nShould this be changed to experienceType? \N \N \N \N LIF f \N f \N \N \N +1140 employmentSeparationReason Person.EmploymentLearningExperience.employmentSeparationReason The primary reason for the termination of the employment relationship. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1141 employmentSeparationType Person.EmploymentLearningExperience.employmentSeparationType A designation of the type of separation occurring between a person and the organization. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +1229 industryIdentifiers OrganizationType.industryIdentifiers 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. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1230 responsibilityCode OrganizationReferenceType.responsibilityCode The level or the responsibility at which the organization operates. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1231 image Profile.image IRI of an image representing the individual or organization. May be a DATA URI or the URL where the image may be found. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1232 name Profile.name The name of the individual or organization. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1233 CTID CredentialOrganization\nQACredentialOrganization.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). \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1234 accreditedBy CredentialOrganization\nQACredentialOrganization.accreditedBy Quality assurance organization that provides official authorization to, or approval of, a credential, organization, assessment, or learning opportunity. \N 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1235 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 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1236 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 4 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1244 ShortNameOfInstitution EducationOrganization.ShortNameOfInstitution A short name for the institution. \N 6 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1245 EducationOrganizationCategory EducationOrganization.EducationOrganizationCategory The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control granted by the state. \N 6 \N \N \N \N \N More descriptive \N \N \N \N LIF f \N f \N \N \N +1246 OperationalStatus EducationOrganization.OperationalStatus The current operational status of the education organization (e.g., active, inactive). \N 6 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1247 identifier Organisation.identifier An identifier of the organisation \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1248 logo Organisation.logo The logo of the organisation \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1249 legalName Organisation.legalName The legal name of the organisation \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1250 alternativeName Organisation.alternativeName The alternative name of the organisation \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1251 type Organisation.type The type of the organisation \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1252 registration Organisation.registration The legal identifier of an organisation. The identifier given to a registered organisation by the authority with which it is registered. The legal status of a registered organisation is conferred on it by an authority within a given jurisdiction. The Legal Identifier is therefore a fundamental relationship between an organisation and the authority with which it is registered. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1253 type Accreditation.type The type of the accreditation. It should be provided using the EDC Controlled List of Accreditation Types, (http://publications.europa.eu/resource/dataset/accreditation). \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1254 accreditationDateIssued Accreditation.accreditationDateIssued The date when the accreditation was formally approved/issued \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1255 expiryDate Accreditation.expiryDate The date when the accreditation expires or was expired \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1256 accreditingAgent Accreditation.accreditingAgent The Quality Assuring Authority (i.e., assurer). \N 7 \N \N \N \N \N Might be misaligned (i.e., credentialing versus accrediting) \N \N \N \N LIF f \N f \N \N \N +1257 accreditedInJurisdiction Accreditation.accreditedInJurisdiction The jurisdiction for which the accreditation is valid. It should be provided using the Administrative territorial unit Authority Table (ATU) controlled vocabulary. \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1258 displayName Organization.displayName \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1259 type Organization.type \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1260 state State.state \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +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 +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 +1281 naics Organization.naics The North American Industry Classification System (NAICS) code for a particular organization or business person. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1282 hasCredential Organization.hasCredential A credential awarded to the Person or Organization. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1157 honors Person.MilitaryLearningExperience.honors A list of honors that the person received during the service period. For example: https://valor.defense.gov/description-of-awards/ Use "missing at will" and "not applicable" for missing data to avoid skewed outcomes. \N 1 string \N No Yes HR Open CM 2/20: Propose move this to Learning Experience \N \N \N \N LIF f \N f \N \N \N +1158 disciplinaryActions Person.MilitaryLearningExperience.disciplinaryActions A list of disciplinary actions taken during the service period. For example, some sample values for the United States can be found in the Offense column of the table at this link: https://home.army.mil/stewart/application/files/2615/5491/9631/Table_of_Penalties__16_Apr_2016.pdf Use "missing at will" and "not applicable" for missing data to avoid skewed outcomes. \N 1 string \N No Yes HR Open \N \N \N \N \N LIF f \N f \N \N \N +1159 dischargeStatus Person.MilitaryLearningExperience.dischargeStatus If this is not a currently held service, the discharge status for the service period. e.g. honorable, dishonorable, general. Use "missing at will" and "not applicable" for missing data to avoid skewed outcomes. \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1206 organizationCodeValue Organization.OrganizationCode.organizationCodeValue 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) If NAICS is used instead of ISIC be aware that people with international employment experience are likely to be misclassified 1 string \N Yes No HR Open \N \N \N \N \N LIF f \N f \N \N \N +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 +1286 tribalNationName Person.Demographics.tribalNationName The name of an individual gifted by and/or connected to the land and people of their Tribal Nation, and recognised by the Bureau of Indian Affairs (BIA). Only use if consent has been verified. 1 string 284 No No CEDS 3/6: CM brought up from Demographics section (row 130) \N \N \N \N LIF f \N f \N \N \N +823 extensions Credential.extensions Any and all extension formats being used for this Credential No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +1155 currentRank Person.MilitaryLearningExperience.currentRank The rank which the person held currently. \N 1 string \N No No \N \N \N \N \N \N LIF f \N t \N \N \N +259 proficiencyDefinition CompetencyFramework.Competency.proficiencyDefinition The definition of the how the competency is assessed for proficiency. \N 1 entity \N No No \N This might should be 0..* if there are more than one proficiency definition for the competency. \N \N \N \N LIF f \N t \N \N \N +1127 dateOfAssertion Person.EmploymentLearningExperience.dateOfAssertion Provides the date of the assertion experiences \N 1 string \N No Yes No Source \N \N \N \N \N LIF f \N f \N \N \N +1897 deletedStatus Common.deletedStatus \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N t +825 url Credential.CredentialAlignments.url URL linking to the official description of the alignment target, for example an individual standard within a learning framework. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +1299 titleAffixCode Person.Name.titleAffixCode The title affix attached to a person's name (such as Esq., K.B.E.). Only use if consent has been verified. Only include values for learning, work, professional, religious, cultural ceremonial related titles, and ensure values are neutral of marital status, age or gender. \nInclude: “optional text input” to capture the variety of values that could fall under titles. 1 string \N No Yes HR Open \N \N \N \N \N LIF f \N f \N \N \N +1300 nameSuffix Person.Name.nameSuffix A designation attached to the end of a person's name to indicate generation in a family (e.g, Jr., Sr., II, III). \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1301 namePrefix Person.Name.namePrefix An appellation, if any, used to denote rank, placement, or status (e.g., Mr., Ms., Reverend, Sister, Dr., Colonel). \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1302 qualficationAffix Person.Name.qualficationAffix The professional designation attached to the end of a person's name (such as M.Sc., Ph.D). Only use if consent has been verified. 1 string \N No Yes HR Open \N \N \N \N \N LIF f \N f \N \N \N +1303 initials Person.Name.initials The initials of a person. \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1292 identifierVerification Common.Identifier.identifierVerification The evidence by which a persons name, address, date of birth, etc. is confirmed. Only use if consent has been verified. 1 string \N No Yes CEDS (ChrisM - 1/8/24) Does this element need a value set? \N \N \N \N LIF f \N f \N \N \N +1312 addressCountyName Common.Contact.Address.addressCountyName The name of the county, parish, borough, or comparable unit (within a state) in which an address is located. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1102 name Position.name The descriptive name of a person's position. \N 1 string \N Yes No CEDS this can be position specific or "current" on the top level class? \N \N \N \N LIF f \N f \N \N \N +1318 formattedAddress Common.Contact.Address.formattedAddress Formatted address \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1319 residenceCountry Common.Contact.Address.residenceCountry The country (or countries) where a person currently resides. \N 1 string \N No Yes HR Open MP: probably not in a generic address class. Could possible derive if there is an effective date on the address. \N \N \N \N LIF f \N f \N \N \N +1315 proofOfResidency Person.Residency.proofOfResidency An accepted form of proof of residency in the district/county/other locality. \N 1 string \N No Yes CEDS MP: This would be specific to a person address where having a generic address class is more open. \N \N \N \N LIF f \N f \N \N \N +1325 localType Person.Residency.localType A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban). \N 1 string \N No No Ed-Fi MP: maybe localType to be more meaningful. \N \N \N \N LIF f \N f \N \N \N +1831 TestNewPartnerAttribute TestNewPartnerAttribute 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 t \N \N \N +1309 addressCity Common.Contact.Address.addressCity The name of the city in which an address is located. \N 17 string \N Yes No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1648 dateEffective Program.dateEffective Effective date of this resource's content. No change 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N +1746 type image.type \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1091 compensationTotalSalaryStatus Position.compensationTotalSalaryStatus A status filed, which provide details about whether it is missing at will or not applicable. \N 1 string 356 No No \N \N \N \N \N \N LIF f \N f \N \N \N +1080 employmentSchedule Position.employmentSchedule An indication of whether the position provides full time, part time, flex time, shared time, or other schedule of employment. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1081 employmentSeason Position.employmentSeason An indication of whether the position provides employment during the school year, summer unemployed, year round, or other time seasonal time period. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1341 telephoneNumberType Common.Contact.Telephone.telephoneNumberType The type of communication number listed for a person. Only use if consent has been verified. 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1306 addressType Common.Contact.Address.addressType The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.) Only use if consent has been verified. 1 string \N No Yes CEDS Merged addressTypeLearner & Staff together as addressType. \N \N \N \N LIF f \N f \N \N \N +1338 informationSourceId Common.Contact.Email.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 +1411 family PersonNameType.family The family name (or surname) of a person. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1353 birthVerification Person.Birth.birthVerification The evidence by which a child's date of birth is confirmed. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1364 pronouns Person.SexAndGender.pronouns The persons pronouns \N 1 string \N \N \N LIF-ADDITION \N \N \N \N \N LIF f \N f \N \N \N +1363 gender Person.SexAndGender.gender The persons gender \N 1 string 289 No No HROPEN 2/5: Person transformation sub-team added gender to stop conflating with sex., and grouped 'sex and gender' under a common parent'SexAndGender' \N \N \N \N LIF f \N f \N \N \N +1377 familyIncomeCalculation Person.Demographics.familyIncomeCalculation The calculation method used by a program to determine total family income. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1378 highestLevelEducation Person.Demographics.highestLevelEducation The extent of formal instruction a person has received (e.g., the highest grade in school completed or its equivalent or the highest degree received). Only use of consent is verified. 1 string 290 No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1350 cityOfBirth Person.Birth.cityOfBirth The name of the city in which a person was born. \N 1 string \N No No CEDS \N \N 2025-11-26 22:41:00+00 \N \N LIF f \N f \N \N \N +1362 sex Person.SexAndGender.sex The concept describing the biological traits that distinguish the males and females of a species. \N 1 string 288 Yes No CEDS \N \N 2025-11-26 23:26:00+00 \N \N LIF f \N f \N \N \N +1398 relationshipRestrictions Person.RelationshipContacts.relationshipRestrictions Restrictions for student and/or teacher contact with the individual (e.g., the student may not be picked up by the individual) \N 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1384 homelessPrimaryResidence Person.Demographics.homelessPrimaryResidence The primary nighttime residence of the students at the time the students are identified as homeless. For use cases in which this field is used for research, it is not recommended to be used for research purposes given the variable nature of this field. Given the volatility, the use of this field for research purposes may lead to inaccurate findings if used in statistical or other analysis. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1387 qualifyingMoveCountry Person.Demographics.qualifyingMoveCountry The abbreviation code for a country (other than the US) area in which the child resided prior to the qualifying move. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1388 qualifyingMoveState Person.Demographics.qualifyingMoveState The postal abbreviation code for a state (within the United States) or outlying area in which the child resided prior to the qualifying move. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1739 numberOfCredits Course.numberOfCredits The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1618 instructionalProgramVersion Program.instructionalProgramVersion The version of CIP being reported. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1395 relationshipType Person.RelationshipContacts.relationshipType The nature of the person's relationship to a learner. The learner may be an Early Learning Child, K12 Student, Postsecondary Student, or an adult learner in a workforce education program. \N 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1368 asian Person.Culture.asian A person having origins in any of the original peoples of the Far East, Southeast Asia, or the Indian Subcontinent. This area includes, for example, Cambodia, China, India, Japan, Korea, Malaysia, Pakistan, the Philippine Islands, Thailand, and Vietnam. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1369 blackOrAfricanAmerican Person.Culture.blackOrAfricanAmerican A person having origins in any of the black racial groups of Africa. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1370 nativeHawaiianOrOtherPacificIslander Person.Culture.nativeHawaiianOrOtherPacificIslander A person having origins in any of the original peoples of Hawaii, Guam, Samoa, or other Pacific Islands. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1371 white Person.Culture.white A person having origins in any of the original peoples of Europe, Middle East, or North Africa. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1372 ethnicity Person.Culture.ethnicity An indication that the person traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central and South America, and other Spanish cultures, regardless of race. \N 1 string \N No No CEDS Could indicate Hispanic or Latino ethnicity \N \N \N \N LIF f \N f \N \N \N +1379 educationVerification Person.Demographics.educationVerification The method by which the formal education is verified. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1380 usCitizenship Person.Demographics.usCitizenship An indicator of whether or not the person is a US citizen. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1747 caption image.caption \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1390 militaryActiveStatus Person.Demographics.militaryActiveStatus An indication that the student is currently serving 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 \N \N \N \N \N LIF f \N f \N \N \N +1391 militaryVeteranStatus Person.Demographics.militaryVeteranStatus An indication that the student is a veteran who served 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 \N \N \N \N \N LIF f \N f \N \N \N +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 +1128 experienceTypeValidated Person.EmploymentLearningExperience.experienceTypeValidated Validating the experience via a professional body to help provide a credential through an assessor. This can be self-validation. Access to a credentialing body or organization to provide validation will be a status-based indicator. It will replicate the current distribution of privelege and should be used with great caution. Should include self-validation. 1 string \N No Yes No Source The experiences can be further validated through an organisation. This attribute could play a key relationship with competency or credentialling. \N \N \N \N LIF f \N f \N \N \N +1412 address EmailType.address Actual email address. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1413 useCode CommunicationItemInclusion.useCode Code identifying the usage of the contact point e.g. business, private, etc. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1414 value IdentifierType.value The identifier. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1415 schemeId IdentifierType.schemeId The identification of the identifier scheme. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1416 middle PersonNameType.middle The middle names or initials of a person. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1634 accreditedBy Program.accreditedBy Quality assurance organization that provides official authorization to, or approval of a 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 lto an organization record in the credential registry \N \N \N \N LIF f \N f \N \N \N +1417 titleAffixCode PersonNameType.titleAffixCode The title affix attached to a person's name (such as Esq., K.B.E.). \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1418 generationAffixCode PersonNameType.generationAffixCode The generational designation attached to the end of a person's name (such as Jr., Sr., II, III). \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1419 preferredSalutationCode PersonNameType.preferredSalutationCode The salutation used to address a person (such as Dr., Mr., Mrs.). \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1420 qualificationAffixCode PersonNameType.qualificationAffixCode The professional designation attached to the end of a person's name (such as M.Sc., Ph.D). \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1421 initials PersonNameType.initials The initials of a person. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1422 line AddressType.line Street line address \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1423 city AddressType.city Assumed definition: the city. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1424 countrySubDivisions AddressType.countrySubDivisions Qualifies the further divisions of the Country. These may be Districts, Regions, States, Provinces etc. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1425 postalCode AddressType.postalCode Assumed definition: postal code. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1426 countryCode AddressType.countryCode Two letter country codes as defined by ISO 3166-1:2013. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1427 geoLocation AddressType.geoLocation Assumed definition: Geo location. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1428 formattedAddress AddressType.formattedAddress \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1429 formattedAddress PersonBaseType.formattedAddress \N \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1430 availablePeriod CommunicationItemInclusion.availablePeriod Single period between date/times. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1431 areaDialogCode+dialNumber+phoneExtension PhoneType.areaDialogCode+dialNumber+phoneExtension The area dialing code for a communication number +\nThe communication number, not including country dialing or area dialing codes + \nhe extension of the associated communication number. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1432 preference CommunicationItemInclusion.preference Provide priority for given communication item. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1433 birthPlace PersonLegalInclusion.birthPlace The birth place of the person. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1434 deathDate PersonLegalInclusion.deathDate If the person is deceased, the legal date that the person died. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1435 gender PersonBaseType.gender The gender of a person. \N 2 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +1442 email Profile.email A contact email address for the individual or organization. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1443 studentId Profile.studentId An institution's student identifier for the person. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1444 streetAddress Address.streetAddress The street address. For example, 1600 Amphitheatre Pkwy. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1445 addressLocality Address.addressLocality The locality. For example, Mountain View. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1446 addressRegion Address.addressRegion The region. For example, CA. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1447 postalCode Address.postalCode The postal code. For example, 94043. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1448 addressCountry Address.addressCountry The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1449 telephone Profile.telephone Primary phone number for the individual or organization. \N 12 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1450 email Profile.email A contact email address for the individual or organization. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1451 id Profile.id An institution's student identifier for the person, learner, publisher, issuer. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1452 sourcedID Profile.sourcedID The individual's or organization's unique 'sourcedId' value, which is used for providing interoperability with other identity systems. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1453 description Profile.description A short description of the individual or organization \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1454 address Address.address The street address. For example, 1600 Amphitheatre Pkwy. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1455 addressLocality Address.addressLocality The locality. For example, Mountain View. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1456 addressRegion Address.addressRegion The region. For example, CA. \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +1486 address Address.address \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +1493 PostalAddress.mailstop Address.PostalAddress.mailstop \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1494 PostalAddress.stateOrProvince Address.PostalAddress.stateOrProvince \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1495 PostalAddress.countyOrParish Address.PostalAddress.countyOrParish \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1496 PostalAddress.country Address.PostalAddress.country \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1497 residencyId PersonBioDemographics.residencyId \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1498 type Address.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1499 type Contact.type \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1500 genderCode PersonBioDemographics.genderCode \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1501 ethnicityId PersonBioDemographics.ethnicityId \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1502 veteranTypeKey PersonBioDemographics.veteranTypeKey \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1503 person PersonRelation.person \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +1509 LastSurname Name.LastSurname The name borne in common by members of a family. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1513 UniqueId Student.UniqueId A unique alphanumeric code assigned to a person by a system managing unique identifiers. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1517 MiddleName Name.MiddleName A secondary name given to an individual at birth, baptism, or during another naming ceremony. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1518 GenerationCodeSuffix Name.GenerationCodeSuffix An appendage, if any, used to denote an individual's generation in his family (e.g., Jr., Sr., III). \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1516 Name Student.Name The set of elements that comprise an individual's legal name. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1510 TribalAffiliation StudentEducationOrganizationAssociation.TribalAffiliation An American Indian tribe with which the student is affiliated 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 +1512 ElectronicMailType ElectronicMail.ElectronicMailType The type of email listed for an individual or organization. For example: Home/Personal, Work, etc.) \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1514 StudentIdentificationSystem StudentIdentificationCode.StudentIdentificationSystem This descriptor defines the originating record system and code that is used for record-keeping purposes of the student. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1515 PersonalInformationVerification IdentificationDocument.PersonalInformationVerification The category of the document relative to its purpose. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1520 AddressType Address.AddressType The type of address listed for an individual or organization. For example: Physical Address, Mailing Address, Home Address, etc.) \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1524 StateAbbreviation Address.StateAbbreviation The abbreviation for the state (within the United States) or outlying area 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 +1532 Locale Address.Locale A general geographic indicator that categorizes U.S. territory (e.g., City, Suburban). \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1536 TelephoneNumberType Telephone.TelephoneNumberType The type of communication number listed for an individual or organization. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1541 BirthStateAbbreviation BirthData.BirthStateAbbreviation The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which an individual was born. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1542 BirthCountry BirthData.BirthCountry The country in which an individual is born. It is strongly recommended that entries use only ISO 3166 2-letter country codes. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1533 Period Address.Period The time periods for which the address is valid. For physical addresses, the periods in which the person lived at that address. \N 6 array \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1561 givenName Person.givenName The given name of the person \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1562 familyName Person.familyName The family name of the person \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1563 identifier Person.identifier An identifier of the person \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1564 nationalId Person.nationalId The 'primary' national identifier of the person \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1565 lastModificationDate Person.lastModificationDate The date when the person (information) was last modified \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1566 address Location.address An address associated with the location \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1567 country Address.country The address country code. It should be provided using the Country Named Authority List \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1568 Latitude Geometry.Latitude The geographic coordinate that specifies the north / south position of the geomerty of the Earth's surface \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1569 Longitude Geometry.Longitude The geographic coordinate that specifies the east / west position of the geomerty of the Earth's surface \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1570 phoneNumber Phone.phoneNumber The full phone number as a string \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1571 placeOfBirth Person.placeOfBirth The place of birth of the person \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1572 gender Person.gender The gender of the person. It should be provided using the Human Sex Named Authority List \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1573 citizenship Person.citizenship The country (or countries) that conferred citizenship rights on the person. It should be provided using the Country Named Authority List \N 7 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +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 +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 +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 +1550 LevelOfEducation Contact.LevelOfEducation This descriptor defines the different levels of education achievable. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1594 birthDate Person.birthDate Date of birth. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1595 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 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1596 familyName Person.familyName 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 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1597 email Person\nor\nContactPoint.email email address.\n[Use ContactPoint as value for contactPoint property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1598 contactType ContactPoint.contactType A person or organization can have different contact points, for different purposes. This property is used to specify the kind of contact point.\n[Use ContactPoint as value for contactPoint property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1599 value PropertyValue.value The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links.\n[Use PropertyValue as value for identifier property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1600 additionalName Person.additionalName An additional name for a Person, can be used for a middle name. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1601 honorificPrefix Person.honorificPrefix An honorific prefix preceding a Person's name such as Dr/Mrs/Mr. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1602 streetAddress\nor\npostOfficeBoxNumber PostalAddress.streetAddress\nor\npostOfficeBoxNumber The street address. For example, 1600 Amphitheatre Pkwy.\n\nThe post office box number for PO box addresses.\n\n[Use PostalAddress as value for address property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1603 streetAddress PostalAddress.streetAddress The street address. For example, 1600 Amphitheatre Pkwy.\n\n[Use PostalAddress as value for address property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1604 addressLocality PostalAddress.addressLocality The locality in which the street address is, and which is in the region. For example, Mountain View.\n\n[Use PostalAddress as value for address property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1605 addressRegion PostalAddress.addressRegion The region in which the locality is, and which is in the country. For example, California or another appropriate first-level Administrative division\n\n[Use PostalAddress as value for address property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1606 postalCode PostalAddress.postalCode The postal code. For example, 94043\n\n[Use PostalAddress as value for address property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1607 addressCountry PostalAddress.addressCountry The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.\n\n[Use PostalAddress as value for address property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1608 latitude Place.latitude The latitude of a location. For example 37.42242 (WGS 84).\n\n[Use Place as value for homeLocation property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1609 longitude Place.longitude The longitude of a location. For example -122.08585 (WGS 84).\n\n[Use Place as value for homeLocation property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1610 telephone\nor\nfaxNumber Person\nor\nContactPoint.telephone\nor\nfaxNumber The telephone number.\n\nThe fax number.\n[Use ContactPoint as value for contactPoint property of Person] \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1611 gender Person.gender Gender of something, typically a Person, but possibly also fictional characters, animals, etc. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1612 nationality Person.nationality Nationality of the person. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1613 children\nparent\nspouse\nsibling\nrelatedTo Person.children\nparent\nspouse\nsibling\nrelatedTo A child of the person.\nA child of the person.\nThe person's spouse.\nA sibling of the person. \nThe most generic familial relation. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +1673 Name achievement.Name \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1674 targetURL alignment.targetURL \N \N 3 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +1698 code Program.code \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1699 organization Acceditation.organization \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1700 Organization.shortName Acceditation.Organization.shortName \N \N 5 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +1707 code Program.code \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1708 adminOrgs Program.adminOrgs \N \N 8 \N \N \N \N \N though not physical location for all courses, multi-campus schools are expressed as Orgs \N \N \N \N LIF f \N f \N \N \N +1709 effectiveDates ProgramOffering.effectiveDates \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1710 cyclicTimePeriod OfferingEnabler.cyclicTimePeriod \N \N 8 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1711 CourseInstructionSite CourseInstructionSiteType.CourseInstructionSite An indication of the type of location at which the course is taught. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1712 AcademicProgramName AcademicProgramNameType.AcademicProgramName Literal name of program, major, or field of study. \N 9 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +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 +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 +1728 audienceType Course.audienceType The type of credential seeker for whom the entity is applicable. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1729 availableAt Course.availableAt Physical location where the credential, assessment, or learning opportunity can be pursued. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1730 creditValue Course.creditValue A credit-related value. \N 10 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1731 lifeCycleStatusType Course.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 +1732 offerFrequencyType Course.offerFrequencyType Type of frequency at which a resource is offered; 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 +1733 identifier Educational\nOccupational\nProgram.identifier The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. \nUse with PropertyValue that has propertyID set to "CIPS". \N 11 \N \N \N \N \N 7.6 \N \N \N \N LIF f \N f \N \N \N +1734 numberOfCredits Educational\nOccupational\nProgram.numberOfCredits The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1735 educationalProgramMode Educational\nOccupational\nProgram.educationalProgramMode \N \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1736 timeToComplete Educational\nOccupational\nProgram.timeToComplete The expected length of time to complete the program if attending full-time. \N 11 \N \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1737 name Educational\nOccupational\nProgram.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 +1835 TestNewPartnerAttribute TestNewPartnerAttribute 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 +1637 assessmentMethodDescription Program.assessmentMethodDescription Description of the methods used to conduct assessment. 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 +1641 availabilityListing Program.availabilityListing Entity describing an educational or training opportunity. No change 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +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 +1651 inLanguage Program.inLanguage The primary language or languages of the entity, even if it makes use of other languages; e.g., a course offered in English to teach Spanish would have an inLanguage of English, while a credential in Quebec could have an inLanguage of both French and English. No change 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +18 assessmentLanguage Assessment.assessmentLanguage The language in which the assessment form is designed to be delivered No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +1153 startingRank Person.MilitaryLearningExperience.startingRank The rank which the person held in the military service at the beginning of the service period. \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1154 endingRank Person.MilitaryLearningExperience.endingRank The rank which the person held at the end of the military service period. \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1655 ownedBy Program.ownedBy Organization or person with an enforceable claim or legal title to the resource. No change 1 string \N No Yes CTDL URI to an organization record in the credential registry \N \N \N \N LIF f \N f \N \N \N +1656 recognizedBy Program.recognizedBy Agent that acknowledges the validity of the 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 Yes CTDL URI to an organization record in the credential registry \N \N \N \N LIF f \N f \N \N \N +1657 regulatedBy Program.regulatedBy Quality assurance organization that enforces the legal requirements of the 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 Yes CTDL URI to an organization record in the credential registry \N \N \N \N LIF f \N f \N \N \N +1659 estimatedCost Program.estimatedCost Estimated cost of a program. [=>CostProfile] Use with care. Even carefully standardized data will be likely to contain large inconsistencies and unstandard cacluations 1 string \N No Yes CTDL Cost profile includes: name, descripiton, URL, direct cost types and price \N \N \N \N LIF f \N f \N \N \N +1639 audienceType Program.audienceType The type of individual for whom the entity is applicable. No change 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +1640 audienceLevelType Program.audienceLevelType 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. No change 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +1649 deliveryType Program.deliveryType Type of means by which a program is delivered to credential seekers and by which they interact. No change 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +1653 lifeCycleStatusType Program.lifeCycleStatusType Type of state of the resource in terms of its stage in a life cycle; select from an enumeration of such types. 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 +1654 offerFrequencyType Program.offerFrequencyType Type of frequency at which a resource is offered; select from an existing enumeration of such types. No change 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N +1661 estimatedDuration Program.estimatedDuration Estimated time it will take to complete a program. [=>DurationProfile] No change 1 string \N No Yes CTDL In the registry it is stored as an ISO 4601 string to describe duration in years, months, hours, etc. Outside the registration a different structure is likely \N \N \N \N LIF f \N f \N \N \N +1200 name Organization.name The name of a non-person entity such as an organization, institution, agency or business. No Change 1 string \N Yes No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1201 shortName Organization.shortName The name of the institution, which may be the abbreviated form of the full legally accepted name. No Change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1202 description Organization.description A description or quick summary of the organization. No Change 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1662 targetAssessment Program.targetAssessment Assessment that provides direct, indirect, formative or summative evaluation or estimation of the nature, ability, or quality for an 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 Yes CTDL URI To an assessment in the credential registry \N \N \N \N LIF f \N f \N \N \N +841 hashed Person.CredentialAward.Identity.hashed Whether or not the identityHash value is hashed. No change 1 boolean \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +12 subject Assessment.subject The description of the content or subject area (e.g., arts, mathematics, reading, or a foreign language) being evaluated. These can also be any broader subject out side education like coding test in jon interview. Here is an example of CEDS set https://ceds.ed.gov/element/000021 The decription of the content or subject of assessment should not be used a proxy for what is actually measured in the assessment. Care should be taken to avoid biased assumptions about what a framework actually measures from its claim. Assessments can be used to perpetuate cultural bias under the guise of professional assessment. 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +34 alternateName Assessment.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. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +38 audienceLevelType Assessment.audienceLevelType Type of level indicating a point in a progression through an educational or training context, for which the assessment is intended; select from an existing enumeration of such types. 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 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +61 scoreType Person.AssessmentLearningExperience.scoreType Indicates the purpose for which this assessment score instance was recorded. The interpretation and use of this data element will depend on whose perspective is being captured in the element. The reason will be perceived differently by the learner, the assessor, and the organization. 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1199 imageUrl Organization.imageUrl The Uniform Resource Locator (URL) for the unique address of an image representing the Organization. No Change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1222 accredits Common.Accreditation.accredits Credential, assessment, organization, or learning opportunity for which this organization provides official authorization or approval based on prescribed standards or criteria. 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 +1665 identifier Person.ProgramLearningExperience.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 \N \N \N LIF f \N f \N \N \N +1894 id person.id \N \N 26 string \N Yes No \N \N \N 2025-10-08 22:12:00+00 \N MDRUser \N f \N f \N \N \N +1294 middleName Person.Name.middleName A middle or additional given name of a person, further defined using nameType. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +533 CourseCompetency Course.CourseCompetency \N \N 1 entity \N \N \N CTDL \N \N \N \N \N LIF f \N t \N \N \N +1085 hoursWorkedPerWeek Position.hoursWorkedPerWeek The average number of hours anticipated by the employer to be worked in this postion per week. Depending on the unit of measurement here (average vs typical week vs last week) this will add bias towards earners in specific types of employment 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +224 license CompetencyFramework.license A legal document giving official permission to do something with the competency framework. 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 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +299 description Person.Proficiency.description \N 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. 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +476 typeDescription Person.Consent.typeDescription Some descriptions for the type of consent can be found here: https://www.hhs.gov/ohrp/regulations-and-policy/guidance/faq/informed-consent/index.html \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +480 purpose Person.Consent.purpose Description of the purpose for which consent is being obtained. This can be the organization's ethical motivation for obtaiing consent and/or a project-specific reason for obtaining consent and/or a description of the detailed use of data that consent is covering and/or any other. Consent is obtained for a number of reasons, including the primary goal of the LIF model, which is to benefit learners. There are other purposes for consent, which should be indicated here, particularly in instances where the primary reason for consent is not to benefit the learner. These may include for product development purposes, where data is being used to test out product tools or other applications, it is strongly suggested that this field be used to indicate that consent has been obtained for research purposes - if that is the reason for using learner data in the LIF model, in these instances, it is also advised that the researcher be associated with an IRB to ensure appropriate participant protection practices. 1 string \N No No LIF \N \N \N \N \N LIF f \N f \N \N \N +64 completionStatus Person.AssessmentLearningExperience.completionStatus The completion and scoring status for an instance of a person taking an assessment. 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 +501 name Course.name 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). No change 1 string \N Yes No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1750 type OpenBadgeCredential.credentialSubject.type \N \N 16 string \N \N Yes \N \N \N \N \N \N StateU f \N f \N \N \N +546 offeredBy Course.offeredBy Agent that offers the resource. Ensure any use incorporates a "not applicable" field as many legitimate courses will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL URI to an organization record in the credential registry \N \N \N \N LIF f \N f \N \N \N +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 +817 identifier Credential.Image.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 Open Badges v2 IRI or document representing an image of the achievement. This must be a PNG or SVG image \N 2025-11-26 23:20:00+00 \N \N LIF f \N f \N \N \N +1322 congressionalDistrict Person.Residency.congressionalDistrict The congressional district in which an address is located. \N 1 string \N No Yes Ed-Fi MP: how to derive, or make more generic. Districts can change, and wouldn't want require mass updates. \N \N \N \N LIF f \N f \N \N \N +1895 preferred_org_types person.employment.preferences.preferred_org_types \N \N 26 string \N No Yes \N \N \N 2025-10-08 22:14:00+00 \N MDRUser \N f \N f \N \N \N +1075 occupationalCategory Position.occupationalCategory A category describing the job, preferably using a term from a taxonomy such as BLS O*NET-SOC, ISCO-08 or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided. \N 1 string \N No Yes Schema.org Could be a list, could have other occupation systems \N \N \N \N LIF f \N f \N \N \N +824 credentialAlignments Credential.credentialAlignments Any and all alignments to or from the Credential. \N 1 entity \N No Yes CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t \N \N \N +522 assessmentReportingMethod Course.assessmentReportingMethod The method that the instructor of the course uses to report the performance and achievement of all persons. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or a numerical grade. In some cases, more than one type of reporting method may be used. No change 1 string \N No No CEDS NOTE: this would not be usable with number codes \N \N \N \N LIF f \N f \N \N \N +1079 positionEmploymentStatus Position.positionEmploymentStatus An indication of the employment status of an employee holding this position. For example, Volunteer, SelfEmployed, Employed, Freelancer, Intern, Contractor, or Other. Full time employment is a highly culturally sensitive metric. Care should be taken to ensure that the measurement used aligns with the cultural and social values being prioritized by project. Using a measure of full-time that misclassified people within their context will have detrimental impacts on individuals and introduce futher bias in otucomes. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1208 informationSourceId Organization.informationSourceId \N No Change 1 string \N Yes No \N \N \N \N \N \N LIF f \N t \N \N \N +1212 informationSourceId Organization.OperationalStatus.informationSourceId \N No Change 1 string \N Yes No \N \N \N \N \N \N LIF f \N t \N \N \N +1101 wageVerificationCode Position.wageVerificationCode The type of the code like, CEDS, IPEDS, ISCO,.. The value can also be self-verification. The source of wage verification will capture a lot of additional information about class of worker, status of worker, and context of job. A valid entry in this field will be important to the accuracy and usefulness of the compensation data contained in other fields.Should include self-verification if you have specific enum for this code. 1 string \N No No CEDS Note: review for where this is stored. \N \N \N \N LIF f \N f \N \N \N +1138 description Position.description Descripiton of position tasks, roles, and responsibilities \N 1 string \N No No HR Open Standards naming conventions - could just be description and use a generic normative description \N \N \N \N LIF f \N f \N \N \N +1754 role OpenBadgeCredential.credentialSubject.role \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1756 id OpenBadgeCredential.credentialSubject.source.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1757 type OpenBadgeCredential.credentialSubject.source.type \N \N 16 string \N \N Yes \N \N \N \N \N \N StateU f \N f \N \N \N +1758 name OpenBadgeCredential.credentialSubject.source.name \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1759 term OpenBadgeCredential.credentialSubject.term \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +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 +1126 experienceTypeAssertion Person.EmploymentLearningExperience.experienceTypeAssertion Asserting the experience via a professional, colleague or someone experienced. Similar to a letter of reference. It is self-asserted if a person decides to share an experience not validated or already asserted by others. This can be self-assertion. Access to a person or organization to provide assertion will be a status-based indicator. It will replicate the current distribution of privelege and should be used with great caution. Should include self-assertion 1 string \N No Yes No Source Self Assertion, Letter of Reference or Credentialised \N \N \N \N LIF f \N f \N \N \N +805 requirements Credential.requirements The requirements to achieve the credential. \N 1 entity \N No No New \N \N \N \N \N LIF f \N t \N \N \N +33 dateIssued Assessment.dateIssued The date when the assessment was formally approved/issued. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1150 countryCode Person.MilitaryLearningExperience.countryCode The country for whom this military service was performed. The unique two character International Organization for Standardization (ISO) code for the country. https://www.iso.org/obp/ui/#search \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1152 division Person.MilitaryLearningExperience.division The military division as defined in the military branch and country. It could be a portion of an army or fleet, consisting of a definite number of troops or vessels, under one commanding officer; also applied to a definite portion of a squadron or battalion. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. \N 1 string \N No Yes HR Open \N \N \N \N \N LIF f \N f \N \N \N +1324 doNotPublishIndicator Person.Residency.doNotPublishIndicator An indication that the address should not be published. \N 1 boolean \N No No Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N +562 endDate Person.CourseLearningExperience.endDate The date on which the enrollment status ended related to a student enrolled in an instance of a course. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +815 image Credential.image IRI or document representing an image of the credential. This must be a PNG or SVG image. \N 1 entity \N No No Open Badges v2 \N \N \N \N \N LIF f \N t \N \N \N +1095 incomeSourceAmount Person.EmploymentLearningExperience.IncomeSources.incomeSourceAmount Contribution or dollar amount for the income source. \N 1 number \N No No \N \N \N \N \N \N LIF f \N t \N \N \N +1221 accreditedBy Common.Accreditation.accreditedBy Quality assurance organization that provides official authorization to, or approval of, a credential, organization, assessment, or learning opportunity. This can be any international value. 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 +295 Proficiency Person.Proficiency \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1621 distanceEducationProgram Program.distanceEducationProgram 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. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1360 informationSourceId Person.Birth.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 +1284 firstName Person.Name.firstName The first name of a person or individual, further defined by nameType 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 +1323 countyFIPSCode Person.Residency.countyFIPSCode The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the "first-order subdivisions" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code. \N 1 string \N No No Ed-Fi MP: if based on the county, maybe have it derived, rather than stored. As well making generic. \N \N \N \N LIF f \N f \N \N \N +1853 issuedByOrganization Credential.IssuedByOrganization \N \N 1 string \N \N \N \N \N \N 2025-09-16 20:24:00+00 \N UX LIF f \N t \N \N \N +1357 birthInternationalProvince Person.Birth.birthInternationalProvince For students born outside of the U.S., the Province or jurisdiction in which an individual is born. \N 1 string \N No No Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N +1763 identityHash OpenBadgeCredential.credentialSubject.identifier.identityHash \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1386 qualifyingMoveCity Person.Demographics.qualifyingMoveCity The name of the city in which the child resided prior to the qualifying move. Only use if consent has been verified. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1852 Test2UpdatedAttribute11 Test2UpdatedAttribute11 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 +1358 dateEnteredUS Person.Birth.dateEnteredUS For students born outside of the U.S., the date the student entered the U.S. \N 1 string \N No No Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N +1646 creditUnitTypeDescription Program.creditUnitTypeDescription Detailed description of credit unit type. 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 +1825 org2CustomExtensionAttr Org2ExtensionEntity.org2CustomExtensionAttr An attribute added to the Org2ExtensionEntity as an example. \N 18 string \N No No LIF-Addition \N \N \N \N \N Org2 t \N f \N \N \N +1669 endDate Person.ProgramLearningExperience.endDate \N \N 1 string \N No No \N The year, month and day on which the program ended. \N 2025-11-26 22:28:00+00 \N \N LIF f \N f \N \N \N +1670 exitDate Person.ProgramLearningExperience.exitDate \N \N 1 string \N No No \N \N \N 2025-11-26 22:29:00+00 \N \N LIF f \N f \N \N \N +1666 personId Person.ProgramLearningExperience.personId \N \N 1 string \N No No \N \N \N 2025-11-26 22:43:00+00 \N \N LIF f \N f \N \N \N +21 subjectWebpage Assessment.subjectWebpage Webpage that describes this entity. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +23 moreInformation Assessment.moreInformation An additional free text note about the learning assessment specification. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +24 otherDocuments Assessment.otherDocuments A public web document containing additional documentation about the learning assessment specification. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +25 specialisationOf Assessment.specialisationOf A learning assessment specification (e.g., a standard) of which this specification is a specialisation. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +8 description Assessment.description Statement, characterization or account of the entity. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1366 Culture Person.Culture \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1374 Demographics Person.Demographics \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +22 deliveryType Assessment.deliveryType The mode of learning and or assessment (i.e., online, blended, presential, work based). No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +63 gradeStatus Person.AssessmentLearningExperience.gradeStatus The status of the grade, which can be i) pass, ii) fail or iii) other. It should be provided using a controlled vocabulary. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1617 instructionalProgramUse Program.instructionalProgramUse An indicator of whether the CIP Code is referencing an enrollment program or an award program. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1287 nameType Person.Name.nameType The types of names given for a person Only use if consent has been verified. 1 string \N No No LIF-Addition 2/20: CM added as part of truing up to model \N \N \N \N LIF f \N f \N \N \N +1407 languageType Person.Language.languageType An indication of the function and context in which a person uses a language to communicate. \N 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1298 informationSourceId Person.Name.informationSourceId The indentifier for the Information Source record associated with this entity \N 1 string \N Yes No LIF-Addition 3/21: CM: Renamed informationSource to InformationSourceId and added a definijtion' \N \N \N \N LIF f \N t \N \N \N +1408 informationSourceId Person.Language.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 +1 informationSourceId Assessment.informationSourceId \N \N 1 string \N Yes No \N Create an information source entry, and store the indentifier here. The same identifier would be used for LE, and the course \N \N \N \N LIF f \N t \N \N \N +9 assessmentObjective Assessment.assessmentObjective The objective that the assessment is measuring The claim of the assessment objective should not be used a proxy for what is actually measured in the assessment. Care should be taken to avoid biased assumptions about what a framework actually measures from its claim. Assessments can be used to perpetuate cultural bias under the guise of professional assessment. 1 string \N No No \N In the absence of a description, would this map to description? \N \N \N \N LIF f \N f \N \N \N +10 goalDescription Assessment.goalDescription A statement that describes the desired outcomes. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +11 goalSuccessCriteria Assessment.goalSuccessCriteria One or more statements that describes the criteria used by teachers and students to check for attainment of a goal. No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +15 assessmentLevelOther Assessment.assessmentLevelOther This can be an estimated level for an assessment which can be out side of the academic domain. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1531 DoNotPublishIndicator Address.DoNotPublishIndicator An indication that the address should not be published. \N 6 boolean \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1534 PrimaryEmailAddressIndicator ElectronicMail.PrimaryEmailAddressIndicator An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization. \N 6 boolean \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1538 DoNotPublishIndicator Telephone.DoNotPublishIndicator An indication that the telephone number should not be published. \N 6 boolean \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1539 TextMessageCapabilityIndicator Telephone.TextMessageCapabilityIndicator An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages. \N 6 boolean \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1543 MultipleBirthStatus BirthData.MultipleBirthStatus Indicator of whether the student was born with other siblings (i.e., twins, triplets, etc.) \N 6 boolean \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1549 HispanicLatinoEthnicity StudentEducationOrganizationAssociation.HispanicLatinoEthnicity An indication that the individual traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central, and South America, and other Spanish cultures, regardless of race, as last reported to the education organization. The term, "Spanish origin," can be used in addition to "Hispanic or Latino." \N 6 boolean \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1554 LegalGuardian StudentContactAssociation.LegalGuardian Indicator of whether the person is a legal guardian for the student. \N 6 boolean \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1555 EmergencyContactStatus StudentContactAssociation.EmergencyContactStatus Indicator of whether the person is a designated emergency contact for the student \N 6 boolean \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1557 PrimaryContactStatus StudentContactAssociation.PrimaryContactStatus Indicator of whether the person is a primary contact for the student. \N 6 boolean \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +135 RevisionDate Assessment.RevisionDate The month, day, and year that the conceptual design for the assessment was most recently revised substantially. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +658 BeginDate Session.BeginDate Month, day, and year of the first day of the session. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +659 EndDate Session.EndDate Month, day and year of the last day of the session. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1507 BirthDate BirthData.BirthDate The month, day, and year on which an individual was born. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +142 AdministrationEndDate StudentAssement.AdministrationEndDate The date and time an assessment administration ended. \N 6 string \N \N \N \N student, not event \N \N \N \N LIF f \N f \N \N \N +1478 Latitude Person.Latitude The north or south angular distance from the equator that, when combined with longitude, reflects an estimation of where the address is physically situated. \N 4 number \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1479 Longitude Person.Longitude 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. \N 4 number \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +19 category Assessment.category The category of the learning assessment specification as a string. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +20 generalizationOf Assessment.generalizationOf A learning assessment specification (e.g., a standard) of which this specification is a generalisation. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +42 dateEffective Assessment.dateEffective Effective date of this resource's content. No change 1 string \N No No \N About administration \N \N \N \N LIF f \N f \N \N \N +43 expirationDate Assessment.expirationDate Date beyond which the resource is no longer offered or available. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +13 purpose Assessment.purpose The reason for which an assessment is designed or delivered The interpretation and use of this data element will depend on whose perspective is being captured in the element. The reason will be perceived differently by the learner, the assessor, and the organization. 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +16 assessmentTypeAdministered Assessment.assessmentTypeAdministered The type of assessment administered Current value set is very limited and subjective. Remapping needs to be done to provide both a set of values that provides consistent, specific types suitable for multiple sectors. Do not use in current format. 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +17 scoreMetricType Assessment.scoreMetricType 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. 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 Useful but aligned to CEDS definitions? 1EdTech has some useful additions \N \N \N \N LIF f \N f \N \N \N +846 termsOfUse Person.CredentialAward.termsOfUse \N No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +31 performanceUpperLevel Assessment.AssessmentPerformanceLevel.performanceUpperLevel Highest possible score for the performance level. No change 1 number \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +229 officialSourceUrl CompetencyFramework.officialSourceUrl \N It is very likely that competing claims of formal documentation will exist. Do not assume that all data here is final. 1 string \N No No CASE \N \N \N \N \N LIF f \N f \N \N \N +228 subjectUri CompetencyFramework.subjectUri \N No change 1 string \N No Yes CASE \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +1525 PostalCode Address.PostalCode The five or nine digit zip code or overseas postal code portion of an address. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1526 NameOfCounty Address.NameOfCounty The name of the county, parish, borough, or comparable unit (within a state) 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 +1919 name CredentialAward.name \N \N 1 string \N Yes No \N \N \N 2025-12-01 17:12:00+00 \N MDRUser LIF f \N f \N \N \N +1527 Latitude Address.Latitude The geographic latitude of the physical address. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1528 Longitude Address.Longitude The geographic longitude of the physical address. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1529 CongressionalDistrict Address.CongressionalDistrict The congressional district 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 +1530 CountyFIPSCode Address.CountyFIPSCode The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the "first-order subdivisions" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +261 competencyUri CompetencyFramework.Competency.ProficiencyDefinition.competencyUri The URI identifier for the Competency No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +239 typeUrl CompetencyFramework.Competency.typeUrl \N No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +249 alternativeNode CompetencyFramework.Competency.alternativeNode \N No change 1 string \N No Yes CEDS Not sure if this is 1 or many alternative node(s) \N \N \N \N LIF f \N f \N \N \N +270 uri CompetencyFramework.Competency.ProficiencyDefinition.ProficiencyLevel.uri URI which identifies the unique proficiency level. No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +251 textComplexityMaximumValue CompetencyFramework.Competency.textComplexityMaximumValue \N No change 1 number \N No No CEDS If min exists, so should max. \N \N \N \N LIF f \N f \N \N \N +252 textComplexityMinimumValue CompetencyFramework.Competency.textComplexityMinimumValue \N No change 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +216 publicationDate CompetencyFramework.publicationDate The date on which this content was first published. The claimed or assumed date of publication will vary depending on who you ask. This element should be used with care. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +254 validEndDate CompetencyFramework.Competency.validEndDate \N No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +255 validStartDate CompetencyFramework.Competency.validStartDate \N No change 1 string \N No No CEDS If start date exists and there is no end date, expect that the competency is 'current'. \N \N \N \N LIF f \N f \N \N \N +57 startDate Person.AssessmentLearningExperience.startDate Date and time the assessment actually began. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +58 endDate Person.AssessmentLearningExperience.endDate Date and time the assessment actually ended. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +227 lastChangeDateTime CompetencyFramework.lastChangeDateTime \N No change 1 string \N No No CASE \N \N \N \N \N LIF f \N f \N \N \N +241 ageRangeMin CompetencyFramework.Competency.ageRangeMin \N Typical minimum and maximum age should be considered to be an opinion of the dataset creator and used with the assumption of great added bias. 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +242 ageRangeMax CompetencyFramework.Competency.ageRangeMax \N Typical minimum and maximum age should be considered to be an opinion of the dataset creator and used with the assumption of great added bias. 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +27 assessmentPerformanceLevel Assessment.assessmentPerformanceLevel \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +138 AssessedGradeLevel Assessment.AssessedGradeLevel The grade level(s) for which an assessment is designed. The semantics of null is assumed to mean that the assessment is not associated with any grade level. \N 6 string \N \N \N \N Reference to GradeLevelDescriptor \N \N \N \N LIF f \N f \N \N \N +140 Language Assessment.Language An indication of the languages in which the assessment is designed. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +144 AdministrationEnvironment StudentAssement.AdministrationEnvironment The environment in which the test was administered. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +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 +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 +670 CourseRepeatCode CourseTranscript.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 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1551 CitizenshipStatus Citizenship.CitizenshipStatus An indicator of whether or not the person is a U.S. citizen. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1552 HomelessPrimaryNighttimeResidence StudentHomelessProgramAssociation.HomelessPrimaryNighttimeResidence The primary nighttime residence of the student at the time the student is identified as homeless. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +1556 Relation StudentContactAssociation.Relation The nature of an individual's relationship to a student. \N 6 string \N \N \N \N \N \N \N \N \N LIF f \N f \N \N \N +257 weight CompetencyFramework.Competency.weight \N No change 1 number \N No No \N Total weight for all competencies within Framework should equal 100. \N \N \N \N LIF f \N f \N \N \N +53 AssessmentLearningExperience Person.AssessmentLearningExperience \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +275 Association CompetencyFramework.Association \N \N 1 entity \N Yes Yes \N \N \N \N \N \N LIF f \N t \N \N \N +269 ProficiencyLevel CompetencyFramework.Competency.ProficiencyDefinition.ProficiencyLevel \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +297 proficiencyScaleType Person.Proficiency.proficiencyScaleType \N No change 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +811 minimumDuration Credential.Requirements.minimumDuration Minimum 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 +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 +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 +487 narrative Common.LegalCode.narrative The narrative for the law or justification for processing the data or for the process in which the learner can withdraw consent. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +536 audienceLevelType Course.audienceLevelType 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. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. Ensure any use incorporates a "not applicable" field as many legitimate courses 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 +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 +505 courseSectionTimeRequiredFor Course.courseSectionTimeRequiredFor 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. No change 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +566 experienceNumericalGrade Person.CourseLearningExperience.experienceNumericalGrade The numerical value assigned to a letter grade to provide a basis of quantitative determination of an average. \N 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +518 courseRepeatabilityMaximumNumber Course.courseRepeatabilityMaximumNumber The maximum number of times the course may be taken or completed for credit. No change 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +574 courseSectionNumber Person.CourseLearningExperience.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 1 number \N No No CEDS Seems not relevent \N \N \N \N LIF f \N f \N \N \N +572 courseTotal Person.CourseLearningExperience.courseTotal The total number of courses listed on a transcript. Used as a check digit for integrity purposes. \N 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +504 courseEndDate Course.courseEndDate 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". Use this element with care as many legitimate courses don't have official start dates particularly in online learning. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +560 courseAddDate Person.CourseLearningExperience.courseAddDate The date an individual was added to an academic course at a school. \N 1 string \N No No CEDS Seems confusing to use this, as there is no courseEndDate. So is course section more appropriate \N \N \N \N LIF f \N f \N \N \N +561 startDate Person.CourseLearningExperience.startDate The date on which the enrollment status began related to a student enrolled in an instance of a course. \N 1 string \N No No CEDS If present, this would take presidence over courseAddDate (unless using both)? \N \N \N \N LIF f \N f \N \N \N +301 resultDateTime Person.Proficiency.resultDateTime \N 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 +1106 employmentTypeStatusValue Person.EmploymentLearningExperience.EmploymentTypeStatus.employmentTypeStatusValue A boolean indication of whether or not the learner has the employment type status. \N 1 boolean \N No No \N \N \N \N \N \N LIF f \N t \N \N \N +1084 fullTimeEquivalentRatio Position.fullTimeEquivalentRatio The number of total hours worked divided by the maximum number of compensable hours in a full-time schedule as defined by law, or determined by civil or organizational policies. The denominator of this element needs to be carefully considered to avoid creating calculations that further bias outcomes away from many diverse types of earners. 1 number \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +813 minimumAge Credential.Requirements.minimumAge Minimum age, in years, in order to earn the credential. No change 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1086 contractDaysOfServicePerYear Position.contractDaysOfServicePerYear The number of days per year that a person is expected to work as outlined specifically in their employment agreement, if appopriate in their form of employment. This metric will be inaccurate for a large number of earners who do not have employment in a specific type of class of employment 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1099 contractLength Position.contractLength The contracted period for the person. This metric will be inaccurate for a large number of earners who do not have employment in a specific type of class of employment 1 number \N No No CEDS the vocab seems teacher specific, versus just contract length \N \N \N \N LIF f \N f \N \N \N +835 expirationDate Person.CredentialAward.expirationDate The expiration date of the credential, after which the credential will no longer be valid for the awardee. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +810 estimatedDuration Credential.Requirements.estimatedDuration Estimated duration or time to earn the credential. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1135 hireDate Person.EmploymentLearningExperience.hireDate The year, month and day on which a person was hired for a position, or consecutive positions within the same organization and job classification. \N 1 string \N No No CEDS NOTE: given a person can have multiple employment records for an org, then wouldn't make sense to have hireDate on each record. CEDS suggested the position can have a hire date as well. \nFor a position hireDate doesn't make sense\nAlso, how important is hireDate versus startDate? \N \N \N \N LIF f \N f \N \N \N +1096 JobCode Position.JobCode \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1112 Membership Position.Membership \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +840 Identity Person.CredentialAward.Identity \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1334 Email Common.Contact.Email \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1098 jobCodeType Position.JobCode.jobCodeType \N \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1359 visa Person.Birth.visa An indicator of a non-US citizen's Visa type. \N 1 string \N No No Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N +1896 deletedDate Common.deletedDate The date when the object with deleted. \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N t +836 awardIssueDate Person.CredentialAward.awardIssueDate Date the credential was asserted/awarded. 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 +1664 type Person.ProgramLearningExperience.type \N \N 1 string \N No No \N Type=Program \N 2025-11-26 22:40:00+00 \N \N LIF f \N f \N \N \N +1123 payRate Position.Wage.payRate \N \N 1 number \N Yes No \N \N \N 2025-11-26 23:25:00+00 \N \N LIF f \N f \N \N \N +1356 deathDate Person.Death.deathDate If the person is deceased, the legal date that the person died. \N 1 string \N Yes No HR Open \N \N 2025-11-26 23:26:00+00 \N \N LIF f \N f \N \N \N +1920 name AssessmentLearningExperience.name \N \N 1 string \N Yes No \N \N \N 2025-12-01 17:16:00+00 \N MDRUser LIF f \N f \N \N \N +1921 name CourseLearningExperience.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 +1137 endDate Person.EmploymentLearningExperience.endDate Date some event or activity ends. \N 1 string \N No No CEDS \N \N 2025-11-26 22:28:00+00 \N \N LIF f \N f \N \N \N +1136 startDate Person.EmploymentLearningExperience.startDate Date the validity or usefulness of the information in this resource begins. \N 1 string \N No No CEDS could have an overall start and end date related to the org. And separate ones for wage history. \N \N \N \N LIF f \N f \N \N \N +1147 experienceStartDate Person.MilitaryLearningExperience.experienceStartDate \N \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1148 experienceEndDate Person.MilitaryLearningExperience.experienceEndDate \N \N 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1283 birthDate Person.Birth.birthDate The year, month, and day on which a person or individual identifies as their date of birth. Use to verifiy if age as 18 year or older to comply with FERPA. 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 +1160 dischargeDate Person.MilitaryLearningExperience.dischargeDate If this is not a currently held service, the date of discharge. \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1211 operationalStatusEffectiveDate Organization.OperationalStatus.operationalStatusEffectiveDate The effective date for a change in operational status. No Change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1215 accreditationAwardDate Common.Accreditation.accreditationAwardDate The year, month and day when an accreditation was awarded. No Change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1216 accreditationExpirationDate Common.Accreditation.accreditationExpirationDate The year, month and day when an accreditation expires. No Change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1220 seekingAccreditationDate Common.Accreditation.seekingAccreditationDate The date in which accreditation process was started (but not officially approved or denied). 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 +1316 latitude Common.Contact.Address.latitude The north or south angular distance from the equator that, when combined with longitude, reflects an estimation of where the address is physically situated. \N 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1317 longitude Common.Contact.Address.longitude 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. \N 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1092 IncomeSources Person.EmploymentLearningExperience.IncomeSources \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1330 websiteAddress Common.Contact.websiteAddress The Uniform Resource Locator (URL) for the unique address of a Web page. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1335 primaryEmailAddressIndicator Common.Contact.Email.primaryEmailAddressIndicator An indication that the electronic mail address should be used as the principal electronic mail address for an individual or organization. \N 1 boolean \N No No Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N +1397 relationshipPriority Person.RelationshipContacts.relationshipPriority The numeric order in the preferred sequence and priority for contacting a person related to the learner. \N 1 number \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1326 dateEffective Person.Residency.dateEffective The effective date for which the address is valid. For physical addresses, the periods in which the person lived at that address. \N 1 string \N No No Ed-Fi MP: so would this be two properties like dateEffective, and dateExpired? \N \N \N \N LIF f \N f \N \N \N +1327 dateExpired Person.Residency.dateExpired The expired date for which the address is valid. For physical addresses, the periods in which the person lived at that address. \N 1 string \N No No Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N +1331 dateEffective Common.Contact.dateEffective The effective date for which the contact is valid. \N 1 string \N No No Ed-Fi v5 \N \N \N \N \N LIF f \N f \N \N \N +1332 dateExpired Common.Contact.dateExpired The expired date for which the contact is valid. \N 1 string \N No No Ed-Fi v5 \N \N \N \N \N LIF f \N f \N \N \N +1336 startPeriod Common.Contact.Email.startPeriod Single period between date/times. \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1337 endPeriod Common.Contact.Email.endPeriod Single period between date/times. \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1346 dateEffective Common.Contact.Telephone.dateEffective Single period between date/times. \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +1347 dateExpired Common.Contact.Telephone.dateExpired Single period between date/times. \N 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +262 requiredProficiencyLevelUri CompetencyFramework.Competency.ProficiencyDefinition.requiredProficiencyLevelUri Identifies the required proficiency level by identifier. No change 1 string \N No Yes HR Open Must have proficienc levels defined \N \N \N \N LIF f \N f \N \N \N +1383 startEndDate Person.Demographics.startEndDate The last year, month and day when a status applied to an individual. If this field is used, it is recommended that researchers or other stakeholders consider the variability and nuances that accompany how this field is collected, and how accurate or up-to-date it is. In considering that this may be used for research in evaluating stop-outs, extreme caution should be used when entering this into a statistical or machine learning model for the reasons and observations listed above. There is considerable variability in this field and this has the potential to perpetuate biases or produce inaccurate result 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1625 description Program.description Statement, characterization or account of the program. No change 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N +1652 keyword Program.keyword Keyword or key phrase describing relevant aspects of an entity. No change 1 string \N No Yes CTDL \N \N \N \N \N LIF f \N f \N \N \N +1339 Telephone Common.Contact.Telephone \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1401 expiraryDates Person.RelationshipContacts.expiraryDates The expiry date for which the relationship does not apply. None 1 string \N No No LIF-Addition \N \N \N \N \N LIF f \N f \N \N \N +1400 effectiveDates Person.RelationshipContacts.effectiveDates The effective date for which the relationship is valid. None 1 string \N No No LIF-Addition \N \N \N \N \N LIF f \N f \N \N \N +1224 informationSourceId Common.Accreditation.informationSourceId \N \N 1 string \N Yes No \N \N \N \N \N \N LIF f \N t \N \N \N +791 idSystem Credential.idSystem \N No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +857 selfAsserted Person.CredentialAward.selfAsserted If True, the credential has been Self Asserted No change 1 boolean \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1629 programDuration Program.programDuration 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 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +521 courseCreditValue Course.courseCreditValue Number indicating the credit hours that may be earned in the 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 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1088 compensationBaseSalary Position.compensationBaseSalary The salary or wage a person is paid before deductions (excluding differentials) but including annuities, if appopriate in their form of employment. This metric will be inaccurate for a large number of earners who do not have employment in a specific type of class of employment 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1620 creditsRequired Program.creditsRequired The total number of credits required for a person to graduate from the school of enrollment or complete a program. No change 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +814 industryCode Credential.industryCode Numeric, and usually a NAICS code for industry for an employer (North American Industry Classification System). No change 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1650 expirationDate Program.expirationDate Date beyond which the resource is no longer offered or available. No change 1 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N +1645 ctid Program.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). 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 +1343 orderOfPriority Common.Contact.Telephone.orderOfPriority The order of priority assigned to telephone numbers to define which number to attempt first, second, etc. Only used if consent is verified. Only use if priority list i generated by the individual or person 1 boolean \N No No Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N +547 ownedBy Course.ownedBy Organization or person with an enforceable claim or legal title to the resource. Ensure any use incorporates a "not applicable" field as many legitimate courses will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL URI to an organization record in the credential registry \N \N \N \N LIF f \N f \N \N \N +263 desiredProficiencyLevelUri CompetencyFramework.Competency.ProficiencyDefinition.desiredProficiencyLevelUri Identifies the desired proficiency level by identifier. No change 1 string \N No No HR Open Must have proficienc levels defined \N \N \N \N LIF f \N f \N \N \N +1764 salt OpenBadgeCredential.credentialSubject.identifier.salt \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1765 id achievement.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +549 regulatedBy Course.regulatedBy Quality assurance organization that enforces the legal requirements of the course. Ensure any use incorporates a "not applicable" field as many legitimate courses will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL URI to an organization record in the credential registry \N \N \N \N LIF f \N f \N \N \N +551 subjectWebpage Course.subjectWebpage The webpage that describes this entity. No change 1 string \N No No CTDL VARCHAR or URL \N \N \N \N LIF f \N f \N \N \N +552 targetAssessment Course.targetAssessment Assessment that provides direct, indirect, formative or summative evaluation or estimation of the nature, ability, or quality for an entity. Ensure any use incorporates a "not applicable" field as many legitimate courses will not have this and you don't want to accidentaly discard them due to missing data codes. 1 string \N No Yes CTDL URI To an assessment in the credential registry \N \N \N \N LIF f \N f \N \N \N +553 targetLearningResource Course.targetLearningResource Learning object or resource that is used as part of an learning activity. Ensure any use incorporates a "not applicable" field as many legitimate courses will not have this and you don't want to accidentaly discard them due to missing data codes. 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 +804 schema Credential.schema The data schema location No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +1304 Identifier Common.Identifier \N \N 1 entity \N No Yes \N CM 2/20: Unclear if/how this fits in to the entity? Propose omitting \N \N \N \N LIF f \N t \N \N \N +492 AuditHistory Person.Consent.AuditHistory Mechanism for recording and tracking consent-related activities and changes. \N 1 entity \N No Yes LIF CM3/21: Unclear how this is actually represented? \N \N \N \N LIF f \N t \N \N \N +554 CourseLearningExperience Person.CourseLearningExperience \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +832 CredentialAward Person.CredentialAward \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1124 EmploymentLearningExperience Person.EmploymentLearningExperience \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1143 MilitaryLearningExperience Person.MilitaryLearningExperience \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1293 Name Person.Name \N 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’s cultural connectedness to people and land, how people traverse multiple ways of “naming” and the impact of “naming” 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 “name” and “name type” as well as inclusion of multiple characters, unlimited character length, etc). \n2. The variety of ways the standards treat “person name” 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 “name” and “name type” 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’t 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 “legal name” vs. “preferred name” 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“Title” “Suffix” and “prefix” components of a person’s 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 “titles, suffix, and/or prefix” 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. 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1349 Birth Person.Birth \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1361 SexAndGender Person.SexAndGender \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1663 programLearningExperience Person.programLearningExperience \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +854 evidenceId Person.CredentialAward.Evidence.evidenceId The URL of a webpage presenting evidence of achievement or the evidence encoded as a Data URI. The schema of the webpage is undefined. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +578 goodStandingIndicator Person.CourseLearningExperience.goodStandingIndicator Indicator that the person is currently in good standing according to the rules of the educational institution. \N 1 boolean \N No No HR Open Standards \N \N \N \N \N LIF f \N f \N \N \N +859 revoked Person.CredentialAward.revoked Indicates if the assertion of the credential has been revoked, thus invalidating the award. No change 1 boolean \N No No Open Badges v2 \N \N \N \N \N LIF f \N f \N \N \N +1668 startDate Person.ProgramLearningExperience.startDate \N \N 1 string \N No No \N \N \N 2025-11-26 22:39:00+00 \N \N LIF f \N f \N \N \N +1107 employedWhileEnrolled Person.EmploymentLearningExperience.employedWhileEnrolled 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, and at the same time is enrolled in secondary, postsecondary, or adult education or workforce programs. If you have a verification method for determining whether or not the learner was employed during enrollment, 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 could be derived from emp history and course (tbd) history \N \N \N \N LIF f \N f \N \N \N +1109 employedPriorToEnrollment Person.EmploymentLearningExperience.employedPriorToEnrollment 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, before enrolling in secondary, postsecondary, or adult education or workforce programs. Additional information on this field is available (https://ceds.ed.gov/element/001342), and states that usage for this involves 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 won't tell you anything further about employment or unemployment, only that a record was "not found" or "not matched" thus “unknown." If you have a verification method for determining whether or not the learner was employed prior to enrollment, 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 enrollment data \N \N \N \N LIF f \N f \N \N \N +1836 TestNewSourceAttributeForValueSet TestNewSourceAttributeForValueSet This is a test of creating a new Source attribute consideration 25 enum 337 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 +1838 TestAnotherNewSourceAttributeForValueSet TestAnotherNewSourceAttributeForValueSet 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 +1110 militaryEnlistmentAfterExit Person.EmploymentLearningExperience.militaryEnlistmentAfterExit An individual who is a member of the uniformed armed forces of the United States as reported through FEDES after exiting secondary, postsecondary, or adult education or workforce programs. Addition information on use of this field is available in the CEDS system (https://ceds.ed.gov/element/001412). Information on military enlistment is collected as a part of the FEDES program which facilitates periodic matches with the Department of Defense Manpower Information Center. While the unemployment insurance data cannot be used to indicate that an individual is not employed, the DOD Enlistment data can suggest "not enlisted when there is no match." These data are included in FEDES matches and may need to be "unduplicated" from employment counts. Are these being collapsed into the Work Role/Experience elements or should these be reviewed individually? They seem specific only to work in an educational institution. 1 boolean \N No No CEDS outcome data? \N \N \N \N LIF f \N f \N \N \N +1111 careerPathwaysProgramParticipationIndicator Person.EmploymentLearningExperience.careerPathwaysProgramParticipationIndicator An indication of an individual who is participating in a program that is a component of or leads to a specific or recognized career pathway, as defined by the state. Are these being collapsed into the Work Role/Experience elements or should these be reviewed individually? They seem specific only to work in an educational institution. 1 boolean \N No No CEDS is a program employment, don't think so \N \N \N \N LIF f \N f \N \N \N +1131 updateFlag Person.EmploymentLearningExperience.updateFlag A flag that states if the experiences are accurate. Asserted by the individual. \N 1 boolean \N No No No Source \N \N \N \N \N LIF f \N f \N \N \N +1146 militaryEnlistmentExit Person.MilitaryLearningExperience.militaryEnlistmentExit An individual who is a member of the uniformed armed forces of the United States as reported through FEDES after exiting secondary, postsecondary, or adult education or workforce programs. \N 1 boolean \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1344 doNotPublishIndicator Common.Contact.Telephone.doNotPublishIndicator An indication that the telephone number should not be published. This may be a number that is confidential, private, or should not be shared. \N 1 boolean \N No No Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N +1345 textMessageCapabilityIndicator Common.Contact.Telephone.textMessageCapabilityIndicator An indication that the telephone number is technically capable of sending and receiving Short Message Service (SMS) text messages. \N 1 boolean \N No No Ed-Fi \N \N \N \N \N LIF f \N f \N \N \N +1399 livingRelationship Person.RelationshipContacts.livingRelationship Indicates whether or not the learner lives with the related person. \N 1 boolean \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +847 Evidence Person.CredentialAward.Evidence \N \N 1 entity \N No Yes CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t \N \N \N +1355 Death Person.Death \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1213 Accreditation Common.Accreditation \N \N 1 entity \N No Yes CEDS 2024-10-04: Abhishek: We have same entity in Credential so we are moving this entity to common and creating inter-entity link. \N \N \N \N LIF f \N t \N \N \N +1375 economicDisadvantage Person.Demographics.economicDisadvantage An indication that the student met the State criteria for classification as having an economic disadvantage. \N 1 boolean \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +247 currentVersionIndicator CompetencyFramework.Competency.currentVersionIndicator \N No change 1 boolean \N No No CEDS Not sure this works since we are not seeing the whole picture. We'd likely have to go by date for 'current'. \N 2025-11-26 22:10:00+00 \N \N LIF f \N f \N \N \N +232 uri CompetencyFramework.Competency.uri A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the competency definition. It is very likely that competing claims of formal authority will exist. Do not assume that all data here is final. 1 string \N No No CEDS \N \N 2025-11-26 22:11:00+00 \N \N LIF f \N f \N \N \N +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 +1090 compensationTotalSalary Position.compensationTotalSalary Total annualized salary of staff at the specific organization indicated on the record. \N 1 number \N No No CEDS TODO - store on Experience or Position?\nIf there are multiple positions in a year, then having Position would not work? \N \N \N \N LIF f \N f \N \N \N +220 validEndDate CompetencyFramework.validEndDate The year, month and day the competency framework was deprecated/replaced by the jurisdiction in which it was intended to apply. 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 CEDS \N \N \N \N \N LIF f \N f \N \N \N +503 courseBeginDate Course.courseBeginDate 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". Use this element with care as many legitimate courses don't have official start dates particularly in online learning. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +563 exitDate Person.CourseLearningExperience.exitDate The circumstances under which the person exited from membership in the learning experience. \N 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +570 courseSectionExitWithdrawalDate Person.CourseLearningExperience.courseSectionExitWithdrawalDate The year, month and day of the first day after the date of a person's last enrollment in a course section. \N 1 string \N No No CEDS seems like an internal property and unnecessay with courseDropDate \N \N \N \N LIF f \N f \N \N \N +799 effectiveDate Credential.effectiveDate The effective date of the credential, if not immediately effective. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1779 phone achievement.creator.phone \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1780 description achievement.creator.description \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1781 email achievement.creator.email \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1385 migrantStatus Person.Demographics.migrantStatus Persons who are, or whose parents or spouses are, migratory agricultural workers, including migratory dairy workers, or migratory fishers, and who, in the preceding 36 months, in order to obtain, or accompany such parents or spouses, in order to obtain, temporary or seasonal employment in agricultural or fishing work (A) have moved from one LEA to another; (B) in a state that comprises a single LEA, have moved from one administrative area to another within such LEA; or (C) reside in an LEA of more than 15,000 square miles, and migrate a distance of 20 miles or more to a temporary residence to engage in a fishing activity. \N 1 boolean \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1393 guardian Person.RelationshipContacts.guardian An indication that a person has legal custody of a child. Only use if consent is verified. 1 boolean \N No Yes CEDS CM: 3/14: Guardian is a option in the codelist (Voc5-RelationshipType), so could be remove here? \N \N \N \N LIF f \N f \N \N \N +1394 emergencyContact Person.RelationshipContacts.emergencyContact Indicates whether or not the person is a designated emergency contact for the learner. \N 1 boolean \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1396 primaryContact Person.RelationshipContacts.primaryContact Indicates that a person is a primary contact within the specified context, such as a primary parental contact specified in Person Relationship to Learner or a primary administrative contact for an organization. \N 1 boolean \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +800 expirationDate Credential.expirationDate The expiration date of the credential, after which the credential will no longer be valid regardless of the awardee. No change 1 string \N No No Open Badges v2 \N \N \N \N \N LIF f \N f \N \N \N +218 validStartDate CompetencyFramework.validStartDate The year, month and day the competency framework was adopted by the jurisdiction in which it was intended to apply. 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 CEDS \N \N \N \N \N LIF f \N f \N \N \N +478 dateTimeConsentGiven Person.Consent.dateTimeConsentGiven Date and time when consent was first given. \N 1 string \N No No LIF \N \N \N \N \N LIF f \N f \N \N \N +479 dateTimeConsentUpdated Person.Consent.dateTimeConsentUpdated Date and time when consent was updated. \N 1 string \N No No LIF \N \N \N \N \N LIF f \N f \N \N \N +494 auditDate Person.Consent.AuditHistory.auditDate Timestamp of when the audit took place. \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 +1295 startDate Person.Name.startDate The start date that this name record is effective for the person \N 1 string \N No No LIF-Addition 2/20: CM added as part of truing up to model \N \N \N \N LIF f \N f \N \N \N +1296 endDate Person.Name.endDate The end date that this name record is effective for the person \N 1 string \N No No LIF-Addition 2/20: CM added as part of truing up to model \N \N \N \N LIF f \N f \N \N \N +1297 lastModificationDate Person.Name.lastModificationDate The date when the person (information) was last modified \N 1 string \N No No ELM \N \N \N \N \N LIF f \N f \N \N \N +1382 startDateStatus Person.Demographics.startDateStatus The year, month and day that a status became applicable to an individual. If this field is used, it is recommended that researchers or other stakeholders consider the variability and nuances that accompany how this field is collected, and how accurate or up-to-date it is. In considering that this may be used for research in evaluating stop-outs, extreme caution should be used when entering this into a statistical or machine learning model for the reasons and observations listed above. There is considerable variability in this field and this has the potential to perpetuate biases or produce inaccurate results. 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1376 familyIncome Person.Demographics.familyIncome Total income of family from all sources. Income includes money, wages or salary before deductions; net income from non-farm self-employment; net income from farm self-employment; regular payments from Social Security or railroad retirement; payments from unemployment compensation, strike benefits from union funds, workers’ compensation, veterans benefits (with the exception noted below), public assistance (including Temporary Assistance for Needy Families, Supplemental Security Income, Emergency Assistance money payments, and non-Federally funded General Assistance or General Relief money payments); training stipends; alimony, child support, and military family allotments or other regular support from an absent family member or someone not living in the household; private pensions, government employee pensions (including military retirement pay), and regular insurance or annuity payments; college or university scholarships, grants, fellowships, and assistantships; and dividends, interest, net rental income, net royalties, and periodic receipts from estates or trusts; and net gambling or lottery winnings. \N 1 number \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1834 TestNewSourceAttribute TestNewSourceAttribute This is a test of creating a new Source attribute consideration 25 enum 337 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 +1305 Address Common.Contact.Address \N 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’s 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 “where people live” “reside” “are from” and “their address status” (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 “address” 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 “address” 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 “address” 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. 1 entity \N No Yes \N CM: 2/20: Overall need to consider a more generic Address class, which deviates from the CED-originated approach. See more specific comments below from MP. \N \N \N \N LIF f \N t \N \N \N +1104 employmentTypeStatusCategory Person.EmploymentLearningExperience.EmploymentTypeStatus.employmentTypeStatusCategory The category of the employment type status to indicate whether the learner has a certain type of employment. For example, facultyStatus, instructionalStaffStatus, medicalSchoolStaffStatus, graduateAssistantStatus, other. \N 1 string 160 No No \N \N \N \N \N \N LIF f \N t \N \N \N +1307 addressStreet Common.Contact.Address.addressStreet The street number and street name or post office box number of an address. Only use if consent has been verified. 17 string \N Yes No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1811 activityEndDate Person.CredentialAward.activityEndDate \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N f \N \N \N +1340 telephoneNumber Common.Contact.Telephone.telephoneNumber The telephone number including the area code, and extension, if applicable. Only use if consent has been verified. 17 string \N Yes Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1658 specialization Program.specialization Words or brief phrases describing the topicality of the entity; select subject terms from an existing enumeration of such terms. No change 17 string \N No No CTDL \N \N \N \N \N LIF f \N f \N \N \N +1333 informationSourceId Common.Contact.informationSourceId \N \N 17 string \N Yes No \N \N \N \N \N \N LIF f \N t \N \N \N +1311 addressPostalCode Common.Contact.Address.addressPostalCode A number that identifies each postal delivery area in a country used as a portion of an address. \N 17 string \N Yes No CEDS MP: Suggest the definition should be country generic. \N \N \N \N LIF f \N f \N \N \N +1310 addressState Common.Contact.Address.addressState The abbreviation for the state (within the United States) or outlying area in which an address is located. \N 17 string 287 Yes No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1313 countryCode Common.Contact.Address.countryCode The unique two character International Organization for Standardization (ISO) code for the country in which an address is located. \N 17 string \N Yes No CEDS \N \N \N \N \N LIF f \N f \N \N \N +818 caption image.caption The caption for the image No change 1 string \N No No Open Badges v2 \N \N \N \N \N LIF f \N f \N \N \N +1406 iSO639-5LangFamily Person.Language.iSO639-5LangFamily A code for a specific language family, which supplements the language groups and families in the ISO 639-2 Language Code. \N 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1405 iSO639-3LangCode Person.Language.iSO639-3LangCode The code for the specific language or dialect that a person uses to communicate. \N 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1404 iSO639-2LangCode Person.Language.iSO639-2LangCode The code for the specific language or dialect that a person uses to communicate. \N 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1314 Residency Person.Residency \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1119 Wage Position.Wage \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1205 OrganizationCode Organization.OrganizationCode \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +285 CompetencyAlignments CompetencyFramework.CompetencyAlignments \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +807 Criteria Credential.Requirements.Criteria The required criteria, or what is needed to earn the credential. \N 1 entity \N No Yes OB2 in programs \N \N \N \N LIF f \N t \N \N \N +1209 OperationalStatus Organization.OperationalStatus \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +473 Consent Person.Consent A record instance describing consent obtained for a user or data subject. \N 1 entity \N No Yes LIF \N \N \N \N \N LIF f \N t \N \N \N +1392 relationshipContacts Person.RelationshipContacts \N \N 1 entity \N No Yes \N 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 t \N \N \N +1076 IndustryCode Position.IndustryCode \N \N 1 entity \N No Yes \N Could be a list, specific to the job, not the organization. Should handle non-NAICS industries \N \N \N \N LIF f \N t \N \N \N +1329 Contact Common.Contact \N Using or treating someone's contact information can have several equity implications, particularly concerning privacy, consent, and potential misuse. 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +1403 language Person.language \N \N 1 entity \N No Yes \N \N \N \N \N \N LIF f \N t \N \N \N +806 assessmentMethodType Credential.Requirements.assessmentMethodType Any assessments methods to achieve part or the whole credential. This element should not be separated from its context or bias and inaccuracy will result. 1 string \N No No CEDS in programs \N \N \N \N LIF f \N f \N \N \N +14 assessmentLevel Assessment.assessmentLevel The typical level for which the assessment was designed, such as a grade or combination of grade-levels, developmental levels, or age-levels for which an assessment is designed. This level will absorb a large amount of bias toward conventional power dynamics and use of this data element is likely to bias results and outcomes towards priviledged groups. 1 string 359 No No \N Expanded language a bit to cover other cases outside of academic institutions \N \N \N \N LIF f \N f \N \N \N +1144 branch Person.MilitaryLearningExperience.branch A branch of the U.S. Military applicable for specifying more details when using Military Connected Student Indicator, Military Active Student Indicator, Military Veteran Student Indicator, and Military Enlistment After Exit elements. \N 1 string 362 No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1089 compensationBaseSalaryStatus Position.compensationBaseSalaryStatus A status filed, which provide details about whether it is missing at will or not applicable. \N 1 string 355 No No \N \N \N \N \N \N LIF f \N f \N \N \N +1087 contractDaysOfServicePerYearStatus Position.contractDaysOfServicePerYearStatus A status filed, which provide details about whether it is missing at will or not applicable. \N 1 string 357 No No \N \N \N \N \N \N LIF f \N f \N \N \N +1161 dischargeDateStatus Person.MilitaryLearningExperience.dischargeDateStatus A valid start date status, which provide details about whether it is missing at will or not applicable. \N 1 string 354 No No \N \N \N \N \N \N LIF f \N f \N \N \N +794 idType Credential.idType Defines the type of identifier used for the credential (definition). 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 361 No No CTDL \N \N \N \N \N LIF f \N f \N \N \N +223 language CompetencyFramework.language The default language of the text used for the content in the competency framework. No change 1 string 351 No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +243 language CompetencyFramework.Competency.language \N There should only be one language for a competency and for a framework, but the same framework could be copied and defined in a different language, but that copy would have unique Ids. Do not overlook this when using this element. 1 string 351 No No CEDS There should only be one language for a competency and for a framework, but the same framework could be copied and defined in a different language, but that copy would have unique Ids. \N \N \N \N LIF f \N f \N \N \N +1623 normalTimeCompletionUnits Program.normalTimeCompletionUnits The unit of measurement for length of time for completion. No change 1 string 363 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 +221 validEndDateStatus CompetencyFramework.validEndDateStatus A valid end date status, which provide details about whether it is missing at will or not applicable. \N 1 string 352 No No \N \N \N \N \N \N LIF f \N f \N \N \N +535 assessmentMethodType Course.assessmentMethodType Type of method used to conduct an assessment; select from an existing enumeration of such types. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. Ensure any use incorporates a "not applicable" field as many legitimate courses 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 +37 methodType Assessment.methodType Type of method used to conduct an assessment; select from an existing enumeration of such types. 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 Yes \N \N \N \N \N \N LIF f \N f \N \N \N +62 resultDataType Person.AssessmentLearningExperience.resultDataType The data type of the assessment result score value. No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +65 reasonNotCompleting Person.AssessmentLearningExperience.reasonNotCompleting The primary reason a participant did not complete an assessment. 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 +264 proficiencyScaleType CompetencyFramework.Competency.ProficiencyDefinition.proficiencyScaleType The scale type used to describe the proficiency result. No change 1 string \N No No HR Open \N \N \N \N \N LIF f \N f \N \N \N +240 level CompetencyFramework.Competency.level \N If CEDS rather than ISCED value maps are used this will introduce inaccuracy and bias for international people. You can add a property called "educationLevelSystem" (the default is CEDS) and if it is different from CEDS use the code values from https://isced.uis.unesco.org/data-mapping/ 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +843 identityType Person.CredentialAward.Identity.identityType The identity type. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +858 awardStatus Person.CredentialAward.awardStatus The status of the awarded credential or achievement. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +287 uri CompetencyFramework.Competency.CompetencyAlignments.uri \N \N 1 string \N No No \N \N \N 2025-11-26 22:13:00+00 \N \N LIF f \N f \N \N \N +510 courseCodeSystem Course.courseCodeSystem A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of persons. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +524 courseCreditBasisType Course.courseCreditBasisType The type of enrollment associated with the credit hours for the course. No change 1 string \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +802 achievementType Credential.achievementType Type of the Credential 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 1 string \N No Yes CLR v1 \N \N \N \N \N LIF f \N f \N \N \N +830 alignmentType Credential.CredentialAlignments.alignmentType Type of alignment, RSD, CredentialEngine, CASE, ASN, etc. No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +803 format Credential.format Digital Format of the Credential 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 Yes new Open Badge version or \nother digital credential formats \N \N \N \N LIF f \N f \N \N \N +1083 otherPayMethods Position.otherPayMethods An indication of the other payment methods of the position besides the primary payment method. For example, commission, stipend, piecework, bonus, tips, profit sharing, equity/stock options, or other. \N 1 string \N No Yes \N \N \N \N \N \N LIF f \N f \N \N \N +1210 operationalStatus Organization.OperationalStatus.operationalStatus The current status of the organization's operations, exclusive of scheduled breaks, holidays, or other temporary interruptions. 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 No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1367 americanIndianOrAlaskan Person.Culture.americanIndianOrAlaskan A person having origins in any of the original peoples of North and South America (including Central America), and who maintains cultural identification through tribal affiliation or community attachment. \N 1 string \N No No CEDS CM: 2/4: Do we need a normative codelist for race/culture (instead of a fixed set of federal values)? \N \N \N \N LIF f \N f \N \N \N +1381 homeless Person.Demographics.homeless Children and youth who lack a fixed, regular, and adequate nighttime residence. Homeless children and youth include: 1) children and youth who are sharing the housing of other persons due to loss of housing, economic hardship, or a similar reason; are living in motels, hotels, trailer parks, or camping grounds due to the lack of alternative adequate accommodations; are living in emergency or transitional shelters; are abandoned in hospitals; or are awaiting foster care placement; 2) children and youth who have a primary nighttime residence that is a public or private place not designed for or originally used as a regular sleeping accommodation for human beings; or 3) children and youths who are living in cars, parks, public spaces, abandoned buildings, substandard housing, bus or train stations, or similar settings. 4) migratory children who qualify as homeless because the children are living in circumstances described in the above. (See Section 103 of the McKinney Act for a more detailed description of this data element). In use cases where this field may be desired for research purposes, it is not recommended that this field be used, considering the likelihood for missing data, and inconsistencies. It would appear that the likelihood for inaccurate analysis is higher than for research that may benefit a learner. 1 boolean \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +1631 programSponsorType Program.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. No change 1 string \N No Yes CEDS \N \N \N \N \N LIF f \N f \N \N \N +1638 assessmentMethodType Program.assessmentMethodType Type of method used to conduct an assessment; select from an existing enumeration of such types. 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 +1348 informationSourceId Common.Contact.Telephone.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 +1783 addressRegion address.addressRegion \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1784 addressLocality address.addressLocality \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1785 streetAddress address.streetAddress \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1786 postOfficeBoxNumber address.postOfficeBoxNumber \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1787 postalCode address.postalCode \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1791 identifier achievement.creator.otherIdentifier.identifier \N \N 16 string \N \N No \N Used Inter-Entity Link to connect Identifier to Organization \N \N \N \N StateU f \N f \N \N \N +1792 identifierType achievement.creator.otherIdentifier.identifierType \N \N 16 string \N \N No \N Used Inter-Entity Link to connect Identifier to Organization \N \N \N \N StateU f \N f \N \N \N +1793 official achievement.creator.official \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1795 id criteria.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1796 narrative criteria.narrative \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1797 fieldOfStudy achievement.fieldOfStudy \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1801 id OpenBadgeCredential.credentialSchema.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1802 type OpenBadgeCredential.credentialSchema.type \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1804 id OpenBadgeCredential.credentialStatus.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1805 type OpenBadgeCredential.credentialStatus.type \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1807 id OpenBadgeCredential.refreshService.id \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1808 type OpenBadgeCredential.refreshService.type \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1880 type Image.type \N \N 17 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1794 creditsAvailable achievement.creditsAvailable \N \N 16 number \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1937 identifier Name.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:23:00+00 \N MDRUser LIF f \N f \N \N \N +1770 targetFramework achievement.alignment.targetFramework \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1772 targetUrl achievement.alignment.targetUrl \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1753 creditsEarned OpenBadgeCredential.credentialSubject.creditsEarned \N \N 16 number \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1774 achievementType achievement.achievementType \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1740 @context OpenBadgeCredential.@context \N \N 16 string \N \N Yes \N \N \N \N \N \N StateU f \N f \N \N \N +1768 targetDescription achievement.alignment.targetDescription \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1776 id achievement.creator.id \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1769 targetName achievement.alignment.targetName \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1751 activityStartDate OpenBadgeCredential.credentialSubject.activityStartDate \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1752 activityEndDate OpenBadgeCredential.credentialSubject.activityEndDate \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1799 validFrom OpenBadgeCredential.validFrom \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1766 alignment achievement.alignment \N \N 16 entity \N \N No \N \N \N \N \N \N StateU f \N t \N \N \N +1775 creator achievement.creator \N \N 16 entity \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N t \N \N \N +1798 issuer OpenBadgeCredential.issuer \N \N 16 entity \N \N No \N \N \N \N \N \N StateU f \N t \N \N \N +1777 name achievement.creator.name \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1778 url achievement.creator.url \N \N 16 string \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1782 country address.country \N \N 16 string \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1812 role Person.CredentialAward.role \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N f \N \N \N +1816 term Person.CredentialAward.term \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N f \N \N \N +1859 minimumAmount Ranges.minimumAmount \N \N 17 number \N \N \N \N \N \N 2025-10-02 20:48:00+00 \N MDRUser StateU t \N t \N \N \N +1814 sourceType Organization.sourceType \N \N 17 string \N No Yes Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N t \N \N \N +1818 imageCaption Organization.imageCaption \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N t \N \N \N +1819 credentialOfficial Organization.credentialOfficial \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N t \N \N \N +1861 value RemunerationPackage.Ranges.MinimumAmount.value \N \N 17 number \N No No \N \N \N 2025-10-02 20:51:00+00 \N MDRUser StateU t \N f \N \N \N +1871 percentage Person.PositionPreferences.Travel.percentage \N \N 17 number \N No No \N \N \N 2025-10-02 23:29:00+00 \N MDRUser StateU t \N f \N \N \N +1815 sourceName Organization.sourceName \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N t \N \N \N +1820 schemaType Credential.schemaType \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N f \N \N \N +1821 credentialStatusUri Person.CredentialAward.credentialStatusUri \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N f \N \N \N +1822 credentialStatusType Person.CredentialAward.credentialStatusType \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N f \N \N \N +1823 refreshServiceUri Person.CredentialAward.refreshServiceUri \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N f \N \N \N +1824 refreshServiceType Person.CredentialAward.refreshServiceType \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N f \N \N \N +1863 offeredRemunerationPackage Person.PositionPreferences.offeredRemunerationPackage \N \N 17 string \N \N \N \N \N \N 2025-10-02 20:56:00+00 \N MDRUser StateU t \N f \N \N \N +1860 currency MinimumAmount.currency \N \N 17 string \N No No \N \N \N 2025-10-02 20:50:00+00 \N MDRUser StateU t \N f \N \N \N +1866 positionTitles Person.PositionPreferences.positionTitles \N \N 17 string \N Yes Yes \N \N \N 2025-10-02 23:24:00+00 \N MDRUser StateU t \N f \N \N \N +1761 hashed OpenBadgeCredential.credentialSubject.identifier.hashed \N \N 16 boolean \N \N No \N \N \N \N \N \N StateU f \N f \N \N \N +1773 targetCategory achievement.alignment.targetCategory \N \N 16 string \N \N No \N StateU extension to OB3 \N \N \N \N StateU f \N f \N \N \N +1789 credentialSubject.achievement.creator.address.geo.longitude address.credentialSubject.achievement.creator.address.geo.longitude \N \N 16 number \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1874 verificationType Person.CredentialAward.verificationType \N \N 17 string \N No No \N \N \N 2025-10-02 23:36:00+00 \N MDRUser StateU t \N f \N \N \N +1833 testNewOrgAttribute testNewOrgAttribute This is a test of creating a new Org attribute consideration 17 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 StateU t \N f \N \N \N +1788 credentialSubject.achievement.creator.address.geo.latitude address.credentialSubject.achievement.creator.address.geo.latitude \N \N 16 number \N \N No \N Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N \N +1810 activityStartDate Person.CredentialAward.activityStartDate \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N f \N \N \N +1867 relocation Person.PositionPreferences.relocation \N \N 17 string \N \N \N \N \N \N 2025-10-02 23:24:00+00 \N MDRUser StateU t \N t \N \N \N +1873 instanceOfCredential Person.CredentialAward.instanceOfCredential \N \N 17 string \N \N \N \N \N \N 2025-10-02 23:35:00+00 \N MDRUser StateU t \N f \N \N \N +1800 credentialSchema OpenBadgeCredential.credentialSchema \N \N 16 entity \N \N Yes \N N/A \N \N \N \N StateU f \N t \N \N \N +1803 credentialStatus OpenBadgeCredential.credentialStatus \N \N 16 entity \N \N No \N N/A \N \N \N \N StateU f \N t \N \N \N +1806 refreshService OpenBadgeCredential.refreshService \N \N 16 entity \N \N No \N N/A \N \N \N \N StateU f \N t \N \N \N +1869 willingToTravelIndicator willingToTravelIndicator \N \N 17 boolean \N No No \N \N \N 2025-10-02 23:27:00+00 \N MDRUser StateU t \N f \N \N \N +1320 dateEffective Common.Contact.Address.dateEffective The effective date for which the address is valid. For physical addresses, the periods in which the person lived at that address. \N 17 string \N No No \N CM 3/11: Brought over from Person \N \N \N \N StateU f \N f \N \N \N +1813 sourceId Organization.sourceId \N \N 17 string \N No No Open Badges v3 \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N t \N \N \N +1321 dateExpired Common.Contact.Address.dateExpired The expired date for which the address is valid. For physical addresses, the periods in which the person lived at that address. \N 17 string \N No No \N 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. \N \N \N \N StateU f \N f \N \N \N +1878 id Person.CredentialAward.Image.id \N \N 17 string \N \N \N \N \N \N 2025-10-06 17:09:00+00 \N MDRUser StateU t \N f \N \N \N +1862 name Narrative.name \N \N 17 string \N No No \N \N \N 2025-10-02 20:54:00+00 \N MDRUser StateU t \N f \N \N \N +1879 type image.type \N \N 17 string \N \N No \N \N \N 2025-10-06 17:10:00+00 \N MDRUser StateU t \N f \N \N \N +1858 basisCode RemunerationPackage.basisCode \N \N 17 string \N No No \N \N \N 2025-10-02 20:47:00+00 \N MDRUser StateU t \N f \N \N \N +1288 emailAddress Common.Contact.Email.emailAddress The numbers, letters, and symbols used to identify an electronic mail (Email) address of an individual or person. 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. 17 string \N Yes Yes CEDS-Edited \N \N \N \N \N StateU f \N f \N \N \N +1882 id image.id No change 17 string \N No \N \N \N \N StateU f \N f \N \N \N +1864 positionOfferingTypeCodes Person.positionPreferences.positionOfferingTypeCodes \N \N 17 string \N Yes Yes \N \N \N 2025-10-02 20:57:00+00 \N MDRUser StateU t \N f \N \N \N +1865 positionScheduleTypeCodes Person.PositionPreferences.positionScheduleTypeCodes \N \N 17 string \N Yes Yes \N \N \N 2025-10-02 23:23:00+00 \N MDRUser StateU t \N f \N \N \N +1883 channel Person.Interactions.channel The mechanism used for interaction between an individual and an organization \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1884 interactionId Person.Interactions.interactionId A unique identifier assigned to each interaction between an individual and an organization, whether through a system or a staff member. \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1885 channelIdentifier Person.Interactions.channelIdentifier A unique identifier that specifies the particular channel through which an individual interacted with the organization or its system \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1886 interactionStart Person.Interactions.interactionStart The specific date and time when the interaction between an individual and the organization or system was started \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1887 interactionEnd Person.Interactions.interactionEnd The specific date and time when the interaction between an individual and the organization or system was ended \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1888 interactionType Person.Interactions.interactionType The category of interaction, such as advisement, administrative, or other types, that occurred between the individual and the organization \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1889 summary Person.Interactions.summary A brief summary describing the interaction between the individual and the organization, including discussed topics and any advice or resolution provided \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1890 sentiment Person.Interactions.sentiment A rating that reflects the individual’s emotional sentiment at the end of the interaction, such as happy, frustrated, angry, or other \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1891 severity Person.Interactions.severity A rating indicating the severity of the individual’s situation or need, as assessed in the context of the specific interaction \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1892 followupRequired Person.Interactions.followupRequired An indicator specifying whether a follow-up action is needed to further address or resolve the individual’s concern or request \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1827 stateUChildExtAttr StateUChildExtensionEntity.stateUChildExtAttr An attribute added to the StateUChildExtensionEntity as an example. \N 17 string \N No No LIF-Addition \N \N \N \N \N StateU t \N f \N \N \N +1829 testNewOrgAttribute testNewOrgAttribute This is a test of creating a new Org attribute consideration 17 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 StateU t \N t \N \N \N +1809 identifier Common.Identifier.identifier A number and/or alphanumeric code used to uniquely identify the entity. Use "missing at will" ,"ad-hoc"and "not applicable" for missng data to avoid skewed outcomes. \N 17 string \N Yes No CEDS-Edited \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N t \N \N \N +1748 credentialSubject OpenBadgeCredential.credentialSubject \N \N 16 entity \N \N \N \N \N \N \N \N \N StateU f \N t \N \N \N +1755 source OpenBadgeCredential.credentialSubject.source \N \N 16 entity \N \N No \N \N \N \N \N \N StateU f \N t \N \N \N +1760 identifier OpenBadgeCredential.credentialSubject.identifier \N \N 16 entity \N \N Yes \N \N \N \N \N \N StateU f \N t \N \N \N +1790 otherIdentifier achievement.creator.otherIdentifier \N \N 16 entity \N \N Yes \N Used Inter-Entity Link to connect Identifier to Organization \N \N \N \N StateU f \N t \N \N \N +1870 remoteWorkIndicator Person.PositionPreferences.RemoteWork.remoteWorkIndicator \N \N 17 boolean \N No No \N \N \N 2025-10-02 23:28:00+00 \N MDRUser StateU t \N f \N \N \N +1868 willingToRelocateIndicator Person.PositionPreferences.Relocation.willingToRelocateIndicator \N \N 17 boolean \N No No \N \N \N 2025-10-02 23:26:00+00 \N MDRUser StateU t \N f \N \N \N +1872 willingToTravelIndicator Person.PositionPreferences.Travel.willingToTravelIndicator \N \N 17 boolean \N No No \N \N \N 2025-10-02 23:29:00+00 \N MDRUser StateU t \N f \N \N \N +1817 category Credential.CredentialAlignments.category RSD's skill category from OSMT goes here. \N 17 string \N No No StateU \N 2025-08-03 19:39:51.760627+00 2025-08-03 19:39:51.760627+00 \N \N StateU t \N f \N \N \N +1893 channelIdentifierType Person.Interactions.channelIdentifierType Specifies the type of channel identifier used, such as a person or service identifier, assigned by the educational institution \N 17 string \N No No StateU \N \N \N \N StateU f \N f \N \N \N +1826 stateUPrivateTestAttr StateUExtensionEntity.stateUPrivateTestAttr An attribute added to the StateUExtensionEntity for the purpose of being an example of an attribute marked private. \N 17 string \N No No LIF-Addition \N \N \N \N \N StateU t \N f \N \N \N +532 teaches Course.teaches Competency that the course is intended to teach. No change 1 string \N No Yes CEDS Starting with a simple list of strings. Note that CTDL may be part of the StateU demo. \N \N \N \N LIF f \N f \N \N \N +1876 organizationTypes Person.employmentPreferences.organizationTypes The preferred organization types. \N 17 string \N Yes Yes \N \N \N 2025-10-02 23:37:00+00 \N MDRUser StateU t \N f \N \N \N +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 +1115 membershipStatus Position.Membership.membershipStatus An indication of whether the person is an active member of an association. The selection of what associations are included as possibilities will severely bias this element 1 boolean \N No No CEDS This could now be derived using associationType of union. \N 2025-11-26 22:43:00+00 \N \N LIF f \N f \N \N \N +1120 startDate Position.Wage.startDate Date the validity or usefulness of the information in this resource begins. \N 1 string \N No No CTDL \N \N 2025-11-26 22:44:00+00 \N \N LIF f \N f \N \N \N +829 code Credential.CredentialAlignments.code If applicable, a locally unique string identifier that identifies the alignment target within its framework and/or targetUrl. No change 1 string \N Yes No CLR v2 / Open Badges v3 \N \N 2025-11-26 23:19:00+00 \N \N LIF f \N f \N \N \N +1097 jobCodeValue Position.JobCode.jobCodeValue This property can consist of multipe types of job codes including the following: CEDs Job codes. These codes map to IPEDs (https://ceds.ed.gov/element/000731). IPEDs Job Codes (https://surveys.nces.ed.gov/ipeds/public/hrsoc-browse) . The International Standard Classification of Occupations (https://ilostat.ilo.org/methods/concepts-and-definitions/classification-occupation/) (ISCO) . Occupation profiles for the U.S. Burea of Labor Statistics. (https://www.bls.gov/oes/current/oes_stru.htm). These fields can be crosswalked to CIP codes (https://nces.ed.gov/ipeds/cipcode/post3.aspx?y=56). If there is no jobcode Not Applicable or "missing at will" can be selected. ISCO categories will provide information that will capture a lot of contextual discrimination and should be used with care. consider controlling for this. If anyone needs more than IPEDS SOC code and wants to use ISCO then add 2 new property "positionIdentifier" and "positionIdentifierType". The Type is coming from ISCO and other one should be the actual value. 1 string \N Yes Yes CEDS \N \N 2025-11-26 23:25:00+00 \N \N LIF f \N f \N \N \N +1911 name Person.Language.name \N \N 1 string \N Yes No \N \N \N 2025-11-26 18:28:00+00 \N MDRUser LIF f \N f \N \N \N +1151 serviceNumber Person.MilitaryLearningExperience.serviceNumber The military service number or identifier of the person as defined by the country, branch, and/or division. Use "missing at will" and "not applicable" for missng data to avoid skewed outcomes. \N 1 string \N Yes Yes HR Open \N \N 2025-11-26 23:29:00+00 \N \N LIF f \N f \N \N \N +1627 identifier Program.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:49:00+00 \N \N LIF f \N f \N \N \N +1902 identifier CompetencyFramework.Competency.Accessibility.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-11-26 18:17:00+00 \N MDRUser LIF f \N f \N \N \N +1903 identifier CompetencyFramework.Competency.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-11-26 18:18:00+00 \N MDRUser LIF f \N f \N \N \N +1904 identifier Credential.Requirements.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-11-26 18:21:00+00 \N MDRUser LIF f \N f \N \N \N +1913 identifier Person.RelationshipContacts.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-11-26 18:30:00+00 \N MDRUser LIF f \N f \N \N \N +855 type Person.CredentialAward.Evidence.type No change 1 string \N No No CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f \N \N \N +1291 identifierType Common.Identifier.identifierType The types of sources of identifiers used to uniquely identify the entity Only use if consent has been verified. 1 string \N No No CEDS \N \N 2025-11-26 22:14:00+00 \N \N LIF f \N f \N \N \N +208 uri CompetencyFramework.uri An unambiguous reference to the competency framework using a network-resolvable URI. No change 1 string \N No No CEDS \N \N 2025-11-26 22:16:00+00 \N \N LIF f \N f \N \N \N +1207 organizationCodeType Organization.OrganizationCode.organizationCodeType A code type, which provide details about whether it is NAICS, SIC or ISIC. \N 1 string \N No No \N \N \N 2025-11-26 22:23:00+00 \N \N LIF f \N f \N \N \N +1352 birthCode Person.Birth.birthCode The unique two digit International Organization for Standardization (ISO) code for the country in which a person is born. \N 1 string \N No No CEDS \N \N 2025-11-26 22:40:00+00 \N \N LIF f \N f \N \N \N +1351 stateOfBirth Person.Birth.stateOfBirth The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a person was born. \N 1 string \N No No CEDS \N \N 2025-11-26 22:41:00+00 \N \N LIF f \N f \N \N \N +1116 membershipType Position.Membership.membershipType Type of association for which an invidividual is a member. The selection of what associations are included as possibilities will severely bias this element 1 string \N No No \N New concept scheme of Association Type \N 2025-11-26 22:44:00+00 \N \N LIF f \N f \N \N \N +1906 identifier Organization.OperationalStatus.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-11-26 18:23:00+00 \N MDRUser LIF f \N f \N \N \N +842 identityHash Person.CredentialAward.Identity.identityHash 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' No change 1 string \N Yes No CLR v2 / Open Badges v3 \N \N 2025-11-26 23:25:00+00 \N \N LIF f \N f \N \N \N +557 personId Person.CourseLearningExperience.personId \N \N 1 string \N No No \N N/A if part of a Person graph \N 2025-11-26 22:42:00+00 \N \N LIF f \N t \N \N \N +1217 ctid Common.Accreditation.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). 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 mapping option for not applicable and missing at will need to be added to this 1 string \N No No CEDS \N \N 2025-11-26 23:19:00+00 \N \N LIF f \N f \N \N \N +209 name CompetencyFramework.name The name of the competency framework. The name of the competency framework should not be used a proxy for what is actually measured in the elements. Care should be taken to avoid biased assumptions about what a framework actually measures from its name. When using this field, there are other entitites that include relevant data elemants that allow for inclusion of other elements related to competency. 1 string \N Yes No CEDS \N \N 2025-11-26 22:15:00+00 \N \N LIF f \N f \N \N \N +1133 name Person.EmploymentLearningExperience.name The descriptive name of a person's position. \N 1 string \N Yes No CEDS this can be position specific or "current" on the top level class? \N 2025-11-26 22:27:00+00 \N \N LIF f \N f \N \N \N +1901 identifier CompetencyFramework.Association.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-11-26 18:11:00+00 \N MDRUser LIF f \N f \N \N \N +260 identifier CompetencyFramework.Competency.ProficiencyDefinition.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 This might should be 0..* if there are more than one proficiency definition for the competency. \N 2025-11-26 23:19:00+00 \N \N LIF f \N f \N \N \N +1907 identifier Person.Culture.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-11-26 18:26:00+00 \N MDRUser LIF f \N f \N \N \N +1908 identifier Person.Demographics.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-11-26 18:27:00+00 \N MDRUser LIF f \N f \N \N \N +1914 identifier Person.Residency.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-11-26 18:30:00+00 \N MDRUser LIF f \N f \N \N \N +1915 countryCode Contact.Address.countryCode \N 1 string \N No No \N \N \N \N \N LIF f \N f \N \N \N +1289 emailAddressType Common.Contact.Email.emailAddressType The type of electronic mail (e-mail) address listed for an individual or person. Only use if consent has been verified. 1 string \N No Yes CEDS \N \N \N \N \N StateU f \N f \N \N \N +1342 primaryNumber Common.Contact.Telephone.primaryNumber An indication that the telephone number should be used as the principal number for a person or organization. Only use if consent has been verified. 1 boolean \N No No CEDS \N \N \N \N \N LIF f \N f \N \N \N +848 evidenceAccreditation Person.CredentialAward.Evidence.evidenceAccreditation No change 1 string \N No No \N \N \N \N \N \N LIF f \N f \N \N \N +1290 identifier Common.Identifier.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-Edited \N \N 2025-11-26 22:14:00+00 \N \N LIF f \N f \N \N \N +230 identifier CompetencyFramework.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 CASE \N \N 2025-12-01 22:14:00+00 \N \N LIF f \N f \N \N \N +1924 identifier Address.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:14:00+00 \N MDRUser LIF f \N f \N \N \N +1925 identifier Email.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:14:00+00 \N MDRUser LIF f \N f \N \N \N +1926 identifier Telephone.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:15:00+00 \N MDRUser LIF f \N f \N \N \N +1927 identifier LegalCode.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:15:00+00 \N MDRUser LIF f \N f \N \N \N +1928 identifier CredentialAlignments.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:17:00+00 \N MDRUser LIF f \N f \N \N \N +1929 identifier Criteria.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:17:00+00 \N MDRUser LIF f \N f \N \N \N +1930 identifier OrganizationCode.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:18:00+00 \N MDRUser LIF f \N f \N \N \N +1931 identifier Organization.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:18:00+00 \N MDRUser LIF f \N f \N \N \N +1945 identifier EmploymentPreferences.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:21:00+00 \N MDRUser StateU t \N f \N \N \N +1946 identifier PositionPreferences.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:30:00+00 \N MDRUser StateU t \N f \N \N \N +1952 identifier Ranges.indentifier 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:43:00+00 \N MDRUser StateU t \N f \N \N \N +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 +1951 identifier Interactions.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:38:00+00 \N MDRUser StateU t \N f \N \N \N +1954 identifier Criteria.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 19:15:00+00 \N MDRUser StateU t \N f \N \N \N +1198 informationSourceSystem Organization.informationSourceSystem For identification and record-keeping purposes Ensure your models and systems can ingest the ad-hoc IDs from organizations that reside outside the systems embedded in the current mapping schema. Suggested normative data set Current Vocab plus an additional category for ad-hoc additions. 1 string \N No No CEDS \N \N 2025-11-26 22:48:00+00 \N \N LIF f \N t \N \N \N +1953 identifier MinimumAmount.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:59:00+00 \N MDRUser StateU t \N f \N \N \N +288 identifier CompetencyFramework.Competency.CompetencyAlignments.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 \N \N \N LIF f \N f \N \N \N +556 identifier Person.CourseLearningExperience.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 \N \N \N LIF f \N f \N \N \N +1132 identifier Person.EmploymentLearningExperience.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 unique identifier for an employment class \N \N \N \N LIF f \N f \N \N \N +1948 identifier RemoteWork.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:35:00+00 \N MDRUser StateU t \N f \N \N \N +1950 identifier RemunerationPackage.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:37:00+00 \N MDRUser StateU t \N f \N \N \N +55 identifier Person.AssessmentLearningExperience.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 \N \N \N LIF f \N f \N \N \N +1114 identifier Position.Membership.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 \N \N \N LIF f \N f \N \N \N +1917 identifier ProficiencyLevel.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 16:44:00+00 \N MDRUser LIF f \N f \N \N \N +1918 identifier Accreditation.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 17:05:00+00 \N MDRUser LIF f \N f \N \N \N +296 identifier Person.Proficiency.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-11-26 22:51:00+00 \N \N LIF f \N f \N \N \N +1944 identifier Texts.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:20:00+00 \N MDRUser StateU t \N f \N \N \N +28 identifier Assessment.AssessmentPerformanceLevel.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-11-26 23:07:00+00 \N \N LIF f \N f \N \N \N +1932 identifier Birth.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:20:00+00 \N MDRUser LIF f \N f \N \N \N +1933 identifier AuditHistory.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:20:00+00 \N MDRUser LIF f \N f \N \N \N +1934 identifier Evidence.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:21:00+00 \N MDRUser LIF f \N f \N \N \N +1935 identifier Identity.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:22:00+00 \N MDRUser LIF f \N f \N \N \N +1936 identifier Death.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:22:00+00 \N MDRUser LIF f \N f \N \N \N +1939 identifier Position.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:25:00+00 \N MDRUser LIF f \N f \N \N \N +1940 identifier IndustryCode.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:25:00+00 \N MDRUser LIF f \N f \N \N \N +1941 identifier JobCode.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:26:00+00 \N MDRUser LIF f \N f \N \N \N +1942 identifier Wage.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:26:00+00 \N MDRUser LIF f \N f \N \N \N +1905 identifier Organization.Contact.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-11-26 18:22:00+00 \N MDRUser LIF f \N f \N \N \N +1909 identifier Person.EmploymentLearningExperience.IncomeSources.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-11-26 18:27:00+00 \N MDRUser LIF f \N f \N \N \N +1910 identifier Person.Lanugage.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-11-26 18:28:00+00 \N MDRUser LIF f \N f \N \N \N +1912 identifier Person.MilitaryLearningExperience.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-11-26 18:29:00+00 \N MDRUser LIF f \N f \N \N \N +1949 identifier Travel.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:35:00+00 \N MDRUser StateU t \N f \N \N \N +1898 informationSourceId Common.informationSourceId 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 \N 1 string \N Yes No \N \N \N \N \N \N LIF f \N f \N \N t +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 +\. + + +-- +-- Data for Name: Constraints; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."Constraints" ("Id", "Name", "Description", "UseConsiderations", "ConstraintType", "Value", "AttributeId", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted") FROM stdin; +\. + + +-- +-- Data for Name: DataModelConstraints; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."DataModelConstraints" ("Id", "Name", "Description", "ForDataModelId", "ElementType", "ElementId", "ConstraintType", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted") FROM stdin; +\. + + +-- +-- Data for Name: DataModels; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."DataModels" ("Id", "Name", "Description", "UseConsiderations", "Type", "BaseDataModelId", "Notes", "DataModelVersion", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted", "State", "Tags") FROM stdin; +2 HR Open \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +3 CLR v2 / Open Badges v3 \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +4 CEDS \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +5 EagleApps \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +6 Ed-Fi v5 \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +7 ELM \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +8 OSID / CampusAPI \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +9 PESC v1.8 \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +10 CTDL \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +11 Schema.org \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +12 CLR v1 \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +13 ANS \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +14 CASE \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +15 Open Badges v2 \N \N SourceSchema \N \N 1.0 \N \N \N \N LIF f Draft \N +18 Org2 LIF \N \N PartnerLIF 1 \N 1.0 \N \N \N \N Org2 f Draft \N +19 TestUpdatedPartnerModel I am testing if I can create a new data model considerations PartnerLIF 1 \N 1.0 2025-08-15 16:32:21.997+00 2025-08-15 16:32:21.997+00 \N Mary Gwozdz Unicon t Draft \N +20 TestUpdatedSourceModel I am testing if I can create a new source data model considerations SourceSchema \N \N 1.0 2025-08-15 16:32:21.997+00 2025-08-15 16:32:21.997+00 \N Mary Gwozdz Unicon t Draft \N +1 LIF This is the data model for the Learner Information Framework (LIF). \N BaseLIF \N \N 2.0 \N \N \N \N LIF f Draft \N +21 TestUpdatedPartnerModel I am testing if I can create a new data model considerations PartnerLIF 1 \N 1.0 2025-08-15 16:32:21.997+00 2025-08-15 16:32:21.997+00 \N Mary Gwozdz Unicon t Draft \N +22 TestUpdatedSourceModel I am testing if I can create a new source data model considerations SourceSchema \N \N 1.0 2025-08-15 16:32:21.997+00 2025-08-15 16:32:21.997+00 \N Mary Gwozdz Unicon t Draft \N +23 TestUpdatedPartnerModel I am testing if I can create a new data model considerations PartnerLIF 1 \N 1.0 2025-08-15 16:32:21.997+00 2025-08-15 16:32:21.997+00 \N Mary Gwozdz Unicon t Draft \N +24 TestUpdatedSourceModel I am testing if I can create a new source data model considerations SourceSchema \N \N 1.0 2025-08-15 16:32:21.997+00 2025-08-15 16:32:21.997+00 \N Mary Gwozdz Unicon t Draft \N +25 Test2UpdatedSourceModel I am testing if I can create a new source data model considerations SourceSchema \N \N 1.0 2025-08-15 16:32:21.997+00 2025-08-15 16:32:21.997+00 \N Mary Gwozdz Unicon f Draft \N +26 R1 Demo Source Data Model \N \N SourceSchema \N \N 1.0 2025-10-04 03:28:00+00 2025-10-03 20:29:00+00 \N \N \N f Draft \N +17 StateU LIF This is the State University version of LIF, a demo LIF org. \N OrgLIF 1 \N 1.0 \N \N \N \N StateU f Draft \N +16 StateU OB 3.0 \N \N SourceSchema \N \N 1.0 \N \N \N \N StateU f Draft \N +\. + + +-- +-- Data for Name: Entities; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."Entities" ("Id", "Name", "UniqueName", "Description", "UseConsiderations", "Required", "Array", "SourceModel", "DataModelId", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Extension", "ExtensionNotes", "Deleted", "Tags", "Common") FROM stdin; +5 achievement achievement \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +6 resultDescription resultDescription \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +7 result result \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +8 rubricCriterionLevel rubricCriterionLevel \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +9 achievementCredential achievementCredential \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +10 alignment alignment \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +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 +19 AssessmentRegistration AssessmentRegistration \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 +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 +34 Assesssment Assesssment \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +35 AssessmentTaken AssessmentTaken \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +36 TestsType TestsType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +37 AssessmentProfile AssessmentProfile \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N +38 ValueProfile ValueProfile \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N +39 IdentifierValue IdentifierValue \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N +48 IdentifierType IdentifierType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +49 SpecifiedCompetency SpecifiedCompetency \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +50 DateType DateType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +51 requiredProficiencyLevel requiredProficiencyLevel \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +52 PositionCompetencyType PositionCompetencyType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +53 proficiencyAcquistionDifficulty proficiencyAcquistionDifficulty \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +54 Competency Competency \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +55 CFDocument CFDocument \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +56 PositionCompetencyType PositionCompetencyType \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +57 LoRepository LoRepository \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +58 Lo Lo \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +59 ObjectiveBank ObjectiveBank \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +60 Obective Obective \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +61 Objective Objective \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +62 CompetencyFramework CompetencyFramework \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N +63 Competency Competency \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N +64 CFDocument CFDocument \N \N \N \N \N 14 \N \N \N \N \N LIF f \N f \N \N +65 CFLicense CFLicense \N \N \N \N \N 14 \N \N \N \N \N LIF f \N f \N \N +66 CFPckgAssociation CFPckgAssociation \N \N \N \N \N 14 \N \N \N \N \N LIF f \N f \N \N +67 CFItem CFItem \N \N \N \N \N 14 \N \N \N \N \N LIF f \N f \N \N +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 +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 +81 EducationAttendanceType EducationAttendanceType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +82 EducationAttendanceType. EducationAttendanceType. \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +83 Achievement Achievement \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +84 AchievementSubject AchievementSubject \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +85 ResultDescription ResultDescription \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +86 Alignment Alignment \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +87 Profile Profile \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +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 +92 Enrollment 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 +97 Taxonomy.Classifier Taxonomy.Classifier \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +98 StudentCourseRecord.Course.SubjectArea StudentCourseRecord.Course.SubjectArea \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +99 CourseIdentificationCode CourseIdentificationCode \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +100 Course Course \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +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 +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 +109 Course Course \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +110 CourseEntry.Term CourseEntry.Term \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +111 Activity Activity \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +112 Subject Subject \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +113 CourseEntry.Grade CourseEntry.Grade \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +114 CourseEntry CourseEntry \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +115 CourseRegistration CourseRegistration \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +116 ActivityRegistration.Activity ActivityRegistration.Activity \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +117 Student.AcademicRecord.AcademicSession.Course Student.AcademicRecord.AcademicSession.Course \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +118 CourseInventoryInformation CourseInventoryInformation \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +119 Course Course \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +120 EducationalCourseInventory.CourseInventoryInformation EducationalCourseInventory.CourseInventoryInformation \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +121 Student.AcademicRecord.AcademicAward.AcademicAwardProgram.ProgramSummary Student.AcademicRecord.AcademicAward.AcademicAwardProgram.ProgramSummary \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +122 Course Course \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N +123 Course.ValueProfile Course.ValueProfile \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N +124 Course Course \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +125 CourseInstance CourseInstance \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +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 +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 +141 Assertion Assertion \N \N \N \N \N 12 \N \N \N \N \N LIF f \N f \N \N +142 Evidence Evidence \N \N \N \N \N 12 \N \N \N \N \N LIF f \N f \N \N +143 OB3 OB3 \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +144 Criteria Criteria \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +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 +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 +153 StudentCredentialRecord StudentCredentialRecord \N \N \N \N \N 5 \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 +159 Credential Credential \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +160 Program Program \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +161 CredentialEntry CredentialEntry \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +162 AcademicAwardTitleType AcademicAwardTitleType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +163 AcademicCompletionIndicatorType AcademicCompletionIndicatorType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +164 Student.AcademicRecord.AcademicAward Student.AcademicRecord.AcademicAward \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +165 AcademicAwardLevelType AcademicAwardLevelType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +166 LearningOutcomeQualificationAssessment LearningOutcomeQualificationAssessment \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +167 AlternateOutcomeFrameworkType AlternateOutcomeFrameworkType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +168 EmploymentType/OrganizationEntityType EmploymentType/OrganizationEntityType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +169 URLType URLType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +170 ProgramCIPCodeType ProgramCIPCodeType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +171 LearningOutcomeDescriptionType LearningOutcomeDescriptionType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +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 +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 +179 Alignment Alignment \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N +180 Assertion Assertion \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N +181 Evidence Evidence \N \N \N \N \N 15 \N \N \N \N \N LIF f \N f \N \N +182 EducationalOccupationalCredential EducationalOccupationalCredential \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +183 EducationOccupationalCredential EducationOccupationalCredential \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +184 DefinedTerm DefinedTerm \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +194 EmployerHistoryType EmployerHistoryType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +195 PositionType PositionType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +196 DeploymentType DeploymentType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +197 BaseHistoryType BaseHistoryType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +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 +204 EmploymentStatusCodeType EmploymentStatusCodeType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +205 GrossAnnualSalaryType GrossAnnualSalaryType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +206 PositionTitleType PositionTitleType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +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 +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 +218 EmploymentEstablishmentType EmploymentEstablishmentType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +219 OrganizationReferenceType OrganizationReferenceType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +220 Profile Profile \N \N \N \N \N 12 \N \N \N \N \N LIF f \N f \N \N +221 CredentialOrganization\nQACredentialOrganization CredentialOrganization\nQACredentialOrganization \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +222 QACredentialOrganization QACredentialOrganization \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +223 OrgCode OrgCode \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +224 Organization Organization \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +225 EducationOrganizationIdentificationCode EducationOrganizationIdentificationCode \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +226 EducationOrganization EducationOrganization \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +227 Organisation Organisation \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +228 Accreditation Accreditation \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +229 Organization Organization \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +230 State State \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +231 OrganizationType OrganizationType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +232 OrganizationNameType OrganizationNameType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +233 AccreditationType AccreditationType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +234 CredentialOrganization\nQACredentialOrganization CredentialOrganization\nQACredentialOrganization \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N +187 IncomeSources Person.EmploymentLearningExperience.IncomeSources \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +188 JobCode Position.JobCode \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +235 QACredentialOrganization QACredentialOrganization \N \N \N \N \N 10 \N \N \N \N \N LIF f \N f \N \N +236 Organization Organization \N \N \N \N \N 11 \N \N \N \N \N LIF f \N f \N \N +251 PersonBaseType PersonBaseType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +252 PersonNameType PersonNameType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +253 EmailType EmailType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +254 CommunicationItemInclusion CommunicationItemInclusion \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +255 AddressType AddressType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +256 PhoneType PhoneType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +257 PersonLegalInclusion PersonLegalInclusion \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +258 PersonLegalInclusion/PersonBaseType PersonLegalInclusion/PersonBaseType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +259 PersonLegalInclusion\n/PersonBaseType PersonLegalInclusion\n/PersonBaseType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +260 EducationDegreeType EducationDegreeType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +261 PersonReferenceType PersonReferenceType \N \N \N \N \N 2 \N \N \N \N \N LIF f \N f \N \N +262 Address Address \N \N \N \N \N 12 \N \N \N \N \N LIF f \N f \N \N +263 Address Address \N \N \N \N \N 3 \N \N \N \N \N LIF f \N f \N \N +264 Person Person \N \N \N \N \N 4 \N \N \N \N \N LIF f \N f \N \N +265 PersonBioDemographics PersonBioDemographics \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +266 PersonName PersonName \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +267 Address Address \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +268 PersonIdentifier PersonIdentifier \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +269 Contact Contact \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +270 PersonRelation PersonRelation \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +271 Proficiency Proficiency \N \N \N \N \N 5 \N \N \N \N \N LIF f \N f \N \N +272 BirthData BirthData \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +273 Name Name \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +274 StudentEducationOrganizationAssociation StudentEducationOrganizationAssociation \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +275 ElectronicMail ElectronicMail \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +276 Student Student \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +277 StudentIdentificationCode StudentIdentificationCode \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +278 IdentificationDocument IdentificationDocument \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +279 Address Address \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +280 Telephone Telephone \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +281 Citizenship Citizenship \N \N \N \N \N 6 \N \N \N \N \N LIF f \N f \N \N +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 +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 +289 Location Location \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +290 Address Address \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +291 Geometry Geometry \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +292 Phone Phone \N \N \N \N \N 7 \N \N \N \N \N LIF f \N f \N \N +293 Person Person \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +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 +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 +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 +311 ProgramOffering ProgramOffering \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +312 OfferingEnabler OfferingEnabler \N \N \N \N \N 8 \N \N \N \N \N LIF f \N f \N \N +313 CourseInstructionSiteType CourseInstructionSiteType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +314 AcademicProgramNameType AcademicProgramNameType \N \N \N \N \N 9 \N \N \N \N \N LIF f \N f \N \N +240 Residency Person.Residency \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +242 Email Common.Contact.Email \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +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 +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 +42 ProficiencyDefinition CompetencyFramework.Competency.ProficiencyDefinition The definition of the how the competency is assessed for proficiency. \N No No \N 1 This might should be 0..* if there are more than one proficiency definition for the competency. \N \N \N \N LIF f \N f \N \N +80 CourseLearningExperience Person.CourseLearningExperience \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +336 Org2ExtensionEntity Org2ExtensionEntity This entity was created to demonstrate an entity that is an extension authored by Organization 2 (Org2). \N No Yes LIF-Addition 18 \N \N \N \N \N Org2 t \N f \N \N +41 Competency CompetencyFramework.Competency \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +43 ProficiencyLevel CompetencyFramework.Competency.ProficiencyDefinition.ProficiencyLevel \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +44 Association CompetencyFramework.Association \N \N Yes Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +45 CompetencyAlignments CompetencyFramework.Competency.CompetencyAlignments \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +46 Accessibility CompetencyFramework.Competency.Accessibility \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +47 Proficiency Person.Proficiency \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +73 Consent Person.Consent A record instance describing consent obtained for a user or data subject. \N No Yes LIF 1 \N \N \N \N \N LIF f \N f \N \N +74 LegalCode Common.LegalCode \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +75 AuditHistory Person.Consent.AuditHistory Mechanism for recording and tracking consent-related activities and changes. \N No Yes LIF 1 CM3/21: Unclear how this is actually represented? \N \N \N \N LIF f \N f \N \N +77 Course Course \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +369 Accreditation Accreditation \N \N \N Yes \N 17 \N \N 2025-10-03 17:28:00+00 \N MDRUser StateU t \N t \N \N +131 Criteria Credential.Requirements.Criteria The required criteria, or what is needed to earn the credential. \N No Yes OB2 1 in programs \N \N \N \N LIF f \N f \N \N +133 CredentialAlignments Credential.CredentialAlignments Any and all alignments to or from the Credential. \N No Yes CLR v2 / Open Badges v3 1 \N \N \N \N \N LIF f \N f \N \N +135 Identity Person.CredentialAward.Identity \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +136 Evidence Person.CredentialAward.Evidence \N \N No Yes CLR v2 / Open Badges v3 1 \N \N \N \N \N LIF f \N f \N \N +185 Position Position \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +186 IndustryCode Position.IndustryCode \N \N No Yes \N 1 Could be a list, specific to the job, not the organization. Should handle non-NAICS industries \N \N \N \N LIF f \N f \N \N +76 Common Common \N \N \N Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +130 Requirements Credential.Requirements The requirements to achieve the credential. \N No Yes New 1 \N \N \N \N \N LIF f \N f \N \N +237 Name Person.Name \N 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’s cultural connectedness to people and land, how people traverse multiple ways of “naming” and the impact of “naming” 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 “name” and “name type” as well as inclusion of multiple characters, unlimited character length, etc). \n2. The variety of ways the standards treat “person name” 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 “name” and “name type” 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’t 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 “legal name” vs. “preferred name” 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“Title” “Suffix” and “prefix” components of a person’s 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 “titles, suffix, and/or prefix” 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. No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +190 Membership Position.Membership \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +191 Wage Position.Wage \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +192 EmploymentLearningExperience Person.EmploymentLearningExperience \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +193 MilitaryLearningExperience Person.MilitaryLearningExperience \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +212 Organization Organization \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +213 OrganizationCode Organization.OrganizationCode \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +214 OperationalStatus Organization.OperationalStatus \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +215 Accreditation Common.Accreditation \N \N No Yes CEDS 1 2024-10-04: Abhishek: We have same entity in Credential so we are moving this entity to common and creating inter-entity link. \N \N \N \N LIF f \N f \N \N +241 Contact Common.Contact \N Using or treating someone's contact information can have several equity implications, particularly concerning privacy, consent, and potential misuse. No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +243 Telephone Common.Contact.Telephone \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +244 Birth Person.Birth \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +245 Death Person.Death \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +246 SexAndGender Person.SexAndGender \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +247 Culture Person.Culture \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +248 Demographics Person.Demographics \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +250 Language Person.Language \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +304 Program Program \N \N No Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +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 +354 TestEntity6 TestEntity6 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 +339 TestUpdateLIFEntity TestUpdateLIFEntity Test of updating LIF Entity Test considerations No Yes \N 1 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Unicon f Test extension notes t \N \N +378 preferred_org_types person.employment.preferences.preferred_org_types \N \N No Yes \N 26 \N \N 2025-10-08 22:14:00+00 \N MDRUser \N f \N t \N \N +355 TestEntity7 TestEntity7 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 +349 TestEntity TestEntity 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 +350 TestEntity2 TestEntity2 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 +351 TestEntity3 TestEntity3 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 +352 TestEntity4 TestEntity4 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 +353 TestEntity5 TestEntity5 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 +342 TestOrgEntity TestOrgEntity Test of creating an org LIF extension Entity Test considerations No Yes \N 17 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Unicon t \N f \N \N +356 Test2UpdateLIFEntity Test2UpdateLIFEntity Test of updating LIF Entity Test considerations No Yes \N 1 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Unicon f Test extension notes t \N \N +347 TestChildLIFEntity TestChildLIFEntity Test of creating a new LIF Entity Test considerations No Yes \N 1 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Unicon f Test extension notes t \N \N +346 TestUpdatedLIFEntity TestUpdatedLIFEntity Test of updating LIF Entity Test considerations No Yes \N 1 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz Unicon f Test extension notes t \N \N +189 EmploymentTypeStatus Person.EmploymentLearningExperience.EmploymentTypeStatus \N \N No Yes \N 1 \N \N \N \N \N LIF f \N t \N \N +357 Accreditation Credential.Accreditation \N \N \N Yes \N 1 \N \N 2025-09-30 00:22:00+00 \N UX LIF f \N t \N \N +375 person person \N \N Yes No \N 26 \N \N 2025-10-08 22:11:00+00 \N MDRUser \N f \N f \N \N +376 employment person.employment \N \N Yes No \N 26 \N \N 2025-10-08 22:12:00+00 \N MDRUser \N f \N f \N \N +377 preferences person.employment.preferences \N \N Yes No \N 26 \N \N 2025-10-08 22:13:00+00 \N MDRUser \N f \N f \N \N +40 CompetencyFramework CompetencyFramework \N \N \N Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +358 Accreditation Accreditation \N \N \N Yes \N 17 \N \N 2025-10-02 19:17:00+00 \N MDRUser StateU t \N t \N \N +132 Image Credential.Image IRI or document representing an image of the credential. This must be a PNG or SVG image. \N No Yes Open Badges v2 1 \N \N \N \N \N LIF f \N f \N \N +4 Person Person \N \N Yes Yes \N 1 \N \N \N \N \N LIF f \N f \N \N +321 credentialSubject OpenBadgeCredential.credentialSubject \N \N \N \N \N 16 \N \N \N \N \N StateU f \N f \N \N +322 source OpenBadgeCredential.credentialSubject.source \N \N \N No \N 16 \N \N \N \N \N StateU f \N f \N \N +323 identifier OpenBadgeCredential.credentialSubject.identifier \N \N \N Yes \N 16 \N \N \N \N \N StateU f \N f \N \N +324 alignment achievement.alignment \N \N \N No \N 16 \N \N \N \N \N StateU f \N f \N \N +325 creator achievement.creator \N \N \N No \N 16 Deduplication with Organization entity should be considered \N \N \N \N StateU f \N f \N \N +326 otherIdentifier achievement.creator.otherIdentifier \N \N \N Yes \N 16 Used Inter-Entity Link to connect Identifier to Organization \N \N \N \N StateU f \N f \N \N +327 issuer OpenBadgeCredential.issuer \N \N \N No \N 16 \N \N \N \N \N StateU f \N f \N \N +328 credentialSchema OpenBadgeCredential.credentialSchema \N \N \N Yes \N 16 N/A \N \N \N \N StateU f \N f \N \N +329 credentialStatus OpenBadgeCredential.credentialStatus \N \N \N No \N 16 N/A \N \N \N \N StateU f \N f \N \N +330 refreshService OpenBadgeCredential.refreshService \N \N \N No \N 16 N/A \N \N \N \N StateU f \N f \N \N +331 OpenBadgeCredential OpenBadgeCredential \N \N \N \N \N 16 \N \N \N \N \N StateU f \N f \N \N +333 achievement achievement \N \N \N \N \N 16 \N \N \N \N \N StateU f \N f \N \N +334 address address \N \N \N \N \N 16 \N \N \N \N \N StateU f \N f \N \N +335 criteria criteria \N \N \N \N \N 16 \N \N \N \N \N StateU f \N f \N \N +239 Address Common.Contact.Address \N 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’s 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 “where people live” “reside” “are from” and “their address status” (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 “address” 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 “address” 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 “address” 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. Yes Yes \N 1 CM: 2/20: Overall need to consider a more generic Address class, which deviates from the CED-originated approach. See more specific comments below from MP. \N \N \N \N LIF f \N f \N \N +332 Image Image \N \N \N \N \N 16 \N \N \N \N \N StateU f \N f \N \N +374 Interactions Person.Interactions \N No Yes 17 \N \N \N \N \N StateU t \N f \N \N +344 TestPartnerEntity TestPartnerEntity 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 StateU t \N f \N \N +343 TestOrgChildEntity TestOrgChildEntity Test of creating an org Child LIF extension Entity Test considerations No Yes \N 17 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz StateU t \N t \N \N +348 TestOrgChildEntity TestOrgChildEntity Test of creating an org Child LIF extension Entity Test considerations No Yes \N 17 Test notes 2025-08-17 16:19:22.543+00 2025-08-17 16:19:22.543+00 \N Mary Gwozdz StateU t \N t \N \N +364 MinimumAmount RemunerationPackage.Ranges.MinimumAmount \N \N No Yes \N 17 \N \N 2025-10-02 20:50:00+00 \N MDRUser StateU t \N f \N \N +360 Narrative Person.Narrative \N \N No Yes \N 17 \N \N 2025-10-02 19:21:00+00 \N MDRUser StateU t \N f \N \N +363 Ranges RemunerationPackage.Ranges \N \N No Yes \N 17 \N \N 2025-10-02 20:46:00+00 \N MDRUser StateU t \N f \N \N +362 RemunerationPackage RemunerationPackage \N \N No Yes \N 17 \N \N 2025-10-02 20:46:00+00 \N MDRUser StateU t \N f \N \N +365 Texts Narrative.Texts \N \N No Yes \N 17 \N \N 2025-10-02 20:55:00+00 \N MDRUser StateU t \N f \N \N +361 PositionPreferences Person.PositionPreferences \N \N No Yes \N 17 \N \N 2025-10-02 19:22:00+00 \N MDRUser StateU t \N f \N \N +366 Relocation Person.PositionPreferences.Relocation \N \N No Yes \N 17 \N \N 2025-10-02 23:25:00+00 \N MDRUser StateU t \N f \N \N +367 RemoteWork Person.PositionPreferences.RemoteWork \N \N No Yes \N 17 \N \N 2025-10-02 23:27:00+00 \N MDRUser StateU t \N f \N \N +368 Travel Person.PositionPreferences.Travel \N \N No Yes \N 17 \N \N 2025-10-02 23:28:00+00 \N MDRUser StateU t \N f \N \N +359 EmploymentPreferences Person.EmploymentPreferences \N \N No Yes \N 17 \N \N 2025-10-02 19:20:00+00 \N MDRUser StateU t \N f \N \N +373 image Credential.image IRI or document representing an image of the credential. This must be a PNG or SVG image. \N No Yes Open Badges v2 17 \N \N \N \N \N StateU t \N t \N \N +337 StateUExtensionEntity StateUExtensionEntity An entity added for the purpose of being an example of a StateU extension. \N No Yes LIF-Addition 17 \N \N \N \N \N StateU t \N f \N \N +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 +\. + + +-- +-- Data for Name: EntityAssociation; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."EntityAssociation" ("Id", "ParentEntityId", "ChildEntityId", "Relationship", "Placement", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted", "Extension", "ExtensionNotes", "ExtendedByDataModelId") FROM stdin; +1 1 2 \N \N \N \N \N \N \N LIF f f \N \N +2 4 3 \N \N \N \N \N \N \N LIF f f \N \N +11 4 73 \N \N \N \N \N \N \N LIF f f \N \N +16 4 80 \N \N \N \N \N \N \N LIF f f \N \N +21 4 134 \N \N \N \N \N \N \N LIF f f \N \N +30 4 192 \N \N \N \N \N \N \N LIF f f \N \N +31 4 193 \N \N \N \N \N \N \N LIF f f \N \N +35 4 237 \N \N \N \N \N \N \N LIF f f \N \N +60 1 41 demonstrates Reference \N \N \N \N \N LIF f f \N \N +62 1 212 awardedBy Reference \N \N \N \N \N LIF f f \N \N +70 3 4 assertedBy Reference \N \N \N \N \N LIF f f \N \N +71 3 212 assertedBy Reference \N \N \N \N \N LIF f f \N \N +38 4 240 \N \N \N \N \N \N \N LIF f f \N \N +42 4 244 \N \N \N \N \N \N \N LIF f f \N \N +43 4 245 \N \N \N \N \N \N \N LIF f f \N \N +44 4 246 \N \N \N \N \N \N \N LIF f f \N \N +45 4 247 \N \N \N \N \N \N \N LIF f f \N \N +46 4 248 \N \N \N \N \N \N \N LIF f f \N \N +47 4 249 \N \N \N \N \N \N \N LIF f f \N \N +48 4 250 \N \N \N \N \N \N \N LIF f f \N \N +49 4 305 \N \N \N \N \N \N \N LIF f f \N \N +3 40 41 \N \N \N \N \N \N \N LIF f f \N \N +6 40 44 \N \N \N \N \N \N \N LIF f f \N \N +8 40 45 \N \N \N \N \N \N \N LIF f f \N \N +4 41 42 \N \N \N \N \N \N \N LIF f f \N \N +7 41 45 \N \N \N \N \N \N \N LIF f f \N \N +9 41 46 \N \N \N \N \N \N \N LIF f f \N \N +76 41 129 requires Reference \N \N \N \N \N LIF f f \N \N +5 42 43 \N \N \N \N \N \N \N LIF f f \N \N +13 73 75 \N \N \N \N \N \N \N LIF f f \N \N +12 76 74 \N \N \N \N \N \N \N LIF f f \N \N +34 76 215 \N \N \N \N \N \N \N LIF f f \N \N +36 76 238 \N \N \N \N \N \N \N LIF f f \N \N +39 76 241 \N \N \N \N \N \N \N LIF f f \N \N +88 80 212 assertedBy Reference \N \N \N \N \N LIF f f \N \N +17 129 130 \N \N \N \N \N \N \N LIF f f \N \N +19 129 132 \N \N \N \N \N \N \N LIF f f \N \N +20 129 133 \N \N \N \N \N \N \N LIF f f \N \N +91 129 304 aligned Reference \N \N \N \N \N LIF f f \N \N +95 134 129 InstanceOf Reference Specification of the Credential \N \N \N \N LIF f f \N \N +18 130 131 \N \N \N \N \N \N \N LIF f f \N \N +22 134 135 \N \N \N \N \N \N \N LIF f f \N \N +23 134 136 \N \N \N \N \N \N \N LIF f f \N \N +24 185 186 \N \N \N \N \N \N \N LIF f f \N \N +26 185 188 \N \N \N \N \N \N \N LIF f f \N \N +28 185 190 \N \N \N \N \N \N \N LIF f f \N \N +29 185 191 \N \N \N \N \N \N \N LIF f f \N \N +25 192 187 \N \N \N \N \N \N \N LIF f f \N \N +32 212 213 \N \N \N \N \N \N \N LIF f f \N \N +33 212 214 \N \N \N \N \N \N \N LIF f f \N \N +37 241 239 \N \N \N \N \N \N \N LIF f f \N \N +40 241 242 \N \N \N \N \N \N \N LIF f f \N \N +41 241 243 \N \N \N \N \N \N \N LIF f f \N \N +27 192 189 \N \N \N \N \N \N \N LIF t f \N \N +10 4 47 \N Embedded \N \N \N \N \N LIF f f \N \N +115 193 4 assertedBy Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +73 3 47 Reference Not labelled on diagram \N \N \N \N LIF f f \N \N +83 80 3 Reference \N \N \N \N \N LIF f f \N \N +84 80 193 Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +85 80 305 Reference \N \N \N \N \N LIF f f \N \N +68 3 192 Reference \N \N \N \N \N LIF f f \N \N +132 305 3 Reference \N \N \N \N \N LIF f f \N \N +64 3 3 Reference \N \N \N \N \N LIF f f \N \N +65 3 193 Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +99 192 193 Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +100 192 305 Reference \N \N \N \N \N LIF f f \N \N +66 3 305 Reference \N \N \N \N \N LIF f f \N \N +67 3 80 Reference \N \N \N \N \N LIF f f \N \N +98 192 3 Reference \N \N \N \N \N LIF f f \N \N +113 193 3 Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +96 192 185 Reference \N \N \N \N \N LIF f f \N \N +63 3 1 Reference \N \N \N \N \N LIF f f \N \N +80 80 77 Reference \N \N \N \N \N LIF f f \N \N +74 44 212 offeredBy Reference \N \N \N \N \N LIF f f \N \N +61 1 212 offeredBy Reference \N \N \N \N \N LIF f f \N \N +69 3 212 offeredBy Reference \N \N \N \N \N LIF f f \N \N +89 80 134 Reference \N \N \N \N \N LIF f f \N \N +72 3 134 Reference \N \N \N \N \N LIF f f \N \N +93 129 212 issuedBy Reference \N \N \N \N \N LIF t f \N \N +78 77 212 approvedBy Reference \N \N \N \N \N LIF f f \N \N +87 80 4 assertedBy Reference \N \N \N \N \N LIF f f \N \N +103 192 4 assertedBy Reference \N \N \N \N \N LIF f f \N \N +81 80 80 Reference \N \N \N \N \N LIF f f \N \N +124 47 41 entailed Reference \N \N \N \N \N LIF f f \N \N +125 41 41 entailed Reference \N \N \N \N \N LIF f f \N \N +126 304 41 demonstrates Reference \N \N \N \N \N LIF f f \N \N +141 73 74 basis Embedded \N \N \N \N \N LIF f f \N \N +142 73 74 withdrawalProcess Embedded \N \N \N \N \N LIF f f \N \N +116 193 212 assertedBy Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +136 305 212 assertedBy Reference \N \N \N \N \N LIF f f \N \N +135 305 4 assertedBy Reference \N \N \N \N \N LIF f f \N \N +150 4 339 \N Embedded Test notes for association 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.491+00 Mary Gwozdz Unicon t f \N \N +151 340 341 \N Reference Test updated notes for association 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.491+00 Mary Gwozdz Unicon t f \N \N +155 340 341 \N Reference Test updated notes for association 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.491+00 Mary Gwozdz Unicon f f \N \N +147 4 336 \N \N \N \N \N \N \N Org2 f t \N 18 +153 344 345 \N Embedded Test notes for association 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.49+00 \N Mary Gwozdz Org2 t t \N 18 +14 77 78 \N \N \N \N \N \N \N LIF t f \N \N +157 344 345 \N Embedded Test notes for association 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.49+00 \N Mary Gwozdz Org2 t t \N 18 +154 346 347 \N Embedded Test notes for association 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.491+00 Mary Gwozdz Unicon t f \N \N +161 41 238 \N Embedded \N \N \N \N \N LIF f f \N \N +140 212 241 Embedded Abhishek: We (Mary and Abhishek) moved out contact from Person so that we can use the same entity in Person and Organizarion entities. \N \N \N \N LIF f f \N \N +139 4 241 Embedded Abhishek: We (Mary and Abhishek) moved out contact from Person so that we can use the same entity in Person and Organizarion entities \N \N \N \N LIF f f \N \N +119 212 238 Embedded \N \N \N \N \N LIF f f \N \N +118 193 47 Reference Not labelled on diagram. Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +138 305 47 Reference Not labelled on diagram \N \N \N \N LIF f f \N \N +143 212 215 Embedded 2024-10-04: Abhishek: We have same entity in Organization so we are moving this entity to common and creating inter-entity link. \N \N \N \N LIF f f \N \N +111 193 80 Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +130 305 80 Reference \N \N \N \N \N LIF f f \N \N +112 193 192 Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +131 305 192 Reference \N \N \N \N \N LIF f f \N \N +109 193 193 Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +110 193 305 Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +133 305 193 Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +129 305 305 Reference \N \N \N \N \N LIF f f \N \N +122 47 42 Reference Competency is the proficiency definition; link appears elsewhere \N \N \N \N LIF f f \N \N +128 305 304 Reference \N \N \N \N \N LIF f f \N \N +114 193 212 offeredBy Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +134 305 212 offeredBy Reference \N \N \N \N \N LIF f f \N \N +137 305 134 Reference \N \N \N \N \N LIF f f \N \N +117 193 134 Reference Please check Employment workbook for the definition of MilitaryLearningExperience entity. \N \N \N \N LIF f f \N \N +104 192 212 assertedBy Reference \N \N \N \N \N LIF f f \N \N +160 129 215 Embedded \N \N \N \N \N LIF f f \N \N +77 77 212 accreditedBy Reference \N \N \N \N \N LIF f f \N \N +106 192 47 Reference Not labelled on diagram \N \N \N \N LIF f f \N \N +101 192 80 Reference \N \N \N \N \N LIF f f \N \N +102 192 212 offeredBy Reference \N \N \N \N \N LIF f f \N \N +123 47 134 Reference \N \N \N \N \N LIF f f \N \N +105 192 134 Reference \N \N \N \N \N LIF f f \N \N +107 192 212 approvedBy Reference \N \N \N \N \N LIF f f \N \N +181 375 376 \N Embedded \N 2025-10-08 22:13:00+00 2025-10-08 22:13:00+00 \N MDRUser \N f f \N \N +182 376 377 \N Embedded \N 2025-10-08 22:13:00+00 2025-10-08 22:13:00+00 \N MDRUser \N f f \N \N +183 377 378 \N Embedded \N 2025-10-08 22:14:00+00 2025-10-08 22:14:00+00 \N MDRUser \N t f \N \N +120 4 238 Embedded We put this as an array as any of this kind of links can have one DB primary key and/ or other key from the data sources.\nPlease check Person workbook for the definition of Identifier entity. \N \N \N \N LIF f f \N \N +92 129 212 issuedBy Reference \N \N \N \N \N LIF f f \N \N +82 80 192 Reference \N \N \N \N \N LIF f f \N \N +97 192 192 Reference \N \N \N \N \N LIF f f \N \N +86 80 212 offeredBy Reference \N \N \N \N \N LIF f f \N \N +121 185 212 offeredBy Reference \N \N \N \N \N LIF f f \N \N +79 77 238 Embedded \N \N \N \N \N LIF f f \N \N +90 80 47 Reference Not labelled on diagram \N \N \N \N LIF f f \N \N +127 304 212 offeredBy Reference This field is not a duplicate with ProgramLearningExperience.offerredByOrganization because the experience may be offerred by a different organization than the one that offers the program even though this will be the same organization in many cases. \N \N \N \N LIF f f \N \N +184 238 212 issuedBy Reference \N \N \N \N \N LIF f f \N \N +94 134 212 issuedBy Reference \N \N \N \N \N LIF f f \N \N +50 331 321 \N \N \N \N \N \N \N StateU f f \N \N +51 321 322 \N \N \N \N \N \N \N StateU f f \N \N +52 321 323 \N \N \N \N \N \N \N StateU f f \N \N +53 333 324 \N \N \N \N \N \N \N StateU f f \N \N +54 333 325 \N \N \N \N \N \N \N StateU f f \N \N +55 325 326 \N \N \N \N \N \N \N StateU f f \N \N +56 331 327 \N \N \N \N \N \N \N StateU f f \N \N +57 331 328 \N \N \N \N \N \N \N StateU f f \N \N +58 331 329 \N \N \N \N \N \N \N StateU f f \N \N +59 331 330 \N \N \N \N \N \N \N StateU f f \N \N +152 342 343 \N Embedded Test notes for association 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.49+00 \N Mary Gwozdz StateU t t \N 17 +156 342 348 \N Embedded Test notes for association 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.49+00 \N Mary Gwozdz StateU t t \N 17 +158 4 342 \N Embedded Test notes for association 2025-08-17 16:50:35.49+00 2025-08-17 16:50:35.49+00 \N Mary Gwozdz StateU f t \N 17 +162 4 359 \N Embedded \N 2025-10-02 19:21:00+00 2025-10-02 19:21:00+00 \N MDRUser StateU f t \N 17 +163 4 360 \N Embedded \N 2025-10-02 19:22:00+00 2025-10-02 19:22:00+00 \N MDRUser StateU f t \N 17 +164 4 361 \N Embedded \N 2025-10-02 19:22:00+00 2025-10-02 19:22:00+00 \N MDRUser StateU f t \N 17 +165 362 363 \N Embedded \N 2025-10-02 20:46:00+00 2025-10-02 20:46:00+00 \N MDRUser StateU f t \N 17 +166 363 364 \N Embedded \N 2025-10-02 20:50:00+00 2025-10-02 20:50:00+00 \N MDRUser StateU f t \N 17 +167 360 365 \N Embedded \N 2025-10-02 20:55:00+00 2025-10-02 20:55:00+00 \N MDRUser StateU f t \N 17 +168 361 366 \N Embedded \N 2025-10-02 23:26:00+00 2025-10-02 23:26:00+00 \N MDRUser StateU f t \N 17 +169 361 367 \N Embedded \N 2025-10-02 23:28:00+00 2025-10-02 23:28:00+00 \N MDRUser StateU f t \N 17 +170 361 368 \N Embedded \N 2025-10-02 23:29:00+00 2025-10-02 23:29:00+00 \N MDRUser StateU f t \N 17 +146 4 337 \N \N \N \N \N \N \N StateU t t \N 17 +149 337 336 \N \N \N \N \N \N \N StateU t t \N 17 +148 337 338 \N \N \N \N \N \N \N StateU t t \N 17 +176 359 212 offeredBy Reference \N \N \N \N StateU f t \N 17 +178 129 373 \N Reference \N \N \N \N \N StateU f t \N 17 +174 361 362 offeredBy Reference \N \N \N \N StateU f t \N 17 +180 4 374 \N Embedded \N \N \N \N \N StateU f f \N 17 +179 134 373 \N Embedded \N \N \N \N \N StateU f f \N 17 +\. + + +-- +-- Data for Name: EntityAttributeAssociation; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."EntityAttributeAssociation" ("Id", "EntityId", "AttributeId", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted", "ExtendedByDataModelId") FROM stdin; +28 2 28 \N \N \N \N \N LIF f \N +29 2 29 \N \N \N \N \N LIF f \N +30 2 30 \N \N \N \N \N LIF f \N +31 2 31 \N \N \N \N \N LIF f \N +32 2 32 \N \N \N \N \N LIF f \N +54 3 54 \N \N \N \N \N LIF f \N +55 3 55 \N \N \N \N \N LIF f \N +57 3 57 \N \N \N \N \N LIF f \N +58 3 58 \N \N \N \N \N LIF f \N +59 3 59 \N \N \N \N \N LIF f \N +60 3 60 \N \N \N \N \N LIF f \N +61 3 61 \N \N \N \N \N LIF f \N +62 3 62 \N \N \N \N \N LIF f \N +63 3 63 \N \N \N \N \N LIF f \N +64 3 64 \N \N \N \N \N LIF f \N +65 3 65 \N \N \N \N \N LIF f \N +66 3 66 \N \N \N \N \N LIF f \N +67 3 67 \N \N \N \N \N LIF f \N +68 3 68 \N \N \N \N \N LIF f \N +53 4 53 \N \N \N \N \N LIF f \N +276 44 277 \N \N \N \N \N LIF f \N +277 44 278 \N \N \N \N \N LIF f \N +278 44 279 \N \N \N \N \N LIF f \N +279 44 280 \N \N \N \N \N LIF f \N +280 44 281 \N \N \N \N \N LIF f \N +281 44 282 \N \N \N \N \N LIF f \N +282 44 283 \N \N \N \N \N LIF f \N +285 45 286 \N \N \N \N \N LIF f \N +286 45 287 \N \N \N \N \N LIF f \N +287 45 288 \N \N \N \N \N LIF f \N +288 45 289 \N \N \N \N \N LIF f \N +289 45 290 \N \N \N \N \N LIF f \N +290 45 291 \N \N \N \N \N LIF f \N +292 46 293 \N \N \N \N \N LIF f \N +293 46 294 \N \N \N \N \N LIF f \N +295 47 296 \N \N \N \N \N LIF f \N +296 47 297 \N \N \N \N \N LIF f \N +297 47 298 \N \N \N \N \N LIF f \N +298 47 299 \N \N \N \N \N LIF f \N +299 47 300 \N \N \N \N \N LIF f \N +300 47 301 \N \N \N \N \N LIF f \N +831 134 835 \N \N \N \N \N LIF f \N +832 134 836 \N \N \N \N \N LIF f \N +833 134 837 \N \N \N \N \N LIF f \N +69 5 69 \N \N \N \N \N LIF f \N +70 5 70 \N \N \N \N \N LIF f \N +71 5 71 \N \N \N \N \N LIF f \N +72 5 72 \N \N \N \N \N LIF f \N +73 5 73 \N \N \N \N \N LIF f \N +74 5 74 \N \N \N \N \N LIF f \N +75 5 75 \N \N \N \N \N LIF f \N +76 5 76 \N \N \N \N \N LIF f \N +77 5 77 \N \N \N \N \N LIF f \N +78 6 78 \N \N \N \N \N LIF f \N +79 5 79 \N \N \N \N \N LIF f \N +80 5 80 \N \N \N \N \N LIF f \N +81 7 81 \N \N \N \N \N LIF f \N +82 7 82 \N \N \N \N \N LIF f \N +83 6 83 \N \N \N \N \N LIF f \N +84 6 84 \N \N \N \N \N LIF f \N +85 8 85 \N \N \N \N \N LIF f \N +86 9 86 \N \N \N \N \N LIF f \N +87 5 87 \N \N \N \N \N LIF f \N +88 10 88 \N \N \N \N \N LIF f \N +89 9 89 \N \N \N \N \N LIF f \N +90 5 90 \N \N \N \N \N LIF f \N +91 9 92 \N \N \N \N \N LIF f \N +92 12 93 \N \N \N \N \N LIF f \N +93 12 94 \N \N \N \N \N LIF f \N +94 12 95 \N \N \N \N \N LIF f \N +95 12 96 \N \N \N \N \N LIF f \N +96 12 97 \N \N \N \N \N LIF f \N +97 12 98 \N \N \N \N \N LIF f \N +98 12 99 \N \N \N \N \N LIF f \N +99 13 100 \N \N \N \N \N LIF f \N +100 13 101 \N \N \N \N \N LIF f \N +101 12 102 \N \N \N \N \N LIF f \N +102 12 103 \N \N \N \N \N LIF f \N +103 12 104 \N \N \N \N \N LIF f \N +104 12 105 \N \N \N \N \N LIF f \N +105 12 106 \N \N \N \N \N LIF f \N +106 14 107 \N \N \N \N \N LIF f \N +107 15 108 \N \N \N \N \N LIF f \N +108 15 109 \N \N \N \N \N LIF f \N +109 15 110 \N \N \N \N \N LIF f \N +110 15 111 \N \N \N \N \N LIF f \N +111 15 112 \N \N \N \N \N LIF f \N +112 16 113 \N \N \N \N \N LIF f \N +113 12 114 \N \N \N \N \N LIF f \N +114 17 115 \N \N \N \N \N LIF f \N +115 17 116 \N \N \N \N \N LIF f \N +116 16 117 \N \N \N \N \N LIF f \N +117 18 118 \N \N \N \N \N LIF f \N +118 18 119 \N \N \N \N \N LIF f \N +119 18 120 \N \N \N \N \N LIF f \N +120 19 121 \N \N \N \N \N LIF f \N +1789 346 1828 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz LIF t \N +121 19 122 \N \N \N \N \N LIF f \N +122 20 123 \N \N \N \N \N LIF f \N +123 20 124 \N \N \N \N \N LIF f \N +124 20 125 \N \N \N \N \N LIF f \N +125 21 126 \N \N \N \N \N LIF f \N +126 21 127 \N \N \N \N \N LIF f \N +127 21 128 \N \N \N \N \N LIF f \N +128 22 129 \N \N \N \N \N LIF f \N +129 21 130 \N \N \N \N \N LIF f \N +130 23 131 \N \N \N \N \N LIF f \N +131 21 132 \N \N \N \N \N LIF f \N +132 24 133 \N \N \N \N \N LIF f \N +1793 344 1831 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 t 18 +1799 349 1841 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +133 24 134 \N \N \N \N \N LIF f \N +134 24 135 \N \N \N \N \N LIF f \N +135 24 136 \N \N \N \N \N LIF f \N +136 24 137 \N \N \N \N \N LIF f \N +137 24 138 \N \N \N \N \N LIF f \N +138 24 139 \N \N \N \N \N LIF f \N +139 24 140 \N \N \N \N \N LIF f \N +140 25 141 \N \N \N \N \N LIF f \N +141 25 142 \N \N \N \N \N LIF f \N +142 25 143 \N \N \N \N \N LIF f \N +143 25 144 \N \N \N \N \N LIF f \N +144 26 145 \N \N \N \N \N LIF f \N +145 26 146 \N \N \N \N \N LIF f \N +146 26 147 \N \N \N \N \N LIF f \N +147 26 148 \N \N \N \N \N LIF f \N +148 26 149 \N \N \N \N \N LIF f \N +149 26 150 \N \N \N \N \N LIF f \N +150 26 151 \N \N \N \N \N LIF f \N +151 26 152 \N \N \N \N \N LIF f \N +152 27 153 \N \N \N \N \N LIF f \N +153 26 154 \N \N \N \N \N LIF f \N +154 26 155 \N \N \N \N \N LIF f \N +155 26 156 \N \N \N \N \N LIF f \N +156 26 157 \N \N \N \N \N LIF f \N +157 26 158 \N \N \N \N \N LIF f \N +158 26 159 \N \N \N \N \N LIF f \N +159 26 160 \N \N \N \N \N LIF f \N +160 26 161 \N \N \N \N \N LIF f \N +161 26 162 \N \N \N \N \N LIF f \N +162 26 163 \N \N \N \N \N LIF f \N +163 28 164 \N \N \N \N \N LIF f \N +164 29 165 \N \N \N \N \N LIF f \N +165 30 166 \N \N \N \N \N LIF f \N +166 30 167 \N \N \N \N \N LIF f \N +167 27 168 \N \N \N \N \N LIF f \N +168 27 169 \N \N \N \N \N LIF f \N +169 27 170 \N \N \N \N \N LIF f \N +170 27 171 \N \N \N \N \N LIF f \N +171 31 172 \N \N \N \N \N LIF f \N +172 31 173 \N \N \N \N \N LIF f \N +173 32 174 \N \N \N \N \N LIF f \N +174 33 175 \N \N \N \N \N LIF f \N +175 31 176 \N \N \N \N \N LIF f \N +176 34 177 \N \N \N \N \N LIF f \N +177 35 178 \N \N \N \N \N LIF f \N +178 35 179 \N \N \N \N \N LIF f \N +179 35 180 \N \N \N \N \N LIF f \N +180 36 181 \N \N \N \N \N LIF f \N +181 37 182 \N \N \N \N \N LIF f \N +182 37 183 \N \N \N \N \N LIF f \N +183 37 184 \N \N \N \N \N LIF f \N +184 37 185 \N \N \N \N \N LIF f \N +185 37 186 \N \N \N \N \N LIF f \N +186 37 187 \N \N \N \N \N LIF f \N +187 37 188 \N \N \N \N \N LIF f \N +188 37 189 \N \N \N \N \N LIF f \N +189 37 190 \N \N \N \N \N LIF f \N +190 37 191 \N \N \N \N \N LIF f \N +191 37 192 \N \N \N \N \N LIF f \N +192 37 193 \N \N \N \N \N LIF f \N +193 37 194 \N \N \N \N \N LIF f \N +194 37 195 \N \N \N \N \N LIF f \N +195 37 196 \N \N \N \N \N LIF f \N +196 37 197 \N \N \N \N \N LIF f \N +197 37 198 \N \N \N \N \N LIF f \N +198 38 199 \N \N \N \N \N LIF f \N +199 37 200 \N \N \N \N \N LIF f \N +200 39 201 \N \N \N \N \N LIF f \N +201 37 202 \N \N \N \N \N LIF f \N +202 37 203 \N \N \N \N \N LIF f \N +203 37 204 \N \N \N \N \N LIF f \N +204 37 205 \N \N \N \N \N LIF f \N +205 37 206 \N \N \N \N \N LIF f \N +206 37 207 \N \N \N \N \N LIF f \N +231 41 232 \N \N \N \N \N LIF f \N +233 41 234 \N \N \N \N \N LIF f \N +234 41 235 \N \N \N \N \N LIF f \N +235 41 236 \N \N \N \N \N LIF f \N +236 41 237 \N \N \N \N \N LIF f \N +237 41 238 \N \N \N \N \N LIF f \N +238 41 239 \N \N \N \N \N LIF f \N +239 41 240 \N \N \N \N \N LIF f \N +240 41 241 \N \N \N \N \N LIF f \N +834 134 838 \N \N \N \N \N LIF f \N +835 134 839 \N \N \N \N \N LIF f \N +836 134 840 \N \N \N \N \N LIF f \N +837 135 841 \N \N \N \N \N LIF f \N +838 135 842 \N \N \N \N \N LIF f \N +839 135 843 \N \N \N \N \N LIF f \N +840 135 844 \N \N \N \N \N LIF f \N +1122 193 1147 \N \N \N \N \N LIF f \N +1123 193 1148 \N \N \N \N \N LIF f \N +1124 193 1149 \N \N \N \N \N LIF f \N +1125 193 1150 \N \N \N \N \N LIF f \N +1126 193 1151 \N \N \N \N \N LIF f \N +1127 193 1152 \N \N \N \N \N LIF f \N +1794 346 1832 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz LIF t \N +274 40 275 \N \N \N \N \N LIF f \N +241 41 242 \N \N \N \N \N LIF f \N +259 42 260 \N \N \N \N \N LIF f \N +260 42 261 \N \N \N \N \N LIF f \N +261 42 262 \N \N \N \N \N LIF f \N +262 42 263 \N \N \N \N \N LIF f \N +263 42 264 \N \N \N \N \N LIF f \N +264 42 265 \N \N \N \N \N LIF f \N +265 42 266 \N \N \N \N \N LIF f \N +266 42 267 \N \N \N \N \N LIF f \N +267 42 268 \N \N \N \N \N LIF f \N +268 42 269 \N \N \N \N \N LIF f \N +1797 344 1835 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1796 340 1834 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Unicon f 25 +269 43 270 \N \N \N \N \N LIF f \N +271 43 272 \N \N \N \N \N LIF f \N +272 43 273 \N \N \N \N \N LIF f \N +273 43 274 \N \N \N \N \N LIF f \N +275 44 276 \N \N \N \N \N LIF f \N +301 48 302 \N \N \N \N \N LIF f \N +302 48 303 \N \N \N \N \N LIF f \N +303 48 304 \N \N \N \N \N LIF f \N +304 48 305 \N \N \N \N \N LIF f \N +305 48 306 \N \N \N \N \N LIF f \N +306 49 307 \N \N \N \N \N LIF f \N +307 50 308 \N \N \N \N \N LIF f \N +308 51 309 \N \N \N \N \N LIF f \N +309 52 310 \N \N \N \N \N LIF f \N +310 53 311 \N \N \N \N \N LIF f \N +311 54 312 \N \N \N \N \N LIF f \N +312 54 313 \N \N \N \N \N LIF f \N +313 54 314 \N \N \N \N \N LIF f \N +314 54 315 \N \N \N \N \N LIF f \N +315 54 316 \N \N \N \N \N LIF f \N +316 54 317 \N \N \N \N \N LIF f \N +317 54 318 \N \N \N \N \N LIF f \N +318 54 319 \N \N \N \N \N LIF f \N +319 54 320 \N \N \N \N \N LIF f \N +320 54 321 \N \N \N \N \N LIF f \N +321 54 322 \N \N \N \N \N LIF f \N +322 54 323 \N \N \N \N \N LIF f \N +323 54 324 \N \N \N \N \N LIF f \N +324 54 325 \N \N \N \N \N LIF f \N +325 54 326 \N \N \N \N \N LIF f \N +326 54 327 \N \N \N \N \N LIF f \N +327 55 328 \N \N \N \N \N LIF f \N +328 55 329 \N \N \N \N \N LIF f \N +329 55 330 \N \N \N \N \N LIF f \N +330 54 331 \N \N \N \N \N LIF f \N +331 54 332 \N \N \N \N \N LIF f \N +332 54 333 \N \N \N \N \N LIF f \N +333 54 334 \N \N \N \N \N LIF f \N +334 54 335 \N \N \N \N \N LIF f \N +335 54 336 \N \N \N \N \N LIF f \N +336 54 337 \N \N \N \N \N LIF f \N +337 54 338 \N \N \N \N \N LIF f \N +338 54 339 \N \N \N \N \N LIF f \N +339 54 340 \N \N \N \N \N LIF f \N +340 54 341 \N \N \N \N \N LIF f \N +341 54 342 \N \N \N \N \N LIF f \N +342 54 343 \N \N \N \N \N LIF f \N +343 54 344 \N \N \N \N \N LIF f \N +344 54 345 \N \N \N \N \N LIF f \N +345 54 346 \N \N \N \N \N LIF f \N +346 54 347 \N \N \N \N \N LIF f \N +347 54 348 \N \N \N \N \N LIF f \N +348 54 349 \N \N \N \N \N LIF f \N +349 54 350 \N \N \N \N \N LIF f \N +350 54 351 \N \N \N \N \N LIF f \N +351 54 352 \N \N \N \N \N LIF f \N +352 54 353 \N \N \N \N \N LIF f \N +353 54 354 \N \N \N \N \N LIF f \N +354 54 355 \N \N \N \N \N LIF f \N +355 56 356 \N \N \N \N \N LIF f \N +356 56 357 \N \N \N \N \N LIF f \N +357 56 358 \N \N \N \N \N LIF f \N +358 54 359 \N \N \N \N \N LIF f \N +359 54 360 \N \N \N \N \N LIF f \N +360 54 361 \N \N \N \N \N LIF f \N +361 54 362 \N \N \N \N \N LIF f \N +362 54 363 \N \N \N \N \N LIF f \N +363 54 364 \N \N \N \N \N LIF f \N +364 54 365 \N \N \N \N \N LIF f \N +365 54 366 \N \N \N \N \N LIF f \N +366 54 367 \N \N \N \N \N LIF f \N +367 54 368 \N \N \N \N \N LIF f \N +368 57 369 \N \N \N \N \N LIF f \N +369 57 370 \N \N \N \N \N LIF f \N +370 58 371 \N \N \N \N \N LIF f \N +371 58 372 \N \N \N \N \N LIF f \N +372 59 373 \N \N \N \N \N LIF f \N +373 59 374 \N \N \N \N \N LIF f \N +374 59 375 \N \N \N \N \N LIF f \N +375 59 376 \N \N \N \N \N LIF f \N +376 59 377 \N \N \N \N \N LIF f \N +377 60 378 \N \N \N \N \N LIF f \N +378 61 379 \N \N \N \N \N LIF f \N +379 61 380 \N \N \N \N \N LIF f \N +380 61 381 \N \N \N \N \N LIF f \N +381 62 382 \N \N \N \N \N LIF f \N +382 62 383 \N \N \N \N \N LIF f \N +383 62 384 \N \N \N \N \N LIF f \N +384 62 385 \N \N \N \N \N LIF f \N +385 62 386 \N \N \N \N \N LIF f \N +386 62 387 \N \N \N \N \N LIF f \N +387 62 388 \N \N \N \N \N LIF f \N +388 62 389 \N \N \N \N \N LIF f \N +389 62 390 \N \N \N \N \N LIF f \N +390 62 391 \N \N \N \N \N LIF f \N +391 62 392 \N \N \N \N \N LIF f \N +392 62 393 \N \N \N \N \N LIF f \N +393 63 394 \N \N \N \N \N LIF f \N +394 63 395 \N \N \N \N \N LIF f \N +395 63 396 \N \N \N \N \N LIF f \N +396 63 397 \N \N \N \N \N LIF f \N +397 63 398 \N \N \N \N \N LIF f \N +398 62 399 \N \N \N \N \N LIF f \N +399 63 400 \N \N \N \N \N LIF f \N +400 63 401 \N \N \N \N \N LIF f \N +401 63 402 \N \N \N \N \N LIF f \N +402 63 403 \N \N \N \N \N LIF f \N +403 63 404 \N \N \N \N \N LIF f \N +404 63 405 \N \N \N \N \N LIF f \N +405 63 406 \N \N \N \N \N LIF f \N +406 63 407 \N \N \N \N \N LIF f \N +407 63 408 \N \N \N \N \N LIF f \N +408 63 409 \N \N \N \N \N LIF f \N +1798 340 1836 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Unicon f 25 +409 63 410 \N \N \N \N \N LIF f \N +410 64 411 \N \N \N \N \N LIF f \N +411 64 412 \N \N \N \N \N LIF f \N +412 64 413 \N \N \N \N \N LIF f \N +413 64 414 \N \N \N \N \N LIF f \N +414 64 415 \N \N \N \N \N LIF f \N +415 64 416 \N \N \N \N \N LIF f \N +416 64 417 \N \N \N \N \N LIF f \N +417 64 418 \N \N \N \N \N LIF f \N +418 64 419 \N \N \N \N \N LIF f \N +419 64 420 \N \N \N \N \N LIF f \N +420 64 421 \N \N \N \N \N LIF f \N +421 64 422 \N \N \N \N \N LIF f \N +422 65 423 \N \N \N \N \N LIF f \N +423 66 424 \N \N \N \N \N LIF f \N +424 64 425 \N \N \N \N \N LIF f \N +425 64 426 \N \N \N \N \N LIF f \N +426 64 427 \N \N \N \N \N LIF f \N +427 67 428 \N \N \N \N \N LIF f \N +428 67 429 \N \N \N \N \N LIF f \N +429 67 430 \N \N \N \N \N LIF f \N +430 67 431 \N \N \N \N \N LIF f \N +431 67 432 \N \N \N \N \N LIF f \N +432 67 433 \N \N \N \N \N LIF f \N +433 67 434 \N \N \N \N \N LIF f \N +434 67 435 \N \N \N \N \N LIF f \N +435 67 436 \N \N \N \N \N LIF f \N +436 67 437 \N \N \N \N \N LIF f \N +437 67 438 \N \N \N \N \N LIF f \N +438 68 439 \N \N \N \N \N LIF f \N +439 68 440 \N \N \N \N \N LIF f \N +440 68 441 \N \N \N \N \N LIF f \N +441 68 442 \N \N \N \N \N LIF f \N +442 69 443 \N \N \N \N \N LIF f \N +443 69 444 \N \N \N \N \N LIF f \N +444 69 445 \N \N \N \N \N LIF f \N +445 69 446 \N \N \N \N \N LIF f \N +446 69 447 \N \N \N \N \N LIF f \N +447 69 448 \N \N \N \N \N LIF f \N +448 69 449 \N \N \N \N \N LIF f \N +449 69 450 \N \N \N \N \N LIF f \N +450 69 451 \N \N \N \N \N LIF f \N +451 69 452 \N \N \N \N \N LIF f \N +452 69 453 \N \N \N \N \N LIF f \N +453 69 454 \N \N \N \N \N LIF f \N +454 70 455 \N \N \N \N \N LIF f \N +455 71 456 \N \N \N \N \N LIF f \N +456 71 457 \N \N \N \N \N LIF f \N +457 71 458 \N \N \N \N \N LIF f \N +458 69 459 \N \N \N \N \N LIF f \N +459 70 460 \N \N \N \N \N LIF f \N +460 70 461 \N \N \N \N \N LIF f \N +461 70 462 \N \N \N \N \N LIF f \N +462 70 463 \N \N \N \N \N LIF f \N +463 70 464 \N \N \N \N \N LIF f \N +464 70 465 \N \N \N \N \N LIF f \N +465 70 466 \N \N \N \N \N LIF f \N +466 70 467 \N \N \N \N \N LIF f \N +467 70 468 \N \N \N \N \N LIF f \N +468 72 469 \N \N \N \N \N LIF f \N +469 72 470 \N \N \N \N \N LIF f \N +470 72 471 \N \N \N \N \N LIF f \N +471 72 472 \N \N \N \N \N LIF f \N +473 73 474 \N \N \N \N \N LIF f \N +1128 193 1153 \N \N \N \N \N LIF f \N +1129 193 1154 \N \N \N \N \N LIF f \N +1131 193 1156 \N \N \N \N \N LIF f \N +1132 193 1157 \N \N \N \N \N LIF f \N +1133 193 1158 \N \N \N \N \N LIF f \N +1134 193 1159 \N \N \N \N \N LIF f \N +481 73 482 \N \N \N \N \N LIF f \N +484 74 485 \N \N \N \N \N LIF f \N +485 74 486 \N \N \N \N \N LIF f \N +486 74 487 \N \N \N \N \N LIF f \N +492 75 493 \N \N \N \N \N LIF f \N +493 75 494 \N \N \N \N \N LIF f \N +483 76 484 \N \N \N \N \N LIF f \N +497 77 498 \N \N \N \N \N LIF f \N +498 77 499 \N \N \N \N \N LIF f \N +500 77 501 \N \N \N \N \N LIF f \N +501 77 502 \N \N \N \N \N LIF f \N +502 77 503 \N \N \N \N \N LIF f \N +503 77 504 \N \N \N \N \N LIF f \N +504 77 505 \N \N \N \N \N LIF f \N +270 43 271 \N \N \N \N \N LIF t \N +554 80 555 \N \N \N \N \N LIF f \N +555 80 556 \N \N \N \N \N LIF f \N +558 80 559 \N \N \N \N \N LIF f \N +559 80 560 \N \N \N \N \N LIF f \N +560 80 561 \N \N \N \N \N LIF f \N +561 80 562 \N \N \N \N \N LIF f \N +562 80 563 \N \N \N \N \N LIF f \N +563 80 564 \N \N \N \N \N LIF f \N +564 80 565 \N \N \N \N \N LIF f \N +565 80 566 \N \N \N \N \N LIF f \N +566 80 567 \N \N \N \N \N LIF f \N +567 80 568 \N \N \N \N \N LIF f \N +568 80 569 \N \N \N \N \N LIF f \N +569 80 570 \N \N \N \N \N LIF f \N +570 80 571 \N \N \N \N \N LIF f \N +571 80 572 \N \N \N \N \N LIF f \N +572 80 573 \N \N \N \N \N LIF f \N +573 80 574 \N \N \N \N \N LIF f \N +574 80 575 \N \N \N \N \N LIF f \N +575 80 576 \N \N \N \N \N LIF f \N +576 80 577 \N \N \N \N \N LIF f \N +577 80 578 \N \N \N \N \N LIF f \N +578 80 579 \N \N \N \N \N LIF f \N +579 80 580 \N \N \N \N \N LIF f \N +580 80 581 \N \N \N \N \N LIF f \N +1135 193 1160 \N \N \N \N \N LIF f \N +1136 193 1161 \N \N \N \N \N LIF f \N +1137 193 1162 \N \N \N \N \N LIF f \N +1174 212 1199 \N \N \N \N \N LIF f \N +1175 212 1200 \N \N \N \N \N LIF f \N +1176 212 1201 \N \N \N \N \N LIF f \N +1177 212 1202 \N \N \N \N \N LIF f \N +1178 212 1203 \N \N \N \N \N LIF f \N +1179 212 1204 \N \N \N \N \N LIF f \N +1180 212 1205 \N \N \N \N \N LIF f \N +581 81 582 \N \N \N \N \N LIF f \N +582 81 583 \N \N \N \N \N LIF f \N +583 81 584 \N \N \N \N \N LIF f \N +584 81 585 \N \N \N \N \N LIF f \N +585 81 587 \N \N \N \N \N LIF f \N +586 81 586 \N \N \N \N \N LIF f \N +587 81 588 \N \N \N \N \N LIF f \N +588 81 589 \N \N \N \N \N LIF f \N +589 83 590 \N \N \N \N \N LIF f \N +590 83 591 \N \N \N \N \N LIF f \N +591 83 592 \N \N \N \N \N LIF f \N +592 83 593 \N \N \N \N \N LIF f \N +557 80 558 \N \N \N \N \N LIF t \N +593 84 594 \N \N \N \N \N LIF f \N +594 84 595 \N \N \N \N \N LIF f \N +595 85 596 \N \N \N \N \N LIF f \N +556 80 557 \N \N \N \N \N LIF t \N +596 86 597 \N \N \N \N \N LIF f \N +597 5 598 \N \N \N \N \N LIF f \N +598 83 599 \N \N \N \N \N LIF f \N +599 5 600 \N \N \N \N \N LIF f \N +600 86 602 \N \N \N \N \N LIF f \N +601 88 603 \N \N \N \N \N LIF f \N +602 5 604 \N \N \N \N \N LIF f \N +603 89 605 \N \N \N \N \N LIF f \N +604 90 606 \N \N \N \N \N LIF f \N +605 90 607 \N \N \N \N \N LIF f \N +606 90 608 \N \N \N \N \N LIF f \N +607 90 609 \N \N \N \N \N LIF f \N +608 90 610 \N \N \N \N \N LIF f \N +609 91 611 \N \N \N \N \N LIF f \N +610 91 612 \N \N \N \N \N LIF f \N +611 91 613 \N \N \N \N \N LIF f \N +612 90 614 \N \N \N \N \N LIF f \N +613 90 615 \N \N \N \N \N LIF f \N +614 90 616 \N \N \N \N \N LIF f \N +615 90 617 \N \N \N \N \N LIF f \N +616 92 618 \N \N \N \N \N LIF f \N +617 93 619 \N \N \N \N \N LIF f \N +618 93 620 \N \N \N \N \N LIF f \N +619 93 621 \N \N \N \N \N LIF f \N +620 93 622 \N \N \N \N \N LIF f \N +621 93 623 \N \N \N \N \N LIF f \N +622 92 624 \N \N \N \N \N LIF f \N +623 93 625 \N \N \N \N \N LIF f \N +624 94 626 \N \N \N \N \N LIF f \N +625 95 627 \N \N \N \N \N LIF f \N +626 94 628 \N \N \N \N \N LIF f \N +627 96 629 \N \N \N \N \N LIF f \N +628 94 630 \N \N \N \N \N LIF f \N +629 94 631 \N \N \N \N \N LIF f \N +630 94 632 \N \N \N \N \N LIF f \N +631 97 633 \N \N \N \N \N LIF f \N +632 95 634 \N \N \N \N \N LIF f \N +633 98 635 \N \N \N \N \N LIF f \N +634 96 636 \N \N \N \N \N LIF f \N +635 94 637 \N \N \N \N \N LIF f \N +636 96 638 \N \N \N \N \N LIF f \N +637 96 639 \N \N \N \N \N LIF f \N +638 96 640 \N \N \N \N \N LIF f \N +639 94 641 \N \N \N \N \N LIF f \N +640 94 642 \N \N \N \N \N LIF f \N +641 96 643 \N \N \N \N \N LIF f \N +642 94 644 \N \N \N \N \N LIF f \N +643 94 645 \N \N \N \N \N LIF f \N +644 94 646 \N \N \N \N \N LIF f \N +645 94 647 \N \N \N \N \N LIF f \N +646 94 648 \N \N \N \N \N LIF f \N +647 94 649 \N \N \N \N \N LIF f \N +648 94 650 \N \N \N \N \N LIF f \N +649 94 651 \N \N \N \N \N LIF f \N +650 94 652 \N \N \N \N \N LIF f \N +651 94 653 \N \N \N \N \N LIF f \N +652 100 655 \N \N \N \N \N LIF f \N +653 100 656 \N \N \N \N \N LIF f \N +654 100 657 \N \N \N \N \N LIF f \N +655 101 658 \N \N \N \N \N LIF f \N +656 101 659 \N \N \N \N \N LIF f \N +657 100 660 \N \N \N \N \N LIF f \N +658 100 661 \N \N \N \N \N LIF f \N +659 100 663 \N \N \N \N \N LIF f \N +660 100 664 \N \N \N \N \N LIF f \N +661 100 665 \N \N \N \N \N LIF f \N +662 102 666 \N \N \N \N \N LIF f \N +663 103 667 \N \N \N \N \N LIF f \N +664 104 668 \N \N \N \N \N LIF f \N +665 105 669 \N \N \N \N \N LIF f \N +666 106 670 \N \N \N \N \N LIF f \N +667 104 671 \N \N \N \N \N LIF f \N +668 107 672 \N \N \N \N \N LIF f \N +669 108 673 \N \N \N \N \N LIF f \N +670 109 674 \N \N \N \N \N LIF f \N +671 109 675 \N \N \N \N \N LIF f \N +672 110 676 \N \N \N \N \N LIF f \N +673 110 677 \N \N \N \N \N LIF f \N +674 111 678 \N \N \N \N \N LIF f \N +675 109 679 \N \N \N \N \N LIF f \N +676 112 680 \N \N \N \N \N LIF f \N +677 109 681 \N \N \N \N \N LIF f \N +678 33 682 \N \N \N \N \N LIF f \N +679 108 683 \N \N \N \N \N LIF f \N +680 112 684 \N \N \N \N \N LIF f \N +681 108 685 \N \N \N \N \N LIF f \N +682 108 686 \N \N \N \N \N LIF f \N +683 108 687 \N \N \N \N \N LIF f \N +684 109 688 \N \N \N \N \N LIF f \N +685 113 689 \N \N \N \N \N LIF f \N +686 114 690 \N \N \N \N \N LIF f \N +687 109 691 \N \N \N \N \N LIF f \N +688 111 692 \N \N \N \N \N LIF f \N +689 109 693 \N \N \N \N \N LIF f \N +690 111 694 \N \N \N \N \N LIF f \N +691 115 695 \N \N \N \N \N LIF f \N +692 115 696 \N \N \N \N \N LIF f \N +693 115 697 \N \N \N \N \N LIF f \N +694 114 698 \N \N \N \N \N LIF f \N +695 114 699 \N \N \N \N \N LIF f \N +696 115 700 \N \N \N \N \N LIF f \N +697 115 701 \N \N \N \N \N LIF f \N +698 116 702 \N \N \N \N \N LIF f \N +699 108 703 \N \N \N \N \N LIF f \N +700 117 704 \N \N \N \N \N LIF f \N +701 117 705 \N \N \N \N \N LIF f \N +702 118 706 \N \N \N \N \N LIF f \N +703 119 707 \N \N \N \N \N LIF f \N +704 119 708 \N \N \N \N \N LIF f \N +705 117 709 \N \N \N \N \N LIF f \N +706 117 710 \N \N \N \N \N LIF f \N +707 117 711 \N \N \N \N \N LIF f \N +708 117 712 \N \N \N \N \N LIF f \N +709 117 713 \N \N \N \N \N LIF f \N +710 117 714 \N \N \N \N \N LIF f \N +711 118 715 \N \N \N \N \N LIF f \N +712 118 716 \N \N \N \N \N LIF f \N +713 117 717 \N \N \N \N \N LIF f \N +714 117 718 \N \N \N \N \N LIF f \N +715 117 719 \N \N \N \N \N LIF f \N +716 118 720 \N \N \N \N \N LIF f \N +717 117 721 \N \N \N \N \N LIF f \N +718 117 722 \N \N \N \N \N LIF f \N +719 117 723 \N \N \N \N \N LIF f \N +720 120 724 \N \N \N \N \N LIF f \N +721 117 725 \N \N \N \N \N LIF f \N +722 117 726 \N \N \N \N \N LIF f \N +723 117 727 \N \N \N \N \N LIF f \N +724 117 728 \N \N \N \N \N LIF f \N +725 117 729 \N \N \N \N \N LIF f \N +726 117 730 \N \N \N \N \N LIF f \N +727 117 731 \N \N \N \N \N LIF f \N +728 117 732 \N \N \N \N \N LIF f \N +729 117 733 \N \N \N \N \N LIF f \N +730 117 734 \N \N \N \N \N LIF f \N +731 117 735 \N \N \N \N \N LIF f \N +732 121 736 \N \N \N \N \N LIF f \N +733 117 737 \N \N \N \N \N LIF f \N +734 117 738 \N \N \N \N \N LIF f \N +735 122 739 \N \N \N \N \N LIF f \N +736 122 740 \N \N \N \N \N LIF f \N +737 122 741 \N \N \N \N \N LIF f \N +738 122 742 \N \N \N \N \N LIF f \N +739 122 743 \N \N \N \N \N LIF f \N +740 122 744 \N \N \N \N \N LIF f \N +741 122 745 \N \N \N \N \N LIF f \N +742 123 746 \N \N \N \N \N LIF f \N +743 123 747 \N \N \N \N \N LIF f \N +744 122 748 \N \N \N \N \N LIF f \N +745 122 749 \N \N \N \N \N LIF f \N +746 122 750 \N \N \N \N \N LIF f \N +747 122 751 \N \N \N \N \N LIF f \N +748 122 752 \N \N \N \N \N LIF f \N +749 122 753 \N \N \N \N \N LIF f \N +750 122 754 \N \N \N \N \N LIF f \N +751 122 755 \N \N \N \N \N LIF f \N +752 122 756 \N \N \N \N \N LIF f \N +753 122 757 \N \N \N \N \N LIF f \N +754 122 758 \N \N \N \N \N LIF f \N +755 122 759 \N \N \N \N \N LIF f \N +756 122 760 \N \N \N \N \N LIF f \N +757 122 761 \N \N \N \N \N LIF f \N +758 122 762 \N \N \N \N \N LIF f \N +759 122 763 \N \N \N \N \N LIF f \N +760 122 764 \N \N \N \N \N LIF f \N +761 122 765 \N \N \N \N \N LIF f \N +762 122 766 \N \N \N \N \N LIF f \N +763 122 767 \N \N \N \N \N LIF f \N +764 122 768 \N \N \N \N \N LIF f \N +765 122 769 \N \N \N \N \N LIF f \N +766 122 770 \N \N \N \N \N LIF f \N +767 124 771 \N \N \N \N \N LIF f \N +768 124 772 \N \N \N \N \N LIF f \N +769 124 773 \N \N \N \N \N LIF f \N +770 125 774 \N \N \N \N \N LIF f \N +771 125 775 \N \N \N \N \N LIF f \N +772 124 776 \N \N \N \N \N LIF f \N +773 126 777 \N \N \N \N \N LIF f \N +774 124 778 \N \N \N \N \N LIF f \N +775 124 779 \N \N \N \N \N LIF f \N +776 125 780 \N \N \N \N \N LIF f \N +777 125 781 \N \N \N \N \N LIF f \N +778 127 782 \N \N \N \N \N LIF f \N +779 125 783 \N \N \N \N \N LIF f \N +780 124 784 \N \N \N \N \N LIF f \N +781 124 785 \N \N \N \N \N LIF f \N +782 127 786 \N \N \N \N \N LIF f \N +783 124 787 \N \N \N \N \N LIF f \N +784 124 788 \N \N \N \N \N LIF f \N +785 128 789 \N \N \N \N \N LIF f \N +786 125 790 \N \N \N \N \N LIF f \N +787 129 791 \N \N \N \N \N LIF f \N +802 130 806 \N \N \N \N \N LIF f \N +803 130 807 \N \N \N \N \N LIF f \N +806 130 810 \N \N \N \N \N LIF f \N +807 130 811 \N \N \N \N \N LIF f \N +808 130 812 \N \N \N \N \N LIF f \N +809 130 813 \N \N \N \N \N LIF f \N +804 131 808 \N \N \N \N \N LIF f \N +805 131 809 \N \N \N \N \N LIF f \N +814 132 818 \N \N \N \N \N LIF f \N +815 132 819 \N \N \N \N \N LIF f \N +821 133 825 \N \N \N \N \N LIF f \N +822 133 826 \N \N \N \N \N LIF f \N +823 133 827 \N \N \N \N \N LIF f \N +824 133 828 \N \N \N \N \N LIF f \N +825 133 829 \N \N \N \N \N LIF f \N +826 133 830 \N \N \N \N \N LIF f \N +829 134 833 \N \N \N \N \N LIF f \N +830 134 834 \N \N \N \N \N LIF f \N +844 136 848 \N \N \N \N \N LIF f \N +845 136 849 \N \N \N \N \N LIF f \N +846 136 850 \N \N \N \N \N LIF f \N +847 136 851 \N \N \N \N \N LIF f \N +848 136 852 \N \N \N \N \N LIF f \N +849 136 853 \N \N \N \N \N LIF f \N +850 136 854 \N \N \N \N \N LIF f \N +851 136 855 \N \N \N \N \N LIF f \N +852 136 856 \N \N \N \N \N LIF f \N +860 137 864 \N \N \N \N \N LIF f \N +861 137 865 \N \N \N \N \N LIF f \N +862 138 866 \N \N \N \N \N LIF f \N +863 137 867 \N \N \N \N \N LIF f \N +864 137 868 \N \N \N \N \N LIF f \N +865 138 869 \N \N \N \N \N LIF f \N +866 138 870 \N \N \N \N \N LIF f \N +867 139 871 \N \N \N \N \N LIF f \N +868 139 872 \N \N \N \N \N LIF f \N +869 139 873 \N \N \N \N \N LIF f \N +870 139 874 \N \N \N \N \N LIF f \N +871 139 875 \N \N \N \N \N LIF f \N +872 139 876 \N \N \N \N \N LIF f \N +873 139 877 \N \N \N \N \N LIF f \N +874 139 878 \N \N \N \N \N LIF f \N +875 139 879 \N \N \N \N \N LIF f \N +876 139 880 \N \N \N \N \N LIF f \N +877 140 881 \N \N \N \N \N LIF f \N +878 141 882 \N \N \N \N \N LIF f \N +879 141 883 \N \N \N \N \N LIF f \N +880 141 884 \N \N \N \N \N LIF f \N +881 142 885 \N \N \N \N \N LIF f \N +882 141 886 \N \N \N \N \N LIF f \N +883 142 887 \N \N \N \N \N LIF f \N +884 143 888 \N \N \N \N \N LIF f \N +885 145 895 \N \N \N \N \N LIF f \N +886 86 899 \N \N \N \N \N LIF f \N +887 86 900 \N \N \N \N \N LIF f \N +888 145 901 \N \N \N \N \N LIF f \N +889 145 902 \N \N \N \N \N LIF f \N +890 145 903 \N \N \N \N \N LIF f \N +891 84 904 \N \N \N \N \N LIF f \N +892 84 905 \N \N \N \N \N LIF f \N +893 145 906 \N \N \N \N \N LIF f \N +894 145 907 \N \N \N \N \N LIF f \N +895 146 908 \N \N \N \N \N LIF f \N +896 146 909 \N \N \N \N \N LIF f \N +897 146 910 \N \N \N \N \N LIF f \N +898 147 911 \N \N \N \N \N LIF f \N +899 147 912 \N \N \N \N \N LIF f \N +900 147 913 \N \N \N \N \N LIF f \N +901 147 914 \N \N \N \N \N LIF f \N +902 147 915 \N \N \N \N \N LIF f \N +903 147 916 \N \N \N \N \N LIF f \N +904 147 917 \N \N \N \N \N LIF f \N +905 147 918 \N \N \N \N \N LIF f \N +906 147 919 \N \N \N \N \N LIF f \N +907 147 920 \N \N \N \N \N LIF f \N +908 147 921 \N \N \N \N \N LIF f \N +909 147 922 \N \N \N \N \N LIF f \N +910 147 923 \N \N \N \N \N LIF f \N +911 147 924 \N \N \N \N \N LIF f \N +912 147 925 \N \N \N \N \N LIF f \N +913 147 926 \N \N \N \N \N LIF f \N +914 147 927 \N \N \N \N \N LIF f \N +915 147 928 \N \N \N \N \N LIF f \N +916 147 929 \N \N \N \N \N LIF f \N +917 147 930 \N \N \N \N \N LIF f \N +918 147 931 \N \N \N \N \N LIF f \N +919 147 932 \N \N \N \N \N LIF f \N +920 147 933 \N \N \N \N \N LIF f \N +921 148 934 \N \N \N \N \N LIF f \N +922 148 935 \N \N \N \N \N LIF f \N +923 148 936 \N \N \N \N \N LIF f \N +924 148 937 \N \N \N \N \N LIF f \N +925 148 938 \N \N \N \N \N LIF f \N +926 149 939 \N \N \N \N \N LIF f \N +927 149 940 \N \N \N \N \N LIF f \N +928 149 941 \N \N \N \N \N LIF f \N +929 149 942 \N \N \N \N \N LIF f \N +930 150 943 \N \N \N \N \N LIF f \N +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 +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 +938 151 951 \N \N \N \N \N LIF f \N +939 151 952 \N \N \N \N \N LIF f \N +940 153 953 \N \N \N \N \N LIF f \N +941 153 954 \N \N \N \N \N LIF f \N +942 153 955 \N \N \N \N \N LIF f \N +943 153 956 \N \N \N \N \N LIF f \N +944 154 957 \N \N \N \N \N LIF f \N +945 154 958 \N \N \N \N \N LIF f \N +946 155 959 \N \N \N \N \N LIF f \N +947 155 960 \N \N \N \N \N LIF f \N +948 154 961 \N \N \N \N \N LIF f \N +949 154 962 \N \N \N \N \N LIF f \N +950 27 963 \N \N \N \N \N LIF f \N +951 156 964 \N \N \N \N \N LIF f \N +952 156 965 \N \N \N \N \N LIF f \N +953 156 966 \N \N \N \N \N LIF f \N +954 156 967 \N \N \N \N \N LIF f \N +955 156 968 \N \N \N \N \N LIF f \N +956 156 969 \N \N \N \N \N LIF f \N +957 157 970 \N \N \N \N \N LIF f \N +958 154 971 \N \N \N \N \N LIF f \N +959 154 972 \N \N \N \N \N LIF f \N +960 154 973 \N \N \N \N \N LIF f \N +961 154 974 \N \N \N \N \N LIF f \N +962 154 975 \N \N \N \N \N LIF f \N +963 158 976 \N \N \N \N \N LIF f \N +964 158 977 \N \N \N \N \N LIF f \N +965 158 978 \N \N \N \N \N LIF f \N +966 158 979 \N \N \N \N \N LIF f \N +967 158 980 \N \N \N \N \N LIF f \N +968 159 981 \N \N \N \N \N LIF f \N +969 159 982 \N \N \N \N \N LIF f \N +970 159 983 \N \N \N \N \N LIF f \N +971 159 984 \N \N \N \N \N LIF f \N +972 160 985 \N \N \N \N \N LIF f \N +973 159 986 \N \N \N \N \N LIF f \N +974 160 987 \N \N \N \N \N LIF f \N +975 160 988 \N \N \N \N \N LIF f \N +976 33 989 \N \N \N \N \N LIF f \N +977 161 990 \N \N \N \N \N LIF f \N +978 161 991 \N \N \N \N \N LIF f \N +979 161 992 \N \N \N \N \N LIF f \N +980 162 993 \N \N \N \N \N LIF f \N +981 163 994 \N \N \N \N \N LIF f \N +982 164 995 \N \N \N \N \N LIF f \N +983 165 996 \N \N \N \N \N LIF f \N +984 166 997 \N \N \N \N \N LIF f \N +985 167 998 \N \N \N \N \N LIF f \N +986 168 999 \N \N \N \N \N LIF f \N +987 169 1000 \N \N \N \N \N LIF f \N +988 170 1001 \N \N \N \N \N LIF f \N +989 171 1002 \N \N \N \N \N LIF f \N +990 168 1003 \N \N \N \N \N LIF f \N +991 172 1004 \N \N \N \N \N LIF f \N +992 172 1005 \N \N \N \N \N LIF f \N +993 172 1006 \N \N \N \N \N LIF f \N +994 172 1007 \N \N \N \N \N LIF f \N +995 172 1008 \N \N \N \N \N LIF f \N +996 172 1009 \N \N \N \N \N LIF f \N +997 172 1010 \N \N \N \N \N LIF f \N +998 172 1011 \N \N \N \N \N LIF f \N +999 172 1012 \N \N \N \N \N LIF f \N +1000 172 1013 \N \N \N \N \N LIF f \N +1001 173 1014 \N \N \N \N \N LIF f \N +1002 172 1015 \N \N \N \N \N LIF f \N +1003 172 1016 \N \N \N \N \N LIF f \N +1004 174 1017 \N \N \N \N \N LIF f \N +1005 174 1018 \N \N \N \N \N LIF f \N +1006 173 1019 \N \N \N \N \N LIF f \N +1007 172 1020 \N \N \N \N \N LIF f \N +1008 172 1021 \N \N \N \N \N LIF f \N +1009 172 1022 \N \N \N \N \N LIF f \N +1010 172 1023 \N \N \N \N \N LIF f \N +1011 172 1024 \N \N \N \N \N LIF f \N +1012 172 1025 \N \N \N \N \N LIF f \N +1013 172 1026 \N \N \N \N \N LIF f \N +1014 175 1027 \N \N \N \N \N LIF f \N +1015 179 1040 \N \N \N \N \N LIF f \N +1016 179 1041 \N \N \N \N \N LIF f \N +1017 179 1042 \N \N \N \N \N LIF f \N +1018 179 1043 \N \N \N \N \N LIF f \N +1019 179 1044 \N \N \N \N \N LIF f \N +1020 179 1045 \N \N \N \N \N LIF f \N +1021 180 1046 \N \N \N \N \N LIF f \N +1022 180 1047 \N \N \N \N \N LIF f \N +1023 180 1048 \N \N \N \N \N LIF f \N +1024 180 1049 \N \N \N \N \N LIF f \N +1025 180 1050 \N \N \N \N \N LIF f \N +1026 180 1051 \N \N \N \N \N LIF f \N +1027 180 1052 \N \N \N \N \N LIF f \N +1028 181 1053 \N \N \N \N \N LIF f \N +1029 181 1054 \N \N \N \N \N LIF f \N +1030 181 1055 \N \N \N \N \N LIF f \N +1031 181 1056 \N \N \N \N \N LIF f \N +1032 181 1057 \N \N \N \N \N LIF f \N +1033 181 1058 \N \N \N \N \N LIF f \N +1034 181 1059 \N \N \N \N \N LIF f \N +1035 180 1060 \N \N \N \N \N LIF f \N +1036 180 1061 \N \N \N \N \N LIF f \N +1037 180 1062 \N \N \N \N \N LIF f \N +1038 182 1063 \N \N \N \N \N LIF f \N +1039 182 1064 \N \N \N \N \N LIF f \N +1040 182 1065 \N \N \N \N \N LIF f \N +1041 182 1066 \N \N \N \N \N LIF f \N +1042 182 1067 \N \N \N \N \N LIF f \N +1043 183 1068 \N \N \N \N \N LIF f \N +1044 184 1069 \N \N \N \N \N LIF f \N +1045 182 1070 \N \N \N \N \N LIF f \N +1046 182 1071 \N \N \N \N \N LIF f \N +1047 182 1072 \N \N \N \N \N LIF f \N +1048 182 1073 \N \N \N \N \N LIF f \N +1049 183 1074 \N \N \N \N \N LIF f \N +1052 186 1077 \N \N \N \N \N LIF f \N +1053 186 1078 \N \N \N \N \N LIF f \N +1068 187 1093 \N \N \N \N \N LIF f \N +1069 187 1094 \N \N \N \N \N LIF f \N +1072 188 1097 \N \N \N \N \N LIF f \N +1073 188 1098 \N \N \N \N \N LIF f \N +1183 212 1208 \N \N \N \N \N LIF f \N +1184 212 1209 \N \N \N \N \N LIF f \N +1181 213 1206 \N \N \N \N \N LIF f \N +1182 213 1207 \N \N \N \N \N LIF f \N +1185 214 1210 \N \N \N \N \N LIF f \N +1186 214 1211 \N \N \N \N \N LIF f \N +1187 214 1212 \N \N \N \N \N LIF f \N +1188 76 1213 \N \N \N \N \N LIF f \N +1087 185 1112 \N \N \N \N \N LIF f \N +1088 190 1113 \N \N \N \N \N LIF f \N +1089 190 1114 \N \N \N \N \N LIF f \N +1090 190 1115 \N \N \N \N \N LIF f \N +1095 191 1120 \N \N \N \N \N LIF f \N +1096 191 1121 \N \N \N \N \N LIF f \N +1097 191 1122 \N \N \N \N \N LIF f \N +1098 191 1123 \N \N \N \N \N LIF f \N +1082 192 1107 \N \N \N \N \N LIF f \N +1083 192 1108 \N \N \N \N \N LIF f \N +1084 192 1109 \N \N \N \N \N LIF f \N +1085 192 1110 \N \N \N \N \N LIF f \N +1086 192 1111 \N \N \N \N \N LIF f \N +1100 192 1125 \N \N \N \N \N LIF f \N +1119 193 1144 \N \N \N \N \N LIF f \N +1120 193 1145 \N \N \N \N \N LIF f \N +1121 193 1146 \N \N \N \N \N LIF f \N +1138 194 1163 \N \N \N \N \N LIF f \N +1139 195 1164 \N \N \N \N \N LIF f \N +1140 196 1165 \N \N \N \N \N LIF f \N +1141 194 1166 \N \N \N \N \N LIF f \N +1142 197 1167 \N \N \N \N \N LIF f \N +1189 215 1214 \N \N \N \N \N LIF t \N +1079 189 1104 \N \N \N \N \N LIF t \N +1081 189 1106 \N \N \N \N \N LIF t \N +1067 192 1092 \N \N \N \N \N LIF t \N +1070 187 1095 \N \N \N \N \N LIF t \N +1143 197 1168 \N \N \N \N \N LIF f \N +1144 197 1169 \N \N \N \N \N LIF f \N +1145 197 1170 \N \N \N \N \N LIF f \N +1146 196 1171 \N \N \N \N \N LIF f \N +1147 23 1172 \N \N \N \N \N LIF f \N +1148 23 1173 \N \N \N \N \N LIF f \N +1149 199 1174 \N \N \N \N \N LIF f \N +1150 199 1175 \N \N \N \N \N LIF f \N +1151 199 1176 \N \N \N \N \N LIF f \N +1152 199 1177 \N \N \N \N \N LIF f \N +1153 199 1178 \N \N \N \N \N LIF f \N +1154 33 1179 \N \N \N \N \N LIF f \N +1155 200 1180 \N \N \N \N \N LIF f \N +1156 201 1181 \N \N \N \N \N LIF f \N +1157 200 1182 \N \N \N \N \N LIF f \N +1158 200 1183 \N \N \N \N \N LIF f \N +1159 202 1184 \N \N \N \N \N LIF f \N +1160 200 1185 \N \N \N \N \N LIF f \N +1161 203 1186 \N \N \N \N \N LIF f \N +1162 204 1187 \N \N \N \N \N LIF f \N +1163 205 1188 \N \N \N \N \N LIF f \N +1164 206 1189 \N \N \N \N \N LIF f \N +1165 203 1190 \N \N \N \N \N LIF f \N +1166 207 1191 \N \N \N \N \N LIF f \N +1167 208 1192 \N \N \N \N \N LIF f \N +1168 209 1193 \N \N \N \N \N LIF f \N +1169 210 1194 \N \N \N \N \N LIF f \N +1170 211 1195 \N \N \N \N \N LIF f \N +1171 211 1196 \N \N \N \N \N LIF f \N +1172 211 1197 \N \N \N \N \N LIF f \N +1200 216 1225 \N \N \N \N \N LIF f \N +1201 217 1226 \N \N \N \N \N LIF f \N +1202 218 1227 \N \N \N \N \N LIF f \N +1203 216 1228 \N \N \N \N \N LIF f \N +1204 216 1229 \N \N \N \N \N LIF f \N +1205 219 1230 \N \N \N \N \N LIF f \N +1206 220 1231 \N \N \N \N \N LIF f \N +1207 220 1232 \N \N \N \N \N LIF f \N +1208 221 1233 \N \N \N \N \N LIF f \N +1209 221 1234 \N \N \N \N \N LIF f \N +1210 222 1235 \N \N \N \N \N LIF f \N +1211 221 1236 \N \N \N \N \N LIF f \N +1212 223 1237 \N \N \N \N \N LIF f \N +1213 224 1238 \N \N \N \N \N LIF f \N +1214 224 1239 \N \N \N \N \N LIF f \N +1215 224 1240 \N \N \N \N \N LIF f \N +1216 224 1241 \N \N \N \N \N LIF f \N +1217 225 1242 \N \N \N \N \N LIF f \N +1218 226 1243 \N \N \N \N \N LIF f \N +1219 226 1244 \N \N \N \N \N LIF f \N +1220 226 1245 \N \N \N \N \N LIF f \N +1221 226 1246 \N \N \N \N \N LIF f \N +1222 227 1247 \N \N \N \N \N LIF f \N +1223 227 1248 \N \N \N \N \N LIF f \N +1224 227 1249 \N \N \N \N \N LIF f \N +1225 227 1250 \N \N \N \N \N LIF f \N +1226 227 1251 \N \N \N \N \N LIF f \N +1227 227 1252 \N \N \N \N \N LIF f \N +1228 228 1253 \N \N \N \N \N LIF f \N +1229 228 1254 \N \N \N \N \N LIF f \N +1230 228 1255 \N \N \N \N \N LIF f \N +1231 228 1256 \N \N \N \N \N LIF f \N +1232 228 1257 \N \N \N \N \N LIF f \N +1233 229 1258 \N \N \N \N \N LIF f \N +1234 229 1259 \N \N \N \N \N LIF f \N +1235 230 1260 \N \N \N \N \N LIF f \N +1236 231 1261 \N \N \N \N \N LIF f \N +1237 232 1262 \N \N \N \N \N LIF f \N +1238 233 1263 \N \N \N \N \N LIF f \N +1239 234 1264 \N \N \N \N \N LIF f \N +1240 234 1265 \N \N \N \N \N LIF f \N +1241 234 1266 \N \N \N \N \N LIF f \N +1242 234 1267 \N \N \N \N \N LIF f \N +1243 234 1268 \N \N \N \N \N LIF f \N +1244 234 1269 \N \N \N \N \N LIF f \N +1245 234 1270 \N \N \N \N \N LIF f \N +1246 234 1271 \N \N \N \N \N LIF f \N +1247 234 1272 \N \N \N \N \N LIF f \N +1248 234 1273 \N \N \N \N \N LIF f \N +1249 234 1274 \N \N \N \N \N LIF f \N +1250 235 1275 \N \N \N \N \N LIF f \N +1251 234 1276 \N \N \N \N \N LIF f \N +1252 236 1277 \N \N \N \N \N LIF f \N +1253 236 1278 \N \N \N \N \N LIF f \N +1254 236 1279 \N \N \N \N \N LIF f \N +1255 236 1280 \N \N \N \N \N LIF f \N +1256 236 1281 \N \N \N \N \N LIF f \N +1257 236 1282 \N \N \N \N \N LIF f \N +1190 215 1215 \N \N \N \N \N LIF f \N +1191 215 1216 \N \N \N \N \N LIF f \N +1192 215 1217 \N \N \N \N \N LIF f \N +1194 215 1219 \N \N \N \N \N LIF f \N +1195 215 1220 \N \N \N \N \N LIF f \N +1196 215 1221 \N \N \N \N \N LIF f \N +1197 215 1222 \N \N \N \N \N LIF f \N +1198 215 1223 \N \N \N \N \N LIF f \N +1199 215 1224 \N \N \N \N \N LIF f \N +1279 76 1304 \N \N \N \N \N LIF f \N +1304 76 1329 \N \N \N \N \N LIF f \N +1259 237 1284 \N \N \N \N \N LIF f \N +1265 238 1290 \N \N \N \N \N LIF f \N +1266 238 1291 \N \N \N \N \N LIF f \N +1267 238 1292 \N \N \N \N \N LIF f \N +1281 239 1306 \N \N \N \N \N LIF f \N +1282 239 1307 \N \N \N \N \N LIF f \N +1283 239 1308 \N \N \N \N \N LIF f \N +1284 239 1309 \N \N \N \N \N LIF f \N +1285 239 1310 \N \N \N \N \N LIF f \N +1286 239 1311 \N \N \N \N \N LIF f \N +1287 239 1312 \N \N \N \N \N LIF f \N +1288 239 1313 \N \N \N \N \N LIF f \N +1291 239 1316 \N \N \N \N \N LIF f \N +1292 239 1317 \N \N \N \N \N LIF f \N +1293 239 1318 \N \N \N \N \N LIF f \N +1294 239 1319 \N \N \N \N \N LIF f \N +1290 240 1315 \N \N \N \N \N LIF f \N +1297 240 1322 \N \N \N \N \N LIF f \N +1384 251 1409 \N \N \N \N \N LIF f \N +1385 252 1410 \N \N \N \N \N LIF f \N +1386 252 1411 \N \N \N \N \N LIF f \N +1387 253 1412 \N \N \N \N \N LIF f \N +1388 254 1413 \N \N \N \N \N LIF f \N +1389 48 1414 \N \N \N \N \N LIF f \N +1390 48 1415 \N \N \N \N \N LIF f \N +1391 252 1416 \N \N \N \N \N LIF f \N +1392 252 1417 \N \N \N \N \N LIF f \N +1393 252 1418 \N \N \N \N \N LIF f \N +1394 252 1419 \N \N \N \N \N LIF f \N +1395 252 1420 \N \N \N \N \N LIF f \N +1396 252 1421 \N \N \N \N \N LIF f \N +1397 255 1422 \N \N \N \N \N LIF f \N +1398 255 1423 \N \N \N \N \N LIF f \N +1399 255 1424 \N \N \N \N \N LIF f \N +1400 255 1425 \N \N \N \N \N LIF f \N +1401 255 1426 \N \N \N \N \N LIF f \N +1402 255 1427 \N \N \N \N \N LIF f \N +1403 255 1428 \N \N \N \N \N LIF f \N +1404 251 1429 \N \N \N \N \N LIF f \N +1405 254 1430 \N \N \N \N \N LIF f \N +1406 256 1431 \N \N \N \N \N LIF f \N +1407 254 1432 \N \N \N \N \N LIF f \N +1408 257 1433 \N \N \N \N \N LIF f \N +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 +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 +1416 261 1441 \N \N \N \N \N LIF f \N +1417 220 1442 \N \N \N \N \N LIF f \N +1418 220 1443 \N \N \N \N \N LIF f \N +1419 262 1444 \N \N \N \N \N LIF f \N +1420 262 1445 \N \N \N \N \N LIF f \N +1421 262 1446 \N \N \N \N \N LIF f \N +1422 262 1447 \N \N \N \N \N LIF f \N +1423 262 1448 \N \N \N \N \N LIF f \N +1424 220 1449 \N \N \N \N \N LIF f \N +1425 87 601 \N \N \N \N \N LIF f \N +1426 87 1450 \N \N \N \N \N LIF f \N +1427 87 1451 \N \N \N \N \N LIF f \N +1428 87 1452 \N \N \N \N \N LIF f \N +1429 87 1453 \N \N \N \N \N LIF f \N +1430 263 1454 \N \N \N \N \N LIF f \N +1431 263 1455 \N \N \N \N \N LIF f \N +1432 263 1456 \N \N \N \N \N LIF f \N +1433 263 1457 \N \N \N \N \N LIF f \N +1434 263 1458 \N \N \N \N \N LIF f \N +1435 87 1459 \N \N \N \N \N LIF f \N +1436 264 1460 \N \N \N \N \N LIF f \N +1437 264 1461 \N \N \N \N \N LIF f \N +1438 264 1462 \N \N \N \N \N LIF f \N +1439 264 1463 \N \N \N \N \N LIF f \N +1440 264 1464 \N \N \N \N \N LIF f \N +1441 264 1465 \N \N \N \N \N LIF f \N +1442 264 1466 \N \N \N \N \N LIF f \N +1443 264 1467 \N \N \N \N \N LIF f \N +1444 264 1468 \N \N \N \N \N LIF f \N +1445 264 1469 \N \N \N \N \N LIF f \N +1446 264 1470 \N \N \N \N \N LIF f \N +1447 264 1471 \N \N \N \N \N LIF f \N +1448 264 1472 \N \N \N \N \N LIF f \N +1449 264 1473 \N \N \N \N \N LIF f \N +1450 264 1474 \N \N \N \N \N LIF f \N +1451 264 1475 \N \N \N \N \N LIF f \N +1452 264 1476 \N \N \N \N \N LIF f \N +1453 264 1477 \N \N \N \N \N LIF f \N +1454 264 1478 \N \N \N \N \N LIF f \N +1455 264 1479 \N \N \N \N \N LIF f \N +1456 264 1480 \N \N \N \N \N LIF f \N +1457 264 1481 \N \N \N \N \N LIF f \N +1458 264 1482 \N \N \N \N \N LIF f \N +1459 265 1483 \N \N \N \N \N LIF f \N +1460 266 1484 \N \N \N \N \N LIF f \N +1461 266 1485 \N \N \N \N \N LIF f \N +1462 268 1487 \N \N \N \N \N LIF f \N +1463 268 1488 \N \N \N \N \N LIF f \N +1464 266 1489 \N \N \N \N \N LIF f \N +1465 266 1490 \N \N \N \N \N LIF f \N +1466 266 1491 \N \N \N \N \N LIF f \N +1467 265 1497 \N \N \N \N \N LIF f \N +1468 269 1499 \N \N \N \N \N LIF f \N +1469 265 1500 \N \N \N \N \N LIF f \N +1470 265 1501 \N \N \N \N \N LIF f \N +1471 265 1502 \N \N \N \N \N LIF f \N +1472 270 1503 \N \N \N \N \N LIF f \N +1473 269 1504 \N \N \N \N \N LIF f \N +1474 270 1505 \N \N \N \N \N LIF f \N +1475 271 1506 \N \N \N \N \N LIF f \N +1476 272 1507 \N \N \N \N \N LIF f \N +1477 274 1510 \N \N \N \N \N LIF f \N +1478 275 1511 \N \N \N \N \N LIF f \N +1479 275 1512 \N \N \N \N \N LIF f \N +1480 276 1513 \N \N \N \N \N LIF f \N +1481 277 1514 \N \N \N \N \N LIF f \N +1482 278 1515 \N \N \N \N \N LIF f \N +1483 276 1516 \N \N \N \N \N LIF f \N +1484 279 1520 \N \N \N \N \N LIF f \N +1485 279 1521 \N \N \N \N \N LIF f \N +1486 279 1522 \N \N \N \N \N LIF f \N +1487 279 1523 \N \N \N \N \N LIF f \N +1488 279 1524 \N \N \N \N \N LIF f \N +1489 279 1525 \N \N \N \N \N LIF f \N +1490 279 1526 \N \N \N \N \N LIF f \N +1491 279 1527 \N \N \N \N \N LIF f \N +1492 279 1528 \N \N \N \N \N LIF f \N +1493 279 1529 \N \N \N \N \N LIF f \N +1494 279 1530 \N \N \N \N \N LIF f \N +1495 279 1531 \N \N \N \N \N LIF f \N +1496 279 1532 \N \N \N \N \N LIF f \N +1497 279 1533 \N \N \N \N \N LIF f \N +1498 275 1534 \N \N \N \N \N LIF f \N +1499 280 1535 \N \N \N \N \N LIF f \N +1500 280 1536 \N \N \N \N \N LIF f \N +1501 280 1537 \N \N \N \N \N LIF f \N +1502 280 1538 \N \N \N \N \N LIF f \N +1503 280 1539 \N \N \N \N \N LIF f \N +1504 272 1540 \N \N \N \N \N LIF f \N +1505 272 1541 \N \N \N \N \N LIF f \N +1506 272 1542 \N \N \N \N \N LIF f \N +1507 272 1543 \N \N \N \N \N LIF f \N +1508 272 1544 \N \N \N \N \N LIF f \N +1509 272 1545 \N \N \N \N \N LIF f \N +1510 281 1546 \N \N \N \N \N LIF f \N +1511 282 1547 \N \N \N \N \N LIF f \N +1512 274 1548 \N \N \N \N \N LIF f \N +1513 274 1549 \N \N \N \N \N LIF f \N +1514 283 1550 \N \N \N \N \N LIF f \N +1515 281 1551 \N \N \N \N \N LIF f \N +1516 284 1552 \N \N \N \N \N LIF f \N +1517 285 1553 \N \N \N \N \N LIF f \N +1518 286 1554 \N \N \N \N \N LIF f \N +1519 286 1555 \N \N \N \N \N LIF f \N +1520 286 1556 \N \N \N \N \N LIF f \N +1521 286 1557 \N \N \N \N \N LIF f \N +1522 288 1560 \N \N \N \N \N LIF f \N +1523 288 1561 \N \N \N \N \N LIF f \N +1524 288 1562 \N \N \N \N \N LIF f \N +1525 288 1563 \N \N \N \N \N LIF f \N +1526 288 1564 \N \N \N \N \N LIF f \N +1527 288 1565 \N \N \N \N \N LIF f \N +1528 289 1566 \N \N \N \N \N LIF f \N +1529 290 1567 \N \N \N \N \N LIF f \N +1530 291 1568 \N \N \N \N \N LIF f \N +1531 291 1569 \N \N \N \N \N LIF f \N +1532 292 1570 \N \N \N \N \N LIF f \N +1533 288 1571 \N \N \N \N \N LIF f \N +1534 288 1572 \N \N \N \N \N LIF f \N +1535 288 1573 \N \N \N \N \N LIF f \N +1536 293 1574 \N \N \N \N \N LIF f \N +1537 293 1575 \N \N \N \N \N LIF f \N +1538 293 1576 \N \N \N \N \N LIF f \N +1539 33 1577 \N \N \N \N \N LIF f \N +1540 293 1578 \N \N \N \N \N LIF f \N +1541 293 1579 \N \N \N \N \N LIF f \N +1542 293 1580 \N \N \N \N \N LIF f \N +1543 293 1581 \N \N \N \N \N LIF f \N +1544 294 1582 \N \N \N \N \N LIF f \N +1545 294 1583 \N \N \N \N \N LIF f \N +1546 294 1584 \N \N \N \N \N LIF f \N +1547 295 1585 \N \N \N \N \N LIF f \N +1548 295 1586 \N \N \N \N \N LIF f \N +1549 297 1588 \N \N \N \N \N LIF f \N +1550 297 1589 \N \N \N \N \N LIF f \N +1551 298 1590 \N \N \N \N \N LIF f \N +1552 297 1591 \N \N \N \N \N LIF f \N +1553 297 1592 \N \N \N \N \N LIF f \N +1554 297 1593 \N \N \N \N \N LIF f \N +1555 299 1594 \N \N \N \N \N LIF f \N +1556 299 1595 \N \N \N \N \N LIF f \N +1557 299 1596 \N \N \N \N \N LIF f \N +1558 300 1597 \N \N \N \N \N LIF f \N +1559 301 1598 \N \N \N \N \N LIF f \N +1560 126 1599 \N \N \N \N \N LIF f \N +1561 299 1600 \N \N \N \N \N LIF f \N +1562 299 1601 \N \N \N \N \N LIF f \N +1563 302 1602 \N \N \N \N \N LIF f \N +1564 302 1603 \N \N \N \N \N LIF f \N +1565 302 1604 \N \N \N \N \N LIF f \N +1566 302 1605 \N \N \N \N \N LIF f \N +1567 302 1606 \N \N \N \N \N LIF f \N +1568 302 1607 \N \N \N \N \N LIF f \N +1569 303 1608 \N \N \N \N \N LIF f \N +1570 303 1609 \N \N \N \N \N LIF f \N +1571 300 1610 \N \N \N \N \N LIF f \N +1572 299 1611 \N \N \N \N \N LIF f \N +1573 299 1612 \N \N \N \N \N LIF f \N +1574 299 1613 \N \N \N \N \N LIF f \N +1575 301 1614 \N \N \N \N \N LIF f \N +1576 299 1615 \N \N \N \N \N LIF f \N +1298 240 1323 \N \N \N \N \N LIF f \N +1299 240 1324 \N \N \N \N \N LIF f \N +1300 240 1325 \N \N \N \N \N LIF f \N +1301 240 1326 \N \N \N \N \N LIF f \N +1302 240 1327 \N \N \N \N \N LIF f \N +1305 241 1330 \N \N \N \N \N LIF f \N +1306 241 1331 \N \N \N \N \N LIF f \N +1307 241 1332 \N \N \N \N \N LIF f \N +1309 241 1334 \N \N \N \N \N LIF f \N +1314 241 1339 \N \N \N \N \N LIF f \N +1263 242 1288 \N \N \N \N \N LIF f \N +1264 242 1289 \N \N \N \N \N LIF f \N +1310 242 1335 \N \N \N \N \N LIF f \N +1311 242 1336 \N \N \N \N \N LIF f \N +1312 242 1337 \N \N \N \N \N LIF f \N +1315 243 1340 \N \N \N \N \N LIF f \N +1316 243 1341 \N \N \N \N \N LIF f \N +1317 243 1342 \N \N \N \N \N LIF f \N +1318 243 1343 \N \N \N \N \N LIF f \N +1319 243 1344 \N \N \N \N \N LIF f \N +1320 243 1345 \N \N \N \N \N LIF f \N +1258 244 1283 \N \N \N \N \N LIF f \N +1261 248 1286 \N \N \N \N \N LIF f \N +1321 243 1346 \N \N \N \N \N LIF f \N +1322 243 1347 \N \N \N \N \N LIF f \N +1325 244 1350 \N \N \N \N \N LIF f \N +1326 244 1351 \N \N \N \N \N LIF f \N +1327 244 1352 \N \N \N \N \N LIF f \N +1328 244 1353 \N \N \N \N \N LIF f \N +1329 244 1354 \N \N \N \N \N LIF f \N +1332 244 1357 \N \N \N \N \N LIF f \N +1331 245 1356 \N \N \N \N \N LIF f \N +1337 246 1362 \N \N \N \N \N LIF f \N +1338 246 1363 \N \N \N \N \N LIF f \N +1339 246 1364 \N \N \N \N \N LIF f \N +1340 246 1365 \N \N \N \N \N LIF f \N +1342 247 1367 \N \N \N \N \N LIF f \N +1343 247 1368 \N \N \N \N \N LIF f \N +1344 247 1369 \N \N \N \N \N LIF f \N +1345 247 1370 \N \N \N \N \N LIF f \N +1346 247 1371 \N \N \N \N \N LIF f \N +1347 247 1372 \N \N \N \N \N LIF f \N +1633 5 1672 \N \N \N \N \N LIF f \N +1634 5 1673 \N \N \N \N \N LIF f \N +1635 10 1674 \N \N \N \N \N LIF f \N +1636 83 890 \N \N \N \N \N LIF f \N +1637 5 1675 \N \N \N \N \N LIF f \N +1638 5 1676 \N \N \N \N \N LIF f \N +1639 306 1677 \N \N \N \N \N LIF f \N +1640 306 1678 \N \N \N \N \N LIF f \N +1641 306 1679 \N \N \N \N \N LIF f \N +1642 306 1680 \N \N \N \N \N LIF f \N +1643 306 1681 \N \N \N \N \N LIF f \N +1644 306 1682 \N \N \N \N \N LIF f \N +1645 306 1683 \N \N \N \N \N LIF f \N +1646 306 1684 \N \N \N \N \N LIF f \N +1647 306 1685 \N \N \N \N \N LIF f \N +1648 306 1686 \N \N \N \N \N LIF f \N +1649 306 1687 \N \N \N \N \N LIF f \N +1650 306 1688 \N \N \N \N \N LIF f \N +1651 306 1689 \N \N \N \N \N LIF f \N +1652 306 1690 \N \N \N \N \N LIF f \N +1653 307 1691 \N \N \N \N \N LIF f \N +1654 307 1692 \N \N \N \N \N LIF f \N +1655 307 1693 \N \N \N \N \N LIF f \N +1656 307 1694 \N \N \N \N \N LIF f \N +1657 151 1695 \N \N \N \N \N LIF f \N +1658 151 1696 \N \N \N \N \N LIF f \N +1659 151 1697 \N \N \N \N \N LIF f \N +1660 151 1698 \N \N \N \N \N LIF f \N +1661 308 1699 \N \N \N \N \N LIF f \N +1662 308 1700 \N \N \N \N \N LIF f \N +1663 151 1701 \N \N \N \N \N LIF f \N +1664 309 1702 \N \N \N \N \N LIF f \N +1665 310 1703 \N \N \N \N \N LIF f \N +1666 160 1704 \N \N \N \N \N LIF f \N +1667 160 1705 \N \N \N \N \N LIF f \N +1668 160 1706 \N \N \N \N \N LIF f \N +1669 160 1707 \N \N \N \N \N LIF f \N +1670 160 1708 \N \N \N \N \N LIF f \N +1671 311 1709 \N \N \N \N \N LIF f \N +1672 312 1710 \N \N \N \N \N LIF f \N +1673 313 1711 \N \N \N \N \N LIF f \N +1674 314 1712 \N \N \N \N \N LIF f \N +1675 316 1714 \N \N \N \N \N LIF f \N +1676 318 1716 \N \N \N \N \N LIF f \N +1677 319 1717 \N \N \N \N \N LIF f \N +1678 318 1718 \N \N \N \N \N LIF f \N +1679 174 1719 \N \N \N \N \N LIF f \N +1680 318 1720 \N \N \N \N \N LIF f \N +1681 318 1721 \N \N \N \N \N LIF f \N +1682 38 1722 \N \N \N \N \N LIF f \N +1683 38 1723 \N \N \N \N \N LIF f \N +1684 318 1724 \N \N \N \N \N LIF f \N +1685 122 1725 \N \N \N \N \N LIF f \N +1686 122 1726 \N \N \N \N \N LIF f \N +1687 122 1727 \N \N \N \N \N LIF f \N +1688 122 1728 \N \N \N \N \N LIF f \N +1689 122 1729 \N \N \N \N \N LIF f \N +1690 122 1730 \N \N \N \N \N LIF f \N +1691 122 1731 \N \N \N \N \N LIF f \N +1692 122 1732 \N \N \N \N \N LIF f \N +1693 320 1733 \N \N \N \N \N LIF f \N +1694 320 1734 \N \N \N \N \N LIF f \N +1695 320 1735 \N \N \N \N \N LIF f \N +1696 320 1736 \N \N \N \N \N LIF f \N +1697 320 1737 \N \N \N \N \N LIF f \N +1698 124 1738 \N \N \N \N \N LIF f \N +1699 124 1739 \N \N \N \N \N LIF f \N +1350 248 1375 \N \N \N \N \N LIF f \N +1351 248 1376 \N \N \N \N \N LIF f \N +1352 248 1377 \N \N \N \N \N LIF f \N +1353 248 1378 \N \N \N \N \N LIF f \N +1354 248 1379 \N \N \N \N \N LIF f \N +1355 248 1380 \N \N \N \N \N LIF f \N +1356 248 1381 \N \N \N \N \N LIF f \N +1357 248 1382 \N \N \N \N \N LIF f \N +1368 249 1393 \N \N \N \N \N LIF f \N +1369 249 1394 \N \N \N \N \N LIF f \N +1370 249 1395 \N \N \N \N \N LIF f \N +1371 249 1396 \N \N \N \N \N LIF f \N +1372 249 1397 \N \N \N \N \N LIF f \N +1373 249 1398 \N \N \N \N \N LIF f \N +1374 249 1399 \N \N \N \N \N LIF f \N +1375 249 1400 \N \N \N \N \N LIF f \N +1376 249 1401 \N \N \N \N \N LIF f \N +1377 249 1402 \N \N \N \N \N LIF f \N +1379 250 1404 \N \N \N \N \N LIF f \N +1380 250 1405 \N \N \N \N \N LIF f \N +1381 250 1406 \N \N \N \N \N LIF f \N +1382 250 1407 \N \N \N \N \N LIF f \N +1383 250 1408 \N \N \N \N \N LIF f \N +1577 304 1616 \N \N \N \N \N LIF f \N +1625 305 1664 \N \N \N \N \N LIF f \N +1626 305 1665 \N \N \N \N \N LIF f \N +1627 305 1666 \N \N \N \N \N LIF f \N +1628 305 1667 \N \N \N \N \N LIF f \N +1629 305 1668 \N \N \N \N \N LIF f \N +1630 305 1669 \N \N \N \N \N LIF f \N +1631 305 1670 \N \N \N \N \N LIF f \N +1632 305 1671 \N \N \N \N \N LIF f \N +1 1 1 \N \N \N \N \N LIF f \N +2 1 2 \N \N \N \N \N LIF f \N +3 1 3 \N \N \N \N \N LIF f \N +4 1 4 \N \N \N \N \N LIF f \N +5 1 5 \N \N \N \N \N LIF f \N +6 1 6 \N \N \N \N \N LIF f \N +7 1 7 \N \N \N \N \N LIF f \N +8 1 8 \N \N \N \N \N LIF f \N +9 1 9 \N \N \N \N \N LIF f \N +10 1 10 \N \N \N \N \N LIF f \N +11 1 11 \N \N \N \N \N LIF f \N +12 1 12 \N \N \N \N \N LIF f \N +13 1 13 \N \N \N \N \N LIF f \N +14 1 14 \N \N \N \N \N LIF f \N +15 1 15 \N \N \N \N \N LIF f \N +16 1 16 \N \N \N \N \N LIF f \N +17 1 17 \N \N \N \N \N LIF f \N +18 1 18 \N \N \N \N \N LIF f \N +19 1 19 \N \N \N \N \N LIF f \N +20 1 20 \N \N \N \N \N LIF f \N +21 1 21 \N \N \N \N \N LIF f \N +22 1 22 \N \N \N \N \N LIF f \N +23 1 23 \N \N \N \N \N LIF f \N +24 1 24 \N \N \N \N \N LIF f \N +25 1 25 \N \N \N \N \N LIF f \N +26 1 26 \N \N \N \N \N LIF f \N +33 1 33 \N \N \N \N \N LIF f \N +34 1 34 \N \N \N \N \N LIF f \N +35 1 35 \N \N \N \N \N LIF f \N +36 1 36 \N \N \N \N \N LIF f \N +37 1 37 \N \N \N \N \N LIF f \N +38 1 38 \N \N \N \N \N LIF f \N +39 1 39 \N \N \N \N \N LIF f \N +40 1 40 \N \N \N \N \N LIF f \N +41 1 41 \N \N \N \N \N LIF f \N +42 1 42 \N \N \N \N \N LIF f \N +43 1 43 \N \N \N \N \N LIF f \N +44 1 44 \N \N \N \N \N LIF f \N +45 1 45 \N \N \N \N \N LIF f \N +46 1 46 \N \N \N \N \N LIF f \N +47 1 47 \N \N \N \N \N LIF f \N +48 1 48 \N \N \N \N \N LIF f \N +49 1 49 \N \N \N \N \N LIF f \N +50 1 50 \N \N \N \N \N LIF f \N +51 1 51 \N \N \N \N \N LIF f \N +52 1 52 \N \N \N \N \N LIF f \N +294 4 295 \N \N \N \N \N LIF f \N +472 4 473 \N \N \N \N \N LIF f \N +553 4 554 \N \N \N \N \N LIF f \N +828 4 832 \N \N \N \N \N LIF f \N +1099 4 1124 \N \N \N \N \N LIF f \N +1118 4 1143 \N \N \N \N \N LIF f \N +1268 4 1293 \N \N \N \N \N LIF f \N +1289 4 1314 \N \N \N \N \N LIF f \N +1324 4 1349 \N \N \N \N \N LIF f \N +1330 4 1355 \N \N \N \N \N LIF f \N +1336 4 1361 \N \N \N \N \N LIF f \N +1341 4 1366 \N \N \N \N \N LIF f \N +1349 4 1374 \N \N \N \N \N LIF f \N +1367 4 1392 \N \N \N \N \N LIF f \N +1378 4 1403 \N \N \N \N \N LIF f \N +1624 4 1663 \N \N \N \N \N LIF f \N +1785 336 1825 \N \N \N \N \N Org2 f 18 +27 1 27 \N \N \N \N \N LIF t \N +207 40 208 \N \N \N \N \N LIF f \N +208 40 209 \N \N \N \N \N LIF f \N +209 40 210 \N \N \N \N \N LIF f \N +210 40 211 \N \N \N \N \N LIF f \N +211 40 212 \N \N \N \N \N LIF f \N +212 40 213 \N \N \N \N \N LIF f \N +213 40 214 \N \N \N \N \N LIF f \N +214 40 215 \N \N \N \N \N LIF f \N +215 40 216 \N \N \N \N \N LIF f \N +216 40 217 \N \N \N \N \N LIF f \N +217 40 218 \N \N \N \N \N LIF f \N +218 40 219 \N \N \N \N \N LIF f \N +219 40 220 \N \N \N \N \N LIF f \N +220 40 221 \N \N \N \N \N LIF f \N +221 40 222 \N \N \N \N \N LIF f \N +222 40 223 \N \N \N \N \N LIF f \N +223 40 224 \N \N \N \N \N LIF f \N +224 40 225 \N \N \N \N \N LIF f \N +225 40 226 \N \N \N \N \N LIF f \N +226 40 227 \N \N \N \N \N LIF f \N +227 40 228 \N \N \N \N \N LIF f \N +228 40 229 \N \N \N \N \N LIF f \N +229 40 230 \N \N \N \N \N LIF f \N +230 40 231 \N \N \N \N \N LIF f \N +284 40 285 \N \N \N \N \N LIF f \N +242 41 243 \N \N \N \N \N LIF f \N +243 41 244 \N \N \N \N \N LIF f \N +244 41 245 \N \N \N \N \N LIF f \N +245 41 246 \N \N \N \N \N LIF f \N +246 41 247 \N \N \N \N \N LIF f \N +247 41 248 \N \N \N \N \N LIF f \N +248 41 249 \N \N \N \N \N LIF f \N +249 41 250 \N \N \N \N \N LIF f \N +250 41 251 \N \N \N \N \N LIF f \N +251 41 252 \N \N \N \N \N LIF f \N +252 41 253 \N \N \N \N \N LIF f \N +253 41 254 \N \N \N \N \N LIF f \N +254 41 255 \N \N \N \N \N LIF f \N +255 41 256 \N \N \N \N \N LIF f \N +256 41 257 \N \N \N \N \N LIF f \N +257 41 258 \N \N \N \N \N LIF f \N +474 73 475 \N \N \N \N \N LIF f \N +475 73 476 \N \N \N \N \N LIF f \N +476 73 477 \N \N \N \N \N LIF f \N +477 73 478 \N \N \N \N \N LIF f \N +478 73 479 \N \N \N \N \N LIF f \N +479 73 480 \N \N \N \N \N LIF f \N +480 73 481 \N \N \N \N \N LIF f \N +482 73 483 \N \N \N \N \N LIF f \N +487 73 488 \N \N \N \N \N LIF f \N +488 73 489 \N \N \N \N \N LIF f \N +489 73 490 \N \N \N \N \N LIF f \N +490 73 491 \N \N \N \N \N LIF f \N +491 73 492 \N \N \N \N \N LIF f \N +494 73 495 \N \N \N \N \N LIF f \N +495 73 496 \N \N \N \N \N LIF f \N +505 77 506 \N \N \N \N \N LIF f \N +506 77 507 \N \N \N \N \N LIF f \N +507 77 508 \N \N \N \N \N LIF f \N +508 77 509 \N \N \N \N \N LIF f \N +509 77 510 \N \N \N \N \N LIF f \N +510 77 511 \N \N \N \N \N LIF f \N +511 77 512 \N \N \N \N \N LIF f \N +512 77 513 \N \N \N \N \N LIF f \N +513 77 514 \N \N \N \N \N LIF f \N +514 77 515 \N \N \N \N \N LIF f \N +515 77 516 \N \N \N \N \N LIF f \N +516 77 517 \N \N \N \N \N LIF f \N +517 77 518 \N \N \N \N \N LIF f \N +518 77 519 \N \N \N \N \N LIF f \N +519 77 520 \N \N \N \N \N LIF f \N +520 77 521 \N \N \N \N \N LIF f \N +521 77 522 \N \N \N \N \N LIF f \N +522 77 523 \N \N \N \N \N LIF f \N +523 77 524 \N \N \N \N \N LIF f \N +524 77 525 \N \N \N \N \N LIF f \N +525 77 526 \N \N \N \N \N LIF f \N +526 77 527 \N \N \N \N \N LIF f \N +527 77 528 \N \N \N \N \N LIF f \N +528 77 529 \N \N \N \N \N LIF f \N +529 77 530 \N \N \N \N \N LIF f \N +530 77 531 \N \N \N \N \N LIF f \N +531 77 532 \N \N \N \N \N LIF f \N +533 77 534 \N \N \N \N \N LIF f \N +534 77 535 \N \N \N \N \N LIF f \N +535 77 536 \N \N \N \N \N LIF f \N +536 77 537 \N \N \N \N \N LIF f \N +537 77 538 \N \N \N \N \N LIF f \N +538 77 539 \N \N \N \N \N LIF f \N +539 77 540 \N \N \N \N \N LIF f \N +540 77 541 \N \N \N \N \N LIF f \N +541 77 542 \N \N \N \N \N LIF f \N +542 77 543 \N \N \N \N \N LIF f \N +543 77 544 \N \N \N \N \N LIF f \N +544 77 545 \N \N \N \N \N LIF f \N +545 77 546 \N \N \N \N \N LIF f \N +546 77 547 \N \N \N \N \N LIF f \N +547 77 548 \N \N \N \N \N LIF f \N +548 77 549 \N \N \N \N \N LIF f \N +549 77 550 \N \N \N \N \N LIF f \N +550 77 551 \N \N \N \N \N LIF f \N +551 77 552 \N \N \N \N \N LIF f \N +552 77 553 \N \N \N \N \N LIF f \N +788 129 792 \N \N \N \N \N LIF f \N +789 129 793 \N \N \N \N \N LIF f \N +790 129 794 \N \N \N \N \N LIF f \N +791 129 795 \N \N \N \N \N LIF f \N +792 129 796 \N \N \N \N \N LIF f \N +793 129 797 \N \N \N \N \N LIF f \N +794 129 798 \N \N \N \N \N LIF f \N +795 129 799 \N \N \N \N \N LIF f \N +796 129 800 \N \N \N \N \N LIF f \N +797 129 801 \N \N \N \N \N LIF f \N +798 129 802 \N \N \N \N \N LIF f \N +799 129 803 \N \N \N \N \N LIF f \N +800 129 804 \N \N \N \N \N LIF f \N +283 41 284 \N \N \N \N \N LIF t \N +258 41 259 \N \N \N \N \N LIF t \N +810 129 814 \N \N \N \N \N LIF f \N +816 129 820 \N \N \N \N \N LIF f \N +817 129 821 \N \N \N \N \N LIF f \N +818 129 822 \N \N \N \N \N LIF f \N +819 129 823 \N \N \N \N \N LIF f \N +827 129 831 \N \N \N \N \N LIF f \N +841 134 845 \N \N \N \N \N LIF f \N +842 134 846 \N \N \N \N \N LIF f \N +843 134 847 \N \N \N \N \N LIF f \N +853 134 857 \N \N \N \N \N LIF f \N +854 134 858 \N \N \N \N \N LIF f \N +855 134 859 \N \N \N \N \N LIF f \N +856 134 860 \N \N \N \N \N LIF f \N +857 134 861 \N \N \N \N \N LIF f \N +858 134 862 \N \N \N \N \N LIF f \N +859 134 863 \N \N \N \N \N LIF f \N +1050 185 1075 \N \N \N \N \N LIF f \N +1051 185 1076 \N \N \N \N \N LIF f \N +1054 185 1079 \N \N \N \N \N LIF f \N +1055 185 1080 \N \N \N \N \N LIF f \N +1056 185 1081 \N \N \N \N \N LIF f \N +1057 185 1082 \N \N \N \N \N LIF f \N +1058 185 1083 \N \N \N \N \N LIF f \N +1059 185 1084 \N \N \N \N \N LIF f \N +1060 185 1085 \N \N \N \N \N LIF f \N +1061 185 1086 \N \N \N \N \N LIF f \N +1062 185 1087 \N \N \N \N \N LIF f \N +1063 185 1088 \N \N \N \N \N LIF f \N +1064 185 1089 \N \N \N \N \N LIF f \N +1065 185 1090 \N \N \N \N \N LIF f \N +1066 185 1091 \N \N \N \N \N LIF f \N +1071 185 1096 \N \N \N \N \N LIF f \N +1074 185 1099 \N \N \N \N \N LIF f \N +1075 185 1100 \N \N \N \N \N LIF f \N +1076 185 1101 \N \N \N \N \N LIF f \N +1077 185 1102 \N \N \N \N \N LIF f \N +1094 185 1119 \N \N \N \N \N LIF f \N +1113 185 1138 \N \N \N \N \N LIF f \N +1091 190 1116 \N \N \N \N \N LIF f \N +1092 190 1117 \N \N \N \N \N LIF f \N +1093 190 1118 \N \N \N \N \N LIF f \N +1101 192 1126 \N \N \N \N \N LIF f \N +1102 192 1127 \N \N \N \N \N LIF f \N +1103 192 1128 \N \N \N \N \N LIF f \N +1104 192 1129 \N \N \N \N \N LIF f \N +1105 192 1130 \N \N \N \N \N LIF f \N +1106 192 1131 \N \N \N \N \N LIF f \N +1107 192 1132 \N \N \N \N \N LIF f \N +1108 192 1133 \N \N \N \N \N LIF f \N +1109 192 1134 \N \N \N \N \N LIF f \N +1110 192 1135 \N \N \N \N \N LIF f \N +1111 192 1136 \N \N \N \N \N LIF f \N +1112 192 1137 \N \N \N \N \N LIF f \N +1114 192 1139 \N \N \N \N \N LIF f \N +1115 192 1140 \N \N \N \N \N LIF f \N +1116 192 1141 \N \N \N \N \N LIF f \N +1117 192 1142 \N \N \N \N \N LIF f \N +1260 237 1285 \N \N \N \N \N LIF f \N +1262 237 1287 \N \N \N \N \N LIF f \N +1269 237 1294 \N \N \N \N \N LIF f \N +1270 237 1295 \N \N \N \N \N LIF f \N +1271 237 1296 \N \N \N \N \N LIF f \N +1272 237 1297 \N \N \N \N \N LIF f \N +1273 237 1298 \N \N \N \N \N LIF f \N +1274 237 1299 \N \N \N \N \N LIF f \N +1275 237 1300 \N \N \N \N \N LIF f \N +1276 237 1301 \N \N \N \N \N LIF f \N +1277 237 1302 \N \N \N \N \N LIF f \N +1278 237 1303 \N \N \N \N \N LIF f \N +1333 244 1358 \N \N \N \N \N LIF f \N +1334 244 1359 \N \N \N \N \N LIF f \N +1335 244 1360 \N \N \N \N \N LIF f \N +1358 248 1383 \N \N \N \N \N LIF f \N +1359 248 1384 \N \N \N \N \N LIF f \N +1360 248 1385 \N \N \N \N \N LIF f \N +1361 248 1386 \N \N \N \N \N LIF f \N +1362 248 1387 \N \N \N \N \N LIF f \N +1363 248 1388 \N \N \N \N \N LIF f \N +1364 248 1389 \N \N \N \N \N LIF f \N +1365 248 1390 \N \N \N \N \N LIF f \N +1366 248 1391 \N \N \N \N \N LIF f \N +1578 304 1617 \N \N \N \N \N LIF f \N +1579 304 1618 \N \N \N \N \N LIF f \N +1580 304 1619 \N \N \N \N \N LIF f \N +1581 304 1620 \N \N \N \N \N LIF f \N +1582 304 1621 \N \N \N \N \N LIF f \N +1583 304 1622 \N \N \N \N \N LIF f \N +1584 304 1623 \N \N \N \N \N LIF f \N +1585 304 1624 \N \N \N \N \N LIF f \N +1586 304 1625 \N \N \N \N \N LIF f \N +1587 304 1626 \N \N \N \N \N LIF f \N +1588 304 1627 \N \N \N \N \N LIF f \N +1589 304 1628 \N \N \N \N \N LIF f \N +1590 304 1629 \N \N \N \N \N LIF f \N +1591 304 1630 \N \N \N \N \N LIF f \N +1592 304 1631 \N \N \N \N \N LIF f \N +1593 304 1632 \N \N \N \N \N LIF f \N +1594 304 1633 \N \N \N \N \N LIF f \N +1595 304 1634 \N \N \N \N \N LIF f \N +1596 304 1635 \N \N \N \N \N LIF f \N +1597 304 1636 \N \N \N \N \N LIF f \N +1598 304 1637 \N \N \N \N \N LIF f \N +1599 304 1638 \N \N \N \N \N LIF f \N +1600 304 1639 \N \N \N \N \N LIF f \N +1601 304 1640 \N \N \N \N \N LIF f \N +1602 304 1641 \N \N \N \N \N LIF f \N +820 129 824 \N \N \N \N \N LIF t \N +811 129 815 \N \N \N \N \N LIF t \N +801 129 805 \N \N \N \N \N LIF t \N +1603 304 1642 \N \N \N \N \N LIF f \N +1604 304 1643 \N \N \N \N \N LIF f \N +1605 304 1644 \N \N \N \N \N LIF f \N +1606 304 1645 \N \N \N \N \N LIF f \N +1607 304 1646 \N \N \N \N \N LIF f \N +1608 304 1647 \N \N \N \N \N LIF f \N +1609 304 1648 \N \N \N \N \N LIF f \N +1610 304 1649 \N \N \N \N \N LIF f \N +1611 304 1650 \N \N \N \N \N LIF f \N +1612 304 1651 \N \N \N \N \N LIF f \N +1613 304 1652 \N \N \N \N \N LIF f \N +1614 304 1653 \N \N \N \N \N LIF f \N +1615 304 1654 \N \N \N \N \N LIF f \N +1616 304 1655 \N \N \N \N \N LIF f \N +1617 304 1656 \N \N \N \N \N LIF f \N +1618 304 1657 \N \N \N \N \N LIF f \N +1619 304 1658 \N \N \N \N \N LIF f \N +1620 304 1659 \N \N \N \N \N LIF f \N +1621 304 1660 \N \N \N \N \N LIF f \N +1622 304 1661 \N \N \N \N \N LIF f \N +1623 304 1662 \N \N \N \N \N LIF f \N +1296 239 1321 \N \N \N \N \N LIF t \N +1802 352 1844 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1803 352 1845 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1800 350 1842 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +2133 243 1900 \N \N \N \N \N LIF f \N +1801 351 1843 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1804 353 1846 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1805 353 1847 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1806 354 1848 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1807 354 1849 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1808 355 1850 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1809 354 1839 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1810 354 1851 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +1811 341 1851 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz Org2 f 18 +291 41 292 \N \N \N \N \N LIF t \N +532 77 533 \N \N \N \N \N LIF t \N +1816 357 1857 \N 2025-09-30 00:41:00+00 2025-09-30 00:41:00+00 \N UX LIF t \N +1815 357 1856 \N 2025-09-30 00:37:00+00 2025-09-30 00:37:00+00 \N UX LIF t \N +1814 357 1855 \N 2025-09-30 00:33:00+00 2025-09-30 00:33:00+00 \N UX LIF t \N +1813 357 1854 \N 2025-09-30 00:32:00+00 2025-09-30 00:32:00+00 \N UX LIF t \N +1078 192 1103 \N \N \N \N \N LIF t \N +1193 215 1218 \N \N \N \N \N LIF t \N +1280 241 1305 \N \N \N \N \N LIF t \N +1080 189 1105 \N \N \N \N \N LIF t \N +1130 193 1155 \N \N \N \N \N LIF t \N +1812 40 1853 \N 2025-09-16 20:25:00+00 2025-09-16 20:25:00+00 \N UX LIF t \N +1295 239 1320 \N \N \N \N \N LIF t \N +1865 375 1894 \N 2025-10-08 22:12:00+00 2025-10-08 22:12:00+00 \N MDRUser \N f \N +1866 377 1895 \N 2025-10-08 22:15:00+00 2025-10-08 22:15:00+00 \N MDRUser \N f \N +1867 46 1896 \N \N \N \N \N LIF f \N +1868 46 1897 \N \N \N \N \N LIF f \N +1869 215 1896 \N \N \N \N \N LIF f \N +1870 215 1897 \N \N \N \N \N LIF f \N +1871 1 1896 \N \N \N \N \N LIF f \N +1872 1 1897 \N \N \N \N \N LIF f \N +1873 3 1896 \N \N \N \N \N LIF f \N +1874 3 1897 \N \N \N \N \N LIF f \N +1875 2 1896 \N \N \N \N \N LIF f \N +1876 2 1897 \N \N \N \N \N LIF f \N +1877 44 1896 \N \N \N \N \N LIF f \N +1878 44 1897 \N \N \N \N \N LIF f \N +1879 75 1896 \N \N \N \N \N LIF f \N +1880 75 1897 \N \N \N \N \N LIF f \N +1881 244 1896 \N \N \N \N \N LIF f \N +1882 244 1897 \N \N \N \N \N LIF f \N +1883 76 1896 \N \N \N \N \N LIF f \N +1884 76 1897 \N \N \N \N \N LIF f \N +1885 41 1896 \N \N \N \N \N LIF f \N +1886 41 1897 \N \N \N \N \N LIF f \N +1887 45 1896 \N \N \N \N \N LIF f \N +813 132 817 \N \N \N \N \N LIF f \N +1888 45 1897 \N \N \N \N \N LIF f \N +1889 40 1896 \N \N \N \N \N LIF f \N +1890 40 1897 \N \N \N \N \N LIF f \N +1891 73 1896 \N \N \N \N \N LIF f \N +1892 73 1897 \N \N \N \N \N LIF f \N +1893 241 1896 \N \N \N \N \N LIF f \N +1894 241 1897 \N \N \N \N \N LIF f \N +1895 77 1896 \N \N \N \N \N LIF f \N +1896 77 1897 \N \N \N \N \N LIF f \N +1897 80 1896 \N \N \N \N \N LIF f \N +1898 80 1897 \N \N \N \N \N LIF f \N +1899 129 1896 \N \N \N \N \N LIF f \N +1900 129 1897 \N \N \N \N \N LIF f \N +1901 133 1896 \N \N \N \N \N LIF f \N +1902 133 1897 \N \N \N \N \N LIF f \N +1903 134 1896 \N \N \N \N \N LIF f \N +1904 134 1897 \N \N \N \N \N LIF f \N +1905 131 1896 \N \N \N \N \N LIF f \N +1906 131 1897 \N \N \N \N \N LIF f \N +1907 247 1896 \N \N \N \N \N LIF f \N +1908 247 1897 \N \N \N \N \N LIF f \N +1909 245 1896 \N \N \N \N \N LIF f \N +1910 245 1897 \N \N \N \N \N LIF f \N +1911 248 1896 \N \N \N \N \N LIF f \N +1912 248 1897 \N \N \N \N \N LIF f \N +1913 242 1896 \N \N \N \N \N LIF f \N +1914 242 1897 \N \N \N \N \N LIF f \N +1915 192 1896 \N \N \N \N \N LIF f \N +1916 192 1897 \N \N \N \N \N LIF f \N +1917 136 1896 \N \N \N \N \N LIF f \N +1918 136 1897 \N \N \N \N \N LIF f \N +2157 43 1917 \N \N \N \N LIF f \N +1921 238 1896 \N \N \N \N \N LIF f \N +1922 238 1897 \N \N \N \N \N LIF f \N +1923 135 1896 \N \N \N \N \N LIF f \N +1924 135 1897 \N \N \N \N \N LIF f \N +1925 132 1896 \N \N \N \N \N LIF f \N +1926 132 1897 \N \N \N \N \N LIF f \N +1927 187 1896 \N \N \N \N \N LIF f \N +1928 187 1897 \N \N \N \N \N LIF f \N +1929 186 1896 \N \N \N \N \N LIF f \N +1930 186 1897 \N \N \N \N \N LIF f \N +1931 188 1896 \N \N \N \N \N LIF f \N +1932 188 1897 \N \N \N \N \N LIF f \N +1933 250 1896 \N \N \N \N \N LIF f \N +1934 250 1897 \N \N \N \N \N LIF f \N +1920 78 1897 \N \N \N \N \N LIF t \N +1935 74 1896 \N \N \N \N \N LIF f \N +1936 74 1897 \N \N \N \N \N LIF f \N +1937 190 1896 \N \N \N \N \N LIF f \N +1938 190 1897 \N \N \N \N \N LIF f \N +1939 193 1896 \N \N \N \N \N LIF f \N +1940 193 1897 \N \N \N \N \N LIF f \N +1941 237 1896 \N \N \N \N \N LIF f \N +1942 237 1897 \N \N \N \N \N LIF f \N +1943 214 1896 \N \N \N \N \N LIF f \N +1944 214 1897 \N \N \N \N \N LIF f \N +1945 212 1896 \N \N \N \N \N LIF f \N +1946 212 1897 \N \N \N \N \N LIF f \N +1947 213 1896 \N \N \N \N \N LIF f \N +1948 213 1897 \N \N \N \N \N LIF f \N +1951 185 1896 \N \N \N \N \N LIF f \N +1952 185 1897 \N \N \N \N \N LIF f \N +1953 47 1896 \N \N \N \N \N LIF f \N +1954 47 1897 \N \N \N \N \N LIF f \N +1955 42 1896 \N \N \N \N \N LIF f \N +1956 42 1897 \N \N \N \N \N LIF f \N +1957 43 1896 \N \N \N \N \N LIF f \N +1958 43 1897 \N \N \N \N \N LIF f \N +1959 304 1896 \N \N \N \N \N LIF f \N +1960 304 1897 \N \N \N \N \N LIF f \N +1961 305 1896 \N \N \N \N \N LIF f \N +1962 305 1897 \N \N \N \N \N LIF f \N +1963 249 1896 \N \N \N \N \N LIF f \N +1964 249 1897 \N \N \N \N \N LIF f \N +1965 130 1896 \N \N \N \N \N LIF f \N +1966 130 1897 \N \N \N \N \N LIF f \N +1967 240 1896 \N \N \N \N \N LIF f \N +1968 240 1897 \N \N \N \N \N LIF f \N +1969 246 1896 \N \N \N \N \N LIF f \N +1970 246 1897 \N \N \N \N \N LIF f \N +1971 243 1896 \N \N \N \N \N LIF f \N +1972 243 1897 \N \N \N \N \N LIF f \N +1973 191 1896 \N \N \N \N \N LIF f \N +1974 191 1897 \N \N \N \N \N LIF f \N +1975 46 1898 \N \N \N \N \N LIF f \N +1976 46 1899 \N \N \N \N \N LIF f \N +1977 46 1900 \N \N \N \N \N LIF f \N +1978 215 1898 \N \N \N \N \N LIF f \N +1979 215 1899 \N \N \N \N \N LIF f \N +1980 215 1900 \N \N \N \N \N LIF f \N +1981 1 1898 \N \N \N \N \N LIF f \N +1982 1 1899 \N \N \N \N \N LIF f \N +1983 1 1900 \N \N \N \N \N LIF f \N +1984 3 1898 \N \N \N \N \N LIF f \N +1985 3 1899 \N \N \N \N \N LIF f \N +1986 3 1900 \N \N \N \N \N LIF f \N +1987 2 1898 \N \N \N \N \N LIF f \N +1988 2 1899 \N \N \N \N \N LIF f \N +1989 2 1900 \N \N \N \N \N LIF f \N +1990 44 1898 \N \N \N \N \N LIF f \N +1991 44 1899 \N \N \N \N \N LIF f \N +1992 44 1900 \N \N \N \N \N LIF f \N +1993 75 1898 \N \N \N \N \N LIF f \N +1994 75 1899 \N \N \N \N \N LIF f \N +1995 75 1900 \N \N \N \N \N LIF f \N +1996 244 1898 \N \N \N \N \N LIF f \N +1997 244 1899 \N \N \N \N \N LIF f \N +1998 244 1900 \N \N \N \N \N LIF f \N +1999 76 1898 \N \N \N \N \N LIF f \N +2000 76 1899 \N \N \N \N \N LIF f \N +2001 76 1900 \N \N \N \N \N LIF f \N +2002 41 1898 \N \N \N \N \N LIF f \N +2003 41 1899 \N \N \N \N \N LIF f \N +2004 41 1900 \N \N \N \N \N LIF f \N +2005 45 1898 \N \N \N \N \N LIF f \N +2006 45 1899 \N \N \N \N \N LIF f \N +2007 45 1900 \N \N \N \N \N LIF f \N +2008 40 1898 \N \N \N \N \N LIF f \N +2009 40 1899 \N \N \N \N \N LIF f \N +2010 40 1900 \N \N \N \N \N LIF f \N +2011 73 1898 \N \N \N \N \N LIF f \N +2012 73 1899 \N \N \N \N \N LIF f \N +2013 73 1900 \N \N \N \N \N LIF f \N +2014 241 1898 \N \N \N \N \N LIF f \N +2015 241 1899 \N \N \N \N \N LIF f \N +2016 241 1900 \N \N \N \N \N LIF f \N +2017 77 1898 \N \N \N \N \N LIF f \N +2018 77 1899 \N \N \N \N \N LIF f \N +2019 77 1900 \N \N \N \N \N LIF f \N +2020 80 1898 \N \N \N \N \N LIF f \N +2021 80 1899 \N \N \N \N \N LIF f \N +2022 80 1900 \N \N \N \N \N LIF f \N +2023 129 1898 \N \N \N \N \N LIF f \N +2024 129 1899 \N \N \N \N \N LIF f \N +2025 129 1900 \N \N \N \N \N LIF f \N +2026 133 1898 \N \N \N \N \N LIF f \N +2027 133 1899 \N \N \N \N \N LIF f \N +2028 133 1900 \N \N \N \N \N LIF f \N +2029 134 1898 \N \N \N \N \N LIF f \N +2030 134 1899 \N \N \N \N \N LIF f \N +2031 134 1900 \N \N \N \N \N LIF f \N +2032 131 1898 \N \N \N \N \N LIF f \N +2033 131 1899 \N \N \N \N \N LIF f \N +2034 131 1900 \N \N \N \N \N LIF f \N +2035 247 1898 \N \N \N \N \N LIF f \N +2036 247 1899 \N \N \N \N \N LIF f \N +2037 247 1900 \N \N \N \N \N LIF f \N +2038 245 1898 \N \N \N \N \N LIF f \N +2039 245 1899 \N \N \N \N \N LIF f \N +2040 245 1900 \N \N \N \N \N LIF f \N +2041 248 1898 \N \N \N \N \N LIF f \N +2042 248 1899 \N \N \N \N \N LIF f \N +2043 248 1900 \N \N \N \N \N LIF f \N +2044 242 1898 \N \N \N \N \N LIF f \N +2045 242 1899 \N \N \N \N \N LIF f \N +2046 242 1900 \N \N \N \N \N LIF f \N +2047 192 1898 \N \N \N \N \N LIF f \N +2048 192 1899 \N \N \N \N \N LIF f \N +2049 192 1900 \N \N \N \N \N LIF f \N +2050 136 1898 \N \N \N \N \N LIF f \N +2051 136 1899 \N \N \N \N \N LIF f \N +2052 136 1900 \N \N \N \N \N LIF f \N +2056 238 1898 \N \N \N \N \N LIF f \N +2053 78 1898 \N \N \N \N \N LIF t \N +2055 78 1900 \N \N \N \N \N LIF t \N +2057 238 1899 \N \N \N \N \N LIF f \N +2058 238 1900 \N \N \N \N \N LIF f \N +2059 135 1898 \N \N \N \N \N LIF f \N +2060 135 1899 \N \N \N \N \N LIF f \N +2061 135 1900 \N \N \N \N \N LIF f \N +2062 132 1898 \N \N \N \N \N LIF f \N +2063 132 1899 \N \N \N \N \N LIF f \N +2064 132 1900 \N \N \N \N \N LIF f \N +2065 187 1898 \N \N \N \N \N LIF f \N +2066 187 1899 \N \N \N \N \N LIF f \N +2067 187 1900 \N \N \N \N \N LIF f \N +2068 186 1898 \N \N \N \N \N LIF f \N +2069 186 1899 \N \N \N \N \N LIF f \N +2070 186 1900 \N \N \N \N \N LIF f \N +2071 188 1898 \N \N \N \N \N LIF f \N +2072 188 1899 \N \N \N \N \N LIF f \N +2073 188 1900 \N \N \N \N \N LIF f \N +2074 250 1898 \N \N \N \N \N LIF f \N +2075 250 1899 \N \N \N \N \N LIF f \N +2076 250 1900 \N \N \N \N \N LIF f \N +2077 74 1898 \N \N \N \N \N LIF f \N +2078 74 1899 \N \N \N \N \N LIF f \N +2079 74 1900 \N \N \N \N \N LIF f \N +2080 190 1898 \N \N \N \N \N LIF f \N +2081 190 1899 \N \N \N \N \N LIF f \N +2082 190 1900 \N \N \N \N \N LIF f \N +2083 193 1898 \N \N \N \N \N LIF f \N +2084 193 1899 \N \N \N \N \N LIF f \N +2085 193 1900 \N \N \N \N \N LIF f \N +2086 237 1898 \N \N \N \N \N LIF f \N +2087 237 1899 \N \N \N \N \N LIF f \N +2088 237 1900 \N \N \N \N \N LIF f \N +2089 214 1898 \N \N \N \N \N LIF f \N +2090 214 1899 \N \N \N \N \N LIF f \N +2091 214 1900 \N \N \N \N \N LIF f \N +2092 212 1898 \N \N \N \N \N LIF f \N +2093 212 1899 \N \N \N \N \N LIF f \N +2094 212 1900 \N \N \N \N \N LIF f \N +2095 213 1898 \N \N \N \N \N LIF f \N +2096 213 1899 \N \N \N \N \N LIF f \N +2097 213 1900 \N \N \N \N \N LIF f \N +2101 185 1898 \N \N \N \N \N LIF f \N +2102 185 1899 \N \N \N \N \N LIF f \N +2103 185 1900 \N \N \N \N \N LIF f \N +2104 47 1898 \N \N \N \N \N LIF f \N +2105 47 1899 \N \N \N \N \N LIF f \N +2106 47 1900 \N \N \N \N \N LIF f \N +2107 42 1898 \N \N \N \N \N LIF f \N +2108 42 1899 \N \N \N \N \N LIF f \N +2109 42 1900 \N \N \N \N \N LIF f \N +2110 43 1898 \N \N \N \N \N LIF f \N +2111 43 1899 \N \N \N \N \N LIF f \N +2112 43 1900 \N \N \N \N \N LIF f \N +2113 304 1898 \N \N \N \N \N LIF f \N +2114 304 1899 \N \N \N \N \N LIF f \N +2115 304 1900 \N \N \N \N \N LIF f \N +2116 305 1898 \N \N \N \N \N LIF f \N +2117 305 1899 \N \N \N \N \N LIF f \N +2118 305 1900 \N \N \N \N \N LIF f \N +2119 249 1898 \N \N \N \N \N LIF f \N +2120 249 1899 \N \N \N \N \N LIF f \N +2121 249 1900 \N \N \N \N \N LIF f \N +2122 130 1898 \N \N \N \N \N LIF f \N +2123 130 1899 \N \N \N \N \N LIF f \N +2124 130 1900 \N \N \N \N \N LIF f \N +2125 240 1898 \N \N \N \N \N LIF f \N +2126 240 1899 \N \N \N \N \N LIF f \N +2127 240 1900 \N \N \N \N \N LIF f \N +2128 246 1898 \N \N \N \N \N LIF f \N +2129 246 1899 \N \N \N \N \N LIF f \N +2130 246 1900 \N \N \N \N \N LIF f \N +2131 243 1898 \N \N \N \N \N LIF f \N +2132 243 1899 \N \N \N \N \N LIF f \N +2134 191 1898 \N \N \N \N \N LIF f \N +2135 191 1899 \N \N \N \N \N LIF f \N +2136 191 1900 \N \N \N \N \N LIF f \N +2137 239 1896 \N \N \N \N \N LIF f \N +2138 239 1897 \N \N \N \N \N LIF f \N +2139 239 1898 \N \N \N \N \N LIF f \N +2140 239 1899 \N \N \N \N \N LIF f \N +2141 239 1900 \N \N \N \N \N LIF f \N +56 3 56 \N \N \N \N \N LIF t \N +232 41 233 \N \N \N \N \N LIF t \N +496 77 497 \N \N \N \N \N LIF t \N +1348 247 1373 \N \N \N \N \N LIF t \N +1303 239 1328 \N \N \N \N \N LIF t \N +1308 241 1333 \N \N \N \N \N LIF t \N +812 132 816 \N \N \N \N \N LIF f \N +1791 342 1830 This is updated 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz StateU t 17 +1790 342 1829 This is updated 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz StateU t 17 +1795 342 1833 \N 2025-08-19 13:58:08.81+00 2025-08-19 13:58:08.81+00 \N Mary Gwozdz StateU f 17 +1700 331 1740 \N \N \N \N \N StateU f 17 +1701 331 1741 \N \N \N \N \N StateU f 17 +1702 331 1742 \N \N \N \N \N StateU f 17 +1703 331 1743 \N \N \N \N \N StateU f 17 +1704 331 1744 \N \N \N \N \N StateU f 17 +1705 332 1745 \N \N \N \N \N StateU f 17 +1706 332 1746 \N \N \N \N \N StateU f 17 +1707 332 1747 \N \N \N \N \N StateU f 17 +1708 331 1748 \N \N \N \N \N StateU f 17 +1709 321 1749 \N \N \N \N \N StateU f 17 +1710 321 1750 \N \N \N \N \N StateU f 17 +1711 321 1751 \N \N \N \N \N StateU f 17 +1712 321 1752 \N \N \N \N \N StateU f 17 +1713 321 1753 \N \N \N \N \N StateU f 17 +1714 321 1754 \N \N \N \N \N StateU f 17 +1715 321 1755 \N \N \N \N \N StateU f 17 +1716 322 1756 \N \N \N \N \N StateU f 17 +1717 322 1757 \N \N \N \N \N StateU f 17 +1718 322 1758 \N \N \N \N \N StateU f 17 +1719 321 1759 \N \N \N \N \N StateU f 17 +1720 321 1760 \N \N \N \N \N StateU f 17 +1721 323 1761 \N \N \N \N \N StateU f 17 +1722 323 1762 \N \N \N \N \N StateU f 17 +1723 323 1763 \N \N \N \N \N StateU f 17 +1724 323 1764 \N \N \N \N \N StateU f 17 +1725 333 1765 \N \N \N \N \N StateU f 17 +1726 333 1766 \N \N \N \N \N StateU f 17 +1727 324 1767 \N \N \N \N \N StateU f 17 +1728 324 1768 \N \N \N \N \N StateU f 17 +1729 324 1769 \N \N \N \N \N StateU f 17 +1730 324 1770 \N \N \N \N \N StateU f 17 +1731 324 1771 \N \N \N \N \N StateU f 17 +1732 324 1772 \N \N \N \N \N StateU f 17 +1733 324 1773 \N \N \N \N \N StateU f 17 +1734 333 1774 \N \N \N \N \N StateU f 17 +1735 333 1775 \N \N \N \N \N StateU f 17 +1736 325 1776 \N \N \N \N \N StateU f 17 +1737 325 1777 \N \N \N \N \N StateU f 17 +1738 325 1778 \N \N \N \N \N StateU f 17 +1739 325 1779 \N \N \N \N \N StateU f 17 +1740 325 1780 \N \N \N \N \N StateU f 17 +1741 325 1781 \N \N \N \N \N StateU f 17 +1742 334 1782 \N \N \N \N \N StateU f 17 +1743 334 1783 \N \N \N \N \N StateU f 17 +1744 334 1784 \N \N \N \N \N StateU f 17 +1745 334 1785 \N \N \N \N \N StateU f 17 +1746 334 1786 \N \N \N \N \N StateU f 17 +1747 334 1787 \N \N \N \N \N StateU f 17 +1748 334 1788 \N \N \N \N \N StateU f 17 +1749 334 1789 \N \N \N \N \N StateU f 17 +1750 325 1790 \N \N \N \N \N StateU f 17 +1751 326 1791 \N \N \N \N \N StateU f 17 +1752 326 1792 \N \N \N \N \N StateU f 17 +1753 325 1793 \N \N \N \N \N StateU f 17 +1754 333 1794 \N \N \N \N \N StateU f 17 +1755 335 1795 \N \N \N \N \N StateU f 17 +1756 335 1796 \N \N \N \N \N StateU f 17 +1757 333 1797 \N \N \N \N \N StateU f 17 +1758 331 1798 \N \N \N \N \N StateU f 17 +1759 331 1799 \N \N \N \N \N StateU f 17 +1760 331 1800 \N \N \N \N \N StateU f 17 +1761 328 1801 \N \N \N \N \N StateU f 17 +1762 328 1802 \N \N \N \N \N StateU f 17 +1763 331 1803 \N \N \N \N \N StateU f 17 +1764 329 1804 \N \N \N \N \N StateU f 17 +1765 329 1805 \N \N \N \N \N StateU f 17 +1766 331 1806 \N \N \N \N \N StateU f 17 +1767 330 1807 \N \N \N \N \N StateU f 17 +1768 330 1808 \N \N \N \N \N StateU f 17 +1787 338 1827 \N \N \N \N \N StateU f 17 +1773 212 1813 \N \N \N \N \N StateU f 17 +1774 212 1814 \N \N \N \N \N StateU f 17 +1775 212 1815 \N \N \N \N \N StateU f 17 +1778 212 1818 \N \N \N \N \N StateU f 17 +1779 212 1819 \N \N \N \N \N StateU f 17 +1780 129 1820 \N \N \N \N \N StateU t 17 +1771 134 1811 \N \N \N \N \N StateU t 17 +1770 134 1810 \N \N \N \N \N StateU t 17 +1788 337 1825 \N \N \N \N \N StateU t 17 +1786 337 1826 \N \N \N \N \N StateU t 17 +1769 238 1809 \N \N \N \N \N StateU t 17 +1817 239 1320 \N \N \N \N \N StateU f 17 +1818 239 1321 \N \N \N \N \N StateU f 17 +1819 362 1858 \N 2025-10-02 20:47:00+00 2025-10-02 20:47:00+00 \N MDRUser StateU f 17 +1820 363 1859 \N 2025-10-02 20:48:00+00 2025-10-02 20:48:00+00 \N MDRUser StateU t 17 +1821 364 1860 \N 2025-10-02 20:51:00+00 2025-10-02 20:51:00+00 \N MDRUser StateU f 17 +1822 364 1861 \N 2025-10-02 20:51:00+00 2025-10-02 20:51:00+00 \N MDRUser StateU f 17 +1823 360 1862 \N 2025-10-02 20:54:00+00 2025-10-02 20:54:00+00 \N MDRUser StateU f 17 +1825 361 1864 \N 2025-10-02 20:57:00+00 2025-10-02 20:57:00+00 \N MDRUser StateU f 17 +1826 361 1865 \N 2025-10-02 23:23:00+00 2025-10-02 23:23:00+00 \N MDRUser StateU f 17 +1827 361 1866 \N 2025-10-02 23:24:00+00 2025-10-02 23:24:00+00 \N MDRUser StateU f 17 +1828 361 1867 \N 2025-10-02 23:25:00+00 2025-10-02 23:25:00+00 \N MDRUser StateU t 17 +1829 366 1868 \N 2025-10-02 23:27:00+00 2025-10-02 23:27:00+00 \N MDRUser StateU f 17 +1830 366 1869 \N 2025-10-02 23:27:00+00 2025-10-02 23:27:00+00 \N MDRUser StateU f 17 +1831 367 1870 \N 2025-10-02 23:28:00+00 2025-10-02 23:28:00+00 \N MDRUser StateU f 17 +1832 368 1871 \N 2025-10-02 23:29:00+00 2025-10-02 23:29:00+00 \N MDRUser StateU f 17 +1833 368 1872 \N 2025-10-02 23:30:00+00 2025-10-02 23:30:00+00 \N MDRUser StateU f 17 +1834 134 1873 \N 2025-10-02 23:35:00+00 2025-10-02 23:35:00+00 \N MDRUser StateU f 17 +1835 134 1874 \N 2025-10-02 23:36:00+00 2025-10-02 23:36:00+00 \N MDRUser StateU f 17 +1836 359 1875 \N 2025-10-02 23:37:00+00 2025-10-02 23:37:00+00 \N MDRUser StateU f 17 +1837 359 1876 \N 2025-10-02 23:37:00+00 2025-10-02 23:37:00+00 \N MDRUser StateU f 17 +1777 133 1817 \N \N \N \N \N StateU t 17 +1782 134 1822 \N \N \N \N \N StateU t 17 +1781 134 1821 \N \N \N \N \N StateU t 17 +1784 134 1824 \N \N \N \N \N StateU t 17 +1783 134 1823 \N \N \N \N \N StateU t 17 +1772 134 1812 \N \N \N \N \N StateU t 17 +1776 134 1816 \N \N \N \N \N StateU t 17 +1824 361 1863 \N 2025-10-02 20:56:00+00 2025-10-02 20:56:00+00 \N MDRUser StateU t 17 +1844 132 1878 \N 2025-10-06 17:09:00+00 2025-10-06 17:09:00+00 \N MDRUser StateU f 17 +1846 132 1745 \N \N \N \N StateU f 17 +1847 132 1880 \N \N \N \N StateU f 17 +1848 238 1290 \N \N \N \N \N StateU t 17 +1849 238 1291 \N \N \N \N \N StateU t 17 +1850 238 1292 \N \N \N \N \N StateU t 17 +1854 374 1883 \N \N \N \N \N StateU f 17 +1855 374 1884 \N \N \N \N \N StateU f 17 +1856 374 1885 \N \N \N \N \N StateU f 17 +1857 374 1886 \N \N \N \N \N StateU f 17 +1858 374 1887 \N \N \N \N \N StateU f 17 +1859 374 1888 \N \N \N \N \N StateU f 17 +1839 371 1290 \N 2025-10-06 16:32:00+00 2025-10-06 16:32:00+00 \N \N StateU t 17 +1841 371 1292 \N 2025-10-06 16:33:00+00 2025-10-06 16:33:00+00 \N \N StateU t 17 +1860 374 1889 \N \N \N \N \N StateU f 17 +1861 374 1890 \N \N \N \N \N StateU f 17 +1862 374 1891 \N \N \N \N \N StateU f 17 +1863 374 1892 \N \N \N \N \N StateU f 17 +1864 374 1893 \N \N \N \N \N StateU f 17 +1851 373 1879 \N 2025-10-06 16:32:00+00 2025-10-06 16:32:00+00 \N \N StateU t 17 +1852 373 1882 \N 2025-10-06 16:32:00+00 2025-10-06 16:32:00+00 \N \N StateU t 17 +1853 373 818 \N 2025-10-06 16:32:00+00 2025-10-06 16:32:00+00 \N \N StateU t 17 +1842 132 817 \N 2025-10-06 16:49:00+00 2025-10-06 16:49:00+00 \N \N StateU t 17 +1843 132 816 \N 2025-10-06 16:49:00+00 2025-10-06 16:49:00+00 \N \N StateU t 17 +2142 44 1901 \N 2025-11-26 18:11:00+00 2025-11-26 18:11:00+00 \N MDRUser LIF f \N +2143 46 1902 \N 2025-11-26 18:17:00+00 2025-11-26 18:17:00+00 \N MDRUser LIF f \N +2144 41 1903 \N 2025-11-26 18:18:00+00 2025-11-26 18:18:00+00 \N MDRUser LIF f \N +2145 130 1904 \N 2025-11-26 18:21:00+00 2025-11-26 18:21:00+00 \N MDRUser LIF f \N +2146 241 1905 \N 2025-11-26 18:22:00+00 2025-11-26 18:22:00+00 \N MDRUser LIF f \N +2147 214 1906 \N 2025-11-26 18:23:00+00 2025-11-26 18:23:00+00 \N MDRUser LIF f \N +2148 247 1907 \N 2025-11-26 18:26:00+00 2025-11-26 18:26:00+00 \N MDRUser LIF f \N +2149 248 1908 \N 2025-11-26 18:27:00+00 2025-11-26 18:27:00+00 \N MDRUser LIF f \N +2150 187 1909 \N 2025-11-26 18:27:00+00 2025-11-26 18:27:00+00 \N MDRUser LIF f \N +2151 250 1910 \N 2025-11-26 18:28:00+00 2025-11-26 18:28:00+00 \N MDRUser LIF f \N +2152 250 1911 \N 2025-11-26 18:28:00+00 2025-11-26 18:28:00+00 \N MDRUser LIF f \N +2153 193 1912 \N 2025-11-26 18:29:00+00 2025-11-26 18:29:00+00 \N MDRUser LIF f \N +2154 249 1913 \N 2025-11-26 18:30:00+00 2025-11-26 18:30:00+00 \N MDRUser LIF f \N +2155 240 1914 \N 2025-11-26 18:30:00+00 2025-11-26 18:30:00+00 \N MDRUser LIF f \N +499 77 500 \N \N \N \N \N LIF f \N +2054 78 1899 \N \N \N \N \N LIF t \N +1919 78 1896 \N \N \N \N \N LIF t \N +2158 215 1918 \N 2025-12-01 17:06:00+00 2025-12-01 17:06:00+00 \N MDRUser LIF f \N +2159 134 1919 \N 2025-12-01 17:12:00+00 2025-12-01 17:12:00+00 \N MDRUser LIF f \N +2160 3 1920 \N 2025-12-01 17:16:00+00 2025-12-01 17:16:00+00 \N MDRUser LIF f \N +2161 80 1921 \N 2025-12-01 17:17:00+00 2025-12-01 17:17:00+00 \N MDRUser LIF f \N +2162 193 1922 \N 2025-12-01 17:18:00+00 2025-12-01 17:18:00+00 \N MDRUser LIF f \N +2163 305 1923 \N 2025-12-01 17:18:00+00 2025-12-01 17:18:00+00 \N MDRUser LIF f \N +2164 239 1924 \N 2025-12-01 22:14:00+00 2025-12-01 22:14:00+00 \N MDRUser LIF f \N +2165 242 1925 \N 2025-12-01 22:14:00+00 2025-12-01 22:14:00+00 \N MDRUser LIF f \N +2166 243 1926 \N 2025-12-01 22:15:00+00 2025-12-01 22:15:00+00 \N MDRUser LIF f \N +2167 74 1927 \N 2025-12-01 22:15:00+00 2025-12-01 22:15:00+00 \N MDRUser LIF f \N +2168 133 1928 \N 2025-12-01 22:17:00+00 2025-12-01 22:17:00+00 \N MDRUser LIF f \N +2169 131 1929 \N 2025-12-01 22:17:00+00 2025-12-01 22:17:00+00 \N MDRUser LIF f \N +2170 213 1930 \N 2025-12-01 22:18:00+00 2025-12-01 22:18:00+00 \N MDRUser LIF f \N +2171 212 1931 \N 2025-12-01 22:19:00+00 2025-12-01 22:19:00+00 \N MDRUser LIF f \N +2172 244 1932 \N 2025-12-01 22:20:00+00 2025-12-01 22:20:00+00 \N MDRUser LIF f \N +2173 75 1933 \N 2025-12-01 22:21:00+00 2025-12-01 22:21:00+00 \N MDRUser LIF f \N +2174 136 1934 \N 2025-12-01 22:21:00+00 2025-12-01 22:21:00+00 \N MDRUser LIF f \N +2175 135 1935 \N 2025-12-01 22:22:00+00 2025-12-01 22:22:00+00 \N MDRUser LIF f \N +2176 245 1936 \N 2025-12-01 22:22:00+00 2025-12-01 22:22:00+00 \N MDRUser LIF f \N +2177 237 1937 \N 2025-12-01 22:23:00+00 2025-12-01 22:23:00+00 \N MDRUser LIF f \N +2178 246 1938 \N 2025-12-01 22:25:00+00 2025-12-01 22:25:00+00 \N MDRUser LIF f \N +2179 185 1939 \N 2025-12-01 22:25:00+00 2025-12-01 22:25:00+00 \N MDRUser LIF f \N +2180 186 1940 \N 2025-12-01 22:26:00+00 2025-12-01 22:26:00+00 \N MDRUser LIF f \N +2181 188 1941 \N 2025-12-01 22:26:00+00 2025-12-01 22:26:00+00 \N MDRUser LIF f \N +2182 191 1942 \N 2025-12-01 22:26:00+00 2025-12-01 22:26:00+00 \N MDRUser LIF f \N +1173 212 1198 \N \N \N \N \N LIF t \N +2183 360 1943 \N 2025-12-02 15:20:00+00 2025-12-02 15:20:00+00 \N MDRUser StateU f 17 +2184 365 1944 \N 2025-12-02 15:20:00+00 2025-12-02 15:20:00+00 \N MDRUser StateU f 17 +2185 359 1945 \N 2025-12-02 15:28:00+00 2025-12-02 15:28:00+00 \N MDRUser StateU f 17 +2186 361 1946 \N 2025-12-02 15:30:00+00 2025-12-02 15:30:00+00 \N MDRUser StateU f 17 +2187 366 1947 \N 2025-12-02 15:34:00+00 2025-12-02 15:34:00+00 \N MDRUser StateU f 17 +2188 367 1948 \N 2025-12-02 15:35:00+00 2025-12-02 15:35:00+00 \N MDRUser StateU f 17 +2189 368 1949 \N 2025-12-02 15:36:00+00 2025-12-02 15:36:00+00 \N MDRUser StateU f 17 +2190 362 1950 \N 2025-12-02 15:38:00+00 2025-12-02 15:38:00+00 \N MDRUser StateU f 17 +2191 374 1951 \N 2025-12-02 15:39:00+00 2025-12-02 15:39:00+00 \N MDRUser StateU f 17 +2192 363 1952 \N 2025-12-02 15:44:00+00 2025-12-02 15:44:00+00 \N MDRUser StateU f 17 +2193 364 1953 \N 2025-12-02 15:59:00+00 2025-12-02 15:59:00+00 \N MDRUser StateU f 17 +1840 371 1291 \N 2025-10-06 16:33:00+00 2025-10-06 16:33:00+00 \N \N StateU t 17 +2194 360 1898 \N 2025-12-02 17:19:00+00 2025-12-02 17:19:00+00 \N \N StateU f 17 +2195 360 1899 \N 2025-12-02 19:06:00+00 2025-12-02 19:06:00+00 \N \N StateU f 17 +2196 360 1900 \N 2025-12-02 19:07:00+00 2025-12-02 19:07:00+00 \N \N StateU f 17 +2197 365 1898 \N 2025-12-02 19:07:00+00 2025-12-02 19:07:00+00 \N \N StateU f 17 +2198 365 1899 \N 2025-12-02 19:07:00+00 2025-12-02 19:07:00+00 \N \N StateU f 17 +2199 365 1900 \N 2025-12-02 19:08:00+00 2025-12-02 19:08:00+00 \N \N StateU f 17 +2200 361 1898 \N 2025-12-02 19:08:00+00 2025-12-02 19:08:00+00 \N \N StateU f 17 +2201 361 1899 \N 2025-12-02 19:08:00+00 2025-12-02 19:08:00+00 \N \N StateU f 17 +2202 361 1900 \N 2025-12-02 19:08:00+00 2025-12-02 19:08:00+00 \N \N StateU f 17 +2203 366 1898 \N 2025-12-02 19:08:00+00 2025-12-02 19:08:00+00 \N \N StateU f 17 +2204 366 1899 \N 2025-12-02 19:09:00+00 2025-12-02 19:09:00+00 \N \N StateU f 17 +2205 366 1900 \N 2025-12-02 19:09:00+00 2025-12-02 19:09:00+00 \N \N StateU f 17 +2206 367 1898 \N 2025-12-02 19:09:00+00 2025-12-02 19:09:00+00 \N \N StateU f 17 +2207 367 1899 \N 2025-12-02 19:09:00+00 2025-12-02 19:09:00+00 \N \N StateU f 17 +2208 367 1900 \N 2025-12-02 19:09:00+00 2025-12-02 19:09:00+00 \N \N StateU f 17 +2209 368 1898 \N 2025-12-02 19:10:00+00 2025-12-02 19:10:00+00 \N \N StateU f 17 +2210 368 1899 \N 2025-12-02 19:10:00+00 2025-12-02 19:10:00+00 \N \N StateU f 17 +2211 368 1900 \N 2025-12-02 19:10:00+00 2025-12-02 19:10:00+00 \N \N StateU f 17 +2212 362 1898 \N 2025-12-02 19:11:00+00 2025-12-02 19:11:00+00 \N \N StateU f 17 +2213 362 1899 \N 2025-12-02 19:11:00+00 2025-12-02 19:11:00+00 \N \N StateU f 17 +2214 362 1900 \N 2025-12-02 19:11:00+00 2025-12-02 19:11:00+00 \N \N StateU f 17 +2215 374 1898 \N 2025-12-02 19:12:00+00 2025-12-02 19:12:00+00 \N \N StateU f 17 +2216 374 1899 \N 2025-12-02 19:12:00+00 2025-12-02 19:12:00+00 \N \N StateU f 17 +2217 374 1900 \N 2025-12-02 19:12:00+00 2025-12-02 19:12:00+00 \N \N StateU f 17 +2220 363 1900 \N 2025-12-02 19:13:00+00 2025-12-02 19:13:00+00 \N \N StateU f 17 +2222 364 1899 \N 2025-12-02 19:14:00+00 2025-12-02 19:14:00+00 \N \N StateU f 17 +2218 363 1898 \N 2025-12-02 19:13:00+00 2025-12-02 19:13:00+00 \N \N StateU f 17 +2223 364 1900 \N 2025-12-02 19:14:00+00 2025-12-02 19:14:00+00 \N \N StateU f 17 +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 +\. + + +-- +-- Data for Name: ExtInclusionsFromBaseDM; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."ExtInclusionsFromBaseDM" ("Id", "ExtDataModelId", "ElementType", "IncludedElementId", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted", "LevelOfAccess", "Queryable", "Modifiable") FROM stdin; +31 17 Attribute 841 \N \N \N \N \N LIF f Public f f +32 17 Attribute 843 \N \N \N \N \N LIF f Public f f +33 17 Attribute 842 \N \N \N \N \N LIF f Public f f +34 17 Attribute 844 \N \N \N \N \N LIF f Public f f +35 17 Attribute 792 \N \N \N \N \N LIF f Public f f +37 17 Attribute 827 \N \N \N \N \N LIF f Public f f +38 17 Attribute 826 \N \N \N \N \N LIF f Public f f +39 17 Attribute 828 \N \N \N \N \N LIF f Public f f +40 17 Attribute 830 \N \N \N \N \N LIF f Public f f +41 17 Attribute 825 \N \N \N \N \N LIF f Public f f +43 17 Attribute 802 \N \N \N \N \N LIF f Public f f +45 17 Attribute 1200 \N \N \N \N \N LIF f Public f f +46 17 Attribute 1330 \N \N \N \N \N LIF f Public f f +47 17 Attribute 1340 \N \N \N \N \N LIF f Public f f +48 17 Attribute 1202 \N \N \N \N \N LIF f Public f f +49 17 Attribute 1199 \N \N \N \N \N LIF f Public f f +51 17 Attribute 1288 \N \N \N \N \N LIF f Public f f +52 17 Attribute 1313 \N \N \N \N \N LIF f Public f f +53 17 Attribute 1310 \N \N \N \N \N LIF f Public f f +54 17 Attribute 1309 \N \N \N \N \N LIF f Public f f +55 17 Attribute 1307 \N \N \N \N \N LIF f Public f f +56 17 Attribute 1308 \N \N \N \N \N LIF f Public f f +57 17 Attribute 1311 \N \N \N \N \N LIF f Public f f +58 17 Attribute 1316 \N \N \N \N \N LIF f Public f f +59 17 Attribute 1317 \N \N \N \N \N LIF f Public f f +73 18 Entity 129 \N \N \N \N \N LIF f Public f f +74 18 Entity 134 \N \N \N \N \N LIF f Public f f +75 18 Entity 132 \N \N \N \N \N LIF f Public f f +76 18 Entity 238 \N \N \N \N \N LIF f Public f f +77 18 Entity 135 \N \N \N \N \N LIF f Public f f +78 18 Entity 133 \N \N \N \N \N LIF f Public f f +79 18 Entity 212 \N \N \N \N \N LIF f Public f f +80 18 Entity 241 \N \N \N \N \N LIF f Public f f +81 18 Entity 243 \N \N \N \N \N LIF f Public f f +82 18 Entity 242 \N \N \N \N \N LIF f Public f f +83 18 Entity 239 \N \N \N \N \N LIF f Public f f +84 18 Entity 130 \N \N \N \N \N LIF f Public f f +85 18 Entity 131 \N \N \N \N \N LIF f Public f f +86 18 Attribute 803 \N \N \N \N \N LIF f Public f f +87 18 Attribute 833 \N \N \N \N \N LIF f Public f f +88 18 Attribute 796 \N \N \N \N \N LIF f Public f f +89 18 Attribute 797 \N \N \N \N \N LIF f Public f f +90 18 Attribute 817 \N \N \N \N \N LIF f Public f f +91 18 Attribute 816 \N \N \N \N \N LIF f Public f f +92 18 Attribute 818 \N \N \N \N \N LIF f Public f f +94 18 Attribute 1291 \N \N \N \N \N LIF f Public f f +95 18 Attribute 1810 \N \N \N \N \N LIF f Public f f +96 18 Attribute 1811 \N \N \N \N \N LIF f Public f f +97 18 Attribute 839 \N \N \N \N \N LIF f Public f f +98 18 Attribute 1812 \N \N \N \N \N LIF f Public f f +99 18 Attribute 1813 \N \N \N \N \N LIF f Public f f +100 18 Attribute 1814 \N \N \N \N \N LIF f Public f f +101 18 Attribute 1815 \N \N \N \N \N LIF f Public f f +102 18 Attribute 1816 \N \N \N \N \N LIF f Public f f +103 18 Attribute 841 \N \N \N \N \N LIF f Public f f +104 18 Attribute 843 \N \N \N \N \N LIF f Public f f +105 18 Attribute 842 \N \N \N \N \N LIF f Public f f +106 18 Attribute 844 \N \N \N \N \N LIF f Public f f +107 18 Attribute 792 \N \N \N \N \N LIF f Public f f +108 18 Attribute 829 \N \N \N \N \N LIF f Public f f +109 18 Attribute 827 \N \N \N \N \N LIF f Public f f +110 18 Attribute 826 \N \N \N \N \N LIF f Public f f +111 18 Attribute 828 \N \N \N \N \N LIF f Public f f +112 18 Attribute 830 \N \N \N \N \N LIF f Public f f +113 18 Attribute 825 \N \N \N \N \N LIF f Public f f +114 18 Attribute 1817 \N \N \N \N \N LIF f Public f f +115 18 Attribute 802 \N \N \N \N \N LIF f Public f f +116 18 Attribute 1290 \N \N \N \N \N LIF f Public f f +117 18 Attribute 1200 \N \N \N \N \N LIF f Public f f +118 18 Attribute 1330 \N \N \N \N \N LIF f Public f f +119 18 Attribute 1340 \N \N \N \N \N LIF f Public f f +120 18 Attribute 1202 \N \N \N \N \N LIF f Public f f +121 18 Attribute 1199 \N \N \N \N \N LIF f Public f f +122 18 Attribute 1818 \N \N \N \N \N LIF f Public f f +123 18 Attribute 1288 \N \N \N \N \N LIF f Public f f +124 18 Attribute 1313 \N \N \N \N \N LIF f Public f f +125 18 Attribute 1310 \N \N \N \N \N LIF f Public f f +126 18 Attribute 1309 \N \N \N \N \N LIF f Public f f +127 18 Attribute 1307 \N \N \N \N \N LIF f Public f f +128 18 Attribute 1308 \N \N \N \N \N LIF f Public f f +129 18 Attribute 1311 \N \N \N \N \N LIF f Public f f +130 18 Attribute 1316 \N \N \N \N \N LIF f Public f f +131 18 Attribute 1317 \N \N \N \N \N LIF f Public f f +132 18 Attribute 1291 \N \N \N \N \N LIF f Public f f +133 18 Attribute 1819 \N \N \N \N \N LIF f Public f f +134 18 Attribute 801 \N \N \N \N \N LIF f Public f f +135 18 Attribute 808 \N \N \N \N \N LIF f Public f f +136 18 Attribute 809 \N \N \N \N \N LIF f Public f f +137 18 Attribute 821 \N \N \N \N \N LIF f Public f f +138 18 Attribute 799 \N \N \N \N \N LIF f Public f f +139 18 Attribute 804 \N \N \N \N \N LIF f Public f f +145 18 Entity 336 \N \N \N \N \N Org2 f Public f f +42 17 Attribute 1817 \N \N \N \N \N LIF t Public f f +36 17 Attribute 829 \N \N \N \N \N LIF t Public f f +72 17 Attribute 1824 \N \N \N \N \N LIF t Public f f +148 18 Attribute 1825 \N \N \N \N \N Org2 f Public f f +1 17 Entity 129 \N \N \N \N \N LIF f Public f f +2 17 Entity 134 \N \N \N \N \N LIF f Public f f +3 17 Entity 132 \N \N \N \N \N LIF f Public f f +5 17 Entity 135 \N \N \N \N \N LIF f Public f f +6 17 Entity 133 \N \N \N \N \N LIF f Public f f +8 17 Entity 241 \N \N \N \N \N LIF f Public f f +9 17 Entity 243 \N \N \N \N \N LIF f Public f f +10 17 Entity 242 \N \N \N \N \N LIF f Public f f +11 17 Entity 239 \N \N \N \N \N LIF f Public f f +12 17 Entity 130 \N \N \N \N \N LIF f Public f f +13 17 Entity 131 \N \N \N \N \N LIF f Public f f +14 17 Attribute 803 \N \N \N \N \N LIF f Public f f +15 17 Attribute 833 \N \N \N \N \N LIF f Public f f +16 17 Attribute 796 \N \N \N \N \N LIF f Public f f +17 17 Attribute 797 \N \N \N \N \N LIF f Public f f +20 17 Attribute 818 \N \N \N \N \N LIF f Public f f +25 17 Attribute 839 \N \N \N \N \N LIF f Public f f +155 18 Entity 344 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public f f +157 17 Entity 344 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 t Public f f +162 18 Entity 345 Test updated notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public f f +160 17 Entity 348 Test updated notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 t Private f f +163 17 Entity 344 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 t Public f f +165 18 Attribute 1831 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 t Public f f +169 18 Attribute 1839 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public f f +168 18 Entity 349 Test updated notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Private t t +174 18 Entity 352 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public t t +175 18 Attribute 1844 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public t t +176 18 Attribute 1845 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public t t +185 18 Attribute 1851 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public t t +187 17 Entity 76 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz LIF f Public f f +158 17 Entity 1 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz LIF t Public f f +170 18 Entity 350 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public f f +171 18 Entity 351 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public t t +172 18 Attribute 1842 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public f f +173 18 Attribute 1843 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public t t +177 18 Entity 353 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public f f +178 18 Attribute 1846 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public t t +179 18 Attribute 1847 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public f f +180 18 Attribute 1848 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public f f +181 18 Attribute 1849 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public f f +182 18 Entity 354 Test updated notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public t t +62 17 Attribute 801 \N \N \N \N \N LIF f Public f f +63 17 Attribute 808 \N \N \N \N \N LIF f Public f f +64 17 Attribute 809 \N \N \N \N \N LIF f Public f f +65 17 Attribute 821 \N \N \N \N \N LIF f Public f f +66 17 Attribute 799 \N \N \N \N \N LIF f Public f f +67 17 Attribute 804 \N \N \N \N \N LIF f Public f f +140 18 Attribute 1820 \N \N \N \N \N LIF f Public f f +141 18 Attribute 1821 \N \N \N \N \N LIF f Public f f +142 18 Attribute 1822 \N \N \N \N \N LIF f Public f f +144 18 Attribute 1824 \N \N \N \N \N LIF f Public f f +4 17 Entity 238 \N \N \N \N \N LIF t Private f f +146 17 Entity 336 \N \N \N \N \N Org2 t Private f f +23 17 Attribute 1810 \N \N \N \N \N LIF t Private f f +30 17 Attribute 1816 \N \N \N \N \N LIF t Public f f +147 17 Attribute 1825 \N \N \N \N \N Org2 t Private f f +70 17 Attribute 1822 \N \N \N \N \N LIF t Private f f +18 17 Attribute 817 \N \N \N \N \N LIF f Public f f +71 17 Attribute 1823 \N \N \N \N \N LIF t Public f f +26 17 Attribute 1812 \N \N \N \N \N LIF t Public f f +68 17 Attribute 1820 \N \N \N \N \N LIF t Public f f +7 17 Entity 212 \N \N \N \N \N LIF t Private f f +143 18 Attribute 1823 Test updated notes \N 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Private f f +167 18 Attribute 1835 Test updated notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Private t t +61 17 Attribute 1819 \N \N \N \N \N LIF t Private f f +29 17 Attribute 1815 \N \N \N \N \N LIF t Private f f +183 18 Entity 355 Test updated notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Public f f +186 17 Entity 4 \N 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz StateU f Public f f +184 18 Attribute 1850 Test updated notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz Org2 f Private t t +21 17 Attribute 1809 \N \N \N \N \N LIF t Public f f +93 18 Attribute 1809 \N \N \N \N \N LIF t Public f f +24 17 Attribute 1811 \N \N \N \N \N LIF t Private f f +69 17 Attribute 1821 \N \N \N \N \N LIF t Private f f +27 17 Attribute 1813 \N \N \N \N \N LIF t Private f f +50 17 Attribute 1818 \N \N \N \N \N LIF t Private f f +28 17 Attribute 1814 \N \N \N \N \N LIF t Private f f +22 17 Attribute 1291 \N \N \N \N \N LIF t Public t f +44 17 Attribute 1290 \N \N \N \N \N LIF t Private t f +19 17 Attribute 816 \N \N \N \N \N LIF t Public f f +216 17 Attribute 1898 \N 2025-10-02 18:09:00+00 2025-10-02 18:09:00+00 \N UX LIF f Public f f +154 17 Entity 343 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz StateU t Public f f +164 17 Attribute 1829 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz StateU t Public f f +152 17 Attribute 1827 \N \N \N \N \N StateU f Private f f +166 17 Attribute 1833 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz StateU t Public f f +151 17 Entity 338 \N \N \N \N \N StateU t Private f f +153 17 Entity 342 Test notes 2025-08-17 18:32:30.945+00 2025-08-17 18:32:30.945+00 \N Mary Gwozdz StateU t Public f f +150 17 Attribute 1826 \N \N \N \N \N StateU t Private f f +149 17 Entity 337 \N \N \N \N \N StateU t Private f f +292 17 Attribute 1290 \N 2025-10-06 16:32:00+00 2025-10-06 16:32:00+00 \N \N StateU t Private t f +188 17 Entity 77 \N 2025-10-02 17:54:00+00 2025-10-02 17:54:00+00 \N UX StateU f Public f f +189 17 Attribute 503 \N 2025-10-02 17:55:00+00 2025-10-02 17:55:00+00 \N UX StateU f Public f f +190 17 Attribute 521 \N 2025-10-02 17:56:00+00 2025-10-02 17:56:00+00 \N UX StateU f Public f f +191 17 Attribute 504 \N 2025-10-02 17:56:00+00 2025-10-02 17:56:00+00 \N UX StateU f Public f f +193 17 Attribute 1312 \N 2025-10-02 18:06:00+00 2025-10-02 18:06:00+00 \N UX StateU f Public f f +194 17 Attribute 1306 \N 2025-10-02 18:06:00+00 2025-10-02 18:06:00+00 \N UX StateU f Public f f +195 17 Attribute 1318 \N 2025-10-02 18:06:00+00 2025-10-02 18:06:00+00 \N UX StateU f Public f f +196 17 Attribute 1328 \N 2025-10-02 18:06:00+00 2025-10-02 18:06:00+00 \N UX StateU f Public f f +197 17 Attribute 1319 \N 2025-10-02 18:06:00+00 2025-10-02 18:06:00+00 \N UX StateU f Public f f +199 17 Attribute 1332 \N 2025-10-02 18:07:00+00 2025-10-02 18:07:00+00 \N UX StateU f Public f f +235 17 Attribute 859 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +200 17 Attribute 1289 \N 2025-10-02 18:07:00+00 2025-10-02 18:07:00+00 \N UX StateU f Public f f +201 17 Attribute 1337 \N 2025-10-02 18:07:00+00 2025-10-02 18:07:00+00 \N UX StateU f Public f f +202 17 Attribute 1338 \N 2025-10-02 18:07:00+00 2025-10-02 18:07:00+00 \N UX StateU f Public f f +203 17 Attribute 1335 \N 2025-10-02 18:07:00+00 2025-10-02 18:07:00+00 \N UX StateU f Public f f +204 17 Attribute 1336 \N 2025-10-02 18:07:00+00 2025-10-02 18:07:00+00 \N UX StateU f Public f f +205 17 Attribute 1333 \N 2025-10-02 18:07:00+00 2025-10-02 18:07:00+00 \N UX StateU f Public f f +211 17 Attribute 1342 \N 2025-10-02 18:08:00+00 2025-10-02 18:08:00+00 \N UX StateU f Public f f +210 17 Attribute 1343 \N 2025-10-02 18:08:00+00 2025-10-02 18:08:00+00 \N UX StateU f Public f f +209 17 Attribute 1348 \N 2025-10-02 18:08:00+00 2025-10-02 18:08:00+00 \N UX StateU f Public f f +208 17 Attribute 1344 \N 2025-10-02 18:08:00+00 2025-10-02 18:08:00+00 \N UX StateU f Public f f +207 17 Attribute 1347 \N 2025-10-02 18:07:00+00 2025-10-02 18:07:00+00 \N UX StateU f Public f f +206 17 Attribute 1346 \N 2025-10-02 18:07:00+00 2025-10-02 18:07:00+00 \N UX StateU f Public f f +213 17 Attribute 1341 \N 2025-10-02 18:08:00+00 2025-10-02 18:08:00+00 \N UX StateU f Public f f +212 17 Attribute 1345 \N 2025-10-02 18:08:00+00 2025-10-02 18:08:00+00 \N UX StateU f Public f f +221 17 Attribute 1201 \N 2025-10-02 18:09:00+00 2025-10-02 18:09:00+00 \N UX StateU f Public f f +220 17 Attribute 1204 \N 2025-10-02 18:09:00+00 2025-10-02 18:09:00+00 \N UX StateU f Public f f +219 17 Attribute 1203 \N 2025-10-02 18:09:00+00 2025-10-02 18:09:00+00 \N UX StateU f Public f f +198 17 Attribute 1331 \N 2025-10-02 18:07:00+00 2025-10-02 18:07:00+00 \N UX StateU t Public f f +222 17 Attribute 1331 \N 2025-10-02 18:11:00+00 2025-10-02 18:11:00+00 \N UX StateU f Public f f +223 17 Attribute 562 \N 2025-10-02 18:12:00+00 2025-10-02 18:12:00+00 \N UX StateU f Public f f +224 17 Attribute 561 \N 2025-10-02 18:13:00+00 2025-10-02 18:13:00+00 \N UX StateU f Public f f +225 17 Attribute 836 \N 2025-10-02 18:13:00+00 2025-10-02 18:13:00+00 \N UX StateU f Public f f +226 17 Attribute 858 \N 2025-10-02 18:13:00+00 2025-10-02 18:13:00+00 \N UX StateU f Public f f +227 17 Attribute 837 \N 2025-10-02 18:13:00+00 2025-10-02 18:13:00+00 \N UX StateU f Public f f +228 17 Attribute 835 \N 2025-10-02 18:14:00+00 2025-10-02 18:14:00+00 \N UX StateU f Public f f +236 17 Attribute 857 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +229 17 Attribute 840 \N 2025-10-02 18:14:00+00 2025-10-02 18:14:00+00 \N UX StateU t Private f f +230 17 Attribute 861 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +231 17 Attribute 862 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +232 17 Attribute 845 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +233 17 Attribute 838 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +234 17 Attribute 860 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +237 17 Attribute 863 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +238 17 Attribute 846 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +239 17 Attribute 834 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +240 17 Entity 192 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +241 17 Attribute 1137 \N 2025-10-02 18:16:00+00 2025-10-02 18:16:00+00 \N UX StateU f Public f f +242 17 Attribute 1133 \N 2025-10-02 18:17:00+00 2025-10-02 18:17:00+00 \N UX StateU f Public f f +243 17 Entity 185 \N 2025-10-02 18:17:00+00 2025-10-02 18:17:00+00 \N UX StateU f Public f f +244 17 Attribute 1136 \N 2025-10-02 18:18:00+00 2025-10-02 18:18:00+00 \N UX StateU f Public f f +245 17 Attribute 1284 \N 2025-10-02 18:18:00+00 2025-10-02 18:18:00+00 \N UX StateU f Public f f +246 17 Attribute 1285 \N 2025-10-02 18:19:00+00 2025-10-02 18:19:00+00 \N UX StateU f Public f f +247 17 Entity 237 \N 2025-10-02 18:19:00+00 2025-10-02 18:19:00+00 \N UX StateU f Public f f +249 17 Attribute 299 \N 2025-10-02 18:19:00+00 2025-10-02 18:19:00+00 \N UX StateU f Public f f +250 17 Attribute 298 \N 2025-10-02 18:19:00+00 2025-10-02 18:19:00+00 \N UX StateU f Public f f +251 17 Attribute 1138 \N 2025-10-02 18:20:00+00 2025-10-02 18:20:00+00 \N UX StateU f Public f f +252 17 Entity 304 \N 2025-10-02 18:20:00+00 2025-10-02 18:20:00+00 \N UX StateU f Public f f +253 17 Attribute 1658 \N 2025-10-02 18:20:00+00 2025-10-02 18:20:00+00 \N UX StateU f Public f f +254 17 Attribute 1320 \N 2025-10-02 18:20:00+00 2025-10-02 18:20:00+00 \N StateU f Public f f +255 17 Attribute 1321 \N 2025-10-02 18:20:00+00 2025-10-02 18:20:00+00 \N StateU f Public f f +259 17 Entity 361 \N 2025-10-02 19:22:00+00 2025-10-02 19:22:00+00 \N MDRUser StateU f Public f f +257 17 Entity 359 \N 2025-10-02 19:21:00+00 2025-10-02 19:21:00+00 \N MDRUser StateU f Public f f +258 17 Entity 360 \N 2025-10-02 19:22:00+00 2025-10-02 19:22:00+00 \N MDRUser StateU f Public f f +332 17 Attribute 1889 \N \N \N \N StateU f Private f t +260 17 Entity 362 \N 2025-10-02 20:46:00+00 2025-10-02 20:46:00+00 \N MDRUser StateU f Public f f +261 17 Entity 363 \N 2025-10-02 20:46:00+00 2025-10-02 20:46:00+00 \N MDRUser StateU f Public f f +262 17 Attribute 1858 \N 2025-10-02 20:47:00+00 2025-10-02 20:47:00+00 \N MDRUser StateU f Public f f +217 17 Attribute 1209 \N 2025-10-02 18:09:00+00 2025-10-02 18:09:00+00 \N UX StateU t Public f f +218 17 Attribute 1205 \N 2025-10-02 18:09:00+00 2025-10-02 18:09:00+00 \N UX StateU t Public f f +263 17 Attribute 1859 \N 2025-10-02 20:48:00+00 2025-10-02 20:48:00+00 \N MDRUser StateU t Private f f +265 17 Attribute 1860 \N 2025-10-02 20:51:00+00 2025-10-02 20:51:00+00 \N MDRUser StateU f Public f f +266 17 Attribute 1861 \N 2025-10-02 20:51:00+00 2025-10-02 20:51:00+00 \N MDRUser StateU f Private f f +256 17 Entity 358 \N 2025-10-02 19:18:00+00 2025-10-02 19:18:00+00 \N MDRUser StateU t Public f f +268 17 Entity 365 \N 2025-10-02 20:55:00+00 2025-10-02 20:55:00+00 \N MDRUser StateU f Public f f +267 17 Attribute 1862 \N 2025-10-02 20:54:00+00 2025-10-02 20:54:00+00 \N MDRUser StateU f Public f f +270 17 Attribute 1864 \N 2025-10-02 20:57:00+00 2025-10-02 20:57:00+00 \N MDRUser StateU f Public f f +271 17 Attribute 1865 \N 2025-10-02 23:23:00+00 2025-10-02 23:23:00+00 \N MDRUser StateU f Public f f +272 17 Attribute 1866 \N 2025-10-02 23:24:00+00 2025-10-02 23:24:00+00 \N MDRUser StateU f Public f f +274 17 Entity 366 \N 2025-10-02 23:26:00+00 2025-10-02 23:26:00+00 \N MDRUser StateU f Public f f +275 17 Attribute 1868 \N 2025-10-02 23:27:00+00 2025-10-02 23:27:00+00 \N MDRUser StateU f Public f f +276 17 Attribute 1869 \N 2025-10-02 23:27:00+00 2025-10-02 23:27:00+00 \N MDRUser StateU f Public f f +278 17 Attribute 1870 \N 2025-10-02 23:28:00+00 2025-10-02 23:28:00+00 \N MDRUser StateU f Public f f +280 17 Attribute 1871 \N 2025-10-02 23:29:00+00 2025-10-02 23:29:00+00 \N MDRUser StateU f Public f f +282 17 Attribute 1873 \N 2025-10-02 23:35:00+00 2025-10-02 23:35:00+00 \N MDRUser StateU f Public f f +284 17 Attribute 1875 \N 2025-10-02 23:37:00+00 2025-10-02 23:37:00+00 \N MDRUser StateU f Public f f +286 17 Entity 80 \N 2025-10-02 23:43:00+00 2025-10-02 23:43:00+00 \N MDRUser StateU f Public f f +264 17 Entity 364 \N 2025-10-02 20:50:00+00 2025-10-02 20:50:00+00 \N MDRUser StateU f Public f f +273 17 Attribute 1867 \N 2025-10-02 23:25:00+00 2025-10-02 23:25:00+00 \N MDRUser StateU t Public f f +277 17 Entity 367 \N 2025-10-02 23:28:00+00 2025-10-02 23:28:00+00 \N MDRUser StateU f Public f f +279 17 Entity 368 \N 2025-10-02 23:29:00+00 2025-10-02 23:29:00+00 \N MDRUser StateU f Public f f +281 17 Attribute 1872 \N 2025-10-02 23:30:00+00 2025-10-02 23:30:00+00 \N MDRUser StateU f Private f f +283 17 Attribute 1874 \N 2025-10-02 23:36:00+00 2025-10-02 23:36:00+00 \N MDRUser StateU f Public f f +285 17 Attribute 1876 \N 2025-10-02 23:37:00+00 2025-10-02 23:37:00+00 \N MDRUser StateU f Private f f +291 17 Entity 371 \N \N \N \N StateU f Public f f +192 17 Entity 215 \N 2025-10-02 18:04:00+00 2025-10-02 18:04:00+00 \N UX StateU t Public f f +289 17 Attribute 829 \N 2025-10-03 17:35:00+00 2025-10-03 17:35:00+00 \N MDRUser StateU f Public f f +269 17 Attribute 1863 \N 2025-10-02 20:56:00+00 2025-10-02 20:56:00+00 \N MDRUser StateU t Private f f +304 17 Entity 214 \N 2025-10-06 17:07:00+00 2025-10-06 17:07:00+00 \N MDRUser StateU f Private f f +298 17 Entity 213 \N 2025-10-06 16:35:00+00 2025-10-06 16:35:00+00 \N MDRUser StateU t Public f f +297 17 Entity 214 \N 2025-10-06 16:35:00+00 2025-10-06 16:35:00+00 \N MDRUser StateU t Public f f +294 17 Attribute 1292 \N 2025-10-06 16:33:00+00 2025-10-06 16:33:00+00 \N \N StateU t Private f f +309 17 Entity 215 \N 2025-10-06 18:35:00+00 2025-10-06 18:35:00+00 \N MDRUser StateU t Private f f +303 17 Entity 238 \N 2025-10-06 17:05:00+00 2025-10-06 17:05:00+00 \N MDRUser StateU t Private f f +299 17 Attribute 1209 \N 2025-10-06 16:35:00+00 2025-10-06 16:35:00+00 \N MDRUser StateU t Public f f +300 17 Attribute 1205 \N 2025-10-06 16:35:00+00 2025-10-06 16:35:00+00 \N MDRUser StateU t Public f f +295 17 Entity 215 \N 2025-10-06 16:34:00+00 2025-10-06 16:34:00+00 \N MDRUser StateU t Private f f +306 17 Attribute 1878 \N 2025-10-06 17:09:00+00 2025-10-06 17:09:00+00 \N MDRUser StateU t Private f f +296 17 Entity 212 \N 2025-10-06 16:34:00+00 2025-10-06 16:34:00+00 \N MDRUser StateU t Private f f +215 17 Attribute 1292 \N 2025-10-02 18:09:00+00 2025-10-02 18:09:00+00 \N UX StateU f Private f f +301 17 Attribute 817 \N 2025-10-06 16:49:00+00 2025-10-06 16:49:00+00 \N \N StateU t Private f f +313 17 Entity 212 \N 2025-10-07 02:29:00+00 2025-10-07 02:29:00+00 \N MDRUser StateU t Public f f +317 17 Entity 238 \N 2025-10-07 02:56:00+00 2025-10-07 02:56:00+00 \N MDRUser StateU t Private f f +310 17 Entity 215 \N 2025-10-06 18:35:00+00 2025-10-06 18:35:00+00 \N MDRUser StateU t Private f f +315 17 Entity 212 \N 2025-10-07 02:32:00+00 2025-10-07 02:32:00+00 \N MDRUser StateU t Private f f +314 17 Entity 215 \N 2025-10-07 02:29:00+00 2025-10-07 02:29:00+00 \N MDRUser StateU t Private f f +319 17 Entity 215 \N 2025-10-07 14:32:00+00 2025-10-07 14:32:00+00 \N MDRUser StateU t Private f f +321 17 Entity 215 \N 2025-10-07 16:20:00+00 2025-10-07 16:20:00+00 \N MDRUser StateU t Private f f +322 17 Entity 215 \N 2025-10-07 16:21:00+00 2025-10-07 16:21:00+00 \N MDRUser StateU f Public f f +323 17 Entity 238 \N 2025-10-07 16:25:00+00 2025-10-07 16:25:00+00 \N MDRUser StateU f Public f f +308 17 Attribute 1813 \N 2025-10-06 17:44:00+00 2025-10-06 17:44:00+00 \N MDRUser StateU t Private f f +248 17 Entity 47 \N 2025-10-02 18:19:00+00 2025-10-02 18:19:00+00 \N UX StateU f Private f f +288 17 Attribute 1290 \N 2025-10-03 17:32:00+00 2025-10-03 17:32:00+00 \N MDRUser StateU f Private t f +293 17 Attribute 1291 \N 2025-10-06 16:33:00+00 2025-10-06 16:33:00+00 \N \N StateU f Private t f +320 17 Entity 373 \N \N \N \N StateU t Public f f +311 17 Attribute 1745 \N \N \N \N StateU f Private f f +307 17 Attribute 1879 \N 2025-10-06 17:10:00+00 2025-10-06 17:10:00+00 \N MDRUser StateU t Private f f +312 17 Attribute 1880 \N \N \N \N StateU f Private f f +324 17 Attribute 1882 \N \N \N \N StateU t Private f f +302 17 Attribute 816 \N 2025-10-06 16:49:00+00 2025-10-06 16:49:00+00 \N \N StateU f Private f f +326 17 Attribute 1883 \N \N \N \N StateU f Private f t +327 17 Attribute 1884 \N \N \N \N StateU f Private f t +328 17 Attribute 1885 \N \N \N \N StateU f Private f t +329 17 Attribute 1886 \N \N \N \N StateU f Private f t +330 17 Attribute 1887 \N \N \N \N StateU f Private f t +331 17 Attribute 1888 \N \N \N \N StateU f Private f t +333 17 Attribute 1890 \N \N \N \N StateU f Private f t +334 17 Attribute 1891 \N \N \N \N StateU f Private f t +335 17 Attribute 1892 \N \N \N \N StateU f Private f t +325 17 Entity 374 \N \N 2025-11-14 02:21:00+00 \N \N StateU f Private f t +287 17 Entity 369 \N 2025-10-03 17:28:00+00 2025-10-03 17:28:00+00 \N MDRUser StateU t Public f f +316 17 Entity 212 \N 2025-10-07 02:38:00+00 2025-10-07 02:38:00+00 \N MDRUser StateU t Public f f +336 17 Attribute 1893 \N \N \N \N StateU f Private f t +337 17 Attribute 1899 \N 2025-11-18 16:43:00+00 2025-11-18 16:43:00+00 \N MDRUser StateU f Public f f +338 17 Attribute 1900 \N 2025-11-18 16:43:00+00 2025-11-18 16:43:00+00 \N MDRUser StateU f Public f f +339 17 Attribute 800 \N 2025-11-18 16:44:00+00 2025-11-18 16:44:00+00 \N MDRUser StateU f Public f f +340 17 Entity 1 \N 2025-11-18 21:37:00+00 2025-11-18 21:37:00+00 \N MDRUser StateU f Public f f +305 17 Entity 213 \N 2025-10-06 17:07:00+00 2025-10-06 17:07:00+00 \N MDRUser StateU f Public f f +341 17 Attribute 1930 \N 2025-12-01 22:33:00+00 2025-12-01 22:33:00+00 \N MDRUser StateU f Public f f +342 17 Attribute 1206 \N 2025-12-01 22:33:00+00 2025-12-01 22:33:00+00 \N MDRUser StateU f Public f f +343 17 Attribute 498 \N 2025-12-01 22:34:00+00 2025-12-01 22:34:00+00 \N MDRUser StateU f Public f f +344 17 Attribute 501 \N 2025-12-01 22:34:00+00 2025-12-01 22:34:00+00 \N MDRUser StateU f Public f f +345 17 Attribute 1627 \N 2025-12-01 22:35:00+00 2025-12-01 22:35:00+00 \N MDRUser StateU f Public f f +346 17 Attribute 1624 \N 2025-12-01 22:35:00+00 2025-12-01 22:35:00+00 \N MDRUser StateU f Public f f +214 17 Attribute 1198 \N 2025-10-02 18:09:00+00 2025-10-02 18:09:00+00 \N UX StateU t Public f f +347 17 Attribute 556 \N 2025-12-02 15:14:00+00 2025-12-02 15:14:00+00 \N MDRUser StateU f Public f f +348 17 Attribute 1931 \N 2025-12-02 15:14:00+00 2025-12-02 15:14:00+00 \N MDRUser StateU f Public f f +349 17 Attribute 1132 \N 2025-12-02 15:14:00+00 2025-12-02 15:14:00+00 \N MDRUser StateU f Public f f +350 17 Attribute 296 \N 2025-12-02 15:15:00+00 2025-12-02 15:15:00+00 \N MDRUser StateU f Public f f +351 17 Attribute 1939 \N 2025-12-02 15:15:00+00 2025-12-02 15:15:00+00 \N MDRUser StateU f Public f f +352 17 Attribute 1937 \N 2025-12-02 15:15:00+00 2025-12-02 15:15:00+00 \N MDRUser StateU f Public f f +353 17 Attribute 1905 \N 2025-12-02 15:15:00+00 2025-12-02 15:15:00+00 \N MDRUser StateU f Public f f +354 17 Attribute 1924 \N 2025-12-02 15:15:00+00 2025-12-02 15:15:00+00 \N MDRUser StateU f Public f f +355 17 Attribute 1925 \N 2025-12-02 15:16:00+00 2025-12-02 15:16:00+00 \N MDRUser StateU f Public f f +356 17 Attribute 1926 \N 2025-12-02 15:16:00+00 2025-12-02 15:16:00+00 \N MDRUser StateU f Public f f +357 17 Attribute 1935 \N 2025-12-02 15:18:00+00 2025-12-02 15:18:00+00 \N MDRUser StateU f Public f f +358 17 Attribute 1943 \N 2025-12-02 15:20:00+00 2025-12-02 15:20:00+00 \N MDRUser StateU f Public f f +359 17 Attribute 1944 \N 2025-12-02 15:20:00+00 2025-12-02 15:20:00+00 \N MDRUser StateU f Public f f +360 17 Attribute 1945 \N 2025-12-02 15:28:00+00 2025-12-02 15:28:00+00 \N MDRUser StateU f Public f f +361 17 Attribute 1946 \N 2025-12-02 15:30:00+00 2025-12-02 15:30:00+00 \N MDRUser StateU f Public f f +362 17 Attribute 1947 \N 2025-12-02 15:34:00+00 2025-12-02 15:34:00+00 \N MDRUser StateU f Public f f +363 17 Attribute 1948 \N 2025-12-02 15:35:00+00 2025-12-02 15:35:00+00 \N MDRUser StateU f Public f f +365 17 Attribute 1950 \N 2025-12-02 15:38:00+00 2025-12-02 15:38:00+00 \N MDRUser StateU f Public f f +367 17 Attribute 1904 \N 2025-12-02 15:42:00+00 2025-12-02 15:42:00+00 \N MDRUser StateU f Public f f +368 17 Attribute 1928 \N 2025-12-02 15:42:00+00 2025-12-02 15:42:00+00 \N MDRUser StateU f Public f f +369 17 Attribute 1918 \N 2025-12-02 15:43:00+00 2025-12-02 15:43:00+00 \N MDRUser StateU f Public f f +370 17 Attribute 1906 \N 2025-12-02 15:43:00+00 2025-12-02 15:43:00+00 \N MDRUser StateU f Public f f +371 17 Attribute 1952 \N 2025-12-02 15:44:00+00 2025-12-02 15:44:00+00 \N MDRUser StateU f Public f f +373 17 Attribute 2 \N 2025-12-02 16:00:00+00 2025-12-02 16:00:00+00 \N MDRUser StateU f Public f f +374 17 Attribute 1921 \N 2025-12-02 16:00:00+00 2025-12-02 16:00:00+00 \N MDRUser StateU f Public f f +375 17 Attribute 1919 \N 2025-12-02 16:00:00+00 2025-12-02 16:00:00+00 \N MDRUser StateU f Public f f +376 17 Attribute 1102 \N 2025-12-02 16:00:00+00 2025-12-02 16:00:00+00 \N MDRUser StateU f Public f f +377 17 Attribute 4 \N 2025-12-02 16:00:00+00 2025-12-02 16:00:00+00 \N MDRUser StateU f Public f f +364 17 Attribute 1949 \N 2025-12-02 15:36:00+00 2025-12-02 15:36:00+00 \N MDRUser StateU f Public f f +366 17 Attribute 1951 \N 2025-12-02 15:39:00+00 2025-12-02 15:39:00+00 \N MDRUser StateU f Public f f +372 17 Attribute 1953 \N 2025-12-02 15:59:00+00 2025-12-02 15:59:00+00 \N MDRUser StateU f Public f f +378 17 Attribute 1954 \N 2025-12-02 19:15:00+00 2025-12-02 19:15:00+00 \N MDRUser StateU f Public f f +\. + + +-- +-- Data for Name: ExtMappedValueSet; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."ExtMappedValueSet" ("Id", "ValueSetId", "MappedValueSetId", "Description", "UseConsiderations", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted") FROM stdin; +\. + + +-- +-- Data for Name: TransformationAttributes; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."TransformationAttributes" ("Id", "AttributeId", "TransformationId", "AttributeType", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted", "Extension", "ExtensionNotes", "EntityId", "EntityIdPath") FROM stdin; +3 3 2 Target \N \N \N \N \N LIF t f \N \N \N +4 71 2 Source \N \N \N \N \N LIF t f \N \N \N +57 3 29 Target \N \N \N \N \N LIF t f \N \N \N +58 94 29 Source \N \N \N \N \N LIF t f \N \N \N +5 4 3 Target \N \N \N \N \N LIF t f \N \N \N +6 72 3 Source \N \N \N \N \N LIF t f \N \N \N +59 4 30 Target \N \N \N \N \N LIF t f \N \N \N +60 95 30 Source \N \N \N \N \N LIF t f \N \N \N +7 5 4 Target \N \N \N \N \N LIF t f \N \N \N +8 73 4 Source \N \N \N \N \N LIF t f \N \N \N +61 5 31 Target \N \N \N \N \N LIF t f \N \N \N +62 96 31 Source \N \N \N \N \N LIF t f \N \N \N +9 6 5 Target \N \N \N \N \N LIF t f \N \N \N +10 74 5 Source \N \N \N \N \N LIF t f \N \N \N +63 6 32 Target \N \N \N \N \N LIF t f \N \N \N +64 97 32 Source \N \N \N \N \N LIF t f \N \N \N +11 7 6 Target \N \N \N \N \N LIF t f \N \N \N +12 69 6 Source \N \N \N \N \N LIF t f \N \N \N +65 7 33 Target \N \N \N \N \N LIF t f \N \N \N +66 98 33 Source \N \N \N \N \N LIF t f \N \N \N +13 8 7 Target \N \N \N \N \N LIF t f \N \N \N +14 72 7 Source \N \N \N \N \N LIF t f \N \N \N +67 9 34 Target \N \N \N \N \N LIF t f \N \N \N +68 99 34 Source \N \N \N \N \N LIF t f \N \N \N +15 10 8 Target \N \N \N \N \N LIF t f \N \N \N +16 75 8 Source \N \N \N \N \N LIF t f \N \N \N +69 10 35 Target \N \N \N \N \N LIF t f \N \N \N +70 100 35 Source \N \N \N \N \N LIF t f \N \N \N +17 11 9 Target \N \N \N \N \N LIF t f \N \N \N +18 76 9 Source \N \N \N \N \N LIF t f \N \N \N +71 11 36 Target \N \N \N \N \N LIF t f \N \N \N +72 101 36 Source \N \N \N \N \N LIF t f \N \N \N +19 12 10 Target \N \N \N \N \N LIF t f \N \N \N +20 77 10 Source \N \N \N \N \N LIF t f \N \N \N +73 12 37 Target \N \N \N \N \N LIF t f \N \N \N +74 102 37 Source \N \N \N \N \N LIF t f \N \N \N +75 13 38 Target \N \N \N \N \N LIF t f \N \N \N +76 103 38 Source \N \N \N \N \N LIF t f \N \N \N +77 14 39 Target \N \N \N \N \N LIF t f \N \N \N +78 104 39 Source \N \N \N \N \N LIF t f \N \N \N +79 16 40 Target \N \N \N \N \N LIF t f \N \N \N +80 105 40 Source \N \N \N \N \N LIF t f \N \N \N +21 17 11 Target \N \N \N \N \N LIF t f \N \N \N +22 78 11 Source \N \N \N \N \N LIF t f \N \N \N +81 17 41 Target \N \N \N \N \N LIF t f \N \N \N +23 18 12 Target \N \N \N \N \N LIF t f \N \N \N +24 79 12 Source \N \N \N \N \N LIF t f \N \N \N +83 18 42 Target \N \N \N \N \N LIF t f \N \N \N +84 107 42 Source \N \N \N \N \N LIF t f \N \N \N +25 19 13 Target \N \N \N \N \N LIF t f \N \N \N +26 69 13 Source \N \N \N \N \N LIF t f \N \N \N +27 25 14 Target \N \N \N \N \N LIF t f \N \N \N +28 80 14 Source \N \N \N \N \N LIF t f \N \N \N +39 33 20 Target \N \N \N \N \N LIF t f \N \N \N +40 86 20 Source \N \N \N \N \N LIF t f \N \N \N +95 33 48 Target \N \N \N \N \N LIF t f \N \N \N +96 113 48 Source \N \N \N \N \N LIF t f \N \N \N +41 40 21 Target \N \N \N \N \N LIF t f \N \N \N +42 87 21 Source \N \N \N \N \N LIF t f \N \N \N +43 41 22 Target \N \N \N \N \N LIF t f \N \N \N +44 88 22 Source \N \N \N \N \N LIF t f \N \N \N +45 43 23 Target \N \N \N \N \N LIF t f \N \N \N +46 89 23 Source \N \N \N \N \N LIF t f \N \N \N +49 45 25 Target \N \N \N \N \N LIF t f \N \N \N +50 90 25 Source \N \N \N \N \N LIF t f \N \N \N +51 48 26 Target \N \N \N \N \N LIF t f \N \N \N +52 91 26 Source \N \N \N \N \N LIF t f \N \N \N +97 50 49 Target \N \N \N \N \N LIF t f \N \N \N +98 114 49 Source \N \N \N \N \N LIF t f \N \N \N +29 28 15 Target \N \N \N \N \N LIF t f \N \N \N +30 81 15 Source \N \N \N \N \N LIF t f \N \N \N +85 28 43 Target \N \N \N \N \N LIF t f \N \N \N +31 29 16 Target \N \N \N \N \N LIF t f \N \N \N +32 82 16 Source \N \N \N \N \N LIF t f \N \N \N +87 29 44 Target \N \N \N \N \N LIF t f \N \N \N +88 109 44 Source \N \N \N \N \N LIF t f \N \N \N +33 30 17 Target \N \N \N \N \N LIF t f \N \N \N +34 83 17 Source \N \N \N \N \N LIF t f \N \N \N +89 30 45 Target \N \N \N \N \N LIF t f \N \N \N +90 110 45 Source \N \N \N \N \N LIF t f \N \N \N +35 31 18 Target \N \N \N \N \N LIF t f \N \N \N +36 84 18 Source \N \N \N \N \N LIF t f \N \N \N +91 31 46 Target \N \N \N \N \N LIF t f \N \N \N +37 32 19 Target \N \N \N \N \N LIF t f \N \N \N +38 85 19 Source \N \N \N \N \N LIF t f \N \N \N +93 32 47 Target \N \N \N \N \N LIF t f \N \N \N +94 112 47 Source \N \N \N \N \N LIF t f \N \N \N +99 57 50 Target \N \N \N \N \N LIF t f \N \N \N +100 115 50 Source \N \N \N \N \N LIF t f \N \N \N +101 58 51 Target \N \N \N \N \N LIF t f \N \N \N +102 116 51 Source \N \N \N \N \N LIF t f \N \N \N +53 59 27 Target \N \N \N \N \N LIF t f \N \N \N +54 92 27 Source \N \N \N \N \N LIF t f \N \N \N +103 59 52 Target \N \N \N \N \N LIF t f \N \N \N +104 117 52 Source \N \N \N \N \N LIF t f \N \N \N +105 60 53 Target \N \N \N \N \N LIF t f \N \N \N +106 118 53 Source \N \N \N \N \N LIF t f \N \N \N +107 61 54 Target \N \N \N \N \N LIF t f \N \N \N +161 3 81 Target \N \N \N \N \N LIF t f \N \N \N +162 146 81 Source \N \N \N \N \N LIF t f \N \N \N +123 4 62 Target \N \N \N \N \N LIF t f \N \N \N +124 127 62 Source \N \N \N \N \N LIF t f \N \N \N +137 4 69 Target \N \N \N \N \N LIF t f \N \N \N +138 134 69 Source \N \N \N \N \N LIF t f \N \N \N +163 4 82 Target \N \N \N \N \N LIF t f \N \N \N +164 147 82 Source \N \N \N \N \N LIF t f \N \N \N +125 5 63 Target \N \N \N \N \N LIF t f \N \N \N +126 128 63 Source \N \N \N \N \N LIF t f \N \N \N +165 5 83 Target \N \N \N \N \N LIF t f \N \N \N +166 148 83 Source \N \N \N \N \N LIF t f \N \N \N +127 6 64 Target \N \N \N \N \N LIF t f \N \N \N +128 129 64 Source \N \N \N \N \N LIF t f \N \N \N +139 6 70 Target \N \N \N \N \N LIF t f \N \N \N +140 135 70 Source \N \N \N \N \N LIF t f \N \N \N +167 6 84 Target \N \N \N \N \N LIF t f \N \N \N +129 7 65 Target \N \N \N \N \N LIF t f \N \N \N +130 130 65 Source \N \N \N \N \N LIF t f \N \N \N +141 7 71 Target \N \N \N \N \N LIF t f \N \N \N +142 136 71 Source \N \N \N \N \N LIF t f \N \N \N +169 7 85 Target \N \N \N \N \N LIF t f \N \N \N +170 150 85 Source \N \N \N \N \N LIF t f \N \N \N +171 8 86 Target \N \N \N \N \N LIF t f \N \N \N +172 151 86 Source \N \N \N \N \N LIF t f \N \N \N +173 9 87 Target \N \N \N \N \N LIF t f \N \N \N +174 152 87 Source \N \N \N \N \N LIF t f \N \N \N +175 10 88 Target \N \N \N \N \N LIF t f \N \N \N +176 152 88 Source \N \N \N \N \N LIF t f \N \N \N +131 12 66 Target \N \N \N \N \N LIF t f \N \N \N +132 131 66 Source \N \N \N \N \N LIF t f \N \N \N +143 12 72 Target \N \N \N \N \N LIF t f \N \N \N +144 137 72 Source \N \N \N \N \N LIF t f \N \N \N +145 14 73 Target \N \N \N \N \N LIF t f \N \N \N +146 138 73 Source \N \N \N \N \N LIF t f \N \N \N +177 16 89 Target \N \N \N \N \N LIF t f \N \N \N +178 153 89 Source \N \N \N \N \N LIF t f \N \N \N +133 17 67 Target \N \N \N \N \N LIF t f \N \N \N +134 132 67 Source \N \N \N \N \N LIF t f \N \N \N +147 17 74 Target \N \N \N \N \N LIF t f \N \N \N +148 139 74 Source \N \N \N \N \N LIF t f \N \N \N +179 17 90 Target \N \N \N \N \N LIF t f \N \N \N +149 18 75 Target \N \N \N \N \N LIF t f \N \N \N +150 140 75 Source \N \N \N \N \N LIF t f \N \N \N +181 18 91 Target \N \N \N \N \N LIF t f \N \N \N +182 155 91 Source \N \N \N \N \N LIF t f \N \N \N +183 19 92 Target \N \N \N \N \N LIF t f \N \N \N +184 156 92 Source \N \N \N \N \N LIF t f \N \N \N +185 20 93 Target \N \N \N \N \N LIF t f \N \N \N +186 157 93 Source \N \N \N \N \N LIF t f \N \N \N +187 21 94 Target \N \N \N \N \N LIF t f \N \N \N +188 158 94 Source \N \N \N \N \N LIF t f \N \N \N +189 22 95 Target \N \N \N \N \N LIF t f \N \N \N +190 159 95 Source \N \N \N \N \N LIF t f \N \N \N +191 23 96 Target \N \N \N \N \N LIF t f \N \N \N +192 160 96 Source \N \N \N \N \N LIF t f \N \N \N +193 24 97 Target \N \N \N \N \N LIF t f \N \N \N +194 161 97 Source \N \N \N \N \N LIF t f \N \N \N +195 25 98 Target \N \N \N \N \N LIF t f \N \N \N +196 162 98 Source \N \N \N \N \N LIF t f \N \N \N +197 26 99 Target \N \N \N \N \N LIF t f \N \N \N +198 163 99 Source \N \N \N \N \N LIF t f \N \N \N +207 33 104 Target \N \N \N \N \N LIF t f \N \N \N +208 168 104 Source \N \N \N \N \N LIF t f \N \N \N +199 28 100 Target \N \N \N \N \N LIF t f \N \N \N +200 164 100 Source \N \N \N \N \N LIF t f \N \N \N +201 29 101 Target \N \N \N \N \N LIF t f \N \N \N +202 165 101 Source \N \N \N \N \N LIF t f \N \N \N +203 30 102 Target \N \N \N \N \N LIF t f \N \N \N +204 166 102 Source \N \N \N \N \N LIF t f \N \N \N +205 31 103 Target \N \N \N \N \N LIF t f \N \N \N +206 167 103 Source \N \N \N \N \N LIF t f \N \N \N +151 57 76 Target \N \N \N \N \N LIF t f \N \N \N +152 141 76 Source \N \N \N \N \N LIF t f \N \N \N +153 58 77 Target \N \N \N \N \N LIF t f \N \N \N +154 142 77 Source \N \N \N \N \N LIF t f \N \N \N +209 59 105 Target \N \N \N \N \N LIF t f \N \N \N +210 169 105 Source \N \N \N \N \N LIF t f \N \N \N +108 119 54 Source \N \N \N \N \N LIF t f \N \N \N +109 62 55 Target \N \N \N \N \N LIF t f \N \N \N +110 120 55 Source \N \N \N \N \N LIF t f \N \N \N +211 63 106 Target \N \N \N \N \N LIF t f \N \N \N +212 170 106 Source \N \N \N \N \N LIF t f \N \N \N +111 64 56 Target \N \N \N \N \N LIF t f \N \N \N +112 121 56 Source \N \N \N \N \N LIF t f \N \N \N +113 65 57 Target \N \N \N \N \N LIF t f \N \N \N +114 122 57 Source \N \N \N \N \N LIF t f \N \N \N +115 66 58 Target \N \N \N \N \N LIF t f \N \N \N +116 123 58 Source \N \N \N \N \N LIF t f \N \N \N +117 67 59 Target \N \N \N \N \N LIF t f \N \N \N +118 124 59 Source \N \N \N \N \N LIF t f \N \N \N +155 67 78 Target \N \N \N \N \N LIF t f \N \N \N +119 68 60 Target \N \N \N \N \N LIF t f \N \N \N +120 125 60 Source \N \N \N \N \N LIF t f \N \N \N +157 68 79 Target \N \N \N \N \N LIF t f \N \N \N +158 144 79 Source \N \N \N \N \N LIF t f \N \N \N +217 3 109 Target \N \N \N \N \N LIF t f \N \N \N +218 173 109 Source \N \N \N \N \N LIF t f \N \N \N +237 3 119 Target \N \N \N \N \N LIF t f \N \N \N +238 183 119 Source \N \N \N \N \N LIF t f \N \N \N +233 4 117 Target \N \N \N \N \N LIF t f \N \N \N +234 181 117 Source \N \N \N \N \N LIF t f \N \N \N +239 4 120 Target \N \N \N \N \N LIF t f \N \N \N +240 184 120 Source \N \N \N \N \N LIF t f \N \N \N +241 5 121 Target \N \N \N \N \N LIF t f \N \N \N +242 185 121 Source \N \N \N \N \N LIF t f \N \N \N +243 6 122 Target \N \N \N \N \N LIF t f \N \N \N +244 186 122 Source \N \N \N \N \N LIF t f \N \N \N +245 7 123 Target \N \N \N \N \N LIF t f \N \N \N +246 187 123 Source \N \N \N \N \N LIF t f \N \N \N +247 8 124 Target \N \N \N \N \N LIF t f \N \N \N +248 188 124 Source \N \N \N \N \N LIF t f \N \N \N +219 9 110 Target \N \N \N \N \N LIF t f \N \N \N +220 174 110 Source \N \N \N \N \N LIF t f \N \N \N +249 9 125 Target \N \N \N \N \N LIF t f \N \N \N +250 188 125 Source \N \N \N \N \N LIF t f \N \N \N +221 12 111 Target \N \N \N \N \N LIF t f \N \N \N +222 175 111 Source \N \N \N \N \N LIF t f \N \N \N +251 12 126 Target \N \N \N \N \N LIF t f \N \N \N +252 189 126 Source \N \N \N \N \N LIF t f \N \N \N +223 14 112 Target \N \N \N \N \N LIF t f \N \N \N +224 176 112 Source \N \N \N \N \N LIF t f \N \N \N +253 14 127 Target \N \N \N \N \N LIF t f \N \N \N +254 190 127 Source \N \N \N \N \N LIF t f \N \N \N +225 17 113 Target \N \N \N \N \N LIF t f \N \N \N +226 177 113 Source \N \N \N \N \N LIF t f \N \N \N +255 18 128 Target \N \N \N \N \N LIF t f \N \N \N +256 191 128 Source \N \N \N \N \N LIF t f \N \N \N +257 21 129 Target \N \N \N \N \N LIF t f \N \N \N +258 192 129 Source \N \N \N \N \N LIF t f \N \N \N +259 22 130 Target \N \N \N \N \N LIF t f \N \N \N +260 193 130 Source \N \N \N \N \N LIF t f \N \N \N +261 26 131 Target \N \N \N \N \N LIF t f \N \N \N +262 194 131 Source \N \N \N \N \N LIF t f \N \N \N +263 34 132 Target \N \N \N \N \N LIF t f \N \N \N +264 183 132 Source \N \N \N \N \N LIF t f \N \N \N +265 35 133 Target \N \N \N \N \N LIF t f \N \N \N +266 195 133 Source \N \N \N \N \N LIF t f \N \N \N +267 36 134 Target \N \N \N \N \N LIF t f \N \N \N +268 196 134 Source \N \N \N \N \N LIF t f \N \N \N +269 37 135 Target \N \N \N \N \N LIF t f \N \N \N +270 197 135 Source \N \N \N \N \N LIF t f \N \N \N +271 38 136 Target \N \N \N \N \N LIF t f \N \N \N +272 190 136 Source \N \N \N \N \N LIF t f \N \N \N +273 39 137 Target \N \N \N \N \N LIF t f \N \N \N +274 198 137 Source \N \N \N \N \N LIF t f \N \N \N +275 40 138 Target \N \N \N \N \N LIF t f \N \N \N +276 199 138 Source \N \N \N \N \N LIF t f \N \N \N +277 41 139 Target \N \N \N \N \N LIF t f \N \N \N +278 182 139 Source \N \N \N \N \N LIF t f \N \N \N +279 42 140 Target \N \N \N \N \N LIF t f \N \N \N +280 186 140 Source \N \N \N \N \N LIF t f \N \N \N +281 43 141 Target \N \N \N \N \N LIF t f \N \N \N +282 200 141 Source \N \N \N \N \N LIF t f \N \N \N +285 44 143 Target \N \N \N \N \N LIF t f \N \N \N +286 202 143 Source \N \N \N \N \N LIF t f \N \N \N +287 45 144 Target \N \N \N \N \N LIF t f \N \N \N +288 203 144 Source \N \N \N \N \N LIF t f \N \N \N +289 46 145 Target \N \N \N \N \N LIF t f \N \N \N +290 204 145 Source \N \N \N \N \N LIF t f \N \N \N +291 47 146 Target \N \N \N \N \N LIF t f \N \N \N +292 185 146 Source \N \N \N \N \N LIF t f \N \N \N +293 48 147 Target \N \N \N \N \N LIF t f \N \N \N +294 205 147 Source \N \N \N \N \N LIF t f \N \N \N +295 49 148 Target \N \N \N \N \N LIF t f \N \N \N +296 206 148 Source \N \N \N \N \N LIF t f \N \N \N +227 28 114 Target \N \N \N \N \N LIF t f \N \N \N +228 178 114 Source \N \N \N \N \N LIF t f \N \N \N +229 29 115 Target \N \N \N \N \N LIF t f \N \N \N +230 179 115 Source \N \N \N \N \N LIF t f \N \N \N +231 32 116 Target \N \N \N \N \N LIF t f \N \N \N +232 180 116 Source \N \N \N \N \N LIF t f \N \N \N +297 59 149 Target \N \N \N \N \N LIF t f \N \N \N +298 207 149 Source \N \N \N \N \N LIF t f \N \N \N +299 208 150 Target \N \N \N \N \N LIF t f \N \N \N +300 302 150 Source \N \N \N \N \N LIF t f \N \N \N +301 210 151 Target \N \N \N \N \N LIF t f \N \N \N +303 212 152 Target \N \N \N \N \N LIF t f \N \N \N +304 304 152 Source \N \N \N \N \N LIF t f \N \N \N +305 214 153 Target \N \N \N \N \N LIF t f \N \N \N +306 304 153 Source \N \N \N \N \N LIF t f \N \N \N +307 222 154 Target \N \N \N \N \N LIF t f \N \N \N +308 305 154 Source \N \N \N \N \N LIF t f \N \N \N +309 232 155 Target \N \N \N \N \N LIF t f \N \N \N +310 306 155 Source \N \N \N \N \N LIF t f \N \N \N +311 239 156 Target \N \N \N \N \N LIF t f \N \N \N +312 302 156 Source \N \N \N \N \N LIF t f \N \N \N +313 244 157 Target \N \N \N \N \N LIF t f \N \N \N +314 307 157 Source \N \N \N \N \N LIF t f \N \N \N +315 254 158 Target \N \N \N \N \N LIF t f \N \N \N +316 308 158 Source \N \N \N \N \N LIF t f \N \N \N +317 255 159 Target \N \N \N \N \N LIF t f \N \N \N +318 308 159 Source \N \N \N \N \N LIF t f \N \N \N +319 262 160 Target \N \N \N \N \N LIF t f \N \N \N +320 309 160 Source \N \N \N \N \N LIF t f \N \N \N +321 263 161 Target \N \N \N \N \N LIF t f \N \N \N +327 209 164 Target \N \N \N \N \N LIF t f \N \N \N +328 313 164 Source \N \N \N \N \N LIF t f \N \N \N +329 210 165 Target \N \N \N \N \N LIF t f \N \N \N +330 314 165 Source \N \N \N \N \N LIF t f \N \N \N +331 211 166 Target \N \N \N \N \N LIF t f \N \N \N +332 315 166 Source \N \N \N \N \N LIF t f \N \N \N +333 212 167 Target \N \N \N \N \N LIF t f \N \N \N +334 316 167 Source \N \N \N \N \N LIF t f \N \N \N +335 214 168 Target \N \N \N \N \N LIF t f \N \N \N +337 215 169 Target \N \N \N \N \N LIF t f \N \N \N +338 318 169 Source \N \N \N \N \N LIF t f \N \N \N +339 216 170 Target \N \N \N \N \N LIF t f \N \N \N +340 319 170 Source \N \N \N \N \N LIF t f \N \N \N +341 217 171 Target \N \N \N \N \N LIF t f \N \N \N +342 320 171 Source \N \N \N \N \N LIF t f \N \N \N +343 218 172 Target \N \N \N \N \N LIF t f \N \N \N +344 321 172 Source \N \N \N \N \N LIF t f \N \N \N +345 220 173 Target \N \N \N \N \N LIF t f \N \N \N +346 322 173 Source \N \N \N \N \N LIF t f \N \N \N +347 222 174 Target \N \N \N \N \N LIF t f \N \N \N +348 323 174 Source \N \N \N \N \N LIF t f \N \N \N +349 223 175 Target \N \N \N \N \N LIF t f \N \N \N +350 324 175 Source \N \N \N \N \N LIF t f \N \N \N +351 224 176 Target \N \N \N \N \N LIF t f \N \N \N +352 325 176 Source \N \N \N \N \N LIF t f \N \N \N +353 225 177 Target \N \N \N \N \N LIF t f \N \N \N +354 326 177 Source \N \N \N \N \N LIF t f \N \N \N +355 226 178 Target \N \N \N \N \N LIF t f \N \N \N +357 227 179 Target \N \N \N \N \N LIF t f \N \N \N +358 328 179 Source \N \N \N \N \N LIF t f \N \N \N +359 228 180 Target \N \N \N \N \N LIF t f \N \N \N +360 329 180 Source \N \N \N \N \N LIF t f \N \N \N +361 229 181 Target \N \N \N \N \N LIF t f \N \N \N +362 330 181 Source \N \N \N \N \N LIF t f \N \N \N +363 232 182 Target \N \N \N \N \N LIF t f \N \N \N +364 331 182 Source \N \N \N \N \N LIF t f \N \N \N +365 234 183 Target \N \N \N \N \N LIF t f \N \N \N +366 332 183 Source \N \N \N \N \N LIF t f \N \N \N +367 235 184 Target \N \N \N \N \N LIF t f \N \N \N +368 333 184 Source \N \N \N \N \N LIF t f \N \N \N +369 236 185 Target \N \N \N \N \N LIF t f \N \N \N +370 334 185 Source \N \N \N \N \N LIF t f \N \N \N +371 237 186 Target \N \N \N \N \N LIF t f \N \N \N +372 335 186 Source \N \N \N \N \N LIF t f \N \N \N +373 238 187 Target \N \N \N \N \N LIF t f \N \N \N +375 239 188 Target \N \N \N \N \N LIF t f \N \N \N +376 337 188 Source \N \N \N \N \N LIF t f \N \N \N +377 240 189 Target \N \N \N \N \N LIF t f \N \N \N +378 338 189 Source \N \N \N \N \N LIF t f \N \N \N +379 241 190 Target \N \N \N \N \N LIF t f \N \N \N +380 339 190 Source \N \N \N \N \N LIF t f \N \N \N +381 242 191 Target \N \N \N \N \N LIF t f \N \N \N +382 340 191 Source \N \N \N \N \N LIF t f \N \N \N +383 243 192 Target \N \N \N \N \N LIF t f \N \N \N +384 341 192 Source \N \N \N \N \N LIF t f \N \N \N +385 244 193 Target \N \N \N \N \N LIF t f \N \N \N +386 342 193 Source \N \N \N \N \N LIF t f \N \N \N +387 245 194 Target \N \N \N \N \N LIF t f \N \N \N +388 343 194 Source \N \N \N \N \N LIF t f \N \N \N +389 246 195 Target \N \N \N \N \N LIF t f \N \N \N +390 344 195 Source \N \N \N \N \N LIF t f \N \N \N +391 247 196 Target \N \N \N \N \N LIF t f \N \N \N +392 345 196 Source \N \N \N \N \N LIF t f \N \N \N +393 248 197 Target \N \N \N \N \N LIF t f \N \N \N +395 249 198 Target \N \N \N \N \N LIF t f \N \N \N +396 347 198 Source \N \N \N \N \N LIF t f \N \N \N +397 250 199 Target \N \N \N \N \N LIF t f \N \N \N +398 348 199 Source \N \N \N \N \N LIF t f \N \N \N +399 251 200 Target \N \N \N \N \N LIF t f \N \N \N +400 349 200 Source \N \N \N \N \N LIF t f \N \N \N +401 252 201 Target \N \N \N \N \N LIF t f \N \N \N +402 350 201 Source \N \N \N \N \N LIF t f \N \N \N +403 253 202 Target \N \N \N \N \N LIF t f \N \N \N +404 351 202 Source \N \N \N \N \N LIF t f \N \N \N +405 254 203 Target \N \N \N \N \N LIF t f \N \N \N +406 352 203 Source \N \N \N \N \N LIF t f \N \N \N +407 255 204 Target \N \N \N \N \N LIF t f \N \N \N +408 353 204 Source \N \N \N \N \N LIF t f \N \N \N +409 256 205 Target \N \N \N \N \N LIF t f \N \N \N +410 354 205 Source \N \N \N \N \N LIF t f \N \N \N +411 258 206 Target \N \N \N \N \N LIF t f \N \N \N +413 262 207 Target \N \N \N \N \N LIF t f \N \N \N +414 356 207 Source \N \N \N \N \N LIF t f \N \N \N +322 310 161 Source \N \N \N \N \N LIF t f \N \N \N +415 263 208 Target \N \N \N \N \N LIF t f \N \N \N +323 264 162 Target \N \N \N \N \N LIF t f \N \N \N +324 311 162 Source \N \N \N \N \N LIF t f \N \N \N +417 264 209 Target \N \N \N \N \N LIF t f \N \N \N +419 276 210 Target \N \N \N \N \N LIF t f \N \N \N +420 359 210 Source \N \N \N \N \N LIF t f \N \N \N +421 277 211 Target \N \N \N \N \N LIF t f \N \N \N +422 360 211 Source \N \N \N \N \N LIF t f \N \N \N +423 278 212 Target \N \N \N \N \N LIF t f \N \N \N +424 361 212 Source \N \N \N \N \N LIF t f \N \N \N +425 279 213 Target \N \N \N \N \N LIF t f \N \N \N +426 362 213 Source \N \N \N \N \N LIF t f \N \N \N +427 280 214 Target \N \N \N \N \N LIF t f \N \N \N +428 363 214 Source \N \N \N \N \N LIF t f \N \N \N +473 209 237 Target \N \N \N \N \N LIF t f \N \N \N +474 383 237 Source \N \N \N \N \N LIF t f \N \N \N +439 210 220 Target \N \N \N \N \N LIF t f \N \N \N +440 369 220 Source \N \N \N \N \N LIF t f \N \N \N +449 210 225 Target \N \N \N \N \N LIF t f \N \N \N +441 211 221 Target \N \N \N \N \N LIF t f \N \N \N +442 370 221 Source \N \N \N \N \N LIF t f \N \N \N +451 211 226 Target \N \N \N \N \N LIF t f \N \N \N +452 374 226 Source \N \N \N \N \N LIF t f \N \N \N +477 211 239 Target \N \N \N \N \N LIF t f \N \N \N +453 212 227 Target \N \N \N \N \N LIF t f \N \N \N +454 375 227 Source \N \N \N \N \N LIF t f \N \N \N +479 212 240 Target \N \N \N \N \N LIF t f \N \N \N +480 386 240 Source \N \N \N \N \N LIF t f \N \N \N +481 214 241 Target \N \N \N \N \N LIF t f \N \N \N +482 387 241 Source \N \N \N \N \N LIF t f \N \N \N +483 215 242 Target \N \N \N \N \N LIF t f \N \N \N +484 388 242 Source \N \N \N \N \N LIF t f \N \N \N +485 218 243 Target \N \N \N \N \N LIF t f \N \N \N +486 389 243 Source \N \N \N \N \N LIF t f \N \N \N +487 220 244 Target \N \N \N \N \N LIF t f \N \N \N +488 390 244 Source \N \N \N \N \N LIF t f \N \N \N +455 223 228 Target \N \N \N \N \N LIF t f \N \N \N +456 376 228 Source \N \N \N \N \N LIF t f \N \N \N +489 223 245 Target \N \N \N \N \N LIF t f \N \N \N +490 391 245 Source \N \N \N \N \N LIF t f \N \N \N +491 224 246 Target \N \N \N \N \N LIF t f \N \N \N +492 392 246 Source \N \N \N \N \N LIF t f \N \N \N +457 225 229 Target \N \N \N \N \N LIF t f \N \N \N +458 377 229 Source \N \N \N \N \N LIF t f \N \N \N +493 225 247 Target \N \N \N \N \N LIF t f \N \N \N +494 393 247 Source \N \N \N \N \N LIF t f \N \N \N +495 226 248 Target \N \N \N \N \N LIF t f \N \N \N +496 394 248 Source \N \N \N \N \N LIF t f \N \N \N +497 228 249 Target \N \N \N \N \N LIF t f \N \N \N +498 395 249 Source \N \N \N \N \N LIF t f \N \N \N +499 229 250 Target \N \N \N \N \N LIF t f \N \N \N +500 382 250 Source \N \N \N \N \N LIF t f \N \N \N +501 234 251 Target \N \N \N \N \N LIF t f \N \N \N +502 396 251 Source \N \N \N \N \N LIF t f \N \N \N +443 235 222 Target \N \N \N \N \N LIF t f \N \N \N +444 371 222 Source \N \N \N \N \N LIF t f \N \N \N +459 235 230 Target \N \N \N \N \N LIF t f \N \N \N +460 378 230 Source \N \N \N \N \N LIF t f \N \N \N +503 235 252 Target \N \N \N \N \N LIF t f \N \N \N +445 236 223 Target \N \N \N \N \N LIF t f \N \N \N +446 372 223 Source \N \N \N \N \N LIF t f \N \N \N +461 236 231 Target \N \N \N \N \N LIF t f \N \N \N +462 379 231 Source \N \N \N \N \N LIF t f \N \N \N +505 236 253 Target \N \N \N \N \N LIF t f \N \N \N +463 238 232 Target \N \N \N \N \N LIF t f \N \N \N +464 375 232 Source \N \N \N \N \N LIF t f \N \N \N +507 238 254 Target \N \N \N \N \N LIF t f \N \N \N +508 399 254 Source \N \N \N \N \N LIF t f \N \N \N +509 240 255 Target \N \N \N \N \N LIF t f \N \N \N +510 400 255 Source \N \N \N \N \N LIF t f \N \N \N +465 243 233 Target \N \N \N \N \N LIF t f \N \N \N +466 380 233 Source \N \N \N \N \N LIF t f \N \N \N +511 243 256 Target \N \N \N \N \N LIF t f \N \N \N +512 401 256 Source \N \N \N \N \N LIF t f \N \N \N +447 244 224 Target \N \N \N \N \N LIF t f \N \N \N +448 131 224 Source \N \N \N \N \N LIF t f \N \N \N +467 244 234 Target \N \N \N \N \N LIF t f \N \N \N +468 175 234 Source \N \N \N \N \N LIF t f \N \N \N +513 244 257 Target \N \N \N \N \N LIF t f \N \N \N +515 246 258 Target \N \N \N \N \N LIF t f \N \N \N +516 403 258 Source \N \N \N \N \N LIF t f \N \N \N +469 250 235 Target \N \N \N \N \N LIF t f \N \N \N +470 381 235 Source \N \N \N \N \N LIF t f \N \N \N +517 251 259 Target \N \N \N \N \N LIF t f \N \N \N +518 404 259 Source \N \N \N \N \N LIF t f \N \N \N +519 252 260 Target \N \N \N \N \N LIF t f \N \N \N +520 404 260 Source \N \N \N \N \N LIF t f \N \N \N +521 256 261 Target \N \N \N \N \N LIF t f \N \N \N +522 405 261 Source \N \N \N \N \N LIF t f \N \N \N +523 258 262 Target \N \N \N \N \N LIF t f \N \N \N +524 406 262 Source \N \N \N \N \N LIF t f \N \N \N +525 264 263 Target \N \N \N \N \N LIF t f \N \N \N +526 407 263 Source \N \N \N \N \N LIF t f \N \N \N +527 276 264 Target \N \N \N \N \N LIF t f \N \N \N +528 408 264 Source \N \N \N \N \N LIF t f \N \N \N +429 281 215 Target \N \N \N \N \N LIF t f \N \N \N +430 364 215 Source \N \N \N \N \N LIF t f \N \N \N +431 282 216 Target \N \N \N \N \N LIF t f \N \N \N +432 365 216 Source \N \N \N \N \N LIF t f \N \N \N +433 283 217 Target \N \N \N \N \N LIF t f \N \N \N +434 366 217 Source \N \N \N \N \N LIF t f \N \N \N +435 293 218 Target \N \N \N \N \N LIF t f \N \N \N +436 367 218 Source \N \N \N \N \N LIF t f \N \N \N +529 293 265 Target \N \N \N \N \N LIF t f \N \N \N +530 409 265 Source \N \N \N \N \N LIF t f \N \N \N +437 294 219 Target \N \N \N \N \N LIF t f \N \N \N +438 368 219 Source \N \N \N \N \N LIF t f \N \N \N +531 294 266 Target \N \N \N \N \N LIF t f \N \N \N +532 410 266 Source \N \N \N \N \N LIF t f \N \N \N +533 300 267 Target \N \N \N \N \N LIF t f \N \N \N +534 407 267 Source \N \N \N \N \N LIF t f \N \N \N +537 209 269 Target \N \N \N \N \N LIF t f \N \N \N +539 210 270 Target \N \N \N \N \N LIF t f \N \N \N +540 413 270 Source \N \N \N \N \N LIF t f \N \N \N +613 210 307 Target \N \N \N \N \N LIF t f \N \N \N +614 444 307 Source \N \N \N \N \N LIF t f \N \N \N +541 211 271 Target \N \N \N \N \N LIF t f \N \N \N +542 414 271 Source \N \N \N \N \N LIF t f \N \N \N +615 211 308 Target \N \N \N \N \N LIF t f \N \N \N +616 445 308 Source \N \N \N \N \N LIF t f \N \N \N +543 212 272 Target \N \N \N \N \N LIF t f \N \N \N +544 415 272 Source \N \N \N \N \N LIF t f \N \N \N +617 212 309 Target \N \N \N \N \N LIF t f \N \N \N +545 214 273 Target \N \N \N \N \N LIF t f \N \N \N +546 416 273 Source \N \N \N \N \N LIF t f \N \N \N +619 214 310 Target \N \N \N \N \N LIF t f \N \N \N +620 447 310 Source \N \N \N \N \N LIF t f \N \N \N +547 215 274 Target \N \N \N \N \N LIF t f \N \N \N +548 417 274 Source \N \N \N \N \N LIF t f \N \N \N +621 215 311 Target \N \N \N \N \N LIF t f \N \N \N +622 448 311 Source \N \N \N \N \N LIF t f \N \N \N +549 216 275 Target \N \N \N \N \N LIF t f \N \N \N +550 418 275 Source \N \N \N \N \N LIF t f \N \N \N +623 216 312 Target \N \N \N \N \N LIF t f \N \N \N +624 449 312 Source \N \N \N \N \N LIF t f \N \N \N +625 217 313 Target \N \N \N \N \N LIF t f \N \N \N +626 450 313 Source \N \N \N \N \N LIF t f \N \N \N +551 218 276 Target \N \N \N \N \N LIF t f \N \N \N +552 418 276 Source \N \N \N \N \N LIF t f \N \N \N +627 218 314 Target \N \N \N \N \N LIF t f \N \N \N +553 220 277 Target \N \N \N \N \N LIF t f \N \N \N +554 419 277 Source \N \N \N \N \N LIF t f \N \N \N +629 220 315 Target \N \N \N \N \N LIF t f \N \N \N +630 451 315 Source \N \N \N \N \N LIF t f \N \N \N +555 222 278 Target \N \N \N \N \N LIF t f \N \N \N +556 420 278 Source \N \N \N \N \N LIF t f \N \N \N +631 222 316 Target \N \N \N \N \N LIF t f \N \N \N +632 452 316 Source \N \N \N \N \N LIF t f \N \N \N +557 223 279 Target \N \N \N \N \N LIF t f \N \N \N +558 421 279 Source \N \N \N \N \N LIF t f \N \N \N +633 223 317 Target \N \N \N \N \N LIF t f \N \N \N +634 453 317 Source \N \N \N \N \N LIF t f \N \N \N +559 224 280 Target \N \N \N \N \N LIF t f \N \N \N +560 422 280 Source \N \N \N \N \N LIF t f \N \N \N +635 224 318 Target \N \N \N \N \N LIF t f \N \N \N +636 454 318 Source \N \N \N \N \N LIF t f \N \N \N +561 225 281 Target \N \N \N \N \N LIF t f \N \N \N +562 423 281 Source \N \N \N \N \N LIF t f \N \N \N +637 225 319 Target \N \N \N \N \N LIF t f \N \N \N +563 226 282 Target \N \N \N \N \N LIF t f \N \N \N +564 424 282 Source \N \N \N \N \N LIF t f \N \N \N +565 227 283 Target \N \N \N \N \N LIF t f \N \N \N +566 425 283 Source \N \N \N \N \N LIF t f \N \N \N +567 228 284 Target \N \N \N \N \N LIF t f \N \N \N +568 426 284 Source \N \N \N \N \N LIF t f \N \N \N +639 228 320 Target \N \N \N \N \N LIF t f \N \N \N +640 455 320 Source \N \N \N \N \N LIF t f \N \N \N +569 229 285 Target \N \N \N \N \N LIF t f \N \N \N +570 427 285 Source \N \N \N \N \N LIF t f \N \N \N +571 232 286 Target \N \N \N \N \N LIF t f \N \N \N +572 428 286 Source \N \N \N \N \N LIF t f \N \N \N +573 234 287 Target \N \N \N \N \N LIF t f \N \N \N +574 429 287 Source \N \N \N \N \N LIF t f \N \N \N +641 234 321 Target \N \N \N \N \N LIF t f \N \N \N +575 235 288 Target \N \N \N \N \N LIF t f \N \N \N +576 430 288 Source \N \N \N \N \N LIF t f \N \N \N +577 236 289 Target \N \N \N \N \N LIF t f \N \N \N +578 431 289 Source \N \N \N \N \N LIF t f \N \N \N +579 237 290 Target \N \N \N \N \N LIF t f \N \N \N +580 432 290 Source \N \N \N \N \N LIF t f \N \N \N +581 238 291 Target \N \N \N \N \N LIF t f \N \N \N +582 415 291 Source \N \N \N \N \N LIF t f \N \N \N +583 239 292 Target \N \N \N \N \N LIF t f \N \N \N +584 433 292 Source \N \N \N \N \N LIF t f \N \N \N +585 240 293 Target \N \N \N \N \N LIF t f \N \N \N +586 434 293 Source \N \N \N \N \N LIF t f \N \N \N +587 243 294 Target \N \N \N \N \N LIF t f \N \N \N +588 435 294 Source \N \N \N \N \N LIF t f \N \N \N +589 244 295 Target \N \N \N \N \N LIF t f \N \N \N +590 436 295 Source \N \N \N \N \N LIF t f \N \N \N +591 245 296 Target \N \N \N \N \N LIF t f \N \N \N +592 420 296 Source \N \N \N \N \N LIF t f \N \N \N +593 247 297 Target \N \N \N \N \N LIF t f \N \N \N +594 417 297 Source \N \N \N \N \N LIF t f \N \N \N +595 248 298 Target \N \N \N \N \N LIF t f \N \N \N +596 422 298 Source \N \N \N \N \N LIF t f \N \N \N +597 254 299 Target \N \N \N \N \N LIF t f \N \N \N +598 437 299 Source \N \N \N \N \N LIF t f \N \N \N +599 255 300 Target \N \N \N \N \N LIF t f \N \N \N +600 438 300 Source \N \N \N \N \N LIF t f \N \N \N +601 256 301 Target \N \N \N \N \N LIF t f \N \N \N +602 429 301 Source \N \N \N \N \N LIF t f \N \N \N +603 276 302 Target \N \N \N \N \N LIF t f \N \N \N +604 439 302 Source \N \N \N \N \N LIF t f \N \N \N +605 277 303 Target \N \N \N \N \N LIF t f \N \N \N +606 440 303 Source \N \N \N \N \N LIF t f \N \N \N +607 280 304 Target \N \N \N \N \N LIF t f \N \N \N +608 441 304 Source \N \N \N \N \N LIF t f \N \N \N +609 282 305 Target \N \N \N \N \N LIF t f \N \N \N +610 442 305 Source \N \N \N \N \N LIF t f \N \N \N +645 236 323 Target \N \N \N \N \N LIF t f \N \N \N +646 458 323 Source \N \N \N \N \N LIF t f \N \N \N +647 238 324 Target \N \N \N \N \N LIF t f \N \N \N +648 459 324 Source \N \N \N \N \N LIF t f \N \N \N +649 240 325 Target \N \N \N \N \N LIF t f \N \N \N +650 460 325 Source \N \N \N \N \N LIF t f \N \N \N +651 241 326 Target \N \N \N \N \N LIF t f \N \N \N +652 461 326 Source \N \N \N \N \N LIF t f \N \N \N +653 242 327 Target \N \N \N \N \N LIF t f \N \N \N +655 243 328 Target \N \N \N \N \N LIF t f \N \N \N +656 462 328 Source \N \N \N \N \N LIF t f \N \N \N +657 244 329 Target \N \N \N \N \N LIF t f \N \N \N +658 463 329 Source \N \N \N \N \N LIF t f \N \N \N +659 245 330 Target \N \N \N \N \N LIF t f \N \N \N +660 464 330 Source \N \N \N \N \N LIF t f \N \N \N +661 248 331 Target \N \N \N \N \N LIF t f \N \N \N +662 465 331 Source \N \N \N \N \N LIF t f \N \N \N +663 249 332 Target \N \N \N \N \N LIF t f \N \N \N +664 466 332 Source \N \N \N \N \N LIF t f \N \N \N +665 251 333 Target \N \N \N \N \N LIF t f \N \N \N +666 467 333 Source \N \N \N \N \N LIF t f \N \N \N +667 252 334 Target \N \N \N \N \N LIF t f \N \N \N +668 467 334 Source \N \N \N \N \N LIF t f \N \N \N +669 253 335 Target \N \N \N \N \N LIF t f \N \N \N +670 467 335 Source \N \N \N \N \N LIF t f \N \N \N +671 254 336 Target \N \N \N \N \N LIF t f \N \N \N +672 468 336 Source \N \N \N \N \N LIF t f \N \N \N +673 277 337 Target \N \N \N \N \N LIF t f \N \N \N +675 278 338 Target \N \N \N \N \N LIF t f \N \N \N +676 470 338 Source \N \N \N \N \N LIF t f \N \N \N +677 279 339 Target \N \N \N \N \N LIF t f \N \N \N +678 471 339 Source \N \N \N \N \N LIF t f \N \N \N +679 280 340 Target \N \N \N \N \N LIF t f \N \N \N +680 472 340 Source \N \N \N \N \N LIF t f \N \N \N +698 498 350 Target \N \N \N \N \N LIF t f \N \N \N +699 591 350 Source \N \N \N \N \N LIF t f \N \N \N +681 501 341 Target \N \N \N \N \N LIF t f \N \N \N +682 582 341 Source \N \N \N \N \N LIF t f \N \N \N +700 501 351 Target \N \N \N \N \N LIF t f \N \N \N +701 592 351 Source \N \N \N \N \N LIF t f \N \N \N +702 502 352 Target \N \N \N \N \N LIF t f \N \N \N +703 593 352 Source \N \N \N \N \N LIF t f \N \N \N +683 503 342 Target \N \N \N \N \N LIF t f \N \N \N +684 583 342 Source \N \N \N \N \N LIF t f \N \N \N +704 503 353 Target \N \N \N \N \N LIF t f \N \N \N +705 594 353 Source \N \N \N \N \N LIF t f \N \N \N +685 504 343 Target \N \N \N \N \N LIF t f \N \N \N +686 584 343 Source \N \N \N \N \N LIF t f \N \N \N +706 504 354 Target \N \N \N \N \N LIF t f \N \N \N +707 595 354 Source \N \N \N \N \N LIF t f \N \N \N +708 507 355 Target \N \N \N \N \N LIF t f \N \N \N +709 596 355 Source \N \N \N \N \N LIF t f \N \N \N +710 508 356 Target \N \N \N \N \N LIF t f \N \N \N +711 597 356 Source \N \N \N \N \N LIF t f \N \N \N +712 512 357 Target \N \N \N \N \N LIF t f \N \N \N +713 598 357 Source \N \N \N \N \N LIF t f \N \N \N +687 513 344 Target \N \N \N \N \N LIF t f \N \N \N +688 585 344 Source \N \N \N \N \N LIF t f \N \N \N +714 513 358 Target \N \N \N \N \N LIF t f \N \N \N +715 599 358 Source \N \N \N \N \N LIF t f \N \N \N +716 515 359 Target \N \N \N \N \N LIF t f \N \N \N +717 600 359 Source \N \N \N \N \N LIF t f \N \N \N +718 516 360 Target \N \N \N \N \N LIF t f \N \N \N +719 598 360 Source \N \N \N \N \N LIF t f \N \N \N +689 517 345 Target \N \N \N \N \N LIF t f \N \N \N +720 520 361 Target \N \N \N \N \N LIF t f \N \N \N +721 87 361 Source \N \N \N \N \N LIF t f \N \N \N +722 528 362 Target \N \N \N \N \N LIF t f \N \N \N +723 601 362 Source \N \N \N \N \N LIF t f \N \N \N +724 550 363 Target \N \N \N \N \N LIF t f \N \N \N +725 77 363 Source \N \N \N \N \N LIF t f \N \N \N +726 553 364 Target \N \N \N \N \N LIF t f \N \N \N +727 602 364 Source \N \N \N \N \N LIF t f \N \N \N +728 560 365 Target \N \N \N \N \N LIF t f \N \N \N +729 594 365 Source \N \N \N \N \N LIF t f \N \N \N +730 561 366 Target \N \N \N \N \N LIF t f \N \N \N +731 594 366 Source \N \N \N \N \N LIF t f \N \N \N +732 562 367 Target \N \N \N \N \N LIF t f \N \N \N +733 595 367 Source \N \N \N \N \N LIF t f \N \N \N +734 563 368 Target \N \N \N \N \N LIF t f \N \N \N +735 595 368 Source \N \N \N \N \N LIF t f \N \N \N +736 565 369 Target \N \N \N \N \N LIF t f \N \N \N +737 603 369 Source \N \N \N \N \N LIF t f \N \N \N +738 570 370 Target \N \N \N \N \N LIF t f \N \N \N +739 595 370 Source \N \N \N \N \N LIF t f \N \N \N +740 573 371 Target \N \N \N \N \N LIF t f \N \N \N +741 604 371 Source \N \N \N \N \N LIF t f \N \N \N +742 574 372 Target \N \N \N \N \N LIF t f \N \N \N +743 604 372 Source \N \N \N \N \N LIF t f \N \N \N +690 575 346 Target \N \N \N \N \N LIF t f \N \N \N +691 587 346 Source \N \N \N \N \N LIF t f \N \N \N +744 575 373 Target \N \N \N \N \N LIF t f \N \N \N +692 576 347 Target \N \N \N \N \N LIF t f \N \N \N +693 586 347 Source \N \N \N \N \N LIF t f \N \N \N +694 577 348 Target \N \N \N \N \N LIF t f \N \N \N +695 588 348 Source \N \N \N \N \N LIF t f \N \N \N +696 578 349 Target \N \N \N \N \N LIF t f \N \N \N +697 589 349 Source \N \N \N \N \N LIF t f \N \N \N +790 501 396 Target \N \N \N \N \N LIF t f \N \N \N +791 628 396 Source \N \N \N \N \N LIF t f \N \N \N +750 502 376 Target \N \N \N \N \N LIF t f \N \N \N +751 608 376 Source \N \N \N \N \N LIF t f \N \N \N +792 502 397 Target \N \N \N \N \N LIF t f \N \N \N +752 503 377 Target \N \N \N \N \N LIF t f \N \N \N +753 609 377 Source \N \N \N \N \N LIF t f \N \N \N +794 503 398 Target \N \N \N \N \N LIF t f \N \N \N +795 630 398 Source \N \N \N \N \N LIF t f \N \N \N +754 504 378 Target \N \N \N \N \N LIF t f \N \N \N +755 610 378 Source \N \N \N \N \N LIF t f \N \N \N +796 504 399 Target \N \N \N \N \N LIF t f \N \N \N +756 505 379 Target \N \N \N \N \N LIF t f \N \N \N +757 611 379 Source \N \N \N \N \N LIF t f \N \N \N +758 506 380 Target \N \N \N \N \N LIF t f \N \N \N +759 612 380 Source \N \N \N \N \N LIF t f \N \N \N +798 506 400 Target \N \N \N \N \N LIF t f \N \N \N +799 632 400 Source \N \N \N \N \N LIF t f \N \N \N +760 508 381 Target \N \N \N \N \N LIF t f \N \N \N +761 613 381 Source \N \N \N \N \N LIF t f \N \N \N +800 508 401 Target \N \N \N \N \N LIF t f \N \N \N +801 633 401 Source \N \N \N \N \N LIF t f \N \N \N +762 510 382 Target \N \N \N \N \N LIF t f \N \N \N +763 614 382 Source \N \N \N \N \N LIF t f \N \N \N +802 511 402 Target \N \N \N \N \N LIF t f \N \N \N +803 634 402 Source \N \N \N \N \N LIF t f \N \N \N +764 512 383 Target \N \N \N \N \N LIF t f \N \N \N +765 615 383 Source \N \N \N \N \N LIF t f \N \N \N +804 512 403 Target \N \N \N \N \N LIF t f \N \N \N +806 513 404 Target \N \N \N \N \N LIF t f \N \N \N +807 636 404 Source \N \N \N \N \N LIF t f \N \N \N +808 515 405 Target \N \N \N \N \N LIF t f \N \N \N +809 637 405 Source \N \N \N \N \N LIF t f \N \N \N +810 516 406 Target \N \N \N \N \N LIF t f \N \N \N +811 638 406 Source \N \N \N \N \N LIF t f \N \N \N +812 517 407 Target \N \N \N \N \N LIF t f \N \N \N +813 639 407 Source \N \N \N \N \N LIF t f \N \N \N +814 518 408 Target \N \N \N \N \N LIF t f \N \N \N +815 640 408 Source \N \N \N \N \N LIF t f \N \N \N +816 519 409 Target \N \N \N \N \N LIF t f \N \N \N +817 627 409 Source \N \N \N \N \N LIF t f \N \N \N +766 521 384 Target \N \N \N \N \N LIF t f \N \N \N +767 616 384 Source \N \N \N \N \N LIF t f \N \N \N +818 522 410 Target \N \N \N \N \N LIF t f \N \N \N +819 641 410 Source \N \N \N \N \N LIF t f \N \N \N +820 524 411 Target \N \N \N \N \N LIF t f \N \N \N +821 642 411 Source \N \N \N \N \N LIF t f \N \N \N +822 526 412 Target \N \N \N \N \N LIF t f \N \N \N +823 643 412 Source \N \N \N \N \N LIF t f \N \N \N +824 528 413 Target \N \N \N \N \N LIF t f \N \N \N +825 644 413 Source \N \N \N \N \N LIF t f \N \N \N +826 529 414 Target \N \N \N \N \N LIF t f \N \N \N +827 645 414 Source \N \N \N \N \N LIF t f \N \N \N +768 532 385 Target \N \N \N \N \N LIF t f \N \N \N +769 617 385 Source \N \N \N \N \N LIF t f \N \N \N +788 500 395 Target \N \N \N \N \N LIF t f \N \N \N +789 627 395 Source \N \N \N \N \N LIF t f \N \N \N +770 557 386 Target \N \N \N \N \N LIF t f \N \N \N +771 618 386 Source \N \N \N \N \N LIF t f \N \N \N +772 560 387 Target \N \N \N \N \N LIF t f \N \N \N +773 619 387 Source \N \N \N \N \N LIF t f \N \N \N +828 560 415 Target \N \N \N \N \N LIF t f \N \N \N +774 561 388 Target \N \N \N \N \N LIF t f \N \N \N +775 620 388 Source \N \N \N \N \N LIF t f \N \N \N +830 561 416 Target \N \N \N \N \N LIF t f \N \N \N +776 562 389 Target \N \N \N \N \N LIF t f \N \N \N +777 621 389 Source \N \N \N \N \N LIF t f \N \N \N +832 562 417 Target \N \N \N \N \N LIF t f \N \N \N +833 647 417 Source \N \N \N \N \N LIF t f \N \N \N +778 563 390 Target \N \N \N \N \N LIF t f \N \N \N +779 622 390 Source \N \N \N \N \N LIF t f \N \N \N +834 563 418 Target \N \N \N \N \N LIF t f \N \N \N +835 647 418 Source \N \N \N \N \N LIF t f \N \N \N +836 564 419 Target \N \N \N \N \N LIF t f \N \N \N +837 648 419 Source \N \N \N \N \N LIF t f \N \N \N +780 565 391 Target \N \N \N \N \N LIF t f \N \N \N +781 623 391 Source \N \N \N \N \N LIF t f \N \N \N +838 565 420 Target \N \N \N \N \N LIF t f \N \N \N +839 649 420 Source \N \N \N \N \N LIF t f \N \N \N +782 566 392 Target \N \N \N \N \N LIF t f \N \N \N +783 624 392 Source \N \N \N \N \N LIF t f \N \N \N +840 566 421 Target \N \N \N \N \N LIF t f \N \N \N +784 567 393 Target \N \N \N \N \N LIF t f \N \N \N +785 625 393 Source \N \N \N \N \N LIF t f \N \N \N +842 567 422 Target \N \N \N \N \N LIF t f \N \N \N +843 644 422 Source \N \N \N \N \N LIF t f \N \N \N +844 568 423 Target \N \N \N \N \N LIF t f \N \N \N +845 651 423 Source \N \N \N \N \N LIF t f \N \N \N +846 569 424 Target \N \N \N \N \N LIF t f \N \N \N +847 642 424 Source \N \N \N \N \N LIF t f \N \N \N +848 570 425 Target \N \N \N \N \N LIF t f \N \N \N +849 652 425 Source \N \N \N \N \N LIF t f \N \N \N +850 571 426 Target \N \N \N \N \N LIF t f \N \N \N +851 648 426 Source \N \N \N \N \N LIF t f \N \N \N +852 573 427 Target \N \N \N \N \N LIF t f \N \N \N +853 653 427 Source \N \N \N \N \N LIF t f \N \N \N +854 574 428 Target \N \N \N \N \N LIF t f \N \N \N +855 653 428 Source \N \N \N \N \N LIF t f \N \N \N +857 654 429 Source \N \N \N \N \N LIF t f \N \N \N +898 498 450 Target \N \N \N \N \N LIF t f \N \N \N +860 501 431 Target \N \N \N \N \N LIF t f \N \N \N +861 656 431 Source \N \N \N \N \N LIF t f \N \N \N +900 501 451 Target \N \N \N \N \N LIF t f \N \N \N +862 502 432 Target \N \N \N \N \N LIF t f \N \N \N +863 657 432 Source \N \N \N \N \N LIF t f \N \N \N +902 502 452 Target \N \N \N \N \N LIF t f \N \N \N +903 675 452 Source \N \N \N \N \N LIF t f \N \N \N +864 503 433 Target \N \N \N \N \N LIF t f \N \N \N +865 658 433 Source \N \N \N \N \N LIF t f \N \N \N +904 503 453 Target \N \N \N \N \N LIF t f \N \N \N +866 504 434 Target \N \N \N \N \N LIF t f \N \N \N +867 659 434 Source \N \N \N \N \N LIF t f \N \N \N +906 504 454 Target \N \N \N \N \N LIF t f \N \N \N +907 677 454 Source \N \N \N \N \N LIF t f \N \N \N +868 505 435 Target \N \N \N \N \N LIF t f \N \N \N +869 660 435 Source \N \N \N \N \N LIF t f \N \N \N +908 505 455 Target \N \N \N \N \N LIF t f \N \N \N +909 678 455 Source \N \N \N \N \N LIF t f \N \N \N +910 506 456 Target \N \N \N \N \N LIF t f \N \N \N +911 679 456 Source \N \N \N \N \N LIF t f \N \N \N +912 508 457 Target \N \N \N \N \N LIF t f \N \N \N +913 680 457 Source \N \N \N \N \N LIF t f \N \N \N +870 509 436 Target \N \N \N \N \N LIF t f \N \N \N +871 661 436 Source \N \N \N \N \N LIF t f \N \N \N +914 509 458 Target \N \N \N \N \N LIF t f \N \N \N +872 510 437 Target \N \N \N \N \N LIF t f \N \N \N +873 662 437 Source \N \N \N \N \N LIF t f \N \N \N +916 510 459 Target \N \N \N \N \N LIF t f \N \N \N +917 682 459 Source \N \N \N \N \N LIF t f \N \N \N +918 511 460 Target \N \N \N \N \N LIF t f \N \N \N +919 683 460 Source \N \N \N \N \N LIF t f \N \N \N +920 512 461 Target \N \N \N \N \N LIF t f \N \N \N +921 684 461 Source \N \N \N \N \N LIF t f \N \N \N +874 513 438 Target \N \N \N \N \N LIF t f \N \N \N +875 663 438 Source \N \N \N \N \N LIF t f \N \N \N +922 513 462 Target \N \N \N \N \N LIF t f \N \N \N +923 683 462 Source \N \N \N \N \N LIF t f \N \N \N +876 515 439 Target \N \N \N \N \N LIF t f \N \N \N +877 664 439 Source \N \N \N \N \N LIF t f \N \N \N +924 515 463 Target \N \N \N \N \N LIF t f \N \N \N +925 685 463 Source \N \N \N \N \N LIF t f \N \N \N +878 516 440 Target \N \N \N \N \N LIF t f \N \N \N +879 665 440 Source \N \N \N \N \N LIF t f \N \N \N +926 517 464 Target \N \N \N \N \N LIF t f \N \N \N +927 686 464 Source \N \N \N \N \N LIF t f \N \N \N +928 519 465 Target \N \N \N \N \N LIF t f \N \N \N +929 687 465 Source \N \N \N \N \N LIF t f \N \N \N +880 520 441 Target \N \N \N \N \N LIF t f \N \N \N +881 666 441 Source \N \N \N \N \N LIF t f \N \N \N +930 520 466 Target \N \N \N \N \N LIF t f \N \N \N +932 521 467 Target \N \N \N \N \N LIF t f \N \N \N +933 688 467 Source \N \N \N \N \N LIF t f \N \N \N +882 522 442 Target \N \N \N \N \N LIF t f \N \N \N +883 667 442 Source \N \N \N \N \N LIF t f \N \N \N +934 522 468 Target \N \N \N \N \N LIF t f \N \N \N +935 689 468 Source \N \N \N \N \N LIF t f \N \N \N +936 524 469 Target \N \N \N \N \N LIF t f \N \N \N +937 690 469 Source \N \N \N \N \N LIF t f \N \N \N +884 526 443 Target \N \N \N \N \N LIF t f \N \N \N +885 664 443 Source \N \N \N \N \N LIF t f \N \N \N +938 526 470 Target \N \N \N \N \N LIF t f \N \N \N +940 527 471 Target \N \N \N \N \N LIF t f \N \N \N +941 692 471 Source \N \N \N \N \N LIF t f \N \N \N +942 528 472 Target \N \N \N \N \N LIF t f \N \N \N +943 693 472 Source \N \N \N \N \N LIF t f \N \N \N +886 530 444 Target \N \N \N \N \N LIF t f \N \N \N +887 668 444 Source \N \N \N \N \N LIF t f \N \N \N +888 531 445 Target \N \N \N \N \N LIF t f \N \N \N +889 669 445 Source \N \N \N \N \N LIF t f \N \N \N +944 531 473 Target \N \N \N \N \N LIF t f \N \N \N +945 694 473 Source \N \N \N \N \N LIF t f \N \N \N +946 532 474 Target \N \N \N \N \N LIF t f \N \N \N +947 681 474 Source \N \N \N \N \N LIF t f \N \N \N +858 500 430 Target \N \N \N \N \N LIF t f \N \N \N +859 655 430 Source \N \N \N \N \N LIF t f \N \N \N +948 560 475 Target \N \N \N \N \N LIF t f \N \N \N +949 695 475 Source \N \N \N \N \N LIF t f \N \N \N +950 561 476 Target \N \N \N \N \N LIF t f \N \N \N +951 695 476 Source \N \N \N \N \N LIF t f \N \N \N +952 562 477 Target \N \N \N \N \N LIF t f \N \N \N +953 696 477 Source \N \N \N \N \N LIF t f \N \N \N +954 564 478 Target \N \N \N \N \N LIF t f \N \N \N +955 697 478 Source \N \N \N \N \N LIF t f \N \N \N +956 565 479 Target \N \N \N \N \N LIF t f \N \N \N +957 698 479 Source \N \N \N \N \N LIF t f \N \N \N +958 566 480 Target \N \N \N \N \N LIF t f \N \N \N +959 699 480 Source \N \N \N \N \N LIF t f \N \N \N +890 568 446 Target \N \N \N \N \N LIF t f \N \N \N +891 670 446 Source \N \N \N \N \N LIF t f \N \N \N +960 569 481 Target \N \N \N \N \N LIF t f \N \N \N +961 700 481 Source \N \N \N \N \N LIF t f \N \N \N +962 570 482 Target \N \N \N \N \N LIF t f \N \N \N +963 696 482 Source \N \N \N \N \N LIF t f \N \N \N +892 573 447 Target \N \N \N \N \N LIF t f \N \N \N +893 671 447 Source \N \N \N \N \N LIF t f \N \N \N +894 581 448 Target \N \N \N \N \N LIF t f \N \N \N +895 668 448 Source \N \N \N \N \N LIF t f \N \N \N +972 501 487 Target \N \N \N \N \N LIF t f \N \N \N +973 705 487 Source \N \N \N \N \N LIF t f \N \N \N +974 502 488 Target \N \N \N \N \N LIF t f \N \N \N +975 706 488 Source \N \N \N \N \N LIF t f \N \N \N +1048 502 525 Target \N \N \N \N \N LIF t f \N \N \N +1049 741 525 Source \N \N \N \N \N LIF t f \N \N \N +976 503 489 Target \N \N \N \N \N LIF t f \N \N \N +977 707 489 Source \N \N \N \N \N LIF t f \N \N \N +1050 503 526 Target \N \N \N \N \N LIF t f \N \N \N +978 504 490 Target \N \N \N \N \N LIF t f \N \N \N +979 708 490 Source \N \N \N \N \N LIF t f \N \N \N +1052 504 527 Target \N \N \N \N \N LIF t f \N \N \N +1053 743 527 Source \N \N \N \N \N LIF t f \N \N \N +1054 505 528 Target \N \N \N \N \N LIF t f \N \N \N +1055 744 528 Source \N \N \N \N \N LIF t f \N \N \N +980 506 491 Target \N \N \N \N \N LIF t f \N \N \N +981 709 491 Source \N \N \N \N \N LIF t f \N \N \N +982 510 492 Target \N \N \N \N \N LIF t f \N \N \N +983 710 492 Source \N \N \N \N \N LIF t f \N \N \N +984 511 493 Target \N \N \N \N \N LIF t f \N \N \N +985 711 493 Source \N \N \N \N \N LIF t f \N \N \N +986 512 494 Target \N \N \N \N \N LIF t f \N \N \N +987 712 494 Source \N \N \N \N \N LIF t f \N \N \N +1056 513 529 Target \N \N \N \N \N LIF t f \N \N \N +1057 745 529 Source \N \N \N \N \N LIF t f \N \N \N +988 515 495 Target \N \N \N \N \N LIF t f \N \N \N +989 713 495 Source \N \N \N \N \N LIF t f \N \N \N +990 516 496 Target \N \N \N \N \N LIF t f \N \N \N +991 714 496 Source \N \N \N \N \N LIF t f \N \N \N +1058 516 530 Target \N \N \N \N \N LIF t f \N \N \N +992 517 497 Target \N \N \N \N \N LIF t f \N \N \N +993 715 497 Source \N \N \N \N \N LIF t f \N \N \N +994 518 498 Target \N \N \N \N \N LIF t f \N \N \N +995 716 498 Source \N \N \N \N \N LIF t f \N \N \N +1060 519 531 Target \N \N \N \N \N LIF t f \N \N \N +1061 746 531 Source \N \N \N \N \N LIF t f \N \N \N +996 520 499 Target \N \N \N \N \N LIF t f \N \N \N +997 717 499 Source \N \N \N \N \N LIF t f \N \N \N +1062 520 532 Target \N \N \N \N \N LIF t f \N \N \N +1063 747 532 Source \N \N \N \N \N LIF t f \N \N \N +998 521 500 Target \N \N \N \N \N LIF t f \N \N \N +999 718 500 Source \N \N \N \N \N LIF t f \N \N \N +1064 521 533 Target \N \N \N \N \N LIF t f \N \N \N +1065 747 533 Source \N \N \N \N \N LIF t f \N \N \N +1066 522 534 Target \N \N \N \N \N LIF t f \N \N \N +1067 748 534 Source \N \N \N \N \N LIF t f \N \N \N +1000 523 501 Target \N \N \N \N \N LIF t f \N \N \N +1001 717 501 Source \N \N \N \N \N LIF t f \N \N \N +1068 523 535 Target \N \N \N \N \N LIF t f \N \N \N +1002 524 502 Target \N \N \N \N \N LIF t f \N \N \N +1003 719 502 Source \N \N \N \N \N LIF t f \N \N \N +1004 526 503 Target \N \N \N \N \N LIF t f \N \N \N +1005 720 503 Source \N \N \N \N \N LIF t f \N \N \N +1006 527 504 Target \N \N \N \N \N LIF t f \N \N \N +1007 721 504 Source \N \N \N \N \N LIF t f \N \N \N +1070 527 536 Target \N \N \N \N \N LIF t f \N \N \N +1008 528 505 Target \N \N \N \N \N LIF t f \N \N \N +1009 722 505 Source \N \N \N \N \N LIF t f \N \N \N +1010 529 506 Target \N \N \N \N \N LIF t f \N \N \N +1011 723 506 Source \N \N \N \N \N LIF t f \N \N \N +1012 550 507 Target \N \N \N \N \N LIF t f \N \N \N +1013 724 507 Source \N \N \N \N \N LIF t f \N \N \N +970 500 486 Target \N \N \N \N \N LIF t f \N \N \N +971 704 486 Source \N \N \N \N \N LIF t f \N \N \N +1014 560 508 Target \N \N \N \N \N LIF t f \N \N \N +1015 725 508 Source \N \N \N \N \N LIF t f \N \N \N +1016 561 509 Target \N \N \N \N \N LIF t f \N \N \N +1017 726 509 Source \N \N \N \N \N LIF t f \N \N \N +1018 562 510 Target \N \N \N \N \N LIF t f \N \N \N +1019 727 510 Source \N \N \N \N \N LIF t f \N \N \N +1020 563 511 Target \N \N \N \N \N LIF t f \N \N \N +1021 728 511 Source \N \N \N \N \N LIF t f \N \N \N +1022 564 512 Target \N \N \N \N \N LIF t f \N \N \N +1023 729 512 Source \N \N \N \N \N LIF t f \N \N \N +1024 565 513 Target \N \N \N \N \N LIF t f \N \N \N +1025 730 513 Source \N \N \N \N \N LIF t f \N \N \N +1026 566 514 Target \N \N \N \N \N LIF t f \N \N \N +1027 731 514 Source \N \N \N \N \N LIF t f \N \N \N +1028 567 515 Target \N \N \N \N \N LIF t f \N \N \N +1029 732 515 Source \N \N \N \N \N LIF t f \N \N \N +1030 568 516 Target \N \N \N \N \N LIF t f \N \N \N +1031 733 516 Source \N \N \N \N \N LIF t f \N \N \N +1032 570 517 Target \N \N \N \N \N LIF t f \N \N \N +1033 728 517 Source \N \N \N \N \N LIF t f \N \N \N +964 571 483 Target \N \N \N \N \N LIF t f \N \N \N +965 701 483 Source \N \N \N \N \N LIF t f \N \N \N +966 573 484 Target \N \N \N \N \N LIF t f \N \N \N +967 702 484 Source \N \N \N \N \N LIF t f \N \N \N +968 574 485 Target \N \N \N \N \N LIF t f \N \N \N +969 703 485 Source \N \N \N \N \N LIF t f \N \N \N +1036 576 519 Target \N \N \N \N \N LIF t f \N \N \N +1037 735 519 Source \N \N \N \N \N LIF t f \N \N \N +1038 578 520 Target \N \N \N \N \N LIF t f \N \N \N +1039 736 520 Source \N \N \N \N \N LIF t f \N \N \N +1040 579 521 Target \N \N \N \N \N LIF t f \N \N \N +1041 737 521 Source \N \N \N \N \N LIF t f \N \N \N +1042 580 522 Target \N \N \N \N \N LIF t f \N \N \N +1043 738 522 Source \N \N \N \N \N LIF t f \N \N \N +1118 501 560 Target \N \N \N \N \N LIF t f \N \N \N +1119 772 560 Source \N \N \N \N \N LIF t f \N \N \N +1120 502 561 Target \N \N \N \N \N LIF t f \N \N \N +1121 773 561 Source \N \N \N \N \N LIF t f \N \N \N +1122 503 562 Target \N \N \N \N \N LIF t f \N \N \N +1123 774 562 Source \N \N \N \N \N LIF t f \N \N \N +1124 504 563 Target \N \N \N \N \N LIF t f \N \N \N +1125 775 563 Source \N \N \N \N \N LIF t f \N \N \N +1126 505 564 Target \N \N \N \N \N LIF t f \N \N \N +1128 510 565 Target \N \N \N \N \N LIF t f \N \N \N +1129 777 565 Source \N \N \N \N \N LIF t f \N \N \N +1130 513 566 Target \N \N \N \N \N LIF t f \N \N \N +1131 778 566 Source \N \N \N \N \N LIF t f \N \N \N +1132 514 567 Target \N \N \N \N \N LIF t f \N \N \N +1133 779 567 Source \N \N \N \N \N LIF t f \N \N \N +1071 750 536 Source \N \N \N \N \N LIF t f \N \N \N +1072 528 537 Target \N \N \N \N \N LIF t f \N \N \N +1073 751 537 Source \N \N \N \N \N LIF t f \N \N \N +1074 530 538 Target \N \N \N \N \N LIF t f \N \N \N +1075 752 538 Source \N \N \N \N \N LIF t f \N \N \N +1136 530 569 Target \N \N \N \N \N LIF t f \N \N \N +1137 781 569 Source \N \N \N \N \N LIF t f \N \N \N +1076 531 539 Target \N \N \N \N \N LIF t f \N \N \N +1077 753 539 Source \N \N \N \N \N LIF t f \N \N \N +1138 531 570 Target \N \N \N \N \N LIF t f \N \N \N +1139 781 570 Source \N \N \N \N \N LIF t f \N \N \N +1078 532 540 Target \N \N \N \N \N LIF t f \N \N \N +1079 754 540 Source \N \N \N \N \N LIF t f \N \N \N +1080 534 541 Target \N \N \N \N \N LIF t f \N \N \N +1081 755 541 Source \N \N \N \N \N LIF t f \N \N \N +1082 535 542 Target \N \N \N \N \N LIF t f \N \N \N +1083 756 542 Source \N \N \N \N \N LIF t f \N \N \N +1084 536 543 Target \N \N \N \N \N LIF t f \N \N \N +1085 745 543 Source \N \N \N \N \N LIF t f \N \N \N +1086 537 544 Target \N \N \N \N \N LIF t f \N \N \N +1087 757 544 Source \N \N \N \N \N LIF t f \N \N \N +1088 538 545 Target \N \N \N \N \N LIF t f \N \N \N +1089 758 545 Source \N \N \N \N \N LIF t f \N \N \N +1090 540 546 Target \N \N \N \N \N LIF t f \N \N \N +1091 759 546 Source \N \N \N \N \N LIF t f \N \N \N +1140 540 571 Target \N \N \N \N \N LIF t f \N \N \N +1092 541 547 Target \N \N \N \N \N LIF t f \N \N \N +1093 744 547 Source \N \N \N \N \N LIF t f \N \N \N +1142 541 572 Target \N \N \N \N \N LIF t f \N \N \N +1143 783 572 Source \N \N \N \N \N LIF t f \N \N \N +1094 542 548 Target \N \N \N \N \N LIF t f \N \N \N +1095 760 548 Source \N \N \N \N \N LIF t f \N \N \N +1096 543 549 Target \N \N \N \N \N LIF t f \N \N \N +1097 761 549 Source \N \N \N \N \N LIF t f \N \N \N +1144 543 573 Target \N \N \N \N \N LIF t f \N \N \N +1098 544 550 Target \N \N \N \N \N LIF t f \N \N \N +1099 762 550 Source \N \N \N \N \N LIF t f \N \N \N +1146 544 574 Target \N \N \N \N \N LIF t f \N \N \N +1147 785 574 Source \N \N \N \N \N LIF t f \N \N \N +1100 546 551 Target \N \N \N \N \N LIF t f \N \N \N +1101 763 551 Source \N \N \N \N \N LIF t f \N \N \N +1148 546 575 Target \N \N \N \N \N LIF t f \N \N \N +1149 786 575 Source \N \N \N \N \N LIF t f \N \N \N +1102 547 552 Target \N \N \N \N \N LIF t f \N \N \N +1103 764 552 Source \N \N \N \N \N LIF t f \N \N \N +1104 548 553 Target \N \N \N \N \N LIF t f \N \N \N +1105 765 553 Source \N \N \N \N \N LIF t f \N \N \N +1106 549 554 Target \N \N \N \N \N LIF t f \N \N \N +1107 766 554 Source \N \N \N \N \N LIF t f \N \N \N +1108 550 555 Target \N \N \N \N \N LIF t f \N \N \N +1109 767 555 Source \N \N \N \N \N LIF t f \N \N \N +1150 550 576 Target \N \N \N \N \N LIF t f \N \N \N +1110 551 556 Target \N \N \N \N \N LIF t f \N \N \N +1111 768 556 Source \N \N \N \N \N LIF t f \N \N \N +1152 551 577 Target \N \N \N \N \N LIF t f \N \N \N +1153 788 577 Source \N \N \N \N \N LIF t f \N \N \N +1112 552 557 Target \N \N \N \N \N LIF t f \N \N \N +1113 769 557 Source \N \N \N \N \N LIF t f \N \N \N +1114 553 558 Target \N \N \N \N \N LIF t f \N \N \N +1115 770 558 Source \N \N \N \N \N LIF t f \N \N \N +1154 572 578 Target \N \N \N \N \N LIF t f \N \N \N +1155 789 578 Source \N \N \N \N \N LIF t f \N \N \N +1156 573 579 Target \N \N \N \N \N LIF t f \N \N \N +1157 790 579 Source \N \N \N \N \N LIF t f \N \N \N +1158 574 580 Target \N \N \N \N \N LIF t f \N \N \N +1159 790 580 Source \N \N \N \N \N LIF t f \N \N \N +1160 791 581 Target \N \N \N \N \N LIF t f \N \N \N +1161 864 581 Source \N \N \N \N \N LIF t f \N \N \N +1162 792 582 Target \N \N \N \N \N LIF t f \N \N \N +1163 864 582 Source \N \N \N \N \N LIF t f \N \N \N +1174 792 588 Target \N \N \N \N \N LIF t f \N \N \N +1164 796 583 Target \N \N \N \N \N LIF t f \N \N \N +1165 865 583 Source \N \N \N \N \N LIF t f \N \N \N +1176 796 589 Target \N \N \N \N \N LIF t f \N \N \N +1177 872 589 Source \N \N \N \N \N LIF t f \N \N \N +1166 797 584 Target \N \N \N \N \N LIF t f \N \N \N +1167 866 584 Source \N \N \N \N \N LIF t f \N \N \N +1168 798 585 Target \N \N \N \N \N LIF t f \N \N \N +1169 867 585 Source \N \N \N \N \N LIF t f \N \N \N +1170 799 586 Target \N \N \N \N \N LIF t f \N \N \N +1171 868 586 Source \N \N \N \N \N LIF t f \N \N \N +1172 802 587 Target \N \N \N \N \N LIF t f \N \N \N +1173 869 587 Source \N \N \N \N \N LIF t f \N \N \N +1206 792 604 Target \N \N \N \N \N LIF t f \N \N \N +1207 889 604 Source \N \N \N \N \N LIF t f \N \N \N +1250 792 626 Target \N \N \N \N \N LIF t f \N \N \N +1251 912 626 Source \N \N \N \N \N LIF t f \N \N \N +1252 795 627 Target \N \N \N \N \N LIF t f \N \N \N +1253 913 627 Source \N \N \N \N \N LIF t f \N \N \N +1208 796 605 Target \N \N \N \N \N LIF t f \N \N \N +1209 592 605 Source \N \N \N \N \N LIF t f \N \N \N +1254 796 628 Target \N \N \N \N \N LIF t f \N \N \N +1178 797 590 Target \N \N \N \N \N LIF t f \N \N \N +1179 873 590 Source \N \N \N \N \N LIF t f \N \N \N +1210 797 606 Target \N \N \N \N \N LIF t f \N \N \N +1211 593 606 Source \N \N \N \N \N LIF t f \N \N \N +1258 798 630 Target \N \N \N \N \N LIF t f \N \N \N +1259 916 630 Source \N \N \N \N \N LIF t f \N \N \N +1260 799 631 Target \N \N \N \N \N LIF t f \N \N \N +1261 917 631 Source \N \N \N \N \N LIF t f \N \N \N +1212 801 607 Target \N \N \N \N \N LIF t f \N \N \N +1213 890 607 Source \N \N \N \N \N LIF t f \N \N \N +1180 802 591 Target \N \N \N \N \N LIF t f \N \N \N +1181 874 591 Source \N \N \N \N \N LIF t f \N \N \N +1214 802 608 Target \N \N \N \N \N LIF t f \N \N \N +1215 891 608 Source \N \N \N \N \N LIF t f \N \N \N +1262 802 632 Target \N \N \N \N \N LIF t f \N \N \N +1263 918 632 Source \N \N \N \N \N LIF t f \N \N \N +1276 814 639 Target \N \N \N \N \N LIF t f \N \N \N +1277 926 639 Source \N \N \N \N \N LIF t f \N \N \N +1184 820 593 Target \N \N \N \N \N LIF t f \N \N \N +1185 877 593 Source \N \N \N \N \N LIF t f \N \N \N +1222 820 612 Target \N \N \N \N \N LIF t f \N \N \N +1223 896 612 Source \N \N \N \N \N LIF t f \N \N \N +1280 820 641 Target \N \N \N \N \N LIF t f \N \N \N +1186 821 594 Target \N \N \N \N \N LIF t f \N \N \N +1187 878 594 Source \N \N \N \N \N LIF t f \N \N \N +1224 821 613 Target \N \N \N \N \N LIF t f \N \N \N +1225 897 613 Source \N \N \N \N \N LIF t f \N \N \N +1282 821 642 Target \N \N \N \N \N LIF t f \N \N \N +1283 929 642 Source \N \N \N \N \N LIF t f \N \N \N +1188 822 595 Target \N \N \N \N \N LIF t f \N \N \N +1189 879 595 Source \N \N \N \N \N LIF t f \N \N \N +1226 822 614 Target \N \N \N \N \N LIF t f \N \N \N +1227 898 614 Source \N \N \N \N \N LIF t f \N \N \N +1284 822 643 Target \N \N \N \N \N LIF t f \N \N \N +1190 823 596 Target \N \N \N \N \N LIF t f \N \N \N +1191 880 596 Source \N \N \N \N \N LIF t f \N \N \N +1230 831 616 Target \N \N \N \N \N LIF t f \N \N \N +1231 901 616 Source \N \N \N \N \N LIF t f \N \N \N +1264 806 633 Target \N \N \N \N \N LIF t f \N \N \N +1265 919 633 Source \N \N \N \N \N LIF t f \N \N \N +1268 810 635 Target \N \N \N \N \N LIF t f \N \N \N +1269 922 635 Source \N \N \N \N \N LIF t f \N \N \N +1270 811 636 Target \N \N \N \N \N LIF t f \N \N \N +1271 923 636 Source \N \N \N \N \N LIF t f \N \N \N +1272 812 637 Target \N \N \N \N \N LIF t f \N \N \N +1273 924 637 Source \N \N \N \N \N LIF t f \N \N \N +1274 813 638 Target \N \N \N \N \N LIF t f \N \N \N +1275 925 638 Source \N \N \N \N \N LIF t f \N \N \N +1216 808 609 Target \N \N \N \N \N LIF t f \N \N \N +1217 893 609 Source \N \N \N \N \N LIF t f \N \N \N +1266 808 634 Target \N \N \N \N \N LIF t f \N \N \N +1267 921 634 Source \N \N \N \N \N LIF t f \N \N \N +1218 809 610 Target \N \N \N \N \N LIF t f \N \N \N +1219 894 610 Source \N \N \N \N \N LIF t f \N \N \N +1182 817 592 Target \N \N \N \N \N LIF t f \N \N \N +1183 876 592 Source \N \N \N \N \N LIF t f \N \N \N +1220 817 611 Target \N \N \N \N \N LIF t f \N \N \N +1221 895 611 Source \N \N \N \N \N LIF t f \N \N \N +1228 830 615 Target \N \N \N \N \N LIF t f \N \N \N +1229 900 615 Source \N \N \N \N \N LIF t f \N \N \N +1192 835 597 Target \N \N \N \N \N LIF t f \N \N \N +1193 882 597 Source \N \N \N \N \N LIF t f \N \N \N +1232 835 617 Target \N \N \N \N \N LIF t f \N \N \N +1233 902 617 Source \N \N \N \N \N LIF t f \N \N \N +1194 836 598 Target \N \N \N \N \N LIF t f \N \N \N +1195 883 598 Source \N \N \N \N \N LIF t f \N \N \N +1234 836 618 Target \N \N \N \N \N LIF t f \N \N \N +1235 903 618 Source \N \N \N \N \N LIF t f \N \N \N +1236 837 619 Target \N \N \N \N \N LIF t f \N \N \N +1237 904 619 Source \N \N \N \N \N LIF t f \N \N \N +1238 838 620 Target \N \N \N \N \N LIF t f \N \N \N +1239 905 620 Source \N \N \N \N \N LIF t f \N \N \N +1196 845 599 Target \N \N \N \N \N LIF t f \N \N \N +1197 884 599 Source \N \N \N \N \N LIF t f \N \N \N +1240 845 621 Target \N \N \N \N \N LIF t f \N \N \N +1241 906 621 Source \N \N \N \N \N LIF t f \N \N \N +1198 853 600 Target \N \N \N \N \N LIF t f \N \N \N +1199 885 600 Source \N \N \N \N \N LIF t f \N \N \N +1242 853 622 Target \N \N \N \N \N LIF t f \N \N \N +1243 908 622 Source \N \N \N \N \N LIF t f \N \N \N +1200 854 601 Target \N \N \N \N \N LIF t f \N \N \N +1201 886 601 Source \N \N \N \N \N LIF t f \N \N \N +1244 854 623 Target \N \N \N \N \N LIF t f \N \N \N +1245 909 623 Source \N \N \N \N \N LIF t f \N \N \N +1202 855 602 Target \N \N \N \N \N LIF t f \N \N \N +1203 887 602 Source \N \N \N \N \N LIF t f \N \N \N +1246 855 624 Target \N \N \N \N \N LIF t f \N \N \N +1247 910 624 Source \N \N \N \N \N LIF t f \N \N \N +1308 792 655 Target \N \N \N \N \N LIF t f \N \N \N +1309 943 655 Source \N \N \N \N \N LIF t f \N \N \N +1310 795 656 Target \N \N \N \N \N LIF t f \N \N \N +1311 944 656 Source \N \N \N \N \N LIF t f \N \N \N +1388 795 695 Target \N \N \N \N \N LIF t f \N \N \N +1389 982 695 Source \N \N \N \N \N LIF t f \N \N \N +1312 796 657 Target \N \N \N \N \N LIF t f \N \N \N +1313 945 657 Source \N \N \N \N \N LIF t f \N \N \N +1346 796 674 Target \N \N \N \N \N LIF t f \N \N \N +1347 959 674 Source \N \N \N \N \N LIF t f \N \N \N +1390 796 696 Target \N \N \N \N \N LIF t f \N \N \N +1314 797 658 Target \N \N \N \N \N LIF t f \N \N \N +1315 946 658 Source \N \N \N \N \N LIF t f \N \N \N +1348 797 675 Target \N \N \N \N \N LIF t f \N \N \N +1349 960 675 Source \N \N \N \N \N LIF t f \N \N \N +1316 798 659 Target \N \N \N \N \N LIF t f \N \N \N +1317 947 659 Source \N \N \N \N \N LIF t f \N \N \N +1350 798 676 Target \N \N \N \N \N LIF t f \N \N \N +1351 961 676 Source \N \N \N \N \N LIF t f \N \N \N +1352 799 677 Target \N \N \N \N \N LIF t f \N \N \N +1353 962 677 Source \N \N \N \N \N LIF t f \N \N \N +1318 802 660 Target \N \N \N \N \N LIF t f \N \N \N +1319 948 660 Source \N \N \N \N \N LIF t f \N \N \N +1324 814 663 Target \N \N \N \N \N LIF t f \N \N \N +1325 131 663 Source \N \N \N \N \N LIF t f \N \N \N +1326 820 664 Target \N \N \N \N \N LIF t f \N \N \N +1327 131 664 Source \N \N \N \N \N LIF t f \N \N \N +1328 821 665 Target \N \N \N \N \N LIF t f \N \N \N +1329 131 665 Source \N \N \N \N \N LIF t f \N \N \N +1362 821 682 Target \N \N \N \N \N LIF t f \N \N \N +1363 968 682 Source \N \N \N \N \N LIF t f \N \N \N +1285 930 643 Source \N \N \N \N \N LIF t f \N \N \N +1330 822 666 Target \N \N \N \N \N LIF t f \N \N \N +1331 952 666 Source \N \N \N \N \N LIF t f \N \N \N +1364 822 683 Target \N \N \N \N \N LIF t f \N \N \N +1365 969 683 Source \N \N \N \N \N LIF t f \N \N \N +1286 823 644 Target \N \N \N \N \N LIF t f \N \N \N +1287 931 644 Source \N \N \N \N \N LIF t f \N \N \N +1332 823 667 Target \N \N \N \N \N LIF t f \N \N \N +1333 131 667 Source \N \N \N \N \N LIF t f \N \N \N +1288 831 645 Target \N \N \N \N \N LIF t f \N \N \N +1289 933 645 Source \N \N \N \N \N LIF t f \N \N \N +1334 831 668 Target \N \N \N \N \N LIF t f \N \N \N +1335 131 668 Source \N \N \N \N \N LIF t f \N \N \N +1366 831 684 Target \N \N \N \N \N LIF t f \N \N \N +1354 806 678 Target \N \N \N \N \N LIF t f \N \N \N +1355 963 678 Source \N \N \N \N \N LIF t f \N \N \N +1322 810 662 Target \N \N \N \N \N LIF t f \N \N \N +1323 951 662 Source \N \N \N \N \N LIF t f \N \N \N +1358 810 680 Target \N \N \N \N \N LIF t f \N \N \N +1359 966 680 Source \N \N \N \N \N LIF t f \N \N \N +1360 812 681 Target \N \N \N \N \N LIF t f \N \N \N +1361 967 681 Source \N \N \N \N \N LIF t f \N \N \N +1320 808 661 Target \N \N \N \N \N LIF t f \N \N \N +1321 950 661 Source \N \N \N \N \N LIF t f \N \N \N +1356 808 679 Target \N \N \N \N \N LIF t f \N \N \N +1357 965 679 Source \N \N \N \N \N LIF t f \N \N \N +1290 835 646 Target \N \N \N \N \N LIF t f \N \N \N +1291 934 646 Source \N \N \N \N \N LIF t f \N \N \N +1336 835 669 Target \N \N \N \N \N LIF t f \N \N \N +1337 953 669 Source \N \N \N \N \N LIF t f \N \N \N +1368 835 685 Target \N \N \N \N \N LIF t f \N \N \N +1292 836 647 Target \N \N \N \N \N LIF t f \N \N \N +1293 935 647 Source \N \N \N \N \N LIF t f \N \N \N +1338 836 670 Target \N \N \N \N \N LIF t f \N \N \N +1339 954 670 Source \N \N \N \N \N LIF t f \N \N \N +1370 836 686 Target \N \N \N \N \N LIF t f \N \N \N +1294 837 648 Target \N \N \N \N \N LIF t f \N \N \N +1295 936 648 Source \N \N \N \N \N LIF t f \N \N \N +1340 837 671 Target \N \N \N \N \N LIF t f \N \N \N +1341 955 671 Source \N \N \N \N \N LIF t f \N \N \N +1372 837 687 Target \N \N \N \N \N LIF t f \N \N \N +1373 973 687 Source \N \N \N \N \N LIF t f \N \N \N +1296 845 649 Target \N \N \N \N \N LIF t f \N \N \N +1297 937 649 Source \N \N \N \N \N LIF t f \N \N \N +1374 845 688 Target \N \N \N \N \N LIF t f \N \N \N +1375 974 688 Source \N \N \N \N \N LIF t f \N \N \N +1298 846 650 Target \N \N \N \N \N LIF t f \N \N \N +1299 938 650 Source \N \N \N \N \N LIF t f \N \N \N +1376 846 689 Target \N \N \N \N \N LIF t f \N \N \N +1377 975 689 Source \N \N \N \N \N LIF t f \N \N \N +1300 848 651 Target \N \N \N \N \N LIF t f \N \N \N +1301 939 651 Source \N \N \N \N \N LIF t f \N \N \N +1378 848 690 Target \N \N \N \N \N LIF t f \N \N \N +1379 977 690 Source \N \N \N \N \N LIF t f \N \N \N +1302 853 652 Target \N \N \N \N \N LIF t f \N \N \N +1303 940 652 Source \N \N \N \N \N LIF t f \N \N \N +1380 853 691 Target \N \N \N \N \N LIF t f \N \N \N +1381 978 691 Source \N \N \N \N \N LIF t f \N \N \N +1304 854 653 Target \N \N \N \N \N LIF t f \N \N \N +1305 941 653 Source \N \N \N \N \N LIF t f \N \N \N +1382 854 692 Target \N \N \N \N \N LIF t f \N \N \N +1383 979 692 Source \N \N \N \N \N LIF t f \N \N \N +1306 855 654 Target \N \N \N \N \N LIF t f \N \N \N +1307 942 654 Source \N \N \N \N \N LIF t f \N \N \N +1384 855 693 Target \N \N \N \N \N LIF t f \N \N \N +1385 980 693 Source \N \N \N \N \N LIF t f \N \N \N +1434 792 718 Target \N \N \N \N \N LIF t f \N \N \N +1435 1004 718 Source \N \N \N \N \N LIF t f \N \N \N +1436 795 719 Target \N \N \N \N \N LIF t f \N \N \N +1437 1005 719 Source \N \N \N \N \N LIF t f \N \N \N +1416 796 709 Target \N \N \N \N \N LIF t f \N \N \N +1417 993 709 Source \N \N \N \N \N LIF t f \N \N \N +1438 796 720 Target \N \N \N \N \N LIF t f \N \N \N +1439 1006 720 Source \N \N \N \N \N LIF t f \N \N \N +1392 797 697 Target \N \N \N \N \N LIF t f \N \N \N +1393 984 697 Source \N \N \N \N \N LIF t f \N \N \N +1440 797 721 Target \N \N \N \N \N LIF t f \N \N \N +1441 1007 721 Source \N \N \N \N \N LIF t f \N \N \N +1484 797 743 Target \N \N \N \N \N LIF t f \N \N \N +1418 798 710 Target \N \N \N \N \N LIF t f \N \N \N +1419 994 710 Source \N \N \N \N \N LIF t f \N \N \N +1442 798 722 Target \N \N \N \N \N LIF t f \N \N \N +1443 1008 722 Source \N \N \N \N \N LIF t f \N \N \N +1420 799 711 Target \N \N \N \N \N LIF t f \N \N \N +1421 995 711 Source \N \N \N \N \N LIF t f \N \N \N +1444 799 723 Target \N \N \N \N \N LIF t f \N \N \N +1445 1009 723 Source \N \N \N \N \N LIF t f \N \N \N +1446 800 724 Target \N \N \N \N \N LIF t f \N \N \N +1447 1010 724 Source \N \N \N \N \N LIF t f \N \N \N +1394 802 698 Target \N \N \N \N \N LIF t f \N \N \N +1395 985 698 Source \N \N \N \N \N LIF t f \N \N \N +1422 802 712 Target \N \N \N \N \N LIF t f \N \N \N +1423 996 712 Source \N \N \N \N \N LIF t f \N \N \N +1448 802 725 Target \N \N \N \N \N LIF t f \N \N \N +1396 803 699 Target \N \N \N \N \N LIF t f \N \N \N +1397 986 699 Source \N \N \N \N \N LIF t f \N \N \N +1450 804 726 Target \N \N \N \N \N LIF t f \N \N \N +1451 1012 726 Source \N \N \N \N \N LIF t f \N \N \N +1400 814 701 Target \N \N \N \N \N LIF t f \N \N \N +1401 989 701 Source \N \N \N \N \N LIF t f \N \N \N +1426 814 714 Target \N \N \N \N \N LIF t f \N \N \N +1427 999 714 Source \N \N \N \N \N LIF t f \N \N \N +1464 814 733 Target \N \N \N \N \N LIF t f \N \N \N +1465 1020 733 Source \N \N \N \N \N LIF t f \N \N \N +1402 820 702 Target \N \N \N \N \N LIF t f \N \N \N +1403 989 702 Source \N \N \N \N \N LIF t f \N \N \N +1468 820 735 Target \N \N \N \N \N LIF t f \N \N \N +1469 1022 735 Source \N \N \N \N \N LIF t f \N \N \N +1404 821 703 Target \N \N \N \N \N LIF t f \N \N \N +1405 175 703 Source \N \N \N \N \N LIF t f \N \N \N +1470 821 736 Target \N \N \N \N \N LIF t f \N \N \N +1471 1023 736 Source \N \N \N \N \N LIF t f \N \N \N +1472 822 737 Target \N \N \N \N \N LIF t f \N \N \N +1473 1024 737 Source \N \N \N \N \N LIF t f \N \N \N +1406 823 704 Target \N \N \N \N \N LIF t f \N \N \N +1407 989 704 Source \N \N \N \N \N LIF t f \N \N \N +1430 823 716 Target \N \N \N \N \N LIF t f \N \N \N +1431 1001 716 Source \N \N \N \N \N LIF t f \N \N \N +1474 823 738 Target \N \N \N \N \N LIF t f \N \N \N +1475 1025 738 Source \N \N \N \N \N LIF t f \N \N \N +1408 831 705 Target \N \N \N \N \N LIF t f \N \N \N +1409 989 705 Source \N \N \N \N \N LIF t f \N \N \N +1432 831 717 Target \N \N \N \N \N LIF t f \N \N \N +1433 1003 717 Source \N \N \N \N \N LIF t f \N \N \N +1476 831 739 Target \N \N \N \N \N LIF t f \N \N \N +1477 1026 739 Source \N \N \N \N \N LIF t f \N \N \N +1452 806 727 Target \N \N \N \N \N LIF t f \N \N \N +1453 1013 727 Source \N \N \N \N \N LIF t f \N \N \N +1398 810 700 Target \N \N \N \N \N LIF t f \N \N \N +1399 988 700 Source \N \N \N \N \N LIF t f \N \N \N +1456 810 729 Target \N \N \N \N \N LIF t f \N \N \N +1457 1016 729 Source \N \N \N \N \N LIF t f \N \N \N +1458 811 730 Target \N \N \N \N \N LIF t f \N \N \N +1459 1017 730 Source \N \N \N \N \N LIF t f \N \N \N +1460 812 731 Target \N \N \N \N \N LIF t f \N \N \N +1461 1018 731 Source \N \N \N \N \N LIF t f \N \N \N +1462 813 732 Target \N \N \N \N \N LIF t f \N \N \N +1463 1019 732 Source \N \N \N \N \N LIF t f \N \N \N +1424 808 713 Target \N \N \N \N \N LIF t f \N \N \N +1425 998 713 Source \N \N \N \N \N LIF t f \N \N \N +1454 808 728 Target \N \N \N \N \N LIF t f \N \N \N +1455 1015 728 Source \N \N \N \N \N LIF t f \N \N \N +1488 808 745 Target \N \N \N \N \N LIF t f \N \N \N +1489 1033 745 Source \N \N \N \N \N LIF t f \N \N \N +1490 809 746 Target \N \N \N \N \N LIF t f \N \N \N +1491 1034 746 Source \N \N \N \N \N LIF t f \N \N \N +1492 816 747 Target \N \N \N \N \N LIF t f \N \N \N +1493 1036 747 Source \N \N \N \N \N LIF t f \N \N \N +1428 817 715 Target \N \N \N \N \N LIF t f \N \N \N +1429 1000 715 Source \N \N \N \N \N LIF t f \N \N \N +1466 817 734 Target \N \N \N \N \N LIF t f \N \N \N +1467 1021 734 Source \N \N \N \N \N LIF t f \N \N \N +1494 818 748 Target \N \N \N \N \N LIF t f \N \N \N +1495 1037 748 Source \N \N \N \N \N LIF t f \N \N \N +1496 819 749 Target \N \N \N \N \N LIF t f \N \N \N +1497 1038 749 Source \N \N \N \N \N LIF t f \N \N \N +1498 825 750 Target \N \N \N \N \N LIF t f \N \N \N +1410 835 706 Target \N \N \N \N \N LIF t f \N \N \N +1411 990 706 Source \N \N \N \N \N LIF t f \N \N \N +1412 836 707 Target \N \N \N \N \N LIF t f \N \N \N +1413 991 707 Source \N \N \N \N \N LIF t f \N \N \N +1414 837 708 Target \N \N \N \N \N LIF t f \N \N \N +1415 992 708 Source \N \N \N \N \N LIF t f \N \N \N +1542 792 772 Target \N \N \N \N \N LIF t f \N \N \N +1543 1063 772 Source \N \N \N \N \N LIF t f \N \N \N +1544 795 773 Target \N \N \N \N \N LIF t f \N \N \N +1545 1064 773 Source \N \N \N \N \N LIF t f \N \N \N +1546 796 774 Target \N \N \N \N \N LIF t f \N \N \N +1547 1065 774 Source \N \N \N \N \N LIF t f \N \N \N +1548 797 775 Target \N \N \N \N \N LIF t f \N \N \N +1549 1066 775 Source \N \N \N \N \N LIF t f \N \N \N +1550 798 776 Target \N \N \N \N \N LIF t f \N \N \N +1552 799 777 Target \N \N \N \N \N LIF t f \N \N \N +1553 1068 777 Source \N \N \N \N \N LIF t f \N \N \N +1554 802 778 Target \N \N \N \N \N LIF t f \N \N \N +1555 1069 778 Source \N \N \N \N \N LIF t f \N \N \N +1558 820 780 Target \N \N \N \N \N LIF t f \N \N \N +1559 1072 780 Source \N \N \N \N \N LIF t f \N \N \N +1560 821 781 Target \N \N \N \N \N LIF t f \N \N \N +1561 1073 781 Source \N \N \N \N \N LIF t f \N \N \N +1562 822 782 Target \N \N \N \N \N LIF t f \N \N \N +1563 1074 782 Source \N \N \N \N \N LIF t f \N \N \N +1556 817 779 Target \N \N \N \N \N LIF t f \N \N \N +1557 1071 779 Source \N \N \N \N \N LIF t f \N \N \N +1499 1040 750 Source \N \N \N \N \N LIF t f \N \N \N +1500 826 751 Target \N \N \N \N \N LIF t f \N \N \N +1501 1041 751 Source \N \N \N \N \N LIF t f \N \N \N +1502 827 752 Target \N \N \N \N \N LIF t f \N \N \N +1503 1042 752 Source \N \N \N \N \N LIF t f \N \N \N +1504 828 753 Target \N \N \N \N \N LIF t f \N \N \N +1506 829 754 Target \N \N \N \N \N LIF t f \N \N \N +1507 1044 754 Source \N \N \N \N \N LIF t f \N \N \N +1508 830 755 Target \N \N \N \N \N LIF t f \N \N \N +1509 1045 755 Source \N \N \N \N \N LIF t f \N \N \N +1510 833 756 Target \N \N \N \N \N LIF t f \N \N \N +1511 1047 756 Source \N \N \N \N \N LIF t f \N \N \N +1512 834 757 Target \N \N \N \N \N LIF t f \N \N \N +1513 1048 757 Source \N \N \N \N \N LIF t f \N \N \N +1514 835 758 Target \N \N \N \N \N LIF t f \N \N \N +1515 1049 758 Source \N \N \N \N \N LIF t f \N \N \N +1516 836 759 Target \N \N \N \N \N LIF t f \N \N \N +1517 1050 759 Source \N \N \N \N \N LIF t f \N \N \N +1518 837 760 Target \N \N \N \N \N LIF t f \N \N \N +1519 1051 760 Source \N \N \N \N \N LIF t f \N \N \N +1536 859 769 Target \N \N \N \N \N LIF t f \N \N \N +1537 1061 769 Source \N \N \N \N \N LIF t f \N \N \N +1538 860 770 Target \N \N \N \N \N LIF t f \N \N \N +1539 1062 770 Source \N \N \N \N \N LIF t f \N \N \N +1520 849 761 Target \N \N \N \N \N LIF t f \N \N \N +1522 850 762 Target \N \N \N \N \N LIF t f \N \N \N +1523 1054 762 Source \N \N \N \N \N LIF t f \N \N \N +1524 851 763 Target \N \N \N \N \N LIF t f \N \N \N +1525 1055 763 Source \N \N \N \N \N LIF t f \N \N \N +1526 852 764 Target \N \N \N \N \N LIF t f \N \N \N +1527 1056 764 Source \N \N \N \N \N LIF t f \N \N \N +1528 853 765 Target \N \N \N \N \N LIF t f \N \N \N +1529 1057 765 Source \N \N \N \N \N LIF t f \N \N \N +1530 854 766 Target \N \N \N \N \N LIF t f \N \N \N +1531 1058 766 Source \N \N \N \N \N LIF t f \N \N \N +1532 855 767 Target \N \N \N \N \N LIF t f \N \N \N +1533 1059 767 Source \N \N \N \N \N LIF t f \N \N \N +1534 856 768 Target \N \N \N \N \N LIF t f \N \N \N +1535 1060 768 Source \N \N \N \N \N LIF t f \N \N \N +1564 1075 783 Target \N \N \N \N \N LIF t f \N \N \N +1565 1163 783 Source \N \N \N \N \N LIF t f \N \N \N +1568 1079 785 Target \N \N \N \N \N LIF t f \N \N \N +1570 1084 786 Target \N \N \N \N \N LIF t f \N \N \N +1571 1165 786 Source \N \N \N \N \N LIF t f \N \N \N +1572 1102 787 Target \N \N \N \N \N LIF t f \N \N \N +1573 1166 787 Source \N \N \N \N \N LIF t f \N \N \N +1582 1138 792 Target \N \N \N \N \N LIF t f \N \N \N +1583 1169 792 Source \N \N \N \N \N LIF t f \N \N \N +1602 1138 802 Target \N \N \N \N \N LIF t f \N \N \N +1603 1177 802 Source \N \N \N \N \N LIF t f \N \N \N +1566 1077 784 Target \N \N \N \N \N LIF t f \N \N \N +1567 1163 784 Source \N \N \N \N \N LIF t f \N \N \N +1590 1077 796 Target \N \N \N \N \N LIF t f \N \N \N +1591 1172 796 Source \N \N \N \N \N LIF t f \N \N \N +1592 1097 797 Target \N \N \N \N \N LIF t f \N \N \N +1593 1173 797 Source \N \N \N \N \N LIF t f \N \N \N +1574 1133 788 Target \N \N \N \N \N LIF t f \N \N \N +1575 1166 788 Source \N \N \N \N \N LIF t f \N \N \N +1596 1133 799 Target \N \N \N \N \N LIF t f \N \N \N +1597 1174 799 Source \N \N \N \N \N LIF t f \N \N \N +1576 1135 789 Target \N \N \N \N \N LIF t f \N \N \N +1577 1167 789 Source \N \N \N \N \N LIF t f \N \N \N +1578 1136 790 Target \N \N \N \N \N LIF t f \N \N \N +1579 1167 790 Source \N \N \N \N \N LIF t f \N \N \N +1598 1136 800 Target \N \N \N \N \N LIF t f \N \N \N +1580 1137 791 Target \N \N \N \N \N LIF t f \N \N \N +1581 1168 791 Source \N \N \N \N \N LIF t f \N \N \N +1600 1137 801 Target \N \N \N \N \N LIF t f \N \N \N +1601 1176 801 Source \N \N \N \N \N LIF t f \N \N \N +1584 1139 793 Target \N \N \N \N \N LIF t f \N \N \N +1585 1170 793 Source \N \N \N \N \N LIF t f \N \N \N +1604 1139 803 Target \N \N \N \N \N LIF t f \N \N \N +1605 1178 803 Source \N \N \N \N \N LIF t f \N \N \N +1586 1140 794 Target \N \N \N \N \N LIF t f \N \N \N +1587 1171 794 Source \N \N \N \N \N LIF t f \N \N \N +1588 1141 795 Target \N \N \N \N \N LIF t f \N \N \N +1589 1171 795 Source \N \N \N \N \N LIF t f \N \N \N +1632 1079 817 Target \N \N \N \N \N LIF t f \N \N \N +1633 1187 817 Source \N \N \N \N \N LIF t f \N \N \N +1612 1088 807 Target \N \N \N \N \N LIF t f \N \N \N +1613 1180 807 Source \N \N \N \N \N LIF t f \N \N \N +1634 1090 818 Target \N \N \N \N \N LIF t f \N \N \N +1635 1188 818 Source \N \N \N \N \N LIF t f \N \N \N +1616 1102 809 Target \N \N \N \N \N LIF t f \N \N \N +1617 1181 809 Source \N \N \N \N \N LIF t f \N \N \N +1636 1102 819 Target \N \N \N \N \N LIF t f \N \N \N +1626 1138 814 Target \N \N \N \N \N LIF t f \N \N \N +1627 1184 814 Source \N \N \N \N \N LIF t f \N \N \N +1610 1077 806 Target \N \N \N \N \N LIF t f \N \N \N +1611 1179 806 Source \N \N \N \N \N LIF t f \N \N \N +1630 1077 816 Target \N \N \N \N \N LIF t f \N \N \N +1631 1186 816 Source \N \N \N \N \N LIF t f \N \N \N +1650 1077 826 Target \N \N \N \N \N LIF t f \N \N \N +1651 1194 826 Source \N \N \N \N \N LIF t f \N \N \N +1614 1097 808 Target \N \N \N \N \N LIF t f \N \N \N +1615 175 808 Source \N \N \N \N \N LIF t f \N \N \N +1638 1107 820 Target \N \N \N \N \N LIF t f \N \N \N +1639 1190 820 Source \N \N \N \N \N LIF t f \N \N \N +1640 1109 821 Target \N \N \N \N \N LIF t f \N \N \N +1641 1190 821 Source \N \N \N \N \N LIF t f \N \N \N +1618 1133 810 Target \N \N \N \N \N LIF t f \N \N \N +1619 1181 810 Source \N \N \N \N \N LIF t f \N \N \N +1642 1133 822 Target \N \N \N \N \N LIF t f \N \N \N +1643 1189 822 Source \N \N \N \N \N LIF t f \N \N \N +1654 1133 828 Target \N \N \N \N \N LIF t f \N \N \N +1620 1135 811 Target \N \N \N \N \N LIF t f \N \N \N +1621 1182 811 Source \N \N \N \N \N LIF t f \N \N \N +1622 1136 812 Target \N \N \N \N \N LIF t f \N \N \N +1623 1182 812 Source \N \N \N \N \N LIF t f \N \N \N +1644 1136 823 Target \N \N \N \N \N LIF t f \N \N \N +1645 1191 823 Source \N \N \N \N \N LIF t f \N \N \N +1656 1136 829 Target \N \N \N \N \N LIF t f \N \N \N +1657 1196 829 Source \N \N \N \N \N LIF t f \N \N \N +1624 1137 813 Target \N \N \N \N \N LIF t f \N \N \N +1625 1183 813 Source \N \N \N \N \N LIF t f \N \N \N +1646 1137 824 Target \N \N \N \N \N LIF t f \N \N \N +1647 1192 824 Source \N \N \N \N \N LIF t f \N \N \N +1658 1137 830 Target \N \N \N \N \N LIF t f \N \N \N +1659 1197 830 Source \N \N \N \N \N LIF t f \N \N \N +1628 1140 815 Target \N \N \N \N \N LIF t f \N \N \N +1629 1185 815 Source \N \N \N \N \N LIF t f \N \N \N +1606 1141 804 Target \N \N \N \N \N LIF t f \N \N \N +1607 1178 804 Source \N \N \N \N \N LIF t f \N \N \N +1660 1198 831 Target \N \N \N \N \N LIF t f \N \N \N +1661 1225 831 Source \N \N \N \N \N LIF t f \N \N \N +1686 1198 844 Target \N \N \N \N \N LIF t f \N \N \N +1687 1237 844 Source \N \N \N \N \N LIF t f \N \N \N +1696 1198 849 Target \N \N \N \N \N LIF t f \N \N \N +1674 1199 838 Target \N \N \N \N \N LIF t f \N \N \N +1675 1231 838 Source \N \N \N \N \N LIF t f \N \N \N +1708 1199 855 Target \N \N \N \N \N LIF t f \N \N \N +1709 1248 855 Source \N \N \N \N \N LIF t f \N \N \N +1662 1200 832 Target \N \N \N \N \N LIF t f \N \N \N +1663 1226 832 Source \N \N \N \N \N LIF t f \N \N \N +1676 1200 839 Target \N \N \N \N \N LIF t f \N \N \N +1677 1232 839 Source \N \N \N \N \N LIF t f \N \N \N +1688 1200 845 Target \N \N \N \N \N LIF t f \N \N \N +1689 1238 845 Source \N \N \N \N \N LIF t f \N \N \N +1698 1200 850 Target \N \N \N \N \N LIF t f \N \N \N +1699 1243 850 Source \N \N \N \N \N LIF t f \N \N \N +1664 1201 833 Target \N \N \N \N \N LIF t f \N \N \N +1665 1227 833 Source \N \N \N \N \N LIF t f \N \N \N +1690 1201 846 Target \N \N \N \N \N LIF t f \N \N \N +1691 1239 846 Source \N \N \N \N \N LIF t f \N \N \N +1700 1201 851 Target \N \N \N \N \N LIF t f \N \N \N +1701 1244 851 Source \N \N \N \N \N LIF t f \N \N \N +1712 1201 857 Target \N \N \N \N \N LIF t f \N \N \N +1666 1202 834 Target \N \N \N \N \N LIF t f \N \N \N +1667 1228 834 Source \N \N \N \N \N LIF t f \N \N \N +1668 1203 835 Target \N \N \N \N \N LIF t f \N \N \N +1669 1229 835 Source \N \N \N \N \N LIF t f \N \N \N +1692 1203 847 Target \N \N \N \N \N LIF t f \N \N \N +1693 1240 847 Source \N \N \N \N \N LIF t f \N \N \N +1702 1203 852 Target \N \N \N \N \N LIF t f \N \N \N +1703 1245 852 Source \N \N \N \N \N LIF t f \N \N \N +1670 1204 836 Target \N \N \N \N \N LIF t f \N \N \N +1671 1230 836 Source \N \N \N \N \N LIF t f \N \N \N +1672 1206 837 Target \N \N \N \N \N LIF t f \N \N \N +1673 1229 837 Source \N \N \N \N \N LIF t f \N \N \N +1694 1210 848 Target \N \N \N \N \N LIF t f \N \N \N +1695 1241 848 Source \N \N \N \N \N LIF t f \N \N \N +1704 1210 853 Target \N \N \N \N \N LIF t f \N \N \N +1705 1246 853 Source \N \N \N \N \N LIF t f \N \N \N +1678 1217 840 Target \N \N \N \N \N LIF t f \N \N \N +1679 1233 840 Source \N \N \N \N \N LIF t f \N \N \N +1680 1221 841 Target \N \N \N \N \N LIF t f \N \N \N +1681 1234 841 Source \N \N \N \N \N LIF t f \N \N \N +1682 1222 842 Target \N \N \N \N \N LIF t f \N \N \N +1683 1235 842 Source \N \N \N \N \N LIF t f \N \N \N +1684 1223 843 Target \N \N \N \N \N LIF t f \N \N \N +1685 1236 843 Source \N \N \N \N \N LIF t f \N \N \N +1738 1199 870 Target \N \N \N \N \N LIF t f \N \N \N +1739 1000 870 Source \N \N \N \N \N LIF t f \N \N \N +1750 1199 876 Target \N \N \N \N \N LIF t f \N \N \N +1751 1265 876 Source \N \N \N \N \N LIF t f \N \N \N +1778 1199 890 Target \N \N \N \N \N LIF t f \N \N \N +1779 1277 890 Source \N \N \N \N \N LIF t f \N \N \N +1730 1200 866 Target \N \N \N \N \N LIF t f \N \N \N +1731 1258 866 Source \N \N \N \N \N LIF t f \N \N \N +1740 1200 871 Target \N \N \N \N \N LIF t f \N \N \N +1741 1262 871 Source \N \N \N \N \N LIF t f \N \N \N +1752 1200 877 Target \N \N \N \N \N LIF t f \N \N \N +1713 1250 857 Source \N \N \N \N \N LIF t f \N \N \N +1754 1201 878 Target \N \N \N \N \N LIF t f \N \N \N +1755 1267 878 Source \N \N \N \N \N LIF t f \N \N \N +1782 1201 892 Target \N \N \N \N \N LIF t f \N \N \N +1783 1279 892 Source \N \N \N \N \N LIF t f \N \N \N +1756 1202 879 Target \N \N \N \N \N LIF t f \N \N \N +1757 1268 879 Source \N \N \N \N \N LIF t f \N \N \N +1784 1202 893 Target \N \N \N \N \N LIF t f \N \N \N +1785 1280 893 Source \N \N \N \N \N LIF t f \N \N \N +1714 1203 858 Target \N \N \N \N \N LIF t f \N \N \N +1715 1251 858 Source \N \N \N \N \N LIF t f \N \N \N +1732 1203 867 Target \N \N \N \N \N LIF t f \N \N \N +1733 1259 867 Source \N \N \N \N \N LIF t f \N \N \N +1758 1203 880 Target \N \N \N \N \N LIF t f \N \N \N +1759 1269 880 Source \N \N \N \N \N LIF t f \N \N \N +1716 1204 859 Target \N \N \N \N \N LIF t f \N \N \N +1717 1252 859 Source \N \N \N \N \N LIF t f \N \N \N +1760 1204 881 Target \N \N \N \N \N LIF t f \N \N \N +1761 1270 881 Source \N \N \N \N \N LIF t f \N \N \N +1742 1206 872 Target \N \N \N \N \N LIF t f \N \N \N +1743 1186 872 Source \N \N \N \N \N LIF t f \N \N \N +1762 1206 882 Target \N \N \N \N \N LIF t f \N \N \N +1763 1271 882 Source \N \N \N \N \N LIF t f \N \N \N +1786 1206 894 Target \N \N \N \N \N LIF t f \N \N \N +1787 1194 894 Source \N \N \N \N \N LIF t f \N \N \N +1734 1210 868 Target \N \N \N \N \N LIF t f \N \N \N +1735 1260 868 Source \N \N \N \N \N LIF t f \N \N \N +1764 1210 883 Target \N \N \N \N \N LIF t f \N \N \N +1765 1272 883 Source \N \N \N \N \N LIF t f \N \N \N +1718 1214 860 Target \N \N \N \N \N LIF t f \N \N \N +1719 1253 860 Source \N \N \N \N \N LIF t f \N \N \N +1744 1214 873 Target \N \N \N \N \N LIF t f \N \N \N +1745 1263 873 Source \N \N \N \N \N LIF t f \N \N \N +1766 1214 884 Target \N \N \N \N \N LIF t f \N \N \N +1767 1273 884 Source \N \N \N \N \N LIF t f \N \N \N +1720 1215 861 Target \N \N \N \N \N LIF t f \N \N \N +1721 1254 861 Source \N \N \N \N \N LIF t f \N \N \N +1722 1216 862 Target \N \N \N \N \N LIF t f \N \N \N +1723 1255 862 Source \N \N \N \N \N LIF t f \N \N \N +1724 1219 863 Target \N \N \N \N \N LIF t f \N \N \N +1725 1256 863 Source \N \N \N \N \N LIF t f \N \N \N +1768 1219 885 Target \N \N \N \N \N LIF t f \N \N \N +1769 1269 885 Source \N \N \N \N \N LIF t f \N \N \N +1726 1221 864 Target \N \N \N \N \N LIF t f \N \N \N +1727 1256 864 Source \N \N \N \N \N LIF t f \N \N \N +1746 1221 874 Target \N \N \N \N \N LIF t f \N \N \N +1747 1263 874 Source \N \N \N \N \N LIF t f \N \N \N +1770 1221 886 Target \N \N \N \N \N LIF t f \N \N \N +1771 1274 886 Source \N \N \N \N \N LIF t f \N \N \N +1790 1221 896 Target \N \N \N \N \N LIF t f \N \N \N +1791 1282 896 Source \N \N \N \N \N LIF t f \N \N \N +1772 1222 887 Target \N \N \N \N \N LIF t f \N \N \N +1773 1275 887 Source \N \N \N \N \N LIF t f \N \N \N +1728 1223 865 Target \N \N \N \N \N LIF t f \N \N \N +1729 1257 865 Source \N \N \N \N \N LIF t f \N \N \N +1774 1223 888 Target \N \N \N \N \N LIF t f \N \N \N +1775 1276 888 Source \N \N \N \N \N LIF t f \N \N \N +1794 1284 898 Target \N \N \N \N \N LIF t f \N \N \N +1795 1410 898 Source \N \N \N \N \N LIF t f \N \N \N +1796 1285 899 Target \N \N \N \N \N LIF t f \N \N \N +1797 1411 899 Source \N \N \N \N \N LIF t f \N \N \N +1806 1294 904 Target \N \N \N \N \N LIF t f \N \N \N +1807 1416 904 Source \N \N \N \N \N LIF t f \N \N \N +1808 1299 905 Target \N \N \N \N \N LIF t f \N \N \N +1809 1417 905 Source \N \N \N \N \N LIF t f \N \N \N +1810 1300 906 Target \N \N \N \N \N LIF t f \N \N \N +1811 1418 906 Source \N \N \N \N \N LIF t f \N \N \N +1812 1301 907 Target \N \N \N \N \N LIF t f \N \N \N +1813 1419 907 Source \N \N \N \N \N LIF t f \N \N \N +1814 1302 908 Target \N \N \N \N \N LIF t f \N \N \N +1815 1420 908 Source \N \N \N \N \N LIF t f \N \N \N +1816 1303 909 Target \N \N \N \N \N LIF t f \N \N \N +1817 1421 909 Source \N \N \N \N \N LIF t f \N \N \N +1802 1290 902 Target \N \N \N \N \N LIF t f \N \N \N +1803 1414 902 Source \N \N \N \N \N LIF t f \N \N \N +1804 1291 903 Target \N \N \N \N \N LIF t f \N \N \N +1805 1415 903 Source \N \N \N \N \N LIF t f \N \N \N +1818 1307 910 Target \N \N \N \N \N LIF t f \N \N \N +1819 1422 910 Source \N \N \N \N \N LIF t f \N \N \N +1798 1288 900 Target \N \N \N \N \N LIF t f \N \N \N +1799 1412 900 Source \N \N \N \N \N LIF t f \N \N \N +1800 1289 901 Target \N \N \N \N \N LIF t f \N \N \N +1801 1413 901 Source \N \N \N \N \N LIF t f \N \N \N +1792 1283 897 Target \N \N \N \N \N LIF t f \N \N \N +1793 1409 897 Source \N \N \N \N \N LIF t f \N \N \N +1880 1285 941 Target \N \N \N \N \N LIF t f \N \N \N +1881 1232 941 Source \N \N \N \N \N LIF t f \N \N \N +1906 1285 954 Target \N \N \N \N \N LIF t f \N \N \N +1907 601 954 Source \N \N \N \N \N LIF t f \N \N \N +1886 1294 944 Target \N \N \N \N \N LIF t f \N \N \N +1887 1232 944 Source \N \N \N \N \N LIF t f \N \N \N +1918 1294 960 Target \N \N \N \N \N LIF t f \N \N \N +1919 601 960 Source \N \N \N \N \N LIF t f \N \N \N +1884 1290 943 Target \N \N \N \N \N LIF t f \N \N \N +1885 1443 943 Source \N \N \N \N \N LIF t f \N \N \N +1912 1290 957 Target \N \N \N \N \N LIF t f \N \N \N +1914 1291 958 Target \N \N \N \N \N LIF t f \N \N \N +1915 1452 958 Source \N \N \N \N \N LIF t f \N \N \N +1916 1292 959 Target \N \N \N \N \N LIF t f \N \N \N +1917 1453 959 Source \N \N \N \N \N LIF t f \N \N \N +1888 1307 945 Target \N \N \N \N \N LIF t f \N \N \N +1889 1444 945 Source \N \N \N \N \N LIF t f \N \N \N +1920 1307 961 Target \N \N \N \N \N LIF t f \N \N \N +1921 1454 961 Source \N \N \N \N \N LIF t f \N \N \N +1820 1309 911 Target \N \N \N \N \N LIF t f \N \N \N +1821 1423 911 Source \N \N \N \N \N LIF t f \N \N \N +1890 1309 946 Target \N \N \N \N \N LIF t f \N \N \N +1891 1445 946 Source \N \N \N \N \N LIF t f \N \N \N +1822 1310 912 Target \N \N \N \N \N LIF t f \N \N \N +1823 1424 912 Source \N \N \N \N \N LIF t f \N \N \N +1892 1310 947 Target \N \N \N \N \N LIF t f \N \N \N +1893 1446 947 Source \N \N \N \N \N LIF t f \N \N \N +1924 1310 963 Target \N \N \N \N \N LIF t f \N \N \N +1824 1311 913 Target \N \N \N \N \N LIF t f \N \N \N +1825 1425 913 Source \N \N \N \N \N LIF t f \N \N \N +1894 1311 948 Target \N \N \N \N \N LIF t f \N \N \N +1895 1447 948 Source \N \N \N \N \N LIF t f \N \N \N +1926 1311 964 Target \N \N \N \N \N LIF t f \N \N \N +1826 1312 914 Target \N \N \N \N \N LIF t f \N \N \N +1827 1424 914 Source \N \N \N \N \N LIF t f \N \N \N +1828 1313 915 Target \N \N \N \N \N LIF t f \N \N \N +1829 1426 915 Source \N \N \N \N \N LIF t f \N \N \N +1896 1313 949 Target \N \N \N \N \N LIF t f \N \N \N +1897 1448 949 Source \N \N \N \N \N LIF t f \N \N \N +1830 1316 916 Target \N \N \N \N \N LIF t f \N \N \N +1831 1427 916 Source \N \N \N \N \N LIF t f \N \N \N +1832 1317 917 Target \N \N \N \N \N LIF t f \N \N \N +1833 1427 917 Source \N \N \N \N \N LIF t f \N \N \N +1834 1318 918 Target \N \N \N \N \N LIF t f \N \N \N +1835 1428 918 Source \N \N \N \N \N LIF t f \N \N \N +1836 1319 919 Target \N \N \N \N \N LIF t f \N \N \N +1837 1429 919 Source \N \N \N \N \N LIF t f \N \N \N +1898 1319 950 Target \N \N \N \N \N LIF t f \N \N \N +1899 1448 950 Source \N \N \N \N \N LIF t f \N \N \N +1882 1288 942 Target \N \N \N \N \N LIF t f \N \N \N +1883 1442 942 Source \N \N \N \N \N LIF t f \N \N \N +1908 1288 955 Target \N \N \N \N \N LIF t f \N \N \N +1909 1450 955 Source \N \N \N \N \N LIF t f \N \N \N +1910 1289 956 Target \N \N \N \N \N LIF t f \N \N \N +1911 1450 956 Source \N \N \N \N \N LIF t f \N \N \N +1838 1336 920 Target \N \N \N \N \N LIF t f \N \N \N +1839 1430 920 Source \N \N \N \N \N LIF t f \N \N \N +1840 1340 921 Target \N \N \N \N \N LIF t f \N \N \N +1841 1431 921 Source \N \N \N \N \N LIF t f \N \N \N +1900 1340 951 Target \N \N \N \N \N LIF t f \N \N \N +1901 1449 951 Source \N \N \N \N \N LIF t f \N \N \N +1842 1341 922 Target \N \N \N \N \N LIF t f \N \N \N +1843 1413 922 Source \N \N \N \N \N LIF t f \N \N \N +1844 1342 923 Target \N \N \N \N \N LIF t f \N \N \N +1845 1432 923 Source \N \N \N \N \N LIF t f \N \N \N +1902 1342 952 Target \N \N \N \N \N LIF t f \N \N \N +1903 1449 952 Source \N \N \N \N \N LIF t f \N \N \N +1846 1346 924 Target \N \N \N \N \N LIF t f \N \N \N +1847 1430 924 Source \N \N \N \N \N LIF t f \N \N \N +1848 1350 925 Target \N \N \N \N \N LIF t f \N \N \N +1849 1433 925 Source \N \N \N \N \N LIF t f \N \N \N +1850 1351 926 Target \N \N \N \N \N LIF t f \N \N \N +1851 1433 926 Source \N \N \N \N \N LIF t f \N \N \N +1852 1352 927 Target \N \N \N \N \N LIF t f \N \N \N +1853 1433 927 Source \N \N \N \N \N LIF t f \N \N \N +1854 1356 928 Target \N \N \N \N \N LIF t f \N \N \N +1855 1434 928 Source \N \N \N \N \N LIF t f \N \N \N +1856 1363 929 Target \N \N \N \N \N LIF t f \N \N \N +1857 1435 929 Source \N \N \N \N \N LIF t f \N \N \N +1858 1367 930 Target \N \N \N \N \N LIF t f \N \N \N +1859 1436 930 Source \N \N \N \N \N LIF t f \N \N \N +1860 1368 931 Target \N \N \N \N \N LIF t f \N \N \N +1861 1437 931 Source \N \N \N \N \N LIF t f \N \N \N +1862 1369 932 Target \N \N \N \N \N LIF t f \N \N \N +1863 1436 932 Source \N \N \N \N \N LIF t f \N \N \N +1864 1370 933 Target \N \N \N \N \N LIF t f \N \N \N +1865 1436 933 Source \N \N \N \N \N LIF t f \N \N \N +1866 1371 934 Target \N \N \N \N \N LIF t f \N \N \N +1867 1436 934 Source \N \N \N \N \N LIF t f \N \N \N +1868 1372 935 Target \N \N \N \N \N LIF t f \N \N \N +1869 1438 935 Source \N \N \N \N \N LIF t f \N \N \N +1870 1378 936 Target \N \N \N \N \N LIF t f \N \N \N +1871 1439 936 Source \N \N \N \N \N LIF t f \N \N \N +1872 1380 937 Target \N \N \N \N \N LIF t f \N \N \N +1873 1440 937 Source \N \N \N \N \N LIF t f \N \N \N +1874 1404 938 Target \N \N \N \N \N LIF t f \N \N \N +1875 1441 938 Source \N \N \N \N \N LIF t f \N \N \N +1876 1405 939 Target \N \N \N \N \N LIF t f \N \N \N +1877 1441 939 Source \N \N \N \N \N LIF t f \N \N \N +1938 1285 970 Target \N \N \N \N \N LIF t f \N \N \N +1939 1461 970 Source \N \N \N \N \N LIF t f \N \N \N +1986 1285 994 Target \N \N \N \N \N LIF t f \N \N \N +1987 1485 994 Source \N \N \N \N \N LIF t f \N \N \N +1948 1294 975 Target \N \N \N \N \N LIF t f \N \N \N +1949 1466 975 Source \N \N \N \N \N LIF t f \N \N \N +1996 1294 999 Target \N \N \N \N \N LIF t f \N \N \N +1997 1489 999 Source \N \N \N \N \N LIF t f \N \N \N +1950 1300 976 Target \N \N \N \N \N LIF t f \N \N \N +1951 1467 976 Source \N \N \N \N \N LIF t f \N \N \N +1998 1300 1000 Target \N \N \N \N \N LIF t f \N \N \N +1952 1301 977 Target \N \N \N \N \N LIF t f \N \N \N +1953 1468 977 Source \N \N \N \N \N LIF t f \N \N \N +2000 1301 1001 Target \N \N \N \N \N LIF t f \N \N \N +2001 1491 1001 Source \N \N \N \N \N LIF t f \N \N \N +1942 1290 972 Target \N \N \N \N \N LIF t f \N \N \N +1943 1463 972 Source \N \N \N \N \N LIF t f \N \N \N +1992 1290 997 Target \N \N \N \N \N LIF t f \N \N \N +1993 1487 997 Source \N \N \N \N \N LIF t f \N \N \N +1944 1291 973 Target \N \N \N \N \N LIF t f \N \N \N +1945 1464 973 Source \N \N \N \N \N LIF t f \N \N \N +1994 1291 998 Target \N \N \N \N \N LIF t f \N \N \N +1995 1488 998 Source \N \N \N \N \N LIF t f \N \N \N +1946 1292 974 Target \N \N \N \N \N LIF t f \N \N \N +1947 1465 974 Source \N \N \N \N \N LIF t f \N \N \N +1954 1306 978 Target \N \N \N \N \N LIF t f \N \N \N +1955 1469 978 Source \N \N \N \N \N LIF t f \N \N \N +2002 1306 1002 Target \N \N \N \N \N LIF t f \N \N \N +1956 1307 979 Target \N \N \N \N \N LIF t f \N \N \N +1957 1470 979 Source \N \N \N \N \N LIF t f \N \N \N +2004 1307 1003 Target \N \N \N \N \N LIF t f \N \N \N +2005 1492 1003 Source \N \N \N \N \N LIF t f \N \N \N +1958 1308 980 Target \N \N \N \N \N LIF t f \N \N \N +1959 1471 980 Source \N \N \N \N \N LIF t f \N \N \N +2006 1308 1004 Target \N \N \N \N \N LIF t f \N \N \N +2007 1493 1004 Source \N \N \N \N \N LIF t f \N \N \N +1960 1309 981 Target \N \N \N \N \N LIF t f \N \N \N +1961 1472 981 Source \N \N \N \N \N LIF t f \N \N \N +2008 1309 1005 Target \N \N \N \N \N LIF t f \N \N \N +2009 1494 1005 Source \N \N \N \N \N LIF t f \N \N \N +1962 1310 982 Target \N \N \N \N \N LIF t f \N \N \N +1963 1473 982 Source \N \N \N \N \N LIF t f \N \N \N +1927 1457 964 Source \N \N \N \N \N LIF t f \N \N \N +1964 1311 983 Target \N \N \N \N \N LIF t f \N \N \N +1965 1474 983 Source \N \N \N \N \N LIF t f \N \N \N +1966 1312 984 Target \N \N \N \N \N LIF t f \N \N \N +1967 1475 984 Source \N \N \N \N \N LIF t f \N \N \N +2010 1312 1006 Target \N \N \N \N \N LIF t f \N \N \N +1928 1313 965 Target \N \N \N \N \N LIF t f \N \N \N +1929 1458 965 Source \N \N \N \N \N LIF t f \N \N \N +1968 1313 985 Target \N \N \N \N \N LIF t f \N \N \N +1969 1476 985 Source \N \N \N \N \N LIF t f \N \N \N +1972 1316 987 Target \N \N \N \N \N LIF t f \N \N \N +1973 1478 987 Source \N \N \N \N \N LIF t f \N \N \N +2016 1316 1009 Target \N \N \N \N \N LIF t f \N \N \N +2017 1486 1009 Source \N \N \N \N \N LIF t f \N \N \N +1974 1317 988 Target \N \N \N \N \N LIF t f \N \N \N +1975 1479 988 Source \N \N \N \N \N LIF t f \N \N \N +2018 1317 1010 Target \N \N \N \N \N LIF t f \N \N \N +2019 1486 1010 Source \N \N \N \N \N LIF t f \N \N \N +1930 1319 966 Target \N \N \N \N \N LIF t f \N \N \N +1931 1458 966 Source \N \N \N \N \N LIF t f \N \N \N +1970 1315 986 Target \N \N \N \N \N LIF t f \N \N \N +1971 1477 986 Source \N \N \N \N \N LIF t f \N \N \N +2014 1315 1008 Target \N \N \N \N \N LIF t f \N \N \N +2015 1497 1008 Source \N \N \N \N \N LIF t f \N \N \N +1940 1288 971 Target \N \N \N \N \N LIF t f \N \N \N +1941 1462 971 Source \N \N \N \N \N LIF t f \N \N \N +1988 1288 995 Target \N \N \N \N \N LIF t f \N \N \N +1989 1486 995 Source \N \N \N \N \N LIF t f \N \N \N +1990 1289 996 Target \N \N \N \N \N LIF t f \N \N \N +1991 1486 996 Source \N \N \N \N \N LIF t f \N \N \N +1932 1340 967 Target \N \N \N \N \N LIF t f \N \N \N +1933 1459 967 Source \N \N \N \N \N LIF t f \N \N \N +1976 1340 989 Target \N \N \N \N \N LIF t f \N \N \N +1977 1480 989 Source \N \N \N \N \N LIF t f \N \N \N +2020 1340 1011 Target \N \N \N \N \N LIF t f \N \N \N +1978 1341 990 Target \N \N \N \N \N LIF t f \N \N \N +1979 1481 990 Source \N \N \N \N \N LIF t f \N \N \N +2022 1341 1012 Target \N \N \N \N \N LIF t f \N \N \N +2023 1498 1012 Source \N \N \N \N \N LIF t f \N \N \N +1934 1342 968 Target \N \N \N \N \N LIF t f \N \N \N +1935 1459 968 Source \N \N \N \N \N LIF t f \N \N \N +1980 1342 991 Target \N \N \N \N \N LIF t f \N \N \N +1981 1482 991 Source \N \N \N \N \N LIF t f \N \N \N +2024 1342 1013 Target \N \N \N \N \N LIF t f \N \N \N +1982 1283 992 Target \N \N \N \N \N LIF t f \N \N \N +1983 1483 992 Source \N \N \N \N \N LIF t f \N \N \N +2026 1353 1014 Target \N \N \N \N \N LIF t f \N \N \N +2027 1483 1014 Source \N \N \N \N \N LIF t f \N \N \N +2028 1362 1015 Target \N \N \N \N \N LIF t f \N \N \N +2029 1500 1015 Source \N \N \N \N \N LIF t f \N \N \N +2030 1367 1016 Target \N \N \N \N \N LIF t f \N \N \N +2031 1501 1016 Source \N \N \N \N \N LIF t f \N \N \N +2032 1368 1017 Target \N \N \N \N \N LIF t f \N \N \N +2033 1501 1017 Source \N \N \N \N \N LIF t f \N \N \N +2064 1285 1033 Target \N \N \N \N \N LIF t f \N \N \N +2065 1509 1033 Source \N \N \N \N \N LIF t f \N \N \N +2078 1294 1040 Target \N \N \N \N \N LIF t f \N \N \N +2079 1517 1040 Source \N \N \N \N \N LIF t f \N \N \N +2080 1300 1041 Target \N \N \N \N \N LIF t f \N \N \N +2081 1518 1041 Source \N \N \N \N \N LIF t f \N \N \N +2082 1301 1042 Target \N \N \N \N \N LIF t f \N \N \N +2083 1519 1042 Source \N \N \N \N \N LIF t f \N \N \N +2072 1290 1037 Target \N \N \N \N \N LIF t f \N \N \N +2074 1291 1038 Target \N \N \N \N \N LIF t f \N \N \N +2075 1514 1038 Source \N \N \N \N \N LIF t f \N \N \N +2076 1292 1039 Target \N \N \N \N \N LIF t f \N \N \N +2077 1515 1039 Source \N \N \N \N \N LIF t f \N \N \N +2084 1306 1043 Target \N \N \N \N \N LIF t f \N \N \N +2085 1520 1043 Source \N \N \N \N \N LIF t f \N \N \N +2086 1307 1044 Target \N \N \N \N \N LIF t f \N \N \N +2087 1521 1044 Source \N \N \N \N \N LIF t f \N \N \N +2088 1308 1045 Target \N \N \N \N \N LIF t f \N \N \N +2089 1522 1045 Source \N \N \N \N \N LIF t f \N \N \N +2090 1309 1046 Target \N \N \N \N \N LIF t f \N \N \N +2091 1523 1046 Source \N \N \N \N \N LIF t f \N \N \N +2092 1310 1047 Target \N \N \N \N \N LIF t f \N \N \N +2093 1524 1047 Source \N \N \N \N \N LIF t f \N \N \N +2094 1311 1048 Target \N \N \N \N \N LIF t f \N \N \N +2095 1525 1048 Source \N \N \N \N \N LIF t f \N \N \N +2096 1312 1049 Target \N \N \N \N \N LIF t f \N \N \N +2097 1526 1049 Source \N \N \N \N \N LIF t f \N \N \N +2098 1316 1050 Target \N \N \N \N \N LIF t f \N \N \N +2100 1317 1051 Target \N \N \N \N \N LIF t f \N \N \N +2101 1528 1051 Source \N \N \N \N \N LIF t f \N \N \N +2102 1322 1052 Target \N \N \N \N \N LIF t f \N \N \N +2103 1529 1052 Source \N \N \N \N \N LIF t f \N \N \N +2104 1323 1053 Target \N \N \N \N \N LIF t f \N \N \N +2105 1530 1053 Source \N \N \N \N \N LIF t f \N \N \N +2106 1324 1054 Target \N \N \N \N \N LIF t f \N \N \N +2107 1531 1054 Source \N \N \N \N \N LIF t f \N \N \N +2108 1325 1055 Target \N \N \N \N \N LIF t f \N \N \N +2109 1532 1055 Source \N \N \N \N \N LIF t f \N \N \N +2110 1326 1056 Target \N \N \N \N \N LIF t f \N \N \N +2111 1533 1056 Source \N \N \N \N \N LIF t f \N \N \N +2068 1288 1035 Target \N \N \N \N \N LIF t f \N \N \N +2069 1511 1035 Source \N \N \N \N \N LIF t f \N \N \N +2070 1289 1036 Target \N \N \N \N \N LIF t f \N \N \N +2071 1512 1036 Source \N \N \N \N \N LIF t f \N \N \N +2112 1335 1057 Target \N \N \N \N \N LIF t f \N \N \N +2114 1340 1058 Target \N \N \N \N \N LIF t f \N \N \N +2115 1535 1058 Source \N \N \N \N \N LIF t f \N \N \N +2116 1341 1059 Target \N \N \N \N \N LIF t f \N \N \N +2117 1536 1059 Source \N \N \N \N \N LIF t f \N \N \N +2118 1343 1060 Target \N \N \N \N \N LIF t f \N \N \N +2119 1537 1060 Source \N \N \N \N \N LIF t f \N \N \N +2120 1344 1061 Target \N \N \N \N \N LIF t f \N \N \N +2121 1538 1061 Source \N \N \N \N \N LIF t f \N \N \N +2122 1345 1062 Target \N \N \N \N \N LIF t f \N \N \N +2123 1539 1062 Source \N \N \N \N \N LIF t f \N \N \N +2060 1283 1031 Target \N \N \N \N \N LIF t f \N \N \N +2061 1507 1031 Source \N \N \N \N \N LIF t f \N \N \N +2124 1350 1063 Target \N \N \N \N \N LIF t f \N \N \N +2125 1540 1063 Source \N \N \N \N \N LIF t f \N \N \N +2126 1351 1064 Target \N \N \N \N \N LIF t f \N \N \N +2127 1541 1064 Source \N \N \N \N \N LIF t f \N \N \N +2128 1352 1065 Target \N \N \N \N \N LIF t f \N \N \N +2129 1542 1065 Source \N \N \N \N \N LIF t f \N \N \N +2130 1354 1066 Target \N \N \N \N \N LIF t f \N \N \N +2132 1357 1067 Target \N \N \N \N \N LIF t f \N \N \N +2133 1544 1067 Source \N \N \N \N \N LIF t f \N \N \N +2134 1358 1068 Target \N \N \N \N \N LIF t f \N \N \N +2135 1545 1068 Source \N \N \N \N \N LIF t f \N \N \N +2136 1359 1069 Target \N \N \N \N \N LIF t f \N \N \N +2137 1546 1069 Source \N \N \N \N \N LIF t f \N \N \N +2138 1362 1070 Target \N \N \N \N \N LIF t f \N \N \N +2139 1547 1070 Source \N \N \N \N \N LIF t f \N \N \N +2140 1367 1071 Target \N \N \N \N \N LIF t f \N \N \N +2034 1369 1018 Target \N \N \N \N \N LIF t f \N \N \N +2035 1501 1018 Source \N \N \N \N \N LIF t f \N \N \N +2036 1370 1019 Target \N \N \N \N \N LIF t f \N \N \N +2037 1501 1019 Source \N \N \N \N \N LIF t f \N \N \N +2038 1371 1020 Target \N \N \N \N \N LIF t f \N \N \N +2039 1501 1020 Source \N \N \N \N \N LIF t f \N \N \N +2040 1372 1021 Target \N \N \N \N \N LIF t f \N \N \N +2041 1501 1021 Source \N \N \N \N \N LIF t f \N \N \N +2066 1286 1034 Target \N \N \N \N \N LIF t f \N \N \N +2042 1390 1022 Target \N \N \N \N \N LIF t f \N \N \N +2043 1502 1022 Source \N \N \N \N \N LIF t f \N \N \N +2044 1391 1023 Target \N \N \N \N \N LIF t f \N \N \N +2045 1502 1023 Source \N \N \N \N \N LIF t f \N \N \N +2046 1393 1024 Target \N \N \N \N \N LIF t f \N \N \N +2047 1503 1024 Source \N \N \N \N \N LIF t f \N \N \N +2048 1394 1025 Target \N \N \N \N \N LIF t f \N \N \N +2049 1504 1025 Source \N \N \N \N \N LIF t f \N \N \N +2050 1395 1026 Target \N \N \N \N \N LIF t f \N \N \N +2051 1505 1026 Source \N \N \N \N \N LIF t f \N \N \N +2052 1396 1027 Target \N \N \N \N \N LIF t f \N \N \N +2053 1505 1027 Source \N \N \N \N \N LIF t f \N \N \N +2054 1397 1028 Target \N \N \N \N \N LIF t f \N \N \N +2055 1505 1028 Source \N \N \N \N \N LIF t f \N \N \N +2056 1398 1029 Target \N \N \N \N \N LIF t f \N \N \N +2057 1505 1029 Source \N \N \N \N \N LIF t f \N \N \N +2058 1404 1030 Target \N \N \N \N \N LIF t f \N \N \N +2168 1285 1085 Target \N \N \N \N \N LIF t f \N \N \N +2169 1562 1085 Source \N \N \N \N \N LIF t f \N \N \N +2196 1285 1099 Target \N \N \N \N \N LIF t f \N \N \N +2197 1576 1099 Source \N \N \N \N \N LIF t f \N \N \N +2244 1285 1123 Target \N \N \N \N \N LIF t f \N \N \N +2245 1589 1123 Source \N \N \N \N \N LIF t f \N \N \N +2202 1294 1102 Target \N \N \N \N \N LIF t f \N \N \N +2203 1579 1102 Source \N \N \N \N \N LIF t f \N \N \N +2174 1297 1088 Target \N \N \N \N \N LIF t f \N \N \N +2175 1565 1088 Source \N \N \N \N \N LIF t f \N \N \N +2204 1300 1103 Target \N \N \N \N \N LIF t f \N \N \N +2205 1580 1103 Source \N \N \N \N \N LIF t f \N \N \N +2206 1301 1104 Target \N \N \N \N \N LIF t f \N \N \N +2207 1581 1104 Source \N \N \N \N \N LIF t f \N \N \N +2170 1290 1086 Target \N \N \N \N \N LIF t f \N \N \N +2171 1563 1086 Source \N \N \N \N \N LIF t f \N \N \N +2200 1290 1101 Target \N \N \N \N \N LIF t f \N \N \N +2201 1578 1101 Source \N \N \N \N \N LIF t f \N \N \N +2172 1291 1087 Target \N \N \N \N \N LIF t f \N \N \N +2173 1564 1087 Source \N \N \N \N \N LIF t f \N \N \N +2246 1291 1124 Target \N \N \N \N \N LIF t f \N \N \N +2247 1590 1124 Source \N \N \N \N \N LIF t f \N \N \N +2208 1306 1105 Target \N \N \N \N \N LIF t f \N \N \N +2209 1582 1105 Source \N \N \N \N \N LIF t f \N \N \N +2210 1307 1106 Target \N \N \N \N \N LIF t f \N \N \N +2211 1583 1106 Source \N \N \N \N \N LIF t f \N \N \N +2176 1308 1089 Target \N \N \N \N \N LIF t f \N \N \N +2177 1566 1089 Source \N \N \N \N \N LIF t f \N \N \N +2212 1308 1107 Target \N \N \N \N \N LIF t f \N \N \N +2213 1584 1107 Source \N \N \N \N \N LIF t f \N \N \N +2178 1313 1090 Target \N \N \N \N \N LIF t f \N \N \N +2179 1567 1090 Source \N \N \N \N \N LIF t f \N \N \N +2180 1316 1091 Target \N \N \N \N \N LIF t f \N \N \N +2181 1568 1091 Source \N \N \N \N \N LIF t f \N \N \N +2182 1317 1092 Target \N \N \N \N \N LIF t f \N \N \N +2183 1569 1092 Source \N \N \N \N \N LIF t f \N \N \N +2184 1340 1093 Target \N \N \N \N \N LIF t f \N \N \N +2185 1570 1093 Source \N \N \N \N \N LIF t f \N \N \N +2164 1283 1083 Target \N \N \N \N \N LIF t f \N \N \N +2165 1560 1083 Source \N \N \N \N \N LIF t f \N \N \N +2192 1283 1097 Target \N \N \N \N \N LIF t f \N \N \N +2193 1574 1097 Source \N \N \N \N \N LIF t f \N \N \N +2186 1350 1094 Target \N \N \N \N \N LIF t f \N \N \N +2187 1571 1094 Source \N \N \N \N \N LIF t f \N \N \N +2214 1353 1108 Target \N \N \N \N \N LIF t f \N \N \N +2215 1574 1108 Source \N \N \N \N \N LIF t f \N \N \N +2188 1362 1095 Target \N \N \N \N \N LIF t f \N \N \N +2189 1572 1095 Source \N \N \N \N \N LIF t f \N \N \N +2216 1362 1109 Target \N \N \N \N \N LIF t f \N \N \N +2141 1548 1071 Source \N \N \N \N \N LIF t f \N \N \N +2218 1367 1110 Target \N \N \N \N \N LIF t f \N \N \N +2219 1577 1110 Source \N \N \N \N \N LIF t f \N \N \N +2220 1368 1111 Target \N \N \N \N \N LIF t f \N \N \N +2221 1577 1111 Source \N \N \N \N \N LIF t f \N \N \N +2222 1369 1112 Target \N \N \N \N \N LIF t f \N \N \N +2223 1577 1112 Source \N \N \N \N \N LIF t f \N \N \N +2224 1370 1113 Target \N \N \N \N \N LIF t f \N \N \N +2225 1577 1113 Source \N \N \N \N \N LIF t f \N \N \N +2226 1371 1114 Target \N \N \N \N \N LIF t f \N \N \N +2227 1577 1114 Source \N \N \N \N \N LIF t f \N \N \N +2142 1372 1072 Target \N \N \N \N \N LIF t f \N \N \N +2143 1549 1072 Source \N \N \N \N \N LIF t f \N \N \N +2228 1372 1115 Target \N \N \N \N \N LIF t f \N \N \N +2198 1286 1100 Target \N \N \N \N \N LIF t f \N \N \N +2199 1577 1100 Source \N \N \N \N \N LIF t f \N \N \N +2230 1375 1116 Target \N \N \N \N \N LIF t f \N \N \N +2231 1577 1116 Source \N \N \N \N \N LIF t f \N \N \N +2144 1378 1073 Target \N \N \N \N \N LIF t f \N \N \N +2145 1550 1073 Source \N \N \N \N \N LIF t f \N \N \N +2146 1380 1074 Target \N \N \N \N \N LIF t f \N \N \N +2147 1551 1074 Source \N \N \N \N \N LIF t f \N \N \N +2190 1380 1096 Target \N \N \N \N \N LIF t f \N \N \N +2191 1573 1096 Source \N \N \N \N \N LIF t f \N \N \N +2232 1381 1117 Target \N \N \N \N \N LIF t f \N \N \N +2233 1577 1117 Source \N \N \N \N \N LIF t f \N \N \N +2234 1382 1118 Target \N \N \N \N \N LIF t f \N \N \N +2235 1585 1118 Source \N \N \N \N \N LIF t f \N \N \N +2236 1383 1119 Target \N \N \N \N \N LIF t f \N \N \N +2237 1586 1119 Source \N \N \N \N \N LIF t f \N \N \N +2148 1384 1075 Target \N \N \N \N \N LIF t f \N \N \N +2149 1552 1075 Source \N \N \N \N \N LIF t f \N \N \N +2150 1385 1076 Target \N \N \N \N \N LIF t f \N \N \N +2151 1553 1076 Source \N \N \N \N \N LIF t f \N \N \N +2238 1391 1120 Target \N \N \N \N \N LIF t f \N \N \N +2239 1577 1120 Source \N \N \N \N \N LIF t f \N \N \N +2152 1393 1077 Target \N \N \N \N \N LIF t f \N \N \N +2153 1554 1077 Source \N \N \N \N \N LIF t f \N \N \N +2154 1394 1078 Target \N \N \N \N \N LIF t f \N \N \N +2155 1555 1078 Source \N \N \N \N \N LIF t f \N \N \N +2240 1394 1121 Target \N \N \N \N \N LIF t f \N \N \N +2156 1395 1079 Target \N \N \N \N \N LIF t f \N \N \N +2157 1556 1079 Source \N \N \N \N \N LIF t f \N \N \N +2158 1396 1080 Target \N \N \N \N \N LIF t f \N \N \N +2159 1557 1080 Source \N \N \N \N \N LIF t f \N \N \N +2160 1404 1081 Target \N \N \N \N \N LIF t f \N \N \N +2161 1558 1081 Source \N \N \N \N \N LIF t f \N \N \N +2162 1407 1082 Target \N \N \N \N \N LIF t f \N \N \N +2163 1559 1082 Source \N \N \N \N \N LIF t f \N \N \N +2258 1285 1130 Target \N \N \N \N \N LIF t f \N \N \N +2259 1596 1130 Source \N \N \N \N \N LIF t f \N \N \N +2248 1294 1125 Target \N \N \N \N \N LIF t f \N \N \N +2249 1591 1125 Source \N \N \N \N \N LIF t f \N \N \N +2250 1300 1126 Target \N \N \N \N \N LIF t f \N \N \N +2251 1592 1126 Source \N \N \N \N \N LIF t f \N \N \N +2252 1301 1127 Target \N \N \N \N \N LIF t f \N \N \N +2253 1593 1127 Source \N \N \N \N \N LIF t f \N \N \N +2270 1301 1136 Target \N \N \N \N \N LIF t f \N \N \N +2264 1290 1133 Target \N \N \N \N \N LIF t f \N \N \N +2265 1599 1133 Source \N \N \N \N \N LIF t f \N \N \N +2266 1291 1134 Target \N \N \N \N \N LIF t f \N \N \N +2267 777 1134 Source \N \N \N \N \N LIF t f \N \N \N +2272 1307 1137 Target \N \N \N \N \N LIF t f \N \N \N +2273 1602 1137 Source \N \N \N \N \N LIF t f \N \N \N +2274 1308 1138 Target \N \N \N \N \N LIF t f \N \N \N +2275 1603 1138 Source \N \N \N \N \N LIF t f \N \N \N +2276 1309 1139 Target \N \N \N \N \N LIF t f \N \N \N +2277 1604 1139 Source \N \N \N \N \N LIF t f \N \N \N +2278 1310 1140 Target \N \N \N \N \N LIF t f \N \N \N +2279 1605 1140 Source \N \N \N \N \N LIF t f \N \N \N +2280 1311 1141 Target \N \N \N \N \N LIF t f \N \N \N +2281 1606 1141 Source \N \N \N \N \N LIF t f \N \N \N +2282 1312 1142 Target \N \N \N \N \N LIF t f \N \N \N +2283 1604 1142 Source \N \N \N \N \N LIF t f \N \N \N +2284 1313 1143 Target \N \N \N \N \N LIF t f \N \N \N +2285 1607 1143 Source \N \N \N \N \N LIF t f \N \N \N +2286 1316 1144 Target \N \N \N \N \N LIF t f \N \N \N +2287 1608 1144 Source \N \N \N \N \N LIF t f \N \N \N +2288 1317 1145 Target \N \N \N \N \N LIF t f \N \N \N +2289 1609 1145 Source \N \N \N \N \N LIF t f \N \N \N +2260 1288 1131 Target \N \N \N \N \N LIF t f \N \N \N +2261 1597 1131 Source \N \N \N \N \N LIF t f \N \N \N +2262 1289 1132 Target \N \N \N \N \N LIF t f \N \N \N +2263 1598 1132 Source \N \N \N \N \N LIF t f \N \N \N +2290 1340 1146 Target \N \N \N \N \N LIF t f \N \N \N +2291 1610 1146 Source \N \N \N \N \N LIF t f \N \N \N +2292 1342 1147 Target \N \N \N \N \N LIF t f \N \N \N +2293 1598 1147 Source \N \N \N \N \N LIF t f \N \N \N +2254 1283 1128 Target \N \N \N \N \N LIF t f \N \N \N +2255 1594 1128 Source \N \N \N \N \N LIF t f \N \N \N +2294 1350 1148 Target \N \N \N \N \N LIF t f \N \N \N +2295 1604 1148 Source \N \N \N \N \N LIF t f \N \N \N +2296 1351 1149 Target \N \N \N \N \N LIF t f \N \N \N +2297 1605 1149 Source \N \N \N \N \N LIF t f \N \N \N +2298 1352 1150 Target \N \N \N \N \N LIF t f \N \N \N +2299 1607 1150 Source \N \N \N \N \N LIF t f \N \N \N +2300 1362 1151 Target \N \N \N \N \N LIF t f \N \N \N +2301 1611 1151 Source \N \N \N \N \N LIF t f \N \N \N +2302 1380 1152 Target \N \N \N \N \N LIF t f \N \N \N +2303 1612 1152 Source \N \N \N \N \N LIF t f \N \N \N +2304 1390 1153 Target \N \N \N \N \N LIF t f \N \N \N +2305 1195 1153 Source \N \N \N \N \N LIF t f \N \N \N +2306 1391 1154 Target \N \N \N \N \N LIF t f \N \N \N +2307 1195 1154 Source \N \N \N \N \N LIF t f \N \N \N +2308 1394 1155 Target \N \N \N \N \N LIF t f \N \N \N +2309 1598 1155 Source \N \N \N \N \N LIF t f \N \N \N +2310 1395 1156 Target \N \N \N \N \N LIF t f \N \N \N +2311 1613 1156 Source \N \N \N \N \N LIF t f \N \N \N +2312 1396 1157 Target \N \N \N \N \N LIF t f \N \N \N +2313 1598 1157 Source \N \N \N \N \N LIF t f \N \N \N +2314 1398 1158 Target \N \N \N \N \N LIF t f \N \N \N +2315 1614 1158 Source \N \N \N \N \N LIF t f \N \N \N +2316 1404 1159 Target \N \N \N \N \N LIF t f \N \N \N +2318 1405 1160 Target \N \N \N \N \N LIF t f \N \N \N +2319 1615 1160 Source \N \N \N \N \N LIF t f \N \N \N +2320 1406 1161 Target \N \N \N \N \N LIF t f \N \N \N +2321 1615 1161 Source \N \N \N \N \N LIF t f \N \N \N +2342 1616 1172 Target \N \N \N \N \N LIF t f \N \N \N +2343 1677 1172 Source \N \N \N \N \N LIF t f \N \N \N +2344 1617 1173 Target \N \N \N \N \N LIF t f \N \N \N +2345 1678 1173 Source \N \N \N \N \N LIF t f \N \N \N +2346 1618 1174 Target \N \N \N \N \N LIF t f \N \N \N +2347 1679 1174 Source \N \N \N \N \N LIF t f \N \N \N +2322 1620 1162 Target \N \N \N \N \N LIF t f \N \N \N +2323 1672 1162 Source \N \N \N \N \N LIF t f \N \N \N +2350 1621 1176 Target \N \N \N \N \N LIF t f \N \N \N +2351 1681 1176 Source \N \N \N \N \N LIF t f \N \N \N +2352 1622 1177 Target \N \N \N \N \N LIF t f \N \N \N +2353 1682 1177 Source \N \N \N \N \N LIF t f \N \N \N +2354 1623 1178 Target \N \N \N \N \N LIF t f \N \N \N +2324 1624 1163 Target \N \N \N \N \N LIF t f \N \N \N +2325 1673 1163 Source \N \N \N \N \N LIF t f \N \N \N +2326 1627 1164 Target \N \N \N \N \N LIF t f \N \N \N +2327 70 1164 Source \N \N \N \N \N LIF t f \N \N \N +2328 1629 1165 Target \N \N \N \N \N LIF t f \N \N \N +2329 1672 1165 Source \N \N \N \N \N LIF t f \N \N \N +2330 1645 1166 Target \N \N \N \N \N LIF t f \N \N \N +2331 1674 1166 Source \N \N \N \N \N LIF t f \N \N \N +2332 1647 1167 Target \N \N \N \N \N LIF t f \N \N \N +2333 890 1167 Source \N \N \N \N \N LIF t f \N \N \N +2334 1652 1168 Target \N \N \N \N \N LIF t f \N \N \N +2335 1675 1168 Source \N \N \N \N \N LIF t f \N \N \N +2336 1656 1169 Target \N \N \N \N \N LIF t f \N \N \N +2337 1676 1169 Source \N \N \N \N \N LIF t f \N \N \N +2338 1658 1170 Target \N \N \N \N \N LIF t f \N \N \N +2339 77 1170 Source \N \N \N \N \N LIF t f \N \N \N +2340 1660 1171 Target \N \N \N \N \N LIF t f \N \N \N +2341 602 1171 Source \N \N \N \N \N LIF t f \N \N \N +2376 1618 1190 Target \N \N \N \N \N LIF t f \N \N \N +2377 131 1190 Source \N \N \N \N \N LIF t f \N \N \N +2406 1618 1205 Target \N \N \N \N \N LIF t f \N \N \N +2407 989 1205 Source \N \N \N \N \N LIF t f \N \N \N +2378 1620 1191 Target \N \N \N \N \N LIF t f \N \N \N +2379 1695 1191 Source \N \N \N \N \N LIF t f \N \N \N +2408 1620 1206 Target \N \N \N \N \N LIF t f \N \N \N +2409 987 1206 Source \N \N \N \N \N LIF t f \N \N \N +2430 1621 1217 Target \N \N \N \N \N LIF t f \N \N \N +2431 1711 1217 Source \N \N \N \N \N LIF t f \N \N \N +2450 1621 1227 Target \N \N \N \N \N LIF t f \N \N \N +2451 1718 1227 Source \N \N \N \N \N LIF t f \N \N \N +2380 1622 1192 Target \N \N \N \N \N LIF t f \N \N \N +2381 951 1192 Source \N \N \N \N \N LIF t f \N \N \N +2410 1622 1207 Target \N \N \N \N \N LIF t f \N \N \N +2411 988 1207 Source \N \N \N \N \N LIF t f \N \N \N +2452 1622 1228 Target \N \N \N \N \N LIF t f \N \N \N +2355 1683 1178 Source \N \N \N \N \N LIF t f \N \N \N +2382 1623 1193 Target \N \N \N \N \N LIF t f \N \N \N +2383 1696 1193 Source \N \N \N \N \N LIF t f \N \N \N +2412 1623 1208 Target \N \N \N \N \N LIF t f \N \N \N +2413 1704 1208 Source \N \N \N \N \N LIF t f \N \N \N +2454 1623 1229 Target \N \N \N \N \N LIF t f \N \N \N +2356 1624 1179 Target \N \N \N \N \N LIF t f \N \N \N +2357 1684 1179 Source \N \N \N \N \N LIF t f \N \N \N +2384 1624 1194 Target \N \N \N \N \N LIF t f \N \N \N +2385 944 1194 Source \N \N \N \N \N LIF t f \N \N \N +2414 1624 1209 Target \N \N \N \N \N LIF t f \N \N \N +2415 1705 1209 Source \N \N \N \N \N LIF t f \N \N \N +2386 1625 1195 Target \N \N \N \N \N LIF t f \N \N \N +2387 1697 1195 Source \N \N \N \N \N LIF t f \N \N \N +2416 1625 1210 Target \N \N \N \N \N LIF t f \N \N \N +2417 1706 1210 Source \N \N \N \N \N LIF t f \N \N \N +2458 1625 1231 Target \N \N \N \N \N LIF t f \N \N \N +2459 741 1231 Source \N \N \N \N \N LIF t f \N \N \N +2460 1626 1232 Target \N \N \N \N \N LIF t f \N \N \N +2461 768 1232 Source \N \N \N \N \N LIF t f \N \N \N +2358 1627 1180 Target \N \N \N \N \N LIF t f \N \N \N +2359 1685 1180 Source \N \N \N \N \N LIF t f \N \N \N +2388 1627 1196 Target \N \N \N \N \N LIF t f \N \N \N +2389 1698 1196 Source \N \N \N \N \N LIF t f \N \N \N +2418 1627 1211 Target \N \N \N \N \N LIF t f \N \N \N +2419 1707 1211 Source \N \N \N \N \N LIF t f \N \N \N +2434 1627 1219 Target \N \N \N \N \N LIF t f \N \N \N +2435 1713 1219 Source \N \N \N \N \N LIF t f \N \N \N +2360 1629 1181 Target \N \N \N \N \N LIF t f \N \N \N +2361 1686 1181 Source \N \N \N \N \N LIF t f \N \N \N +2436 1629 1220 Target \N \N \N \N \N LIF t f \N \N \N +2437 1714 1220 Source \N \N \N \N \N LIF t f \N \N \N +2362 1630 1182 Target \N \N \N \N \N LIF t f \N \N \N +2363 1687 1182 Source \N \N \N \N \N LIF t f \N \N \N +2364 1631 1183 Target \N \N \N \N \N LIF t f \N \N \N +2365 1688 1183 Source \N \N \N \N \N LIF t f \N \N \N +2366 1632 1184 Target \N \N \N \N \N LIF t f \N \N \N +2367 1689 1184 Source \N \N \N \N \N LIF t f \N \N \N +2368 1633 1185 Target \N \N \N \N \N LIF t f \N \N \N +2369 1690 1185 Source \N \N \N \N \N LIF t f \N \N \N +2438 1633 1221 Target \N \N \N \N \N LIF t f \N \N \N +2439 1715 1221 Source \N \N \N \N \N LIF t f \N \N \N +2390 1634 1197 Target \N \N \N \N \N LIF t f \N \N \N +2391 1699 1197 Source \N \N \N \N \N LIF t f \N \N \N +2392 1635 1198 Target \N \N \N \N \N LIF t f \N \N \N +2393 1700 1198 Source \N \N \N \N \N LIF t f \N \N \N +2394 1636 1199 Target \N \N \N \N \N LIF t f \N \N \N +2395 1699 1199 Source \N \N \N \N \N LIF t f \N \N \N +2396 1639 1200 Target \N \N \N \N \N LIF t f \N \N \N +2397 952 1200 Source \N \N \N \N \N LIF t f \N \N \N +2398 1642 1201 Target \N \N \N \N \N LIF t f \N \N \N +2399 1701 1201 Source \N \N \N \N \N LIF t f \N \N \N +2420 1642 1212 Target \N \N \N \N \N LIF t f \N \N \N +2421 1708 1212 Source \N \N \N \N \N LIF t f \N \N \N +2440 1646 1222 Target \N \N \N \N \N LIF t f \N \N \N +2441 717 1222 Source \N \N \N \N \N LIF t f \N \N \N +2442 1647 1223 Target \N \N \N \N \N LIF t f \N \N \N +2443 718 1223 Source \N \N \N \N \N LIF t f \N \N \N +2400 1648 1202 Target \N \N \N \N \N LIF t f \N \N \N +2401 1702 1202 Source \N \N \N \N \N LIF t f \N \N \N +2422 1648 1213 Target \N \N \N \N \N LIF t f \N \N \N +2423 1709 1213 Source \N \N \N \N \N LIF t f \N \N \N +2402 1654 1203 Target \N \N \N \N \N LIF t f \N \N \N +2403 1703 1203 Source \N \N \N \N \N LIF t f \N \N \N +2424 1654 1214 Target \N \N \N \N \N LIF t f \N \N \N +2425 1710 1214 Source \N \N \N \N \N LIF t f \N \N \N +2444 1658 1224 Target \N \N \N \N \N LIF t f \N \N \N +2445 724 1224 Source \N \N \N \N \N LIF t f \N \N \N +2404 1661 1204 Target \N \N \N \N \N LIF t f \N \N \N +2405 951 1204 Source \N \N \N \N \N LIF t f \N \N \N +2426 1661 1215 Target \N \N \N \N \N LIF t f \N \N \N +2427 988 1215 Source \N \N \N \N \N LIF t f \N \N \N +2370 1668 1186 Target \N \N \N \N \N LIF t f \N \N \N +2371 1691 1186 Source \N \N \N \N \N LIF t f \N \N \N +2372 1670 1187 Target \N \N \N \N \N LIF t f \N \N \N +2373 1692 1187 Source \N \N \N \N \N LIF t f \N \N \N +2374 1671 1188 Target \N \N \N \N \N LIF t f \N \N \N +2375 1693 1188 Source \N \N \N \N \N LIF t f \N \N \N +2526 1616 1265 Target \N \N \N \N \N LIF t f \N \N \N +2527 1733 1265 Source \N \N \N \N \N LIF t f \N \N \N +2528 1620 1266 Target \N \N \N \N \N LIF t f \N \N \N +2529 1734 1266 Source \N \N \N \N \N LIF t f \N \N \N +2530 1621 1267 Target \N \N \N \N \N LIF t f \N \N \N +2531 1735 1267 Source \N \N \N \N \N LIF t f \N \N \N +2532 1622 1268 Target \N \N \N \N \N LIF t f \N \N \N +2533 1736 1268 Source \N \N \N \N \N LIF t f \N \N \N +2534 1624 1269 Target \N \N \N \N \N LIF t f \N \N \N +2535 1737 1269 Source \N \N \N \N \N LIF t f \N \N \N +2536 1626 1270 Target \N \N \N \N \N LIF t f \N \N \N +2537 788 1270 Source \N \N \N \N \N LIF t f \N \N \N +2462 1627 1233 Target \N \N \N \N \N LIF t f \N \N \N +2463 1721 1233 Source \N \N \N \N \N LIF t f \N \N \N +2464 1629 1234 Target \N \N \N \N \N LIF t f \N \N \N +2465 1722 1234 Source \N \N \N \N \N LIF t f \N \N \N +2466 1630 1235 Target \N \N \N \N \N LIF t f \N \N \N +2467 1723 1235 Source \N \N \N \N \N LIF t f \N \N \N +2468 1632 1236 Target \N \N \N \N \N LIF t f \N \N \N +2469 1724 1236 Source \N \N \N \N \N LIF t f \N \N \N +2470 1634 1237 Target \N \N \N \N \N LIF t f \N \N \N +2471 1725 1237 Source \N \N \N \N \N LIF t f \N \N \N +2472 1635 1238 Target \N \N \N \N \N LIF t f \N \N \N +2473 1726 1238 Source \N \N \N \N \N LIF t f \N \N \N +2474 1636 1239 Target \N \N \N \N \N LIF t f \N \N \N +2475 1727 1239 Source \N \N \N \N \N LIF t f \N \N \N +2476 1637 1240 Target \N \N \N \N \N LIF t f \N \N \N +2477 755 1240 Source \N \N \N \N \N LIF t f \N \N \N +2478 1638 1241 Target \N \N \N \N \N LIF t f \N \N \N +2479 756 1241 Source \N \N \N \N \N LIF t f \N \N \N +2480 1639 1242 Target \N \N \N \N \N LIF t f \N \N \N +2481 1728 1242 Source \N \N \N \N \N LIF t f \N \N \N +2482 1640 1243 Target \N \N \N \N \N LIF t f \N \N \N +2483 745 1243 Source \N \N \N \N \N LIF t f \N \N \N +2484 1641 1244 Target \N \N \N \N \N LIF t f \N \N \N +2485 757 1244 Source \N \N \N \N \N LIF t f \N \N \N +2486 1642 1245 Target \N \N \N \N \N LIF t f \N \N \N +2487 1729 1245 Source \N \N \N \N \N LIF t f \N \N \N +2488 1643 1246 Target \N \N \N \N \N LIF t f \N \N \N +2489 758 1246 Source \N \N \N \N \N LIF t f \N \N \N +2490 1644 1247 Target \N \N \N \N \N LIF t f \N \N \N +2491 739 1247 Source \N \N \N \N \N LIF t f \N \N \N +2492 1646 1248 Target \N \N \N \N \N LIF t f \N \N \N +2493 749 1248 Source \N \N \N \N \N LIF t f \N \N \N +2494 1647 1249 Target \N \N \N \N \N LIF t f \N \N \N +2495 1730 1249 Source \N \N \N \N \N LIF t f \N \N \N +2542 1647 1273 Target \N \N \N \N \N LIF t f \N \N \N +2543 1739 1273 Source \N \N \N \N \N LIF t f \N \N \N +2496 1648 1250 Target \N \N \N \N \N LIF t f \N \N \N +2497 742 1250 Source \N \N \N \N \N LIF t f \N \N \N +2498 1649 1251 Target \N \N \N \N \N LIF t f \N \N \N +2499 752 1251 Source \N \N \N \N \N LIF t f \N \N \N +2544 1649 1274 Target \N \N \N \N \N LIF t f \N \N \N +2500 1650 1252 Target \N \N \N \N \N LIF t f \N \N \N +2501 743 1252 Source \N \N \N \N \N LIF t f \N \N \N +2502 1651 1253 Target \N \N \N \N \N LIF t f \N \N \N +2503 761 1253 Source \N \N \N \N \N LIF t f \N \N \N +2546 1651 1275 Target \N \N \N \N \N LIF t f \N \N \N +2547 784 1275 Source \N \N \N \N \N LIF t f \N \N \N +2504 1652 1254 Target \N \N \N \N \N LIF t f \N \N \N +2505 762 1254 Source \N \N \N \N \N LIF t f \N \N \N +2548 1652 1276 Target \N \N \N \N \N LIF t f \N \N \N +2549 785 1276 Source \N \N \N \N \N LIF t f \N \N \N +2506 1653 1255 Target \N \N \N \N \N LIF t f \N \N \N +2507 1731 1255 Source \N \N \N \N \N LIF t f \N \N \N +2508 1654 1256 Target \N \N \N \N \N LIF t f \N \N \N +2509 1732 1256 Source \N \N \N \N \N LIF t f \N \N \N +2510 1655 1257 Target \N \N \N \N \N LIF t f \N \N \N +2511 764 1257 Source \N \N \N \N \N LIF t f \N \N \N +2512 1656 1258 Target \N \N \N \N \N LIF t f \N \N \N +2513 765 1258 Source \N \N \N \N \N LIF t f \N \N \N +2514 1657 1259 Target \N \N \N \N \N LIF t f \N \N \N +2515 766 1259 Source \N \N \N \N \N LIF t f \N \N \N +2516 1658 1260 Target \N \N \N \N \N LIF t f \N \N \N +2517 767 1260 Source \N \N \N \N \N LIF t f \N \N \N +2550 1658 1277 Target \N \N \N \N \N LIF t f \N \N \N +2518 1659 1261 Target \N \N \N \N \N LIF t f \N \N \N +2519 759 1261 Source \N \N \N \N \N LIF t f \N \N \N +2552 1659 1278 Target \N \N \N \N \N LIF t f \N \N \N +2553 782 1278 Source \N \N \N \N \N LIF t f \N \N \N +2520 1660 1262 Target \N \N \N \N \N LIF t f \N \N \N +2521 770 1262 Source \N \N \N \N \N LIF t f \N \N \N +2522 1661 1263 Target \N \N \N \N \N LIF t f \N \N \N +2523 744 1263 Source \N \N \N \N \N LIF t f \N \N \N +2554 1661 1279 Target \N \N \N \N \N LIF t f \N \N \N +2555 783 1279 Source \N \N \N \N \N LIF t f \N \N \N +2524 1662 1264 Target \N \N \N \N \N LIF t f \N \N \N +2525 769 1264 Source \N \N \N \N \N LIF t f \N \N \N +1 2 1 Target \N \N \N \N \N LIF t f \N \N \N +2 70 1 Source \N \N \N \N \N LIF t f \N \N \N +47 2 24 Target \N \N \N \N \N LIF t f \N \N \N +48 70 24 Source \N \N \N \N \N LIF t f \N \N \N +55 2 28 Target \N \N \N \N \N LIF t f \N \N \N +56 93 28 Source \N \N \N \N \N LIF t f \N \N \N +121 2 61 Target \N \N \N \N \N LIF t f \N \N \N +122 126 61 Source \N \N \N \N \N LIF t f \N \N \N +135 2 68 Target \N \N \N \N \N LIF t f \N \N \N +136 133 68 Source \N \N \N \N \N LIF t f \N \N \N +159 2 80 Target \N \N \N \N \N LIF t f \N \N \N +160 145 80 Source \N \N \N \N \N LIF t f \N \N \N +215 2 108 Target \N \N \N \N \N LIF t f \N \N \N +216 172 108 Source \N \N \N \N \N LIF t f \N \N \N +235 2 118 Target \N \N \N \N \N LIF t f \N \N \N +236 182 118 Source \N \N \N \N \N LIF t f \N \N \N +283 2 142 Target \N \N \N \N \N LIF t f \N \N \N +284 201 142 Source \N \N \N \N \N LIF t f \N \N \N +168 149 84 Source \N \N \N \N \N LIF t f \N \N \N +82 106 41 Source \N \N \N \N \N LIF t f \N \N \N +180 154 90 Source \N \N \N \N \N LIF t f \N \N \N +86 108 43 Source \N \N \N \N \N LIF t f \N \N \N +92 111 46 Source \N \N \N \N \N LIF t f \N \N \N +156 143 78 Source \N \N \N \N \N LIF t f \N \N \N +213 68 107 Target \N \N \N \N \N LIF t f \N \N \N +214 171 107 Source \N \N \N \N \N LIF t f \N \N \N +325 208 163 Target \N \N \N \N \N LIF t f \N \N \N +326 312 163 Source \N \N \N \N \N LIF t f \N \N \N +471 208 236 Target \N \N \N \N \N LIF t f \N \N \N +472 382 236 Source \N \N \N \N \N LIF t f \N \N \N +535 208 268 Target \N \N \N \N \N LIF t f \N \N \N +536 411 268 Source \N \N \N \N \N LIF t f \N \N \N +538 412 269 Source \N \N \N \N \N LIF t f \N \N \N +611 209 306 Target \N \N \N \N \N LIF t f \N \N \N +612 443 306 Source \N \N \N \N \N LIF t f \N \N \N +302 303 151 Source \N \N \N \N \N LIF t f \N \N \N +450 373 225 Source \N \N \N \N \N LIF t f \N \N \N +475 210 238 Target \N \N \N \N \N LIF t f \N \N \N +476 384 238 Source \N \N \N \N \N LIF t f \N \N \N +478 385 239 Source \N \N \N \N \N LIF t f \N \N \N +618 446 309 Source \N \N \N \N \N LIF t f \N \N \N +336 317 168 Source \N \N \N \N \N LIF t f \N \N \N +628 451 314 Source \N \N \N \N \N LIF t f \N \N \N +638 454 319 Source \N \N \N \N \N LIF t f \N \N \N +356 327 178 Source \N \N \N \N \N LIF t f \N \N \N +642 456 321 Source \N \N \N \N \N LIF t f \N \N \N +504 397 252 Source \N \N \N \N \N LIF t f \N \N \N +643 235 322 Target \N \N \N \N \N LIF t f \N \N \N +644 457 322 Source \N \N \N \N \N LIF t f \N \N \N +506 398 253 Source \N \N \N \N \N LIF t f \N \N \N +374 336 187 Source \N \N \N \N \N LIF t f \N \N \N +654 461 327 Source \N \N \N \N \N LIF t f \N \N \N +514 402 257 Source \N \N \N \N \N LIF t f \N \N \N +394 346 197 Source \N \N \N \N \N LIF t f \N \N \N +412 355 206 Source \N \N \N \N \N LIF t f \N \N \N +416 357 208 Source \N \N \N \N \N LIF t f \N \N \N +418 358 209 Source \N \N \N \N \N LIF t f \N \N \N +674 469 337 Source \N \N \N \N \N LIF t f \N \N \N +896 497 449 Target \N \N \N \N \N LIF t f \N \N \N +897 672 449 Source \N \N \N \N \N LIF t f \N \N \N +746 498 374 Target \N \N \N \N \N LIF t f \N \N \N +747 606 374 Source \N \N \N \N \N LIF t f \N \N \N +786 498 394 Target \N \N \N \N \N LIF t f \N \N \N +787 626 394 Source \N \N \N \N \N LIF t f \N \N \N +856 498 429 Target \N \N \N \N \N LIF t f \N \N \N +899 673 450 Source \N \N \N \N \N LIF t f \N \N \N +1044 498 523 Target \N \N \N \N \N LIF t f \N \N \N +1045 739 523 Source \N \N \N \N \N LIF t f \N \N \N +1116 498 559 Target \N \N \N \N \N LIF t f \N \N \N +1117 771 559 Source \N \N \N \N \N LIF t f \N \N \N +748 501 375 Target \N \N \N \N \N LIF t f \N \N \N +749 607 375 Source \N \N \N \N \N LIF t f \N \N \N +901 674 451 Source \N \N \N \N \N LIF t f \N \N \N +1046 501 524 Target \N \N \N \N \N LIF t f \N \N \N +1047 740 524 Source \N \N \N \N \N LIF t f \N \N \N +793 629 397 Source \N \N \N \N \N LIF t f \N \N \N +905 676 453 Source \N \N \N \N \N LIF t f \N \N \N +1051 742 526 Source \N \N \N \N \N LIF t f \N \N \N +797 631 399 Source \N \N \N \N \N LIF t f \N \N \N +1127 776 564 Source \N \N \N \N \N LIF t f \N \N \N +915 681 458 Source \N \N \N \N \N LIF t f \N \N \N +805 635 403 Source \N \N \N \N \N LIF t f \N \N \N +1059 739 530 Source \N \N \N \N \N LIF t f \N \N \N +931 688 466 Source \N \N \N \N \N LIF t f \N \N \N +1069 749 535 Source \N \N \N \N \N LIF t f \N \N \N +939 691 470 Source \N \N \N \N \N LIF t f \N \N \N +1134 528 568 Target \N \N \N \N \N LIF t f \N \N \N +1135 780 568 Source \N \N \N \N \N LIF t f \N \N \N +1141 782 571 Source \N \N \N \N \N LIF t f \N \N \N +1145 784 573 Source \N \N \N \N \N LIF t f \N \N \N +1151 787 576 Source \N \N \N \N \N LIF t f \N \N \N +829 646 415 Source \N \N \N \N \N LIF t f \N \N \N +831 646 416 Source \N \N \N \N \N LIF t f \N \N \N +841 650 421 Source \N \N \N \N \N LIF t f \N \N \N +1034 574 518 Target \N \N \N \N \N LIF t f \N \N \N +1035 734 518 Source \N \N \N \N \N LIF t f \N \N \N +745 605 373 Source \N \N \N \N \N LIF t f \N \N \N +1204 791 603 Target \N \N \N \N \N LIF t f \N \N \N +1205 888 603 Source \N \N \N \N \N LIF t f \N \N \N +1248 791 625 Target \N \N \N \N \N LIF t f \N \N \N +1249 911 625 Source \N \N \N \N \N LIF t f \N \N \N +1342 791 672 Target \N \N \N \N \N LIF t f \N \N \N +1343 957 672 Source \N \N \N \N \N LIF t f \N \N \N +1478 791 740 Target \N \N \N \N \N LIF t f \N \N \N +1479 1027 740 Source \N \N \N \N \N LIF t f \N \N \N +1540 791 771 Target \N \N \N \N \N LIF t f \N \N \N +1541 777 771 Source \N \N \N \N \N LIF t f \N \N \N +1175 871 588 Source \N \N \N \N \N LIF t f \N \N \N +1344 792 673 Target \N \N \N \N \N LIF t f \N \N \N +1345 958 673 Source \N \N \N \N \N LIF t f \N \N \N +1386 792 694 Target \N \N \N \N \N LIF t f \N \N \N +1387 981 694 Source \N \N \N \N \N LIF t f \N \N \N +1480 792 741 Target \N \N \N \N \N LIF t f \N \N \N +1481 1028 741 Source \N \N \N \N \N LIF t f \N \N \N +1255 914 628 Source \N \N \N \N \N LIF t f \N \N \N +1391 983 696 Source \N \N \N \N \N LIF t f \N \N \N +1482 796 742 Target \N \N \N \N \N LIF t f \N \N \N +1483 1029 742 Source \N \N \N \N \N LIF t f \N \N \N +1256 797 629 Target \N \N \N \N \N LIF t f \N \N \N +1257 915 629 Source \N \N \N \N \N LIF t f \N \N \N +1485 1030 743 Source \N \N \N \N \N LIF t f \N \N \N +1551 1067 776 Source \N \N \N \N \N LIF t f \N \N \N +1449 1011 725 Source \N \N \N \N \N LIF t f \N \N \N +1486 802 744 Target \N \N \N \N \N LIF t f \N \N \N +1487 1031 744 Source \N \N \N \N \N LIF t f \N \N \N +1281 928 641 Source \N \N \N \N \N LIF t f \N \N \N +1367 970 684 Source \N \N \N \N \N LIF t f \N \N \N +1278 817 640 Target \N \N \N \N \N LIF t f \N \N \N +1279 927 640 Source \N \N \N \N \N LIF t f \N \N \N +1505 1043 753 Source \N \N \N \N \N LIF t f \N \N \N +1369 971 685 Source \N \N \N \N \N LIF t f \N \N \N +1371 972 686 Source \N \N \N \N \N LIF t f \N \N \N +1521 1053 761 Source \N \N \N \N \N LIF t f \N \N \N +1608 1075 805 Target \N \N \N \N \N LIF t f \N \N \N +1609 1179 805 Source \N \N \N \N \N LIF t f \N \N \N +1648 1075 825 Target \N \N \N \N \N LIF t f \N \N \N +1649 1193 825 Source \N \N \N \N \N LIF t f \N \N \N +1569 1164 785 Source \N \N \N \N \N LIF t f \N \N \N +1594 1102 798 Target \N \N \N \N \N LIF t f \N \N \N +1595 1174 798 Source \N \N \N \N \N LIF t f \N \N \N +1637 1189 819 Source \N \N \N \N \N LIF t f \N \N \N +1652 1102 827 Target \N \N \N \N \N LIF t f \N \N \N +1653 1195 827 Source \N \N \N \N \N LIF t f \N \N \N +1655 1195 828 Source \N \N \N \N \N LIF t f \N \N \N +1599 1175 800 Source \N \N \N \N \N LIF t f \N \N \N +1697 1242 849 Source \N \N \N \N \N LIF t f \N \N \N +1706 1198 854 Target \N \N \N \N \N LIF t f \N \N \N +1707 1247 854 Source \N \N \N \N \N LIF t f \N \N \N +1736 1198 869 Target \N \N \N \N \N LIF t f \N \N \N +1737 1261 869 Source \N \N \N \N \N LIF t f \N \N \N +1748 1198 875 Target \N \N \N \N \N LIF t f \N \N \N +1749 1264 875 Source \N \N \N \N \N LIF t f \N \N \N +1776 1198 889 Target \N \N \N \N \N LIF t f \N \N \N +1777 777 889 Source \N \N \N \N \N LIF t f \N \N \N +1710 1200 856 Target \N \N \N \N \N LIF t f \N \N \N +1711 1249 856 Source \N \N \N \N \N LIF t f \N \N \N +1753 1266 877 Source \N \N \N \N \N LIF t f \N \N \N +1780 1200 891 Target \N \N \N \N \N LIF t f \N \N \N +1781 1278 891 Source \N \N \N \N \N LIF t f \N \N \N +1788 1214 895 Target \N \N \N \N \N LIF t f \N \N \N +1789 1282 895 Source \N \N \N \N \N LIF t f \N \N \N +1878 1284 940 Target \N \N \N \N \N LIF t f \N \N \N +1879 1232 940 Source \N \N \N \N \N LIF t f \N \N \N +1904 1284 953 Target \N \N \N \N \N LIF t f \N \N \N +1905 601 953 Source \N \N \N \N \N LIF t f \N \N \N +1936 1284 969 Target \N \N \N \N \N LIF t f \N \N \N +1937 1460 969 Source \N \N \N \N \N LIF t f \N \N \N +1984 1284 993 Target \N \N \N \N \N LIF t f \N \N \N +1985 1484 993 Source \N \N \N \N \N LIF t f \N \N \N +2062 1284 1032 Target \N \N \N \N \N LIF t f \N \N \N +2063 1508 1032 Source \N \N \N \N \N LIF t f \N \N \N +2166 1284 1084 Target \N \N \N \N \N LIF t f \N \N \N +2167 1561 1084 Source \N \N \N \N \N LIF t f \N \N \N +2194 1284 1098 Target \N \N \N \N \N LIF t f \N \N \N +2195 1575 1098 Source \N \N \N \N \N LIF t f \N \N \N +2242 1284 1122 Target \N \N \N \N \N LIF t f \N \N \N +2243 1588 1122 Source \N \N \N \N \N LIF t f \N \N \N +2256 1284 1129 Target \N \N \N \N \N LIF t f \N \N \N +2257 1595 1129 Source \N \N \N \N \N LIF t f \N \N \N +2268 1294 1135 Target \N \N \N \N \N LIF t f \N \N \N +2269 1600 1135 Source \N \N \N \N \N LIF t f \N \N \N +1999 1490 1000 Source \N \N \N \N \N LIF t f \N \N \N +2271 1601 1136 Source \N \N \N \N \N LIF t f \N \N \N +1913 1451 957 Source \N \N \N \N \N LIF t f \N \N \N +2073 1513 1037 Source \N \N \N \N \N LIF t f \N \N \N +2003 1488 1002 Source \N \N \N \N \N LIF t f \N \N \N +1922 1309 962 Target \N \N \N \N \N LIF t f \N \N \N +1923 1455 962 Source \N \N \N \N \N LIF t f \N \N \N +1925 1456 963 Source \N \N \N \N \N LIF t f \N \N \N +2011 1495 1006 Source \N \N \N \N \N LIF t f \N \N \N +2012 1313 1007 Target \N \N \N \N \N LIF t f \N \N \N +2013 1496 1007 Source \N \N \N \N \N LIF t f \N \N \N +2099 1527 1050 Source \N \N \N \N \N LIF t f \N \N \N +2113 1534 1057 Source \N \N \N \N \N LIF t f \N \N \N +2021 1486 1011 Source \N \N \N \N \N LIF t f \N \N \N +2025 1499 1013 Source \N \N \N \N \N LIF t f \N \N \N +2131 1543 1066 Source \N \N \N \N \N LIF t f \N \N \N +2217 1577 1109 Source \N \N \N \N \N LIF t f \N \N \N +2229 1577 1115 Source \N \N \N \N \N LIF t f \N \N \N +2067 1510 1034 Source \N \N \N \N \N LIF t f \N \N \N +2241 1587 1121 Source \N \N \N \N \N LIF t f \N \N \N +2059 1506 1030 Source \N \N \N \N \N LIF t f \N \N \N +2317 1615 1159 Source \N \N \N \N \N LIF t f \N \N \N +2428 1616 1216 Target \N \N \N \N \N LIF t f \N \N \N +2429 1001 1216 Source \N \N \N \N \N LIF t f \N \N \N +2446 1616 1225 Target \N \N \N \N \N LIF t f \N \N \N +2447 1716 1225 Source \N \N \N \N \N LIF t f \N \N \N +2348 1620 1175 Target \N \N \N \N \N LIF t f \N \N \N +2349 1680 1175 Source \N \N \N \N \N LIF t f \N \N \N +2448 1620 1226 Target \N \N \N \N \N LIF t f \N \N \N +2449 1717 1226 Source \N \N \N \N \N LIF t f \N \N \N +2453 1719 1228 Source \N \N \N \N \N LIF t f \N \N \N +2455 1719 1229 Source \N \N \N \N \N LIF t f \N \N \N +2432 1624 1218 Target \N \N \N \N \N LIF t f \N \N \N +2433 1712 1218 Source \N \N \N \N \N LIF t f \N \N \N +2456 1624 1230 Target \N \N \N \N \N LIF t f \N \N \N +2457 1720 1230 Source \N \N \N \N \N LIF t f \N \N \N +2538 1627 1271 Target \N \N \N \N \N LIF t f \N \N \N +2539 1733 1271 Source \N \N \N \N \N LIF t f \N \N \N +2540 1644 1272 Target \N \N \N \N \N LIF t f \N \N \N +2541 1738 1272 Source \N \N \N \N \N LIF t f \N \N \N +2545 1735 1274 Source \N \N \N \N \N LIF t f \N \N \N +2551 787 1277 Source \N \N \N \N \N LIF t f \N \N \N +2676 1834 1340 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N \N \N +2677 1841 1340 Target \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N \N \N +2678 1834 1341 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N \N \N +2679 1833 1341 Target \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N \N \N +2694 1834 1340 Source Updated 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 340 \N +2695 1839 1340 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 354 \N +2696 1841 1340 Target Updated 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 349 \N +2697 1834 1346 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 340 340 +2698 1833 1346 Target \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 342 4.342 +2680 1834 1342 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 340 \N +2685 1839 1342 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 354 \N +2686 1834 1342 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 340 \N +2687 1839 1342 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 354 \N +2688 1834 1342 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 340 \N +2699 1851 1348 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 341 340.341 +2700 1833 1348 Target \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 342 4.342 +2681 1833 1342 Target Updated 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 342 \N +2689 1839 1342 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 354 \N +2690 1834 1342 Source Updated 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 340 \N +2691 1834 1343 Source Updated 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 340 \N +2692 1833 1343 Target Updated 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 342 \N +2693 1839 1343 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 354 \N +2713 1815 1358 Target \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 212 Person.CredentialAward.issuerOrganization +2715 1815 1359 Target \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 212 Person.CredentialAward.issuerOrganization +2711 1815 1357 Target \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 212 Person.CredentialAward.issuerOrganization +2562 797 1283 Target \N \N \N \N \N StateU t f \N \N \N +2563 1744 1283 Source \N \N \N \N \N StateU t f \N \N \N +2556 803 1280 Target \N \N \N \N \N StateU t f \N \N \N +2557 1740 1280 Source \N \N \N \N \N StateU t f \N \N \N +2566 816 1285 Target \N \N \N \N \N StateU t f \N \N \N +2567 1746 1285 Source \N \N \N \N \N StateU t f \N \N \N +2564 817 1284 Target \N \N \N \N \N StateU t f \N \N \N +2565 1745 1284 Source \N \N \N \N \N StateU t f \N \N \N +2568 818 1286 Target \N \N \N \N \N StateU t f \N \N \N +2558 833 1281 Target \N \N \N \N \N StateU t f \N \N \N +2662 799 1333 Target \N \N \N \N \N StateU t f \N \N \N +2663 1799 1333 Source \N \N \N \N \N StateU t f \N \N \N +2654 801 1329 Target \N \N \N \N \N StateU t f \N \N \N +2655 1794 1329 Source \N \N \N \N \N StateU t f \N \N \N +2614 802 1309 Target \N \N \N \N \N StateU t f \N \N \N +2615 1774 1309 Source \N \N \N \N \N StateU t f \N \N \N +2664 804 1334 Target \N \N \N \N \N StateU t f \N \N \N +2665 1801 1334 Source \N \N \N \N \N StateU t f \N \N \N +2660 821 1332 Target \N \N \N \N \N StateU t f \N \N \N +2666 1820 1335 Target \N \N \N \N \N StateU t f \N \N \N +2667 1802 1335 Source \N \N \N \N \N StateU t f \N \N \N +2656 808 1330 Target \N \N \N \N \N StateU t f \N \N \N +2657 1795 1330 Source \N \N \N \N \N StateU t f \N \N \N +2658 809 1331 Target \N \N \N \N \N StateU t f \N \N \N +2659 1796 1331 Source \N \N \N \N \N StateU t f \N \N \N +2569 1747 1286 Source \N \N \N \N \N StateU t f \N \N \N +2610 825 1307 Target \N \N \N \N \N StateU t f \N \N \N +2611 1772 1307 Source \N \N \N \N \N StateU t f \N \N \N +2604 826 1304 Target \N \N \N \N \N StateU t f \N \N \N +2605 1769 1304 Source \N \N \N \N \N StateU t f \N \N \N +2602 827 1303 Target \N \N \N \N \N StateU t f \N \N \N +2603 1768 1303 Source \N \N \N \N \N StateU t f \N \N \N +2606 828 1305 Target \N \N \N \N \N StateU t f \N \N \N +2607 1770 1305 Source \N \N \N \N \N StateU t f \N \N \N +2600 829 1302 Target \N \N \N \N \N StateU t f \N \N \N +2601 1767 1302 Source \N \N \N \N \N StateU t f \N \N \N +2608 830 1306 Target \N \N \N \N \N StateU t f \N \N \N +2612 1817 1308 Target \N \N \N \N \N StateU t f \N \N \N +2613 1773 1308 Source \N \N \N \N \N StateU t f \N \N \N +2578 839 1291 Target \N \N \N \N \N StateU t f \N \N \N +2579 1753 1291 Source \N \N \N \N \N StateU t f \N \N \N +2574 1810 1289 Target \N \N \N \N \N StateU t f \N \N \N +2575 1751 1289 Source \N \N \N \N \N StateU t f \N \N \N +2576 1811 1290 Target \N \N \N \N \N StateU t f \N \N \N +2577 1752 1290 Source \N \N \N \N \N StateU t f \N \N \N +2580 1812 1292 Target \N \N \N \N \N StateU t f \N \N \N +2581 1754 1292 Source \N \N \N \N \N StateU t f \N \N \N +2588 1816 1296 Target \N \N \N \N \N StateU t f \N \N \N +2589 1759 1296 Source \N \N \N \N \N StateU t f \N \N \N +2668 1821 1336 Target \N \N \N \N \N StateU t f \N \N \N +2669 1804 1336 Source \N \N \N \N \N StateU t f \N \N \N +2670 1822 1337 Target \N \N \N \N \N StateU t f \N \N \N +2671 1805 1337 Source \N \N \N \N \N StateU t f \N \N \N +2672 1823 1338 Target \N \N \N \N \N StateU t f \N \N \N +2673 1807 1338 Source \N \N \N \N \N StateU t f \N \N \N +2674 1824 1339 Target \N \N \N \N \N StateU t f \N \N \N +2590 841 1297 Target \N \N \N \N \N StateU t f \N \N \N +2591 1761 1297 Source \N \N \N \N \N StateU t f \N \N \N +2720 1777 1362 Source \N \N \N \N \N \N t f \N 325 achievement.creator +2721 1200 1362 Target \N \N \N \N \N \N t f \N 212 Person.CredentialAward.issuerOrganization +2716 1042 1360 Source \N \N \N \N \N \N t f \N 179 Alignment +2717 1816 1360 Target \N \N \N \N \N \N t f \N 134 Person.CredentialAward +2701 1851 1349 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 341 340.341 +2703 1851 1350 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 341 TestNewSourceEntity.TestChildSourceEntity +2710 1851 1357 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 341 TestNewSourceEntity.TestChildSourceEntity +2712 1851 1358 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 341 TestNewSourceEntity.TestChildSourceEntity +2714 1851 1359 Source \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 341 TestNewSourceEntity.TestChildSourceEntity +2594 842 1299 Target \N \N \N \N \N StateU t f \N \N \N +2595 1763 1299 Source \N \N \N \N \N StateU t f \N \N \N +2592 843 1298 Target \N \N \N \N \N StateU t f \N \N \N +2593 1762 1298 Source \N \N \N \N \N StateU t f \N \N \N +2596 844 1300 Target \N \N \N \N \N StateU t f \N \N \N +2597 1764 1300 Source \N \N \N \N \N StateU t f \N \N \N +2626 1199 1315 Target \N \N \N \N \N StateU t f \N \N \N +2627 1745 1315 Source \N \N \N \N \N StateU t f \N \N \N +2618 1200 1311 Target \N \N \N \N \N StateU t f \N \N \N +2619 1777 1311 Source \N \N \N \N \N StateU t f \N \N \N +2624 1202 1314 Target \N \N \N \N \N StateU t f \N \N \N +2625 1780 1314 Source \N \N \N \N \N StateU t f \N \N \N +2582 1813 1293 Target \N \N \N \N \N StateU t f \N \N \N +2583 1756 1293 Source \N \N \N \N \N StateU t f \N \N \N +2584 1814 1294 Target \N \N \N \N \N StateU t f \N \N \N +2586 1815 1295 Target \N \N \N \N \N StateU t f \N \N \N +2587 1758 1295 Source \N \N \N \N \N StateU t f \N \N \N +2628 1818 1316 Target \N \N \N \N \N StateU t f \N \N \N +2629 1747 1316 Source \N \N \N \N \N StateU t f \N \N \N +2652 1819 1328 Target \N \N \N \N \N StateU t f \N \N \N +2653 1793 1328 Source \N \N \N \N \N StateU t f \N \N \N +2616 1290 1310 Target \N \N \N \N \N StateU t f \N \N \N +2617 1776 1310 Source \N \N \N \N \N StateU t f \N \N \N +2572 1291 1288 Target \N \N \N \N \N StateU t f \N \N \N +2573 1750 1288 Source \N \N \N \N \N StateU t f \N \N \N +2650 1291 1327 Target \N \N \N \N \N StateU t f \N \N \N +2651 1792 1327 Source \N \N \N \N \N StateU t f \N \N \N +2570 1809 1287 Target \N \N \N \N \N StateU t f \N \N \N +2571 1749 1287 Source \N \N \N \N \N StateU t f \N \N \N +2638 1307 1321 Target \N \N \N \N \N StateU t f \N \N \N +2639 1785 1321 Source \N \N \N \N \N StateU t f \N \N \N +2640 1308 1322 Target \N \N \N \N \N StateU t f \N \N \N +2641 1786 1322 Source \N \N \N \N \N StateU t f \N \N \N +2636 1309 1320 Target \N \N \N \N \N StateU t f \N \N \N +2637 1784 1320 Source \N \N \N \N \N StateU t f \N \N \N +2634 1310 1319 Target \N \N \N \N \N StateU t f \N \N \N +2635 1783 1319 Source \N \N \N \N \N StateU t f \N \N \N +2642 1311 1323 Target \N \N \N \N \N StateU t f \N \N \N +2643 1787 1323 Source \N \N \N \N \N StateU t f \N \N \N +2632 1313 1318 Target \N \N \N \N \N StateU t f \N \N \N +2633 1782 1318 Source \N \N \N \N \N StateU t f \N \N \N +2644 1316 1324 Target \N \N \N \N \N StateU t f \N \N \N +2645 1788 1324 Source \N \N \N \N \N StateU t f \N \N \N +2646 1317 1325 Target \N \N \N \N \N StateU t f \N \N \N +2647 1789 1325 Source \N \N \N \N \N StateU t f \N \N \N +2620 1330 1312 Target \N \N \N \N \N StateU t f \N \N \N +2621 1778 1312 Source \N \N \N \N \N StateU t f \N \N \N +2630 1288 1317 Target \N \N \N \N \N StateU t f \N \N \N +2631 1781 1317 Source \N \N \N \N \N StateU t f \N \N \N +2622 1340 1313 Target \N \N \N \N \N StateU t f \N \N \N +2623 1779 1313 Source \N \N \N \N \N StateU t f \N \N \N +2598 792 1301 Target \N \N \N \N \N StateU t f \N \N \N +2599 1765 1301 Source \N \N \N \N \N StateU t f \N \N \N +2560 796 1282 Target \N \N \N \N \N StateU t f \N \N \N +2561 1743 1282 Source \N \N \N \N \N StateU t f \N \N \N +2661 1797 1332 Source \N \N \N \N \N StateU t f \N \N \N +2609 1771 1306 Source \N \N \N \N \N StateU t f \N \N \N +2559 1741 1281 Source \N \N \N \N \N StateU t f \N \N \N +2675 1808 1339 Source \N \N \N \N \N StateU t f \N \N \N +2585 1757 1294 Source \N \N \N \N \N StateU t f \N \N \N +2648 1290 1326 Target \N \N \N \N \N StateU t f \N \N \N +2649 1791 1326 Source \N \N \N \N \N StateU t f \N \N \N +2724 1895 1364 Source \N \N \N \N \N \N t f \N 377 person.employment.preferences +2725 1876 1364 Target \N \N \N \N \N \N t f \N 359 Person.employmentPreferences +2722 1422 1363 Source \N \N \N \N \N \N t f \N 255 AddressType +2723 1307 1363 Target \N \N \N \N \N \N t f \N 239 Person.Contact.Address +2732 1426 1368 Source \N \N \N \N \N \N t f \N 255 AddressType +2733 1313 1368 Target \N \N \N \N \N \N t f \N 239 Person.Contact.Address +2730 1425 1367 Source \N \N \N \N \N \N t f \N 255 AddressType +2731 1311 1367 Target \N \N \N \N \N \N t f \N 239 Person.Contact.Address +2728 1423 1366 Source \N \N \N \N \N \N t f \N 255 AddressType +2729 1309 1366 Target \N \N \N \N \N \N t f \N 239 Person.Contact.Address +2738 1425 1371 Source \N \N \N \N \N \N t f \N 255 AddressType +2739 1311 1371 Target \N \N \N \N \N \N t f \N 239 Person.Contact.Address +2740 1424 1372 Source \N \N \N \N \N \N t f \N 255 AddressType +2741 1308 1372 Target \N \N \N \N \N \N t f \N 239 Person.Contact.Address +2736 1423 1370 Source \N \N \N \N \N \N t f \N 255 AddressType +2737 1309 1370 Target \N \N \N \N \N \N t f \N 239 Person.Contact.Address +2742 1426 1370 Source \N \N \N \N \N \N t f \N 255 AddressType +2718 1741 1361 Source \N \N \N \N \N \N t f \N 331 OpenBadgeCredential +2719 833 1361 Target \N \N \N \N \N \N t f \N 134 Person.CredentialAward +2744 1894 1374 Source \N \N \N \N \N \N t f \N 375 375,-1894 +2745 2 1374 Target \N \N \N \N \N \N t f \N 1 1,-2 +2734 1422 1369 Source \N \N \N \N \N \N t f \N 255 AddressType +2735 1307 1369 Target \N \N \N \N \N \N t f \N 239 Person.Contact.Address +2746 1422 1375 Source \N \N \N \N \N \N f f \N 255 255,-1422 +2747 1307 1375 Target \N \N \N \N \N \N f f \N 239 4,241,239,-1307 +2748 1423 1376 Source \N \N \N \N \N \N f f \N 255 255,-1423 +2749 1309 1376 Target \N \N \N \N \N \N f f \N 239 4,241,239,-1309 +2750 1425 1377 Source \N \N \N \N \N \N f f \N 255 255,-1425 +2751 1311 1377 Target \N \N \N \N \N \N f f \N 239 4,241,239,-1311 +2752 1426 1378 Source \N \N \N \N \N \N f f \N 255 255,-1426 +2753 1313 1378 Target \N \N \N \N \N \N f f \N 239 4,241,239,-1313 +2726 1895 1365 Source \N \N \N \N \N \N t f \N 377 person.employment.preferences +2727 1876 1365 Target \N \N \N \N \N \N t f \N 359 Person.EmploymentPreferences +2754 1895 1379 Source \N \N \N \N \N \N f f \N 377 375,376,377,-1895 +2704 1833 1350 Target \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 342 TestOrgEntity +2755 1876 1379 Target \N \N \N \N \N \N f f \N 359 4,359,-1876 +2702 1833 1349 Target \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N 342 342 +\. + + +-- +-- Data for Name: Transformations; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."Transformations" ("Id", "TransformationGroupId", "Name", "Description", "UseConsiderations", "Alignment", "Expression", "ExpressionLanguage", "InputAttributesCount", "OutputAttributesCount", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted", "Extension", "ExtensionNotes") FROM stdin; +2 2 Assessment.achievement.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +29 3 Assessment.Assessment.Assessment Short Name \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +3 2 Assessment.achievement.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +30 3 Assessment.Assessment.Assessment Title \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +62 4 Assessment.Exam.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +4 2 Assessment.achievement.creator \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +31 3 Assessment.Assessment.Assessment Provider \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +63 4 Assessment.Exam.unitsContentOwner \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +5 2 Assessment.achievement.version \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +32 3 Assessment.Assessment.Assessment Revision Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +64 4 Assessment.Revision.dates \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +6 2 Assessment.achievement.achievementType \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +33 3 Assessment.Assessment.Assessment Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +65 4 Assessment.Exam.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +7 2 Assessment.achievement.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +34 3 Assessment.Assessment.Assessment Objective \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +8 2 Assessment.achievement.name / description \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +35 3 Assessment.Goal.Goal Description \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +9 2 Assessment.achievement.criteria \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +36 3 Assessment.Goal.Goal Success Criteria \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +10 2 Assessment.achievement.fieldOfStudy \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +37 3 Assessment.Assessment.Assessment Academic Subject \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +66 4 Assessment.Taxonomy.Classifier \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +38 3 Assessment.Assessment.Assessment Purpose \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +39 3 Assessment.Assessment.Assessment Level for Which Designed \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +40 3 Assessment.Assessment.Assessment Type Administered \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +11 2 Assessment.resultDescription.resultType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +41 3 Assessment.Assessment.Assessment Score Metric Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +67 4 Assessment.Exam.resultValuesGroups \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +12 2 Assessment.achievement.@language \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +42 3 Assessment.Assessment Form.Assessment Language \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +13 2 Assessment.achievement.achievementType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +14 2 Assessment.achievement.specialization \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +20 2 Assessment.achievementCredential.issuanceDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +48 3 Assessment.Learning Assessment.date issued \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +21 2 Assessment.achievement.creditsAvailable \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +22 2 Assessment.alignment.targetType \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +23 2 Assessment.achievementCredential.expirationDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +25 2 Assessment.achievement.Tag \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +26 2 Assessment.resultType.description \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +49 3 Assessment.Assessment.ContentStandard \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +15 2 Assessment.result.achievedLevel \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +43 3 Assessment.Assessment Performance Level.Assessment Performance Level Identifier \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +16 2 Assessment.result.resultDescripton \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +44 3 Assessment.Assessment Performance Level.Assessment Performance Level Label \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +17 2 Assessment.resultDescription.valueMin \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +45 3 Assessment.Assessment Performance Level.Assessment Performance Level Lower Cut Score \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +18 2 Assessment.resultDescription.valueMax \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +46 3 Assessment.Assessment Performance Level.Assessment Performance Level Upper Cut Score \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +19 2 Assessment.rubricCriterionLevel.description \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +47 3 Assessment.Assessment Performance Level.Assessment Performance Level Descriptive Feedback \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +50 3 Assessment.Assessment Participant Session.Actual Start Date Time \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +51 3 Assessment.Assessment Participant Session.Actual End Date Time \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +27 2 Assessment.achievementCredential.Issuer \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +52 3 Assessment.Learning Assessment.awardedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +53 3 Assessment.Assessment Result.Score Value \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +54 3 Assessment.Assessment Result.Score Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +55 3 Assessment.Assessment Result.Result DataType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +56 3 Assessment.AssessmentRegistration.Completion Status \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +57 3 Assessment.AssessmentRegistration.Reason Not Completing \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +58 3 Assessment.Assessment Participation Session.Time Assessed \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +59 3 Assessment.Assessment Participation Session.Delivery Device Details \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +60 3 Assessment.Assessment Participation Session.Assessment Session Location \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +81 6 Assessment.Learning Assessment Specification.alternativeName \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +109 7 Assessment.Assessment.name \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +69 5 Assessment.Assessment.AssessmentTitle \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +82 6 Assessment.Learning Assessment Specification.title \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +117 8 Assessment.TestsType.TestName, TestNameType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +83 6 Assessment.Learning Assessment Specification.assessedBy \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +121 9 Assessment.AssessmentProfile.ownedBy \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +70 5 Assessment.Assessment.RevisionDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +84 6 Assessment.Learning Assessment Specification.lastModificationDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +122 9 Assessment.AssessmentProfile.dateEffective \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +71 5 Assessment.Assessment.AssessmentCategory \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +85 6 Assessment.Learning Assessment Specification.type \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +123 9 Assessment.AssessmentProfile.assessmentUseType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +86 6 Assessment.Learning Assessment Specification.desccription \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +124 9 Assessment.AssessmentProfile.description \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +87 6 Assessment.Learning Assessment Specification.proves \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +110 7 Assessment.Item.learningObjectives \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +125 9 Assessment.AssessmentProfile.description \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +88 6 Assessment.Learning Assessment Specification.proves \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +72 5 Assessment.Assessment.AcademicSubject \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +111 7 Assessment.Ontology.subject \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +126 9 Assessment.AssessmentProfile.subject \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +73 5 Assessment.Assessment.AssessedGradeLevel \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +112 7 Assessment.Assessment.level \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +127 9 Assessment.AssessmentProfile.audienceLevelType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +89 6 Assessment.Learning Assessment.methodOfAssessmentSupervisionAndIDVerification \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +74 5 Assessment.Assessment.AssessmentScore \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +90 6 Assessment.Learning Assessment Specification.gradingScheme \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +113 7 Assessment.Assesssment.rubric \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +75 5 Assessment.Assessment.Language \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +91 6 Assessment.Learning Assessment Specification.language \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +128 9 Assessment.AssessmentProfile.inLanguage \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +92 6 Assessment.Learning Assessment Specification.category \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +93 6 Assessment.Learning Assessment Specification.generalisationOf \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +94 6 Assessment.Learning Assessment Specification.homeage \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +129 9 Assessment.AssessmentProfile.subjectWebpage \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +95 6 Assessment.Learning Assessment Specification.mode \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +130 9 Assessment.AssessmentProfile.ceterms:assessmentDeliveryType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +96 6 Assessment.Learning Assessment Specification.moreInformation \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +97 6 Assessment.Learning Assessment Specification.otherDocuments \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +98 6 Assessment.Learning Assessment Specification.specialisationOf \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +99 6 Assessment.Learning Assessment Specification.status \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +131 9 Assessment.AssessmentProfile.LifeCycleStatusType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +104 6 Assessment.Learning Assessment.date issued \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +132 9 Assessment.AssessmentProfile.alternateName \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +133 9 Assessment.AssessmentProfile.approvedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +134 9 Assessment.AssessmentProfile.assessmentMethodDescription \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +135 9 Assessment.AssessmentProfile.methodType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +100 6 Assessment.Grading Scheme.identifier \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +114 7 Assessment.AssessmentTaken.Grade.id \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +101 6 Assessment.Result Category.label \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +115 7 Assessment.AssessmentTaken.Grade.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +102 6 Assessment.Shortened Grading.lowerPercentage \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +103 6 Assessment.Shortened Grading.higherPercentage \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +116 7 Assessment.AssessmentTaken.feedback \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +76 5 Assessment.StudentAssement.AdministrationDate \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +77 5 Assessment.StudentAssement.AdministrationEndDate \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +105 6 Assessment.Learning Assessment.awardedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +106 6 Assessment.Learning Assessment.grade status \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +78 5 Assessment.StudentAssement.PlatformType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +79 5 Assessment.StudentAssement.AdministrationEnvironment \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +107 6 Assessment.Learning Assessment.location \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +136 9 Assessment.AssessmentProfile.audienceLevelType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +137 9 Assessment.AssessmentProfile.creditUnitTypeDescription \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +138 9 Assessment.ValueProfile.creditValue \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +139 9 Assessment.AssessmentProfile.CTID \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +140 9 Assessment.AssessmentProfile.dateEffective \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +141 9 Assessment.AssessmentProfile.expirationDate \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +143 9 Assessment.AssessmentProfile.industryType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +144 9 Assessment.AssessmentProfile.keyword \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +145 9 Assessment.AssessmentProfile.occupationType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +146 9 Assessment.AssessmentProfile.ownedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +147 9 Assessment.AssessmentProfile.scoringMethodDescription \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +148 9 Assessment.AssessmentProfile.scoringMethodExample \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +149 9 Assessment.AssessmentProfile.offeredBy \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +150 1 Competency.IdentifierType.schemeLink \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +164 3 Competency.Competency.Competency Framework Title \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +151 1 Competency.IdentifierType.description \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +165 3 Competency.Competency.Competency Framework Description \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +166 3 Competency.Competency.Competency Framework Subject \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +152 1 Competency.IdentifierType.schemeAgencyID \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +167 3 Competency.Competency.Competency Framework Creator \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +153 1 Competency.IdentifierType.schemeAgencyID \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +168 3 Competency.Competency.Competency Framework Publisher \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +169 3 Competency.Competency.Competency Framework Publication Status \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +170 3 Competency.Competency.Competency Framework Publication Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +171 3 Competency.Competency.Competency Framework Jurisdiction \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +172 3 Competency.Competency.Competency Framework Valid Start Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +173 3 Competency.Competency.Competency Framework Valid End Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +154 1 Competency.IdentifierType.schemeVersionId \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +175 3 Competency.Competency.Competency Framework Language \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +176 3 Competency.Competency.Competency Framework License \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +177 3 Competency.Competency.Competency Framework Rights \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +178 3 Competency.Competency.Competency Definition Sequence \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +179 3 Competency.CFDocument.lastChangeDateTime \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +180 3 Competency.CFDocument.subjectURI \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +181 3 Competency.CFDocument.officialSourceURL \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +155 1 Competency.IdentifierType.agencyURI \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +182 3 Competency.Competency.Competency Definition URI \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +183 3 Competency.Competency.Competency Definition Code \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +184 3 Competency.Competency.Competency Definition Statement \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +185 3 Competency.Competency.Competency Definition Node Name \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +186 3 Competency.Competency.abbreviatedStatement \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +187 3 Competency.Competency.Competency Definition Rights Holder \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +156 1 Competency.IdentifierType.schemeLink \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +188 3 Competency.Competency.Competency Definition Type URL \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +189 3 Competency.Competency.Competency Definition Education Level \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +190 3 Competency.Competency.Competency Definition Typical Age Range Minimum \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +191 3 Competency.Competency.Competency Definition Typical Age Range Maximum \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +192 3 Competency.Competency.Competency Definition Language \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +157 1 Competency.SpecifiedCompetency.name \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +193 3 Competency.Competency.Competency Definition Concept Keyword \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +194 3 Competency.Competency.Competency Definition Version \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +195 3 Competency.Competency.hasProgressionLevel \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +196 3 Competency.Competency.Competency Definition Current Version Indicator \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +197 3 Competency.Competency.Competency Definition License \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +198 3 Competency.Competency.Competency Definition Node Accessibility Profile \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +158 1 Competency.DateType.date \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +159 1 Competency.DateType.date \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +160 1 Competency.requiredProficiencyLevel.A minimum level of proficiency for a competency associated with a position, role, course, or other item. \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +161 1 Competency.PositionCompetencyType.desiredProficiencyLevel \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +162 1 Competency.proficiencyAcquistionDifficulty.A rating or score representing the difficulty of the particular competency to acquire. \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +237 9 Competency.CompetencyFramework.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +220 4 Competency.LoRepository.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +221 4 Competency.LoRepository.name \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +226 7 Competency.ObjectiveBank.name \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +227 7 Competency.ObjectiveBank.source \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +240 9 Competency.CompetencyFramework.author \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +241 9 Competency.CompetencyFramework.publisher \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +242 9 Competency.CompetencyFramework.publicationStatusType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +243 9 Competency.CompetencyFramework.dateValidFrom \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +244 9 Competency.CompetencyFramework.dateValidUntil \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +228 7 Competency.ObjectiveBank.language (session) \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +245 9 Competency.CompetencyFramework.inLanguage \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +246 9 Competency.CompetencyFramework.license \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +229 7 Competency.ObjectiveBank.license \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +247 9 Competency.CompetencyFramework.rights \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +248 9 Competency.Competency.ceasn:listID \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +249 9 Competency.Competency.conceptTerm \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +250 9 Competency.CompetencyFramework.source \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +251 9 Competency.Competency.codedNotation \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +222 4 Competency.Lo.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +230 7 Competency.Obective.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +252 9 Competency.Competency.competencyText \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +223 4 Competency.Lo.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +231 7 Competency.Objective.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +253 9 Competency.Competency.competencyLabel \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +232 7 Competency.ObjectiveBank.source \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +254 9 Competency.CompetencyFramework.rightsHolder \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +255 9 Competency.Competency.educationLevelType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +233 7 Competency.Objective.language (session) \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +256 9 Competency.Competency.inLanguage \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +224 4 Competency.Taxonomy.Classifier \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +234 7 Competency.Ontology.subject \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +257 9 Competency.Competency.conceptKeyword \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +258 9 Competency.Competency.hasProgressionLevel \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +199 3 Competency.Competency.Competency Definition Testability Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +235 7 Competency.Objective.assessment \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +200 3 Competency.Competency.Competency Definition Text Complexity Maximum Value \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +259 9 Competency.Competency.complexityLevel \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +201 3 Competency.Competency.Competency Definition Text Complexity Minimum Value \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +260 9 Competency.Competency.complexityLevel \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +202 3 Competency.Competency.Competency Definition Text Complexity System \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +203 3 Competency.Competency.Competency Definition Valid End Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +204 3 Competency.Competency.Competency Definition Valid Start Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +205 3 Competency.Competency.altCodedNotation \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +261 9 Competency.Competency.altCodedNotation \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +206 3 Competency.Competency.ceterms:environmentalHazardType \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +262 9 Competency.Competency.ceterms:environmentalHazardType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +207 3 Competency.PositionCompetencyType.requiredProficiencyLevel \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +208 3 Competency.PositionCompetencyType.desiredProficiencyLevel \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +209 3 Competency.PositionCompetencyType.proficiencyAcquistionDifficulty \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +263 9 Competency.Competency.performanceLevelType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +210 3 Competency.Competency.Competency Association Identifier URI \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +264 9 Competency.Competency.ceasn:alignTo \N \N Issue \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +211 3 Competency.Competency.Competency Association Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +212 3 Competency.Competency.Competency Association Connection Citation \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +213 3 Competency.Competency.Competency Association Destination Node Name \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +214 3 Competency.Competency.Competency Association Destination Node URI \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +215 3 Competency.Competency.Competency Association Origin Node Name \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +216 3 Competency.Competency.Competency Association Origin Node URI \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +217 3 Competency.Competency.Competency Association Weight \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +218 3 Competency.Competency.ceterms:physicalCapabilityType \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +265 9 Competency.Competency.ceterms:physicalCapabilityType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +219 3 Competency.Competency.ceterms:sensoryCapabilityType \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +269 13 Competency.CFDocument.title \N \N Reworded get(CASE.CFDocument.title) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +270 13 Competency.CFDocument.description \N \N Reworded get(CASE.CFDocument.description) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +271 13 Competency.CFDocument.subject \N \N Identical get(CASE.CFDocument.subject) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +308 10 Competency.DefinedTermSet.educationalAlignment; OR\nabout \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +272 13 Competency.CFDocument.creator \N \N Reworded get(CASE.CFDocument.creator) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +309 10 Competency.DefinedTermSet.creator \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +273 13 Competency.CFDocument.publisher \N \N Identical get(CASE.CFDocument.publisher) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +310 10 Competency.DefinedTermSet.publisher \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +274 13 Competency.CFDocument.adoptionStatus \N \N Intent get(CASE.CFDocument.adoptionStatus) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +311 10 Competency.DefinedTermSet.publication \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +275 13 Competency.CFDocument.statusStartDate \N \N Intent get(CASE.CFDocument.statusStartDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +312 10 Competency.DefinedTermSet.datePublished \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +313 10 Competency.DefinedTermSet.spatialCoverage \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +609 2 Credential.Criteria.narrative \N \N Reworded get(OB3.achievement.criteria.id) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +276 13 Competency.CFDocument.statusStartDate \N \N Intent get(CASE.CFDocument.statusStartDate) LIF_Pseudo_Code \N \N Use validStartDate, aka statusStartDate, if available. If not available, then use the statusStartDate from CASE as the publication date in LIF. \N \N \N \N LIF t f \N +277 13 Competency.CFDocument.statusEndDate \N \N Intent get(CASE.CFDocument.statusEndDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +315 10 Competency.DefinedTermSet.temporalCoverage \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +278 13 Competency.CFDocument.version \N \N Identical get(CASE.CFDocument.version) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +316 10 Competency.DefinedTermSet.version \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +279 13 Competency.CFDocument.language \N \N Identical get(CASE.CFDocument.language) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +317 10 Competency.DefinedTermSet.inLanguage \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +280 13 Competency.CFDocument.licenseURI \N \N Reworded get(CASE.CFDocument.licenseURI) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +318 10 Competency.DefinedTermSet.license \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +281 13 Competency.CFLicense.licenseText \N \N No Match get(CASE.CFDocument.licenseText) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +319 10 Competency.DefinedTermSet.license \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +282 13 Competency.CFPckgAssociation.sequenceNumber \N \N No Match get(CASE.CFPckgAssociation.sequenceNumber) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +283 13 Competency.CFDocument.lastChangeDateTime \N \N Synthetic get(CASE.CFDocument.lastChangeDateTime) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +284 13 Competency.CFDocument.subjectURI \N \N Synthetic get(CASE.CFDocument.subjectURI) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +320 10 Competency.CreativeWork.about \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +285 13 Competency.CFDocument.officialSourceURL \N \N Synthetic get(CASE.CFDocument.officialSourceURL) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +286 13 Competency.CFItem.URI \N \N Identical get(CASE.CFItem.URI) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +287 13 Competency.CFItem.humanCodingScheme \N \N Identical get(CASE.CFItem.humanCodingScheme) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +288 13 Competency.CFItem.fullStatement \N \N Identical get(CASE.CFItem.fullStatement) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +289 13 Competency.CFItem.alternativeLabel \N \N Reworded get(CASE.CFItem.alternativeLabel) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +290 13 Competency.CFItem.abbreviatedStatement \N \N Synthetic get(CASE.CFItem.abbreviatedStatement) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +291 13 Competency.CFDocument.creator \N \N Intent get(CASE.CFDocument.creator) LIF_Pseudo_Code \N \N All CF Items within the framework has a single CFDocument record, which contains shared meta-data about the competencies in the framework. \N \N \N \N LIF t f \N +292 13 Competency.CFItem.CFItenTypeURL \N \N Identical get(CASE.CFItem.CFItemTypeURL) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +293 13 Competency.CFItem.educationLevel \N \N Identical get(CASE.CFItem.educationLevel) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +294 13 Competency.CFItem.language \N \N Identical get(CASE.CFItem.language) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +295 13 Competency.CFItem.conceptKeywords \N \N Identical get(CASE.CFItem.conceptKeywords) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +296 13 Competency.CFDocument.version \N \N No Match get(CASE.CFDocument.version) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +298 13 Competency.CFDocument.licenseURI \N \N No Match get(CASE.CFDocument.licenseURI) LIF_Pseudo_Code \N \N May need to convert the URI to a string for the normative model. \N \N \N \N LIF t f \N +299 13 Competency.CFItem.statusEndDate \N \N Intent get(CASE.CFItem.statusEndDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +300 13 Competency.CFItem.statusStartDate \N \N Intent get(CASE.CFItem.statusStartDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +301 13 Competency.CFItem.humanCodingScheme \N \N Reworded get(CASE.CFItem.humanCodingScheme) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +302 13 Competency.CFAssociation.uri \N \N Reworded get(CASE.CFAssociation.uri) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +303 13 Competency.CFAssociation.associationType \N \N Identical lookup(CASE.CFAssociation.associationType.achievementType.normativeAssociationType.CASE) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +304 13 Competency.CFAssociation.destinationNodeURI \N \N Identical get(CASE.CFAssociation.destinationNodeURI) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +305 13 Competency.CFAssociation.originNodeURI \N \N Identical get(CASE.CFAssociation.originNodeURI) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +266 9 Competency.Competency.ceterms:sensoryCapabilityType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +267 9 Competency.Competency.performanceLevelType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +573 10 Course.Course.inLanguage \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +322 10 Competency.CreativeWork + DefinedTerm.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +323 10 Competency.CreativeWork + DefinedTerm.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +324 10 Competency.DefinedTermSet.copyrightHolder \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +325 10 Competency.CreativeWork.educationalLevel \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +326 10 Competency.CreativeWork.typicalAgeRange \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +327 10 Competency.CreativeWork.typicalAgeRange \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +328 10 Competency.CreativeWork.inLanguage \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +329 10 Competency.CreativeWork.keywords \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +330 10 Competency.CreativeWork.version \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +331 10 Competency.CreativeWork.license \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +333 10 Competency.CreativeWork.educationalAlignment \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +334 10 Competency.CreativeWork.educationalAlignment \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +335 10 Competency.CreativeWork.educationalAlignment \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +336 10 Competency.CreativeWork.expires \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +337 10 Competency.AlignmentObject.educationalAlignment \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +338 10 Competency.AlignmentObject.description \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +339 10 Competency.AlignmentObject.targetName \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +340 10 Competency.AlignmentObject.targetUrl \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +350 2 Course.Achievement.humanCode \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +341 1 Course.EducationAttendanceType.programs \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +351 2 Course.Achievement.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +352 2 Course.Achievement.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +376 3 Course.Course.Course Description \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +342 1 Course.EducationAttendanceType.start \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +353 2 Course.AchievementSubject.activityStartDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +377 3 Course.Course.Course Begin Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +343 1 Course.EducationAttendanceType.end \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +354 2 Course.AchievementSubject.activityEndDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +378 3 Course.Course.Course End Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +379 3 Course.Course Section.Course Section Time Required for Completion \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +380 3 Course.Course Section.Course Academic Grade Scale Code \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +355 2 Course.ResultDescription.ResultType \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +356 2 Course.Alignment.target \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +381 3 Course.Course Section.Course Aligned with Standards \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +382 3 Course.Course.Course Code System \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +357 2 Course.achievement.humanCode \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +383 3 Course.Course.Course Subject Abbreviation \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +344 1 Course.EducationAttendanceType.educationLevelCodes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +358 2 Course.Achievement.level \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +359 2 Course.achievement.level \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +360 2 Course.achievement.humanCode \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +345 1 Course.EducationAttendanceType..department \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +361 2 Course.achievement.creditsAvailable \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +384 3 Course.Course.Credit Value \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +362 2 Course.Profile.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +385 3 Course.Course.Related Competency Definitions \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +363 2 Course.achievement.fieldOfStudy \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +364 2 Course.Alignment.Target Framework \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +386 3 Course.Enrollment.Student Identifier \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +365 2 Course.AchievementSubject.activityStartDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +387 3 Course.Course Section -> Enrollment.Course Add Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +366 2 Course.AchievementSubject.activityStartDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +367 2 Course.AchievementSubject.activityEndDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +389 3 Course.Course Section -> Enrollment.Course Section Enrollment Status End Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +368 2 Course.AchievementSubject.activityEndDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +390 3 Course.Course Section -> Enrollment.Course Drop Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +369 2 Course.ResultsType.LetterGrade \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +370 2 Course.AchievementSubject.activityEndDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +371 2 Course.achievement.otherIdentifier \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +372 2 Course.achievement.otherIdentifier \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +346 1 Course.EducationAttendanceType.institution \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +373 2 Course.Issuer.Profile \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +347 1 Course.EducationAttendanceType.department \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +348 1 Course.EducationAttendanceType.currentlyAttendingIndicator \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +349 1 Course.EducationAttendanceType.goodStandingIndicator \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +450 7 Course.CourseEntry.Course.number \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +396 4 Course.StudentCourseRecord.courseTitle \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +431 5 Course.Course.CourseTitle \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +451 7 Course.Course.title \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +397 4 Course.StudentCourseRecord.Course.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +432 5 Course.Course.CourseDescription \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +452 7 Course.Course.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +398 4 Course.StudentCourseRecord.courseBeginDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +433 5 Course.Session.BeginDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +399 4 Course.StudentCourseRecord.courseEndDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +434 5 Course.Session.EndDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +454 7 Course.CourseEntry.Term.classesEnd \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +435 5 Course.Course.InstructionalTimePlanned \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +455 7 Course.Activity.totalTargetEffort \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +400 4 Course.StudentCourseRecord.calculatedGradeScale \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +456 7 Course.Course.gradingOptions \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +401 4 Course.Taxonomy.Classifier.course \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +457 7 Course.Subject.course \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +436 5 Course.Course.LearningStandard \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +458 7 Course.Course.learningObjectives \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +437 5 Course.CourseIdentificationCode.CourseIdentificationSystem \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +459 7 Course.Ontology.displayName \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +402 4 Course.StudentCourseRecord.StudentCourseUsage.program.countsTowardGPA \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +460 7 Course.CourseEntry.Course.level \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +403 4 Course.StudentCourseRecord.Course.SubjectArea.code \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +404 4 Course.StudentCourseRecord.Course.levelValue.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +438 5 Course.Course.OfferedGradeLevel \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +405 4 Course.StudentCourseRecord.levelValue.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +439 5 Course.Course.CourseLevelCharacteristic \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +406 4 Course.StudentCourseRecord.Course.courseCodeSuffix \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +440 5 Course.Course.CourseCode \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +407 4 Course.StudentCourseRecord.Course.unitsContentOwner \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +408 4 Course.StudentCourseRecord.Course.repeatableForCreditRule \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +409 4 Course.StudentCourseRecord.StudentCourseUsage.program \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +441 5 Course.Credits.CreditType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +410 4 Course.StudentCourseRecord.calculatedGradeScaleKey \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +442 5 Course.AssessmentScore.AssessmentReportingMethod \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +411 4 Course.StudentCourseRecord.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +412 4 Course.StudentCourseRecord.Course.isHonors \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +443 5 Course.Course.CourseLevelCharacteristic \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +413 4 Course.StudentCourseRecord.certifyingOrg \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +414 4 Course.StudentCourseRecord.certifyingOrg.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +444 5 Course.Section.EducationalEnvironment \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +445 5 Course.Learning Resource.InteractivityStyle \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +395 4 Course.StudentCourseRecord.StudentCourseUsage.program \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +430 5 Course.Course.CourseGPAApplicability \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +415 4 Course.StudentCourseRecord.effectiveDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +416 4 Course.StudentCourseRecord.effectiveDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +417 4 Course.StudentCourseRecord.expirationDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +418 4 Course.StudentCourseRecord.expirationDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +419 4 Course.StudentCourseRecord.state \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +391 3 Course.Course Section -> Enrollment.Course Academic Grade \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +420 4 Course.StudentCourseRecord.calculatedGrade \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +392 3 Course.Enrollment.Course Quality Points Earned \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +421 4 Course.StudentCourseRecord.gpqQualityPoints \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +393 3 Course.Course Section -> Enrollment.Course Override School \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +423 4 Course.StudentCourseRecord.isRepeated \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +446 5 Course.CourseTranscript.CourseRepeatCode \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +424 4 Course.StudentCourseRecord.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +425 4 Course.StudentCourseRecord.lastAttendanceDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +426 4 Course.StudentCourseRecord.state \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +427 4 Course.StudentCourseRecord.sectionCode \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +447 5 Course.Section.SectionIdentifier \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +428 4 Course.StudentCourseRecord.sectionCode \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +448 5 Course.Section.EducationalEnvironment \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +488 8 Course.CourseInventoryInformation.CourseDescription \N \N Reworded get ( PESC.CourseInventoryInformation . CourseDescription) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +489 8 Course.Course.Course Begin Date \N \N Reworded get ( PESC.Course . Course Begin Date) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +490 8 Course.Course.Course End Date \N \N Reworded get ( PESC.Course . Course End Date) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +491 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeScale Code \N \N Intent get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseAcademicGradeScale Code) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +492 8 Course.Student.AcademicRecord.AcademicSession.Course.Choice \N \N Concept lookup ( PESC.Student.AcademicRecord.AcademicSession.Course . Choice,CourseCodeSystem, PESC) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +493 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseCreditLevel \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +461 7 Course.Subject.displayName or displayLabel \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +462 7 Course.CourseEntry.Course.level \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +463 7 Course.CourseEntry.Course.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +495 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseLevel \N \N Reworded lookup ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseLevel,CourseLevelType, PESC) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +496 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseNumber \N \N Identical get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseNumber) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +464 7 Course.CourseEntry.Course.sponsors.displayName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +497 8 Course.CourseInventoryInformation.CourseLongDepartmentName \N \N Reworded get ( PESC.CourseInventoryInformation . CourseLongDepartmentName) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +498 8 Course.CourseInventoryInformation.CourseRepeatabilityMaximumNumber \N \N Identical get ( PESC.CourseInventoryInformation . CourseRepeatabilityMaximumNumber) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +465 7 Course.CourseEntry.Course.levels \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +466 7 Course.Course.creditAmounts \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +499 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseCreditUnits \N \N Identical lookup ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseCreditUnits,courseCreditUnitType, PESC) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +467 7 Course.Course.creditAmounts \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +500 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseCreditValue \N \N Synthetic get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseCreditValue) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +468 7 Course.CourseEntry.Grade.gradeSystem \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +501 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseCreditUnits \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +469 7 Course.CourseEntry.genusType \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +502 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseCreditBasis \N \N Identical lookup ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseCreditBasis,courseCreditBasisType, PESC) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +470 7 Course.Course.genusType \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +503 8 Course.CourseInventoryInformation.CourseHonorsCode \N \N Reworded lookup ( PESC.CourseInventoryInformation . CourseHonorsCode,courseHonorsType, PESC) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +471 7 Course.Activity.genusType \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +504 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseInstructionMethodType \N \N Intent get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseInstructionMethodType) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +472 7 Course.Course.sponsors (of type) \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +505 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseInstructionSiteName \N \N Identical get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseInstructionSiteName) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +506 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseInstructionSite \N \N Identical lookup ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseInstructionSite,courseInstructionSiteType, PESC) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +473 7 Course.Activity.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +474 7 Course.Course.learningObjectives \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +507 8 Course.EducationalCourseInventory.CourseInventoryInformation.CourseDescription \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +486 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseGPAApplicabilityCode \N \N Reworded lookup ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseGPAApplicabilityCode,courseGPAAplicability,PESC) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +475 7 Course.CourseRegistration.startDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +508 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseAddDate \N \N Identical get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseAddDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +476 7 Course.CourseRegistration.startDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +509 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseBeginDate \N \N Reworded get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseBeginDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +477 7 Course.CourseRegistration.endDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +510 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseEndDate \N \N Reworded get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseEndDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +478 7 Course.CourseRegistration.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +479 7 Course.CourseEntry.grade \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +480 7 Course.CourseEntry.score \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +481 7 Course.CourseRegistration.genusType \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +482 7 Course.CourseRegistration.endDate \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +483 7 Course.CourseRegistration.endReason \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +484 7 Course.ActivityRegistration.Activity.id \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +485 7 Course.CourseEntry.Course.code \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +524 9 Course.Course.name \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +560 10 Course.Course.name \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +525 9 Course.Course.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +561 10 Course.Course.description \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +526 9 Course.Course.dateEffective \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +562 10 Course.CourseInstance.startDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +527 9 Course.Course.expirationDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +563 10 Course.CourseInstance.endDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +528 9 Course.Course.estimatedDuration \N \N Issue \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +564 10 Course.Course.timeRequired \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +565 10 Course.PropertyValue.propertyID \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +529 9 Course.Course.audienceLevelType \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +567 10 Course.Course.educationalCredentialAwarded \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +530 9 Course.Course.codedNotation \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +531 9 Course.Course.ValueProfile.ceterms:creditLevelType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +532 9 Course.Course.ValueProfile.creditUnitType and value \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +533 9 Course.Course.ValueProfile.creditUnitType and value \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +534 9 Course.Course.assessmentMethodDescription, assessmentMethodType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +535 9 Course.Course.creditUnitTypeDescription \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +536 9 Course.Course.learningMethodType\nlearningMethodDescription \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +537 9 Course.Course.AvailableAt \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +568 10 Course.CourseInstance.location \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +538 9 Course.Course.deliveryType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +569 10 Course.CourseInstance.courseMode \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +539 9 Course.Course.deliveryTypeDescription \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +570 10 Course.CourseInstance.courseMode \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +540 9 Course.Course.teaches \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +541 9 Course.Course.assessmentMethodDescription \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +542 9 Course.Course.assessmentMethodType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +543 9 Course.Course.audienceLevelType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +544 9 Course.Course.availabilityListing \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +545 9 Course.Course.availableOnlineAt \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +546 9 Course.Course.estimatedCost \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +571 10 Course.Offer.price \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +547 9 Course.Course.estimatedDuration \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +548 9 Course.Course.financialAssistance \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +549 9 Course.Course.inLanguage \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +550 9 Course.Course.keyword \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +551 9 Course.Course.offeredBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +552 9 Course.Course.ownedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +553 9 Course.Course.recognizedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +554 9 Course.Course.regulatedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +555 9 Course.Course.subject \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +556 9 Course.Course.subjectWebpage \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +557 9 Course.Course.targetAssessment \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +558 9 Course.Course.targetLearningResource \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +511 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseDropDate \N \N Identical get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseDropDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +512 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeStatusCodeType \N \N Intent lookup ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseAcademicGradeStatusCodeType) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +513 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseAcademicGrade \N \N Identical get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseAcademicGrade) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +514 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseQualityPointsEarned \N \N Identical get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseQualityPointsEarned) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +515 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseOverrideSchool \N \N Reworded get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseOverrideSchool) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +516 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseRepeatCode \N \N Identical lookup ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseRepeatCode) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +517 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseDropDate \N \N Reworded get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseDropDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +518 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseSectionNumber \N \N Identical get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseSectionNumber) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +519 8 Course.Student.AcademicRecord.AcademicSession.Course.CouirseSubjectAbbreviation \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +520 8 Course.Student.AcademicRecord.AcademicAward.AcademicAwardProgram.ProgramSummary.Deliquencies \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +522 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseAcademicGradeStatusCode \N \N Reworded lookup ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseAcademicGradeStatusCode,GradeStatusCode, PESC) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +575 10 Course.Offer.offeredBy \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +576 10 Course.Course.about \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +577 10 Course.Course.mainEntityOfPage \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +578 10 Course.ItemList.numberOfItems \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +579 10 Course.CourseInstance.identifier \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +580 10 Course.CourseInstance.identifier \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +581 1 Credential.CertificationType and/or EducationDegreeType.id \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +582 1 Credential.CertificationType and/or EducationDegreeType.id \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +588 11 Credential.Achievement.id \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +604 2 Credential.Achievement.id \N \N Reworded get(OB3.achievement.id) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +627 3 Credential.Credential.Credential Definition Alternate Name \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +583 1 Credential.CertificationType and/or EducationDegreeType.name \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +589 11 Credential.Achievement.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +605 2 Credential.Achievement.name \N \N Identical get(OB3.achievement.name) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +584 1 Credential.CertificationType.descriptions \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +590 11 Credential.Achievement.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +606 2 Credential.Achievement.description \N \N Identical get(OB3.achievement.description) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +629 3 Credential.Credential.Credential Definition Description \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +585 1 Credential.CertificationType and/or EducationDegreeType.CertificationType.status and/or EducationDegreeType.degreeGrantedStatus \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +630 3 Credential.Credential.Credential Definition Status Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +586 1 Credential.CertificationType and/or EducationDegreeType.CertificationType.firstIssued and/or EducationDegreeType.date \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +631 3 Credential.Credential.Credential Definition Date Effective \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +607 2 Credential.Achievement.creditsAvailable \N \N \N get(OB3.achievement.creditsAvailable) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +587 1 Credential.CertificationType.type \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +591 11 Credential.Achievement.achievementType \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +608 2 Credential.Achievement.achievementType \N \N Concept lookup(OB3.achievement.achievementType.normativeAchievementType.OB3) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +632 3 Credential.Credential.Credential Definition Category Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +593 11 Credential.Achievement.tags \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +612 2 Credential.Achievement.tags \N \N Reworded get(OB3.achievement.tags) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +594 11 Credential.Achievement.fieldOfStudy \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +613 2 Credential.Achievement.fieldOfStudy \N \N Reworded get(OB3.achievement.fieldOfStudy) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +595 11 Credential.Achievement.Level \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +614 2 Credential.Achievement.Level \N \N Intent get(OB3.achievement.level) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +596 11 Credential.Achievement.extensions \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +616 2 Credential.AchievementCredential.humanCode \N \N NoMatch get(OB3.achievementCredential.alignment.humanCode) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +633 3 Credential.Credential.Credential Definition Assessment Method Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +635 3 Credential.Credential.Credential Definition Estimated Duration \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +634 3 Credential.Credential.Credential Definition Criteria URL \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +610 2 Credential.Criteria.id \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +592 11 Credential.Achievement.Image \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +611 2 Credential.AchievementCredential.image \N \N Reworded get(OB3.achievementCredential.image) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +615 2 Credential.Alignment.alignmentType \N \N \N lookup(OB3.achievement.alignment.alignmentType.normativeAlignmentType.OB3) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +597 11 Credential.Assertion.endDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +617 2 Credential.AchievementCredential.expirationDate \N \N Reworded get(OB3.achievementCredential.expirationDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +598 11 Credential.Assertion.issuedOn \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +618 2 Credential.AchievementCredential.awardedDate (or issuanceDate) \N \N Reworded get(OB3.achievementCredential.awardedDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +619 2 Credential.AchievementSubject.identifier \N \N Reworded get(OB3.achievementSubject.identifier) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +620 2 Credential.AchievementSubject.result \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +599 11 Credential.Assertion.verification \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +621 2 Credential.AchievementCredential.proof \N \N Intent get(OB3.achievementCredential.proof) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +600 11 Credential.Evidence.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +622 2 Credential.Evidence.description \N \N Reworded get(OB3.achievementCredential.evidence.description) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +601 11 Credential.Assertion.evidence \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +623 2 Credential.Evidence.id \N \N Reworded get(OB3.achievementCredential.evidence.id) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +602 11 Credential.Evidence.type \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +624 2 Credential.Evidence.type \N \N Concept get(OB3.achievementCredential.evidence.type) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +655 4 Credential.LearningResult.id \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +656 4 Credential.Program.name \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +695 7 Credential.Credential.name \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +657 4 Credential.LearningResult.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +674 6 Credential.Display Parameter.title \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +696 7 Credential.Credential.title \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +658 4 Credential.LearningResult.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +675 6 Credential.Display Parameter.description \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +697 7 Credential.Credential.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +659 4 Credential.Learning Result.state \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +676 6 Credential.European Digital Credential.credentialStatus \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +677 6 Credential.European Digital Credential.validFrom \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +660 4 Credential.Program.learningObjective \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +698 7 Credential.Program.learningObjective \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +699 7 Credential.Credential.genusType \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +639 3 Credential.Credential.Credential Definition NAICS Industry Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +663 4 Credential.Taxonomy.Classifier \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +641 3 Credential.Credential.Credential Definition Keywords \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +664 4 Credential.Taxonomy.Classifier \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +702 7 Credential.Ontology.Subject \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +642 3 Credential.Credential.subject \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +665 4 Credential.Taxonomy.Classifier \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +682 6 Credential.Learning Achievement Specification.education subject \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +643 3 Credential.Credential.CTDL Audience Level Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +666 4 Credential.Program.audience \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +683 6 Credential.Learning Achievement Specification.educationalLevel \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +644 3 Credential.Credential.Classification of Instructional Program Code \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +667 4 Credential.Taxonomy.Classifier \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +704 7 Credential.Ontology.Subject \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +645 3 Credential.Credential.O*NET-SOC Occupation Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +668 4 Credential.Taxonomy.Classifier \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +684 6 Credential.Learning Entitlement Specification.validWith \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +678 6 Credential.Learning Assessment.methodOfAssessment \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +662 4 Credential.Program.duration \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +680 6 Credential.Learning Achievement Specification.volumeOfLearning \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +700 7 Credential.Program.duration \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +636 3 Credential.Credential.Credential Definition Minimum Duration \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +637 3 Credential.Credential.Credential Definition Maximum Duration \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +681 6 Credential.Learning Achievement Specification.maximumDuration \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +638 3 Credential.Credential.Credential Definition Minimum Age \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +661 4 Credential.Program.url \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +679 6 Credential.Learning Achievement Specification.homepage \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +640 3 Credential.Credential.Credential Image URL \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +646 3 Credential.European Digital Credential.expiration date \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +669 4 Credential.StudentCredentialRecord.expirationDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +685 6 Credential.European Digital Credential.expiration date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +647 3 Credential.European Digital Credential.issuance date \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +670 4 Credential.StudentCredentialRecord.awardDate/effectiveDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +648 3 Credential.European Digital Credential.owner \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +671 4 Credential.StudentCredentialRecord.studentId \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +687 6 Credential.European Digital Credential.owner \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +649 3 Credential.European Digital Credential.proof \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +688 6 Credential.European Digital Credential.proof \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +650 3 Credential.European Digital Credential.terms of use \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +689 6 Credential.European Digital Credential.terms of use \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +651 3 Credential.Evidence.evidence accreditation \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +690 6 Credential.Evidence.evidence accreditation \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +652 3 Credential.Evidence.evidence statement \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +691 6 Credential.Evidence.evidence statement \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +653 3 Credential.Evidence.evidence target \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +692 6 Credential.Evidence.evidence target \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +654 3 Credential.Evidence.type \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +693 6 Credential.Evidence.type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +718 9 Credential.Credential.ceterms:credentialId \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +719 9 Credential.Credential.alternateName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +709 8 Credential.AcademicAwardTitleType.AcademicAwardTitle \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +720 9 Credential.Credential.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +721 9 Credential.Credential.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +743 14 Credential.BadgeClass.description \N \N Identical get(OB2.badgeClass.description) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +710 8 Credential.AcademicCompletionIndicatorType.AcademicCompletionIndicator \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +722 9 Credential.Credential.credentialStatusType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +711 8 Credential.Student.AcademicRecord.AcademicAward.AcademicAwardDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +723 9 Credential.Credential.dateEffective \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +724 9 Credential.Credential.Expiration Date \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +712 8 Credential.AcademicAwardLevelType.AcademicAwardLevel \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +725 9 Credential.Credential.@type \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +726 9 Credential.Credential.requires \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +714 8 Credential.EmploymentType/OrganizationEntityType.NAICS \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +733 9 Credential.Credential.naics \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +735 9 Credential.Credential.keyword \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +736 9 Credential.Credential.subject \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +737 9 Credential.Credential.audienceLevelType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +716 8 Credential.ProgramCIPCodeType.ProgramCIPCode \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +738 9 Credential.Credential.instructionalProgramType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +705 7 Credential.Ontology.Subject \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +717 8 Credential.EmploymentType/OrganizationEntityType.ONET \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +739 9 Credential.Credential.occupationType \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +727 9 Credential.Credential.assessmentMethodType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +729 9 Credential.Credential.estimatedDuration \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +730 9 Credential.DurationProfile.minimumDuration \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +731 9 Credential.DurationProfile.maximumDuration \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +732 9 Credential.ConditionProfile.Requires ->minimumAge \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +713 8 Credential.AlternateOutcomeFrameworkType.FrameworkSourceReference \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +728 9 Credential.Credential.subjectWebpage \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +745 14 Credential.Criteria.id \N \N Reworded get(OB2.badgeClass.criteria.id) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +746 14 Credential.Criteria.narrative \N \N Identical get(OB2.badgeClass.criteria.narrative) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +747 14 Credential.Image.type \N \N Identical get(OB2.assertion.image.type) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +715 8 Credential.URLType.URL \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +734 9 Credential.Credential.image \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +748 14 Credential.Image.caption \N \N Identical get(OB2.badgeClass.image.caption) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +749 14 Credential.Image.author \N \N Identical get(OB2.badgeClass.image.author) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +750 14 Credential.Alignment.targetUrl \N \N Identical get(OB2.badgeClass.alignment.targetUrl) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +751 14 Credential.Alignment.targetName \N \N Identical get(OB2.badgeClass.alignment.targetName) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +752 14 Credential.Alignment.targetDescription \N \N Identical get(OB2.badgeClass.alignment.targetDescription) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +753 14 Credential.Alignment.targetFramework \N \N Identical get(OB2.badgeClass.alignment.targetFramework) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +754 14 Credential.Alignment.targetCode \N \N Identical get(OB2.badgeClass.alignment.targetCode) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +755 14 Credential.Alignment.targetType \N \N Identical lookup(OB2.badgeClass.alignment.alignmentType.normativeAlignmentType.OB3) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +756 14 Credential.Assertion.uid \N \N \N get(OB2.assertion.uid) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +757 14 Credential.Assertion.id \N \N \N get(OB2.assertion.id) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +706 7 Credential.CredentialEntry.endDate \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +758 14 Credential.Assertion.expires \N \N Reworded get(OB2.assertion.expires) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +707 7 Credential.CredentialEntry.awardDate \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +759 14 Credential.Assertion.issuedOn \N \N Reworded get(OB2.assertion.issuedOn) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +708 7 Credential.CredentialEntry.student \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +760 14 Credential.Assertion.recipient \N \N Reworded get(OB2.assertion.recipient) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +761 14 Credential.Evidence.name \N \N Identical get(OB2.assertion.evidence.name) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +762 14 Credential.Evidence.description \N \N Identical get(OB2.assertion.evidence.description) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +763 14 Credential.Evidence.genre \N \N Identical get(OB2.assertion.evidence.genre) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +764 14 Credential.Evidence.audience \N \N Identical get(OB2.assertion.evidence.audience) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +765 14 Credential.Evidence.narrative \N \N Reworded get(OB2.assertion.evidence.narrative) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +766 14 Credential.Evidence.id \N \N Reworded get(OB2.assertion.evidence.id) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +767 14 Credential.Evidence.type \N \N Concept get(OB2.assertion.evidence.type) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +768 14 Credential.Assertion.narrative \N \N Identical get(OB2.assertion.narrative) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +772 10 Credential.EducationalOccupationalCredential.identifier \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +773 10 Credential.EducationalOccupationalCredential.alternateName \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +774 10 Credential.EducationalOccupationalCredential.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +775 10 Credential.EducationalOccupationalCredential.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +776 10 Credential.EducationalOccupationalCredential.creativeWorkStatus \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +777 10 Credential.EducationOccupationalCredential.dateCreated \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +778 10 Credential.DefinedTerm.inDefinedTermSet \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +780 10 Credential.EducationalOccupationalCredential.keywords \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +781 10 Credential.EducationalOccupationalCredential.about \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +782 10 Credential.EducationOccupationalCredential.educationalLevel \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +779 10 Credential.EducationalOccupationalCredential.image \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +769 14 Credential.Assertion.revoked \N \N Reworded get(OB2.assertion.revoked) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +783 1 Employment.EmployerHistoryType.jobCategories \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +805 7 Employment.Ontology.Subject.position \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +785 1 Employment.PositionType.positionScheduleType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +817 8 Employment.EmploymentStatusCodeType.EmploymentStatusCode \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +786 1 Employment.DeploymentType.fullTimeEquivalentRatio \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +807 7 Employment.Appointment.salary \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +818 8 Employment.GrossAnnualSalaryType.GrossAnnualSalary \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +787 1 Employment.EmployerHistoryType.title \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +798 4 Employment.JobAppointment.title \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +809 7 Employment.Position.title \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +792 1 Employment.BaseHistoryType.descriptions \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +802 4 Employment.JobAppointment.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +814 7 Employment.JobAppointments.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +784 1 Employment.EmployerHistoryType.jobCategories \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +796 4 Employment.Taxonomy.Classifier.job \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +806 7 Employment.Ontology.Subject.position \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +816 8 Employment.EmploymentType.NAICS \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +797 4 Employment.Taxonomy.classifier \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +808 7 Employment.Ontology.subject \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +820 8 Employment.EmploymentType.Employment \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +821 8 Employment.EmploymentType.Employment \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +788 1 Employment.EmployerHistoryType.title \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +799 4 Employment.JobAppointment.title \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +810 7 Employment.Position.title \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +822 8 Employment.PositionTitleType.PositionTitle \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +828 10 Employment.Role.roleName \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +789 1 Employment.BaseHistoryType.start \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +811 7 Employment.Appointment.startDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +790 1 Employment.BaseHistoryType.start \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +800 4 Employment.JobAppointment.effectiveDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +812 7 Employment.Appointment.startDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +823 8 Employment.EmploymentBeginDateType.EmploymentBeginDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +829 10 Employment.Role.startDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +791 1 Employment.BaseHistoryType.end \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +801 4 Employment.JobAppointment.expirationDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +813 7 Employment.Appointment.expirationDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +824 8 Employment.EmploymentEndDateType.EmploymentEndDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +830 10 Employment.Role.endDate \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +793 1 Employment.BaseHistoryType.current \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +803 4 Employment.JobAppointment.state \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +794 1 Employment.DeploymentType.assignmentReasonCode \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +815 7 Employment.Appointment.endReason \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +795 1 Employment.DeploymentType.assignmentReasonCode \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +804 4 Employment.JobAppointment.state \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1243 9 Program.Course.audienceLevelType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1244 9 Program.Course.availabilityListing \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +831 1 Organization.OrganizationType.1. EntityType:id\n2. OrganizationType:taxId\n3. OrganizationType:legalId \N \N Disaggregated lookup(Vocab-IdSystem, OrganizationType:taxId)\n\nlookup(Vocab-IdSystem, OrganizationType:legalId) LIF_Pseudo_Code \N \N two transformations / lookups because these are "fields" mapped to a restricted code set \N \N \N \N LIF t f \N +832 1 Organization.EntityType.name \N \N Disaggregated get(EmployerEstablishmentType:tradeName) LIF_Pseudo_Code \N \N FINAL\\Common\\json\\samples\\organization\\Organization_instance.json \N \N \N \N LIF t f \N +833 1 Organization.EmploymentEstablishmentType.tradeName \N \N No Match get(EmploymentEstablishmentType: Tradename) or it could be Organization_instance LIF_Pseudo_Code \N \N FINAL\\Common\\json\\samples\\organization\\Organization_instance.json \N \N \N \N LIF t f \N +838 11 Organization.Profile.image \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +855 6 Organization.Organisation.logo \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +870 8 Organization.URLType.URL \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +876 9 Organization.CredentialOrganization\nQACredentialOrganization.image \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +890 10 Organization.Organization.image or logo \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +839 11 Organization.Profile.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +845 4 Organization.Organization.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +850 5 Organization.EducationOrganization.NameOfInstitution \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +856 6 Organization.Organisation.legalName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +866 7 Organization.Organization.displayName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +871 8 Organization.OrganizationNameType.OrganizationName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +877 9 Organization.CredentialOrganization\nQACredentialOrganization.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +846 4 Organization.Organization.shortName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +851 5 Organization.EducationOrganization.ShortNameOfInstitution \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +857 6 Organization.Organisation.alternativeName \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +878 9 Organization.CredentialOrganization\nQACredentialOrganization.alternateName \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +892 10 Organization.Organization.alternateName \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +834 1 Organization.OrganizationType.description \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +879 9 Organization.CredentialOrganization\nQACredentialOrganization.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +893 10 Organization.Organization.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +835 1 Organization.OrganizationType.industryIdentifiers \N \N Intent \N LIF_Pseudo_Code \N \N This may not be mappable w/ current normative. NAICS defines this at the level of "Education services" where CEDS is much more fine-grained. See "OrgType" tab. (FINAL\\Common\\json\\organization\\EmployerEstablishmentType.json) \N \N \N \N LIF t f \N +847 4 Organization.Organization.type \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +852 5 Organization.EducationOrganization.EducationOrganizationCategory \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +858 6 Organization.Organisation.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +867 7 Organization.Organization.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +836 1 Organization.OrganizationReferenceType.responsibilityCode \N \N Intent get(HR-OpenIDSystem, OrganizationReferenceType) LIF_Pseudo_Code \N \N FINAL\\Common\\json\\organization\\OrganizationReferenceType.json \N \N \N \N LIF t f \N +859 6 Organization.Organisation.registration \N \N Issue \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +881 9 Organization.CredentialOrganization\nQACredentialOrganization.AccreditedBy, ApprovedBy, recognizedBy, regulatedBy \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +837 1 Organization.OrganizationType.industryIdentifiers \N \N Synthetic get(HR-OpenIDSystem, EmployerEstablishmentType: industryIdentifiers) LIF_Pseudo_Code \N \N FINAL\\Common\\json\\organization\\EmployerEstablishmentType.json \N \N \N \N LIF t f \N +872 8 Organization.EmploymentType.NAICS \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +882 9 Organization.CredentialOrganization\nQACredentialOrganization.naics \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +848 4 Organization.Organization.state \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +853 5 Organization.EducationOrganization.OperationalStatus \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +868 7 Organization.State.state \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +883 9 Organization.CredentialOrganization\nQACredentialOrganization.LifeCycleStatusType \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +860 6 Organization.Accreditation.type \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +873 8 Organization.AccreditationType.Accreditation \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +884 9 Organization.CredentialOrganization\nQACredentialOrganization.AccreditedBy \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +861 6 Organization.Accreditation.accreditationDateIssued \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +862 6 Organization.Accreditation.expiryDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +840 3 Organization.CredentialOrganization\nQACredentialOrganization.CTID \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +863 6 Organization.Accreditation.accreditingAgent \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +885 9 Organization.CredentialOrganization\nQACredentialOrganization.agentType \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +841 3 Organization.CredentialOrganization\nQACredentialOrganization.accreditedBy \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +864 6 Organization.Accreditation.accreditingAgent \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +874 8 Organization.AccreditationType.Accreditation \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +886 9 Organization.CredentialOrganization\nQACredentialOrganization.accreditedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +842 3 Organization.QACredentialOrganization.accredits \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +887 9 Organization.QACredentialOrganization.accredits \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +843 3 Organization.CredentialOrganization\nQACredentialOrganization.accreditedIn \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +865 6 Organization.Accreditation.accreditedInJurisdiction \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +888 9 Organization.CredentialOrganization\nQACredentialOrganization.accreditedIn \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +895 10 Organization.Organization.hasCredential \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +896 10 Organization.Organization.hasCredential \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +899 1 Person.PersonNameType.family \N \N Reworded get(HROpen.Person.PersonNameType.family) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +904 1 Person.PersonNameType.middle \N \N Intent get(HROpen.Person.PersonNameType.middle) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +905 1 Person.PersonNameType.titleAffixCode \N \N Synthetic get(HROpen.PersonNameType.titleAffixCode) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +906 1 Person.PersonNameType.generationAffixCode \N \N Reworded get(HROpen.Person.PersonNameType.generationAffixCode) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +907 1 Person.PersonNameType.preferredSalutationCode \N \N Reworded get(HROpen.Person.PersonNameType.preferredSalutationCode) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +908 1 Person.PersonNameType.qualificationAffixCode \N \N Synthetic get(HROpen.PersonNameType.qualificationAffixCode) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +909 1 Person.PersonNameType.initials \N \N Synthetic get(HROpen.PersonNameType.initials) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +902 1 Person.IdentifierType.value \N \N Reworded get(HROpen.IdentifierType.value) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +903 1 Person.IdentifierType.schemeId \N \N Intent get(HROpen.IdentifierType.schemeId) LIF_Pseudo_Code \N \N CM/2/4: HR OPEN does not have a codelist for Person System \N \N \N \N LIF t f \N +910 1 Person.AddressType.line \N \N Reworded get(HROpen.AddressType.line) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +911 1 Person.AddressType.city \N \N Reworded get(HROpen.AddressType.city) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +912 1 Person.AddressType.countrySubDivisions \N \N Intent get(HROpen.AddressType.countrySubDivisions) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +913 1 Person.AddressType.postalCode \N \N Reworded get(HROpen.AddressType.postalCode) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +915 1 Person.AddressType.countryCode \N \N Intent get(HROpen.AddressType.countryCode) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +916 1 Person.AddressType.geoLocation \N \N Intent get(HROpen.AddressType.geoLocation) LIF_Pseudo_Code \N \N Lookup would be the second best one. \N \N \N \N LIF t f \N +917 1 Person.AddressType.geoLocation \N \N Intent get(HROpen.AddressType.geoLocation) LIF_Pseudo_Code \N \N Lookup would be the second best one. \N \N \N \N LIF t f \N +918 1 Person.AddressType.formattedAddress \N \N Synthetic get(HROpen.AddressType.formattedAddress) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +919 1 Person.PersonBaseType.formattedAddress \N \N Synthetic get(HROpen.Person.residenceCountry) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +900 1 Person.EmailType.address \N \N Reworded get(HROpen.EmailType.address) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +901 1 Person.CommunicationItemInclusion.useCode \N \N Intent get(HROpen.EmailType.useCode) LIF_Pseudo_Code \N \N No codelist for HR OPEN - see base/CodeType \N \N \N \N LIF t f \N +920 1 Person.CommunicationItemInclusion.availablePeriod \N \N Synthetic get(HROpen.CommunicationItemInclusion.availablePeriod) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +921 1 Person.PhoneType.areaDialogCode+dialNumber+phoneExtension \N \N Aggregated get(HROpen.PhoneType.AreaDialingCode) + \nget(HROpen.PhoneType.dialNumber) + \nget(HROpen.PhoneType.phoneExtension) + LIF_Pseudo_Code \N \N CM 2/4: mapped value was 'formattedNumber'- which is incorrect, changed to aggregation \N \N \N \N LIF t f \N +922 1 Person.CommunicationItemInclusion.useCode \N \N Intent get(HROpen.CommunicationItemInclusion.useCode) LIF_Pseudo_Code \N \N HR Code & Normative Fax value set are not aligned \N \N \N \N LIF t f \N +923 1 Person.CommunicationItemInclusion.preference \N \N Intent get(HROpen.CommunicationItemInclusion.preference) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +924 1 Person.CommunicationItemInclusion.availablePeriod \N \N Synthetic get(HROpen.CommunicationItemInclusion.availablePeriod) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +897 1 Person.PersonBaseType.birthDate \N \N Identical get(HROpen.Person.birthDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +925 1 Person.PersonLegalInclusion.birthPlace \N \N Disaggregated IGNORE LIF_Pseudo_Code \N \N HROpen birthplace is a single string -- very hard to map to LIF structure -- use includes?\ne.g. "birthPlace": "Cicero, Illinois", \N \N \N \N LIF t f \N +926 1 Person.PersonLegalInclusion.birthPlace \N \N Disaggregated IGNORE LIF_Pseudo_Code \N \N HROpen birthplace is a single string -- very hard to map to LIF structure\n"birthPlace": "Cicero, Illinois", \N \N \N \N LIF t f \N +927 1 Person.PersonLegalInclusion.birthPlace \N \N Disaggregated IGNORE LIF_Pseudo_Code \N \N HROpen birthplace is a single string -- very hard to map to LIF structure -- use includes? \N \N \N \N LIF t f \N +928 1 Person.PersonLegalInclusion.deathDate \N \N Synthetic get(HROpen.Person.deathDate) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +930 1 Person.PersonLegalInclusion/PersonBaseType.PersonLegalInclusion: race\nPersonBaseType:ethnicity \N \N Disaggregated includes(HROpen.Person.race, "American Indian or Alaskan Native") LIF_Pseudo_Code \N \N See Google comment by Nate.\nWhat is the element property? is it Race or Ethnicity? Does HR Open consider it the same? \N \N \N \N LIF t f \N +931 1 Person.PersonLegalInclusion\n/PersonBaseType.PersonLegalInclusion: race\nPersonBaseType:ethnicity \N \N Disaggregated ISSUE LIF_Pseudo_Code \N \N includes?(HROpen.Person.race, "race") \N \N \N \N LIF t f \N +932 1 Person.PersonLegalInclusion/PersonBaseType.PersonLegalInclusion: race\nPersonBaseType:ethnicity \N \N Disaggregated ISSUE LIF_Pseudo_Code \N \N includes?(HROpen.Person.race, "race") \N \N \N \N LIF t f \N +933 1 Person.PersonLegalInclusion/PersonBaseType.PersonLegalInclusion: race\nPersonBaseType:ethnicity \N \N Disaggregated ISSUE LIF_Pseudo_Code \N \N includes?(HROpen.Person.race, "race") \N \N \N \N LIF t f \N +934 1 Person.PersonLegalInclusion/PersonBaseType.PersonLegalInclusion: race\nPersonBaseType:ethnicity \N \N Disaggregated ISSUE LIF_Pseudo_Code \N \N includes?(HROpen.Person.race, "race") \N \N \N \N LIF t f \N +941 11 Person.Profile.name \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +954 2 Person.Profile.name \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +970 3 Person.Person.Last or Surname \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +994 4 Person.PersonName.lastName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +944 11 Person.Profile.name \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +960 2 Person.Profile.name \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +975 3 Person.Person.Middle Name \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +976 3 Person.Person.Generation Code or Suffix \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1000 4 Person.PersonName.nameSuffix, nameTitle \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +977 3 Person.Person.Personal Title or Prefix \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1001 4 Person.PersonName.namePrefix \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +943 11 Person.Profile.studentId \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +957 2 Person.Profile.id \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +972 3 Person.Person.Person Identifier \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +997 4 Person.PersonIdentifier.Identifier \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +958 2 Person.Profile.sourcedID \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +973 3 Person.Person.Person Identification System \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +998 4 Person.PersonIdentifier.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +959 2 Person.Profile.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +974 3 Person.Person.Personal Information Verification \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +978 3 Person.Person.Address Type for Learner or Family \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1002 4 Person.PersonIdentifier.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +945 11 Person.Address.streetAddress \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +961 2 Person.Address.address \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +979 3 Person.Person.Address Street Number and Name \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +980 3 Person.Person.Address Apartment Room or Suite Number \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1004 4 Person.Address.PostalAddress.mailstop \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +946 11 Person.Address.addressLocality \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +962 2 Person.Address.addressLocality \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +981 3 Person.Person.Address City \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1005 4 Person.Address.PostalAddress.stateOrProvince \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +947 11 Person.Address.addressRegion \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +963 2 Person.Address.addressRegion \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +982 3 Person.Person.State Abbreviation \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +948 11 Person.Address.postalCode \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +964 2 Person.Address.postalCode \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +983 3 Person.Person.Address Postal Code \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +984 3 Person.Person.Address County Name \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +949 11 Person.Address.addressCountry \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +965 2 Person.Address.addressCountry \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +985 3 Person.Person.Country Code \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +987 3 Person.Person.Latitude \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +988 3 Person.Person.Longitude \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +950 11 Person.Address.addressCountry \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +966 2 Person.Address.addressCountry \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +986 3 Person.Person.Proof of Residency Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +942 11 Person.Profile.email \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +955 2 Person.Profile.email \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +971 3 Person.Person.Electronic Mail Address \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +995 4 Person.Address.address \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +956 2 Person.Profile.email \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +996 4 Person.Address.address \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +951 11 Person.Profile.telephone \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +967 2 Person.Profile.telephone \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +989 3 Person.Person.Telephone Number \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +990 3 Person.Person.Telephone Number Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +952 11 Person.Profile.telephone \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +968 2 Person.Profile.telephone \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +991 3 Person.Person.Primary Telephone Number Indicator \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +992 4 Person.PersonBioDemographics.birthDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +935 1 Person.PersonLegalInclusion/PersonBaseType.PersonBaseType:ethnicity \N \N Disaggregated includes?(HROpen.Person.ethnicity, "ethnicity" ) LIF_Pseudo_Code \N \N HR OPEN ethnicity is not aligned to CEDS definition \N \N \N \N LIF t f \N +936 1 Person.EducationDegreeType.iscedEducationLevelCode \N \N Intent ISSUE LIF_Pseudo_Code \N \N (Mapping issue) Don't think you can translate actual degree with degree type \N \N \N \N LIF t f \N +937 1 Person.PersonBaseType.citizenship \N \N Intent get(HROpen.Person.citizenship) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +938 1 Person.PersonReferenceType.primaryLanguage \N \N Intent ISSUE LIF_Pseudo_Code \N \N IANA Lang and CEDS ISO may be difficult to translate \N \N \N \N LIF t f \N +939 1 Person.PersonReferenceType.primaryLanguage \N \N Intent ISSUE LIF_Pseudo_Code \N \N IANA Lang and CEDS ISO may be difficult to translate \N \N \N \N LIF t f \N +1033 5 Person.Name.LastSurname \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1040 5 Person.Name.MiddleName \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1041 5 Person.Name.GenerationCodeSuffix \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1042 5 Person.Name.PersonalTitlePrefix \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1037 5 Person.Student.UniqueId \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1039 5 Person.IdentificationDocument.PersonalInformationVerification \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1043 5 Person.Address.AddressType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1044 5 Person.Address.StreetNumberName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1045 5 Person.Address.ApartmentRoomSuiteNumber \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1046 5 Person.Address.City \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1047 5 Person.Address.StateAbbreviation \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1048 5 Person.Address.PostalCode \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1006 4 Person.Address.PostalAddress.countyOrParish \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1007 4 Person.Address.PostalAddress.country \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1009 4 Person.Address.address \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1050 5 Person.Address.Latitude \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1010 4 Person.Address.address \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1051 5 Person.Address.Longitude \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1008 4 Person.PersonBioDemographics.residencyId \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1052 5 Person.Address.CongressionalDistrict \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1053 5 Person.Address.CountyFIPSCode \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1054 5 Person.Address.DoNotPublishIndicator \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1055 5 Person.Address.Locale \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1056 5 Person.Address.Period \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1035 5 Person.ElectronicMail.ElectronicMailAddress \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1036 5 Person.ElectronicMail.ElectronicMailType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1057 5 Person.ElectronicMail.PrimaryEmailAddressIndicator \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1011 4 Person.Address.address \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1058 5 Person.Telephone.TelephoneNumber \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1012 4 Person.Address.type \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1059 5 Person.Telephone.TelephoneNumberType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1013 4 Person.Contact.type \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1060 5 Person.Telephone.OrderOfPriority \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1061 5 Person.Telephone.DoNotPublishIndicator \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1062 5 Person.Telephone.TextMessageCapabilityIndicator \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1031 5 Person.BirthData.BirthDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1063 5 Person.BirthData.BirthCity \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1064 5 Person.BirthData.BirthStateAbbreviation \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1065 5 Person.BirthData.BirthCountry \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1014 4 Person.PersonBioDemographics.birthDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1066 5 Person.BirthData.MultipleBirthStatus \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1067 5 Person.BirthData.BirthInternationalProvince \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1068 5 Person.BirthData.DateEnteredUS \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1069 5 Person.Citizenship.Visa \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1015 4 Person.PersonBioDemographics.genderCode \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1016 4 Person.PersonBioDemographics.ethnicityId \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1071 5 Person.StudentEducationOrganizationAssociation.Race \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1017 4 Person.PersonBioDemographics.ethnicityId \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1018 4 Person.PersonBioDemographics.ethnicityId \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1019 4 Person.PersonBioDemographics.ethnicityId \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1020 4 Person.PersonBioDemographics.ethnicityId \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1021 4 Person.PersonBioDemographics.ethnicityId \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1072 5 Person.StudentEducationOrganizationAssociation.HispanicLatinoEthnicity \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1034 5 Person.StudentEducationOrganizationAssociation.TribalAffiliation \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1073 5 Person.Contact.LevelOfEducation \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1074 5 Person.Citizenship.CitizenshipStatus \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1075 5 Person.StudentHomelessProgramAssociation.HomelessPrimaryNighttimeResidence \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1076 5 Person.Extends GeneralStudentProgramAssociation.StudentMigrantEducationProgramAssociation \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1022 4 Person.PersonBioDemographics.veteranTypeKey \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1023 4 Person.PersonBioDemographics.veteranTypeKey \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1024 4 Person.PersonRelation.person \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1025 4 Person.Contact.Address \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1078 5 Person.StudentContactAssociation.EmergencyContactStatus \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1026 4 Person.PersonRelation.type \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1027 4 Person.PersonRelation.type \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1028 4 Person.PersonRelation.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1029 4 Person.PersonRelation.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1030 4 Person.Proficiency.learningObjective \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1085 6 Person.Person.familyName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1099 7 Person.Person.surname \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1123 8 Person.PersonType/ Name.core:LastName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1130 10 Person.Person.familyName \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1102 7 Person.Person.middleNames \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1125 8 Person.PersonType/ Name.core:MiddleName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1135 10 Person.Person.additionalName \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1088 6 Person.Person.lastModificationDate \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1103 7 Person.Person.generationQualifier\nqualificationSuffix \N \N Issue \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1126 8 Person.PersonType/ Name.core:NameSuffix \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1104 7 Person.Person.salutation \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1127 8 Person.PersonType/ Name.NamePrefix \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1136 10 Person.Person.honorificPrefix \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1086 6 Person.Person.identifier \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1101 7 Person.Person.institutionalIdentifier \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1133 10 Person.PropertyValue.value \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1087 6 Person.Person.nationalId \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1124 8 Person.Core.PersonIdentifiersType \N \N Issue \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1134 10 Person.PropertyValue.propertyID \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1105 7 Person.Address.type \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1106 7 Person.Address.(formatted) address \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1137 10 Person.PostalAddress.streetAddress\nor\npostOfficeBoxNumber \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1089 6 Person.Location.address \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1107 7 Person.Address.(extended through Type definition) \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1138 10 Person.PostalAddress.streetAddress \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1139 10 Person.PostalAddress.addressLocality \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1140 10 Person.PostalAddress.addressRegion \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1141 10 Person.PostalAddress.postalCode \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1142 10 Person.PostalAddress.addressLocality \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1090 6 Person.Address.country \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1143 10 Person.PostalAddress.addressCountry \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1091 6 Person.Geometry.Latitude \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1144 10 Person.Place.latitude \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1092 6 Person.Geometry.Longitude \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1145 10 Person.Place.longitude \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1131 10 Person.Person\nor\nContactPoint.email \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1132 10 Person.ContactPoint.contactType \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1093 6 Person.Phone.phoneNumber \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1146 10 Person.Person\nor\nContactPoint.telephone\nor\nfaxNumber \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1147 10 Person.ContactPoint.contactType \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1083 6 Person.Person.dateOfBirth \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1097 7 Person.Person.birthDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1094 6 Person.Person.placeOfBirth \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1148 10 Person.PostalAddress.addressLocality \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1149 10 Person.PostalAddress.addressRegion \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1150 10 Person.PostalAddress.addressCountry \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1108 7 Person.Person.birthDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1095 6 Person.Person.gender \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1109 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1151 10 Person.Person.gender \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1110 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1111 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1112 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1113 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1114 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1115 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1100 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1116 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1096 6 Person.Person.citizenship \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1117 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1118 7 Person.Relevancy.startDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1119 7 Person.Relevancy.endDate \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1120 7 Person.Ontology.defined through tagging of attributes \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1121 7 Person.Contact.Contact \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1079 5 Person.StudentContactAssociation.Relation \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1080 5 Person.StudentContactAssociation.PrimaryContactStatus \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1081 5 Person.Language.Language \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1082 5 Person.Language.LanguageUse \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1189 3 Program.Program Participation.Exit Reason \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF f f \N +1153 10 Person.Role.roleName \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1154 10 Person.Role.roleName \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1155 10 Person.ContactPoint.contactType \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1156 10 Person.Person.children\nparent\nspouse\nsibling\nrelatedTo \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1157 10 Person.ContactPoint.contactType \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1158 10 Person.ContactPoint.description \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1159 10 Person.Person.knowsLanguage \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1160 10 Person.Person.knowsLanguage \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1161 10 Person.Person.knowsLanguage \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1216 8 Program.ProgramCIPCodeType.ProgramCIPCode \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1173 3 Program.Program of Study.Classification of Instructional Program Use \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1174 3 Program.Program of Study.Classification of Instructional Program Version \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1190 4 Program.Taxonomy.Classifier \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1162 2 Program.achievement.CreditsAvailable \N \N Not Applicable \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1175 3 Program.Program of Study.Credits Required \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1191 4 Program.Program.requirement \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1176 3 Program.Program of Study.Distance Education Program Enrollment Indicator \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1217 8 Program.CourseInstructionSiteType.CourseInstructionSite \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1177 3 Program.Program of Study.Normal Length of Time for Completion \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1192 4 Program.Program.duration \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1207 7 Program.Program.duration \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1178 3 Program.Program of Study.Normal Length of Time for Completion Units \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1193 4 Program.Program.duration.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1208 7 Program.Program.duration.type \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1163 2 Program.achievement.Name \N \N Not Applicable \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1179 3 Program.Program of Study.Program Name \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1194 4 Program.Program.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1209 7 Program.Program.name \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1195 4 Program.Program.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1210 7 Program.Program.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1164 2 Program.achievement.id \N \N Not Applicable \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1180 3 Program.Program of Study.Program Identifier \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1196 4 Program.Program.code \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1211 7 Program.Program.code \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1165 2 Program.achievement.CreditsAvailable \N \N Not Applicable \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1181 3 Program.Program of Study.Program Length Hours \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1220 8 Program.CreditHoursRequiredType.CreditHoursRequired \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1182 3 Program.Program of Study.Program Length Hours Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1183 3 Program.Program of Study.Program Sponsor Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1184 3 Program.Program of Study.Work-based Learning Opportunity Type \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1185 3 Program.Program of Study.Postsecondary Program Level \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1221 8 Program.AcademicProgramType.AcademicProgramType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1197 4 Program.Acceditation.organization \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1198 4 Program.Acceditation.Organization.shortName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1199 4 Program.Acceditation.organization \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1200 4 Program.Program.audience \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1201 4 Program.Program.adminOrgs \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1212 7 Program.Program.adminOrgs \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1166 2 Program.alignment.targetURL \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1167 2 Program.Achievement.creditsAvailable \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1202 4 Program.ProgramOffering.effectiveDates \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1213 7 Program.ProgramOffering.effectiveDates \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1168 2 Program.achievement.tag \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1203 4 Program.ProgramOfferingEnabler.atpTypeKeys \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1214 7 Program.OfferingEnabler.cyclicTimePeriod \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1169 2 Program.achievement.Endorsement \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1170 2 Program.achievement.fieldOfStudy \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1171 2 Program.Alignment.Target Framework \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1204 4 Program.Program.duration \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1215 7 Program.Program.duration \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1186 3 Program.Program Participation.Program Participation Start Date \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1187 3 Program.Program Participation.Program Participation Exit Date \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1188 3 Program.Program Participation.Program Participation Participation Status \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +24 2 Assessment.achievement.id \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1283 16 OpenBadgeCredential.description \N \N \N Person.CredentialAward.instanceOfCredential.description = OpenBadgeCredential.description LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1280 16 OpenBadgeCredential.@context \N \N \N Person.CredentialAward.instanceOfCredential.format.addAll(OpenBadgeCredential.@context) LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1285 16 image.type \N \N \N get(Person.CredentialAward.instanceOfCredential.Image.imageType, OpenBadgeCredential.image.type) LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1284 16 image.id \N \N \N Person.CredentialAward.instanceOfCredential.Image.imageId = OpenBadgeCredential.image.id LIF_Pseudo_Code \N \N fromjson \N \N \N \N StateU t f \N +1286 16 image.caption \N \N \N Person.CredentialAward.instanceOfCredential.Image.caption = OpenBadgeCredential.image.caption LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1281 16 OpenBadgeCredential.id \N \N \N get(Person.CredentialAward.id, OpenBadgeCredential.id) LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1287 16 credentialSubject.id \N \N \N Person.Identifier[0].identifier = OpenBadgeCredential.credentialSubject.id LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1225 9 Program.Learning Program.instructionalProgramType \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1226 9 Program.QuantitativeValue.creditValue \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1266 10 Program.Educational\nOccupational\nProgram.numberOfCredits \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1227 9 Program.Learning Program.deliveryType \N \N Issue \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1267 10 Program.Educational\nOccupational\nProgram.educationalProgramMode \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1228 9 Program.DurationProfile.estimatedDuration \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1268 10 Program.Educational\nOccupational\nProgram.timeToComplete \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1229 9 Program.DurationProfile.estimatedDuration \N \N Issue \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1230 9 Program.Learning Program.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1269 10 Program.Educational\nOccupational\nProgram.name \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1231 9 Program.Course.description \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1232 9 Program.Course.subjectWebpage \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1270 10 Program.Course.mainEntityOfPage \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1233 9 Program.Learning Program.codedNotation \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1234 9 Program.ValueProfile.ceterms:creditValue \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1235 9 Program.ValueProfile.ceterms:creditUnitType \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1236 9 Program.Learning Program.ceterms:learningMethodType->WorkBased \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1237 9 Program.Course.accreditedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1238 9 Program.Course.alternateName \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1239 9 Program.Course.approvedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1240 9 Program.Course.assessmentMethodDescription \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1241 9 Program.Course.assessmentMethodType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1242 9 Program.Course.audienceType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1245 9 Program.Course.availableAt \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1246 9 Program.Course.availableOnlineAt \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1247 9 Program.Course.codedNotation \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1272 10 Program.Course.courseCode \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1222 8 Program.Student.AcademicRecord.AcademicSession.Course.CourseCreditUnits \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1248 9 Program.Course.creditUnitTypeDescription \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1223 8 Program.Student.AcademicRecord.AcademicSession.Course.CourseCreditValue \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1249 9 Program.Course.creditValue \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1250 9 Program.Course.dateEffective \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1251 9 Program.Course.deliveryType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1274 10 Program.Educational\nOccupational\nProgram.educationalProgramMode \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1252 9 Program.Course.expirationDate \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1253 9 Program.Course.inLanguage \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1275 10 Program.Course.inLanguage \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1254 9 Program.Course.keyword \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1276 10 Program.Course.keywords \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1255 9 Program.Course.lifeCycleStatusType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1256 9 Program.Course.offerFrequencyType \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1257 9 Program.Course.ownedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1258 9 Program.Course.recognizedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1259 9 Program.Course.regulatedBy \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1224 8 Program.EducationalCourseInventory.CourseInventoryInformation.CourseDescription \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1260 9 Program.Course.subject \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1261 9 Program.Course.estimatedCost \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1278 10 Program.Offer.price \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1262 9 Program.Course.targetLearningResource \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1263 9 Program.Course.estimatedDuration \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1279 10 Program.CourseInstance.duration \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1264 9 Program.Course.targetAssessment \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1 2 Assessment.achievement.id \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1307 16 alignment.targetUrl \N \N \N Person.CredentialAward.instanceOfCredential.CredentialAlignments[n].url = OpenBadgeCredential.credentialSubject.achievement.alignment[n].targetUrl LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1304 16 alignment.targetName \N \N \N Person.CredentialAward.instanceOfCredential.CredentialAlignments[n].name = OpenBadgeCredential.credentialSubject.achievement.alignment[n].targetName LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1303 16 alignment.targetDescription \N \N \N Person.CredentialAward.instanceOfCredential.CredentialAlignments[n].description = OpenBadgeCredential.credentialSubject.achievement.alignment[n].targetDescription LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1305 16 alignment.targetFramework \N \N \N Person.CredentialAward.instanceOfCredential.CredentialAlignments[n].framework = OpenBadgeCredential.credentialSubject.achievement.alignment[n].targetFramework LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1302 16 alignment.targetCode \N \N \N Person.CredentialAward.instanceOfCredential.CredentialAlignments[n].code = OpenBadgeCredential.credentialSubject.achievement.alignment[n].targetCode LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1306 16 alignment.targetType \N \N \N Person.CredentialAward.instanceOfCredential.CredentialAlignments[n].alignmentType = OpenBadgeCredential.credentialSubject.achievement.alignment[n].targetType LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1308 16 alignment.targetCategory \N \N \N Person.CredentialAward.instanceOfCredential.CredentialAlignments[n].category = OpenBadgeCredential.credentialSubject.achievement.alignment[n].targetCategory LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1291 16 credentialSubject.creditsEarned \N \N \N Person.CredentialAward.creditsEarned = OpenBadgeCredential.credentialSubject.creditsEarned LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1289 16 credentialSubject.activityStartDate \N \N \N Person.CredentialAward.activityStartDate = OpenBadgeCredential.credentialSubject.activityStartDate LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1290 16 credentialSubject.activityEndDate \N \N \N Person.CredentialAward.activityEndDate = OpenBadgeCredential.credentialSubject.activityEndDate LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1292 16 credentialSubject.role \N \N \N Person.CredentialAward.role = OpenBadgeCredential.credentialSubject.role LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1296 16 credentialSubject.term \N \N \N Person.CredentialAward.term = OpenBadgeCredential.credentialSubject.term LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1297 16 identifier.hashed \N \N \N Person.CredentialAward.Identity[n].hashed = OpenBadgeCredential.credentialSubject.identifier[n].hashed LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1299 16 identifier.identityHash \N \N \N Person.CredentialAward.Identity[n].identityHash = OpenBadgeCredential.credentialSubject.identifier[n].identityHash LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1298 16 identifier.identityType \N \N \N Person.CredentialAward.Identity[n].identityType = OpenBadgeCredential.credentialSubject.identifier[n].identityType LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1300 16 identifier.salt \N \N \N Person.CredentialAward.Identity[n].salt = OpenBadgeCredential.credentialSubject.identifier[n].salt LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1315 16 image.id \N \N \N Organization.imageUrl = OpenBadgeCredential.credentialSubject.achievement.creator.image.id LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1311 16 creator.name \N \N \N Organization.name = OpenBadgeCredential.credentialSubject.achievement.creator.name LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1314 16 creator.description \N \N \N Organization.description = OpenBadgeCredential.credentialSubject.achievement.creator.description LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1293 16 source.id \N \N \N Person.CredentialAward.issuedByOrganization.sourceId = OpenBadgeCredential.credentialSubject.source.id LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1294 16 source.type \N \N \N Person.CredentialAward.issuedByOrganization.sourceType = OpenBadgeCredential.credentialSubject.source.type LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1295 16 source.name \N \N \N Person.CredentialAward.issuedByOrganization.sourceName = OpenBadgeCredential.credentialSubject.source.name LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1316 16 image.caption \N \N \N Organization.imageCaption = OpenBadgeCredential.credentialSubject.achievement.creator.image.caption LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1310 16 creator.id \N \N \N Organization.Identifier[0].identifier = OpenBadgeCredential.credentialSubject.achievement.creator.id LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1288 16 credentialSubject.type \N \N \N Person.Identifier[0].identifierType = OpenBadgeCredential.credentialSubject.type LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1321 16 address.streetAddress \N \N \N Organization.Contact[n].Address[n].addressStreet = OpenBadgeCredential.credentialSubject.achievement.creator.address.streetAddress LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1322 16 address.postOfficeBoxNumber \N \N \N Person.Organization.Address.addressLine2 = OpenBadgeCredential.credentialSubject.achievement.creator.address.postOfficeBoxNumber LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1320 16 address.addressLocality \N \N \N Organization.Contact[n].Address[n].addressCity = OpenBadgeCredential.credentialSubject.achievement.creator.address.addressCity LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1319 16 address.addressRegion \N \N \N Organization.Contact[n].Address[n].addressState = OpenBadgeCredential.credentialSubject.achievement.creator.address.addressRegion LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1323 16 address.postalCode \N \N \N Organization.Contact[n].Address[n].addressPostalCode = OpenBadgeCredential.credentialSubject.achievement.creator.address.postalCode LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1318 16 address.country \N \N \N if OpenBadgeCredential.credentialSubject.achievement.creator.address.country == "United States":Organization.Contact[n].Address[n].countryCode = "US" LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1326 16 otherIdentifier.identifier \N \N \N Organization.Identifier[n].identifier = OpenBadgeCredential.credentialSubject.achievement.creator.otherIdentifier.identifier LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1327 16 otherIdentifier.identifierType \N \N \N Organization.Identifier[n].identifierType = OpenBadgeCredential.credentialSubject.achievement.creator.otherIdentifier.identifierType LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1301 16 achievement.id \N \N \N Person.CredentialAward.instanceOfCredential.id = OpenBadgeCredential.credentialSubject.achievement.id LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1282 16 OpenBadgeCredential.name \N \N \N get(Person.CredentialAward.instanceOfCredential.name, OpenBadgeCredential.name) LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1309 16 achievement.achievementType \N \N \N Person.CredentialAward.instanceOfCredential.achievementType = OpenBadgeCredential.credentialSubject.achievement.achievementType LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +28 3 Assessment.Assessment.Assessment Identifier \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +61 4 Assessment.Exam.id \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +68 5 Assessment.Assessment.AssessmentIdentifier \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +80 6 Assessment.Learning Assessment Specification.identifier \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +108 7 Assessment.Assessment.id \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +118 9 Assessment.AssessmentProfile.CTID \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +142 9 Assessment.IdentifierValue.identifier \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +119 9 Assessment.AssessmentProfile.alternateName \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +120 9 Assessment.AssessmentProfile.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +163 3 Competency.Competency.Competency Framework Identifier URI \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +236 9 Competency.CompetencyFramework.source \N \N Issue \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +268 13 Competency.CFDocument.uri \N \N Identical get(CASE.CFDocument.uri) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +306 10 Competency.DefinedTermSet.name \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +225 7 Competency.ObjectiveBank.description \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +238 9 Competency.CompetencyFramework.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +307 10 Competency.DefinedTermSet.description \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +239 9 Competency.CompetencyFramework.ceasn:localSubject and \nceterms:instructionalProgramType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +314 10 Competency.DefinedTermSet.temporalCoverage \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +174 3 Competency.Competency.Competency Framework Version \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +321 10 Competency.CreativeWork + DefinedTerm.identifier\n\ntermCode \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +297 13 Competency.CFDocument.adoptionStatus \N \N Reworded get(CASE.CFDocument.adoptionStatus) LIF_Pseudo_Code \N \N This is a string in CASE and is a boolean in the normative model. There is no controlled vocabulary for the possible strings in CASE, so it may not be possible to map this one directly. \N \N \N \N LIF t f \N +332 10 Competency.CreativeWork.accessibiityFeature \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +449 7 Course.CourseCatalog.id \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +374 3 Course.Course.Course Identifier \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +394 4 Course.StudentCourseRecord.courseCode \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +429 5 Course.CourseIdentificationCode.CourseIdentificationCode \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +523 9 Course.Course.codedNotation \N \N Issue \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +559 10 Course.Course.courseCode\n&/or\nidentifier \N \N Aggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +375 3 Course.Course.Course Title \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +487 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseTitle \N \N Reworded get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseTitle) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +453 7 Course.CourseEntry.Term.classesStart \N \N No Match \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +494 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseSubjectAbbreviation \N \N Identical get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseSubjectAbbreviation) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +566 10 Course.Course.educationalLevel \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +572 10 Course.CourseInstance.duration \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +574 10 Course.Course.keywords \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +388 3 Course.Course Section -> Enrollment.Course Section Enrollment Status Start Date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +422 4 Course.StudentCourseRecord.certifyingOrg \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +521 8 Course.Student.AcademicRecord.AcademicSession.Course.CourseNarrativeExplanationGrade \N \N Identical get ( PESC.Student.AcademicRecord.AcademicSession.Course . CourseNarrativeExplanationGrade) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +603 2 Credential.OB3.Achievement \N \N NoMatch \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +625 3 Credential.Credential.Credential Definition Identifier System \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +672 6 Credential.European Digital Credential.credentialSchema \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +740 14 Credential.Open Badges 2.0.BadgeClass \N \N \N \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +771 10 Credential.PropertyValue.propertyID \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +626 3 Credential.Credential.Credential Definition Identifier \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +673 6 Credential.European Digital Credential.identifier \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +694 7 Credential.Credential.id \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +741 14 Credential.BadgeClass.id \N \N Reworded get(OB2.badgeClass.id) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +628 3 Credential.Credential.Credential Definition Title \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +742 14 Credential.BadgeClass.name \N \N Identical get(OB2.badgeClass.name) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +744 14 Credential.BadgeClass.achievementType \N \N Reworded lookup(OB2.badgeClass.achievementType.normativeAchievementType.CLR1.0) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +701 7 Credential.Ontology.Subject \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +703 7 Credential.Ontology.subject \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +686 6 Credential.European Digital Credential.issuance date \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +770 14 Credential.Assertion.revocationReason \N \N Reworded get(OB2.assertion.revokedReason) LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +825 10 Employment.Occupation.occupationalCategory \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +819 8 Employment.PositionTitleType.PositionTitle \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +827 10 Employment.Role.roleName \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +826 10 Employment.Person or Organization.naics \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +844 4 Organization.OrgCode.code \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +849 5 Organization.EducationOrganizationIdentificationCode.EducationOrganizationIdentificationSystem \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +854 6 Organization.Organisation.identifier \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +869 8 Organization.OrganizationType.Organization \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +875 9 Organization.CredentialOrganization\nQACredentialOrganization.FEIN, DUNS, IPEDSID, ISICV4, LEI, NCESIS, OPEID \N \N Issue \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +889 10 Organization.PropertyValue.propertyID \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +891 10 Organization.Organization.name \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +880 9 Organization.CredentialOrganization\nQACredentialOrganization.agentType \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +894 10 Organization.Organization.naics \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +898 1 Person.PersonNameType.given \N \N Reworded get(HROpen.Person.PersonNameType.given)\n\nset(nameType, 'Name') LIF_Pseudo_Code \N \N Person.nameType needs to be set -- default to 'Name \N \N \N \N LIF t f \N +940 11 Person.Profile.name \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +953 2 Person.Profile.name \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +969 3 Person.Person.First Name \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +993 4 Person.PersonName.firstName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1032 5 Person.Name.FirstName \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1084 6 Person.Person.givenName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1098 7 Person.Person.givenName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1122 8 Person.PersonType/ Name.core:FirstName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1129 10 Person.Person.givenName \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +999 4 Person.PersonName.middleName \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1038 5 Person.StudentIdentificationCode.StudentIdentificationSystem \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1003 4 Person.Address.PostalAddress.StreetAddressLine1\nPostalAddress.StreetAddressLine2\nPostalAddress.StreetAddressLine3 \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +914 1 Person.AddressType.countrySubDivisions \N \N Intent get(HROpen.AddressType.countrySubDivisions) LIF_Pseudo_Code \N \N HR countrySubDivision does not align with the normative form (council, parish, borough) in which an address is located isn't countrySubDivision. \N \N \N \N LIF t f \N +1049 5 Person.Address.NameOfCounty \N \N Identical \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1128 10 Person.Person.birthDate \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1070 5 Person.{Multiple}.Sex \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +929 1 Person.PersonBaseType.gender \N \N Reworded lookup(Voc10-GenderType, HROpen.Person.gender); LIF_Pseudo_Code \N \N HR Gender uses a GenderCodeList to determine gender of a person, assuming that the list contains more than 2 (otherwise its not really a list is it). Normative only take 2. In that case, wouldn't it make sense to use the "finds" command that searchers for "Male" or "Female", otherwise null?\nCM:2/5:I think 'Normative only takes 2' is a function of being incomplete - a needs a more robust code list 9See COLF)\nCM:I created a Lookup for Gender - for Nomative, CEDS, HROPEN, Ed-Fi -- and changed the operation to a lookup, which I think now works (perviously was finds(HROpen.PersonBaseType.gender, "male" ,"female", 'X') \N \N \N \N LIF t f \N +1152 10 Person.Person.nationality \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1077 5 Person.StudentContactAssociation.LegalGuardian \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1172 3 Program.Program of Study.Classification of Instructional Program Code \N \N Synthetic \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1265 10 Program.Educational\nOccupational\nProgram.identifier \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1205 7 Program.Ontology.Subject \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1206 7 Program.Program.completionRequirements \N \N Concept \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1218 8 Program.AcademicProgramNameType.AcademicProgramName \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1219 8 Program.AcademicProgramCodeGroup.AcademicProgramCodeGroup \N \N Disaggregated \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1271 10 Program.Educational\nOccupational\nProgram.identifier \N \N Intent \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1273 10 Program.Course.numberOfCredits \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1277 10 Program.Course.about \N \N Reworded \N LIF_Pseudo_Code \N \N \N \N \N \N \N LIF t f \N +1359 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1342 18 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute + Update JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1341 18 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1343 18 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute + Update JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1340 17 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute + Update JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1344 21 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1345 21 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1346 21 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1347 21 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1348 21 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1324 16 address.credentialSubject.achievement.creator.address.geo.latitude \N \N \N Organization.Contact[n].Address[n].latitude = OpenBadgeCredential.credentialSubject.achievement.creator.address.geo.latitude LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1325 16 address.credentialSubject.achievement.creator.address.geo.longitude \N \N \N Organization.Contact[n].Address[n].longitude = OpenBadgeCredential.credentialSubject.achievement.creator.address.geo.longitude LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1312 16 creator.url \N \N \N Organization.Contact[n].websiteAddress = OpenBadgeCredential.credentialSubject.achievement.creator.url LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1317 16 creator.email \N \N \N Organization.Contact[n].Email[n].emailAddress = OpenBadgeCredential.credentialSubject.achievement.creator.email LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1313 16 creator.phone \N \N \N Organization.Contact[n].Telephone[n].telephoneNumber = OpenBadgeCredential.credentialSubject.achievement.creator.phone LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1333 16 OpenBadgeCredential.validFrom \N \N \N Person.CredentialAward.instanceOfCredential.effectiveDate = OpenBadgeCredential.validFrom LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1329 16 achievement.creditsAvailable \N \N \N Person.CredentialAward.instanceOfCredential.creditsAvailable = OpenBadgeCredential.credentialSubject.achievement.creditsAvailable LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1334 16 credentialSchema.id \N \N \N Person.CredentialAward.instanceOfCredential.schema = OpenBadgeCredential.credentialSchema[0].id LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1332 16 achievement.fieldOfStudy \N \N \N Person.CredentialAward.instanceOfCredential.fieldOfStudy = OpenBadgeCredential.credentialSubject.achievement.fieldOfStudy LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1335 16 credentialSchema.type \N \N \N Person.CredentialAward.instanceOfCredential.schemaType = OpenBadgeCredential.credentialSchema[0].type LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1330 16 criteria.id \N \N \N Person.CredentialAward.instanceOfCredential.Requirements.Criteria[0].uri = OpenBadgeCredential.credentialSubject.achievement.criteria.id LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1331 16 criteria.narrative \N \N \N Person.CredentialAward.instanceOfCredential.Requirements.Criteria[0].narrative = OpenBadgeCredential.credentialSubject.achievement.criteria.narrative LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1336 16 credentialStatus.id \N \N \N Person.CredentialAward.credentialStatusUri = OpenBadgeCredential.credentialStatus.id LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1337 16 credentialStatus.type \N \N \N Person.CredentialAward.credentialStatusType = OpenBadgeCredential.credentialStatus.type LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1338 16 refreshService.id \N \N \N Person.CredentialAward.refreshServiceUri = OpenBadgeCredential.refreshService.id LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1339 16 refreshService.type \N \N \N Person.CredentialAward.refreshServiceType = OpenBadgeCredential.refreshService.type LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1328 16 creator.official \N \N \N Organization.credentialOfficial = OpenBadgeCredential.credentialSubject.achievement.creator.official LIF_Pseudo_Code \N \N \N \N \N \N \N StateU t f \N +1364 26 Person.employmentPreferences.organizationTypes \N \N \N person.employmentPreferences[].organizationTypes = person.employment.preferences.preferred_org_types JSONata \N \N \N \N \N \N \N \N t f \N +1362 16 Person.CredentialAward.issuerOrganization.name \N \N \N { "Person": achievement. { "CredentialAward": [{ "issuerOrganization": [{ "name": creator.name }] }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1360 23 Person.CredentialAward.term \N \N \N { "Person": Alignment. { "CredentialAward": [{ "term": targetDescription }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1349 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1350 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1351 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1353 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1354 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1355 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1356 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1357 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1363 25 Person.Contact.Address.addressStreet \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "addressStreet": line }] }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1368 25 Person.Contact.Address.countryCode \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "countryCode": countryCode }] }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1367 25 Person.Contact.Address.addressPostalCode \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "addressPostalCode": postalCode }] }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1366 25 Person.Contact.Address.addressCity \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "addressCity": city }] }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1371 25 Person.Contact.Address.addressPostalCode \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "addressPostalCode": postalCode }] }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1372 25 Person.Contact.Address.addressLine2 \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "addressLine2": countrySubDivisions }] }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1370 25 Person.Contact.Address.addressCity \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "addressCity": city }] }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1361 16 Person.CredentialAward.id \N \N \N { "Person": OpenBadgeCredential. { "CredentialAward": [{ "id": id }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1374 26 Assessment.identifier \N \N \N { "Assessment": [{ "identifier": person.id }] } JSONata \N \N \N \N \N \N \N \N t f \N +1369 25 Person.Contact.Address.addressStreet \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "addressStreet": line }] }] } } JSONata \N \N \N \N \N \N \N \N t f \N +1375 25 Person.Contact.Address.addressStreet \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "addressStreet": line }] }] } } JSONata \N \N \N \N \N \N \N \N f f \N +1376 25 Person.Contact.Address.addressCity \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "addressCity": city }] }] } } JSONata \N \N \N \N \N \N \N \N f f \N +1377 25 Person.Contact.Address.addressPostalCode \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "addressPostalCode": postalCode }] }] } } JSONata \N \N \N \N \N \N \N \N f f \N +1378 25 Person.Contact.Address.countryCode \N \N \N { "Person": AddressType. { "Contact": [{ "Address": [{ "countryCode": countryCode }] }] } } JSONata \N \N \N \N \N \N \N \N f f \N +1365 26 Person.EmploymentPreferences.organizationTypes \N \N \N { "person": [{ "employmentPreferences": [{ "organizationTypes": person.employment.preferences.preferred_org_types }] }] } JSONata \N \N \N \N \N \N \N \N t f \N +1379 26 Person.EmploymentPreferences.organizationTypes \N \N \N { "Person": [{ "EmploymentPreferences": [{ "organizationTypes": person.employment.preferences.preferred_org_types }] }] } JSONata \N \N \N \N \N \N \N \N f f \N +1352 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +1358 22 TestOrgEntity.TestNewOrgAttribute \N \N \N TestOrgEntity.TestNewOrgAttribute = TestNewSourceEntity.TestNewSourceAttribute JSONata \N \N \N 2025-08-26 16:59:03.522+00 2025-08-26 16:59:03.522+00 \N Mary Gwozdz Unicon t f \N +\. + + +-- +-- Data for Name: TransformationsGroup; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."TransformationsGroup" ("Id", "SourceDataModelId", "TargetDataModelId", "GroupVersion", "Name", "Description", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted", "Extension", "ExtensionNotes", "Tags") FROM stdin; +3 4 1 1.0 CEDS_LIF \N \N \N \N \N \N LIF f f \N \N +12 13 1 1.0 ANS_LIF \N \N \N \N \N \N LIF f f \N \N +13 14 1 1.0 CASE_LIF \N \N \N \N \N \N LIF t f \N \N +14 15 1 1.0 Open Badges v2_LIF \N \N \N \N \N \N LIF t f \N \N +11 12 1 1.0 CLR v1_LIF \N \N \N \N \N \N LIF t f \N \N +6 7 1 1.0 ELM_LIF \N \N \N \N \N \N LIF t f \N \N +1 2 1 1.0 HR Open_LIF \N \N \N \N \N \N LIF t f \N \N +5 6 1 1.0 Ed-Fi v5_LIF \N \N \N \N \N \N LIF t f \N \N +8 9 1 1.0 PESC v1.8_LIF \N \N \N \N \N \N LIF t f \N \N +2 3 1 1.0 CLR v2 / Open Badges v3_LIF \N \N \N \N \N \N LIF t f \N \N +10 11 1 1.0 Schema.org_LIF \N \N \N \N \N \N LIF t f \N \N +4 5 1 1.0 EagleApps_LIF \N \N \N \N \N \N LIF t f \N \N +7 8 1 1.0 OSID / CampusAPI_LIF \N \N \N \N \N \N LIF t f \N \N +9 10 1 1.0 CTDL_LIF \N \N \N \N \N \N LIF t f \N \N +17 25 18 1.0 TestNewSourceModel_Org2LIF Testing updating transformation group again \N 2025-08-26 16:04:47.192+00 2025-08-26 16:04:47.192+00 \N Mary Gwozdz Unicon t f \N \N +18 25 17 1.0 TestNewSourceModel_StateULIF Testing updating transformation group \N 2025-08-26 16:04:47.192+00 2025-08-26 16:04:47.192+00 \N Mary Gwozdz Unicon t f \N \N +21 25 17 1.0 TestNewSourceModel_StateULIF Testing creating transformation group \N 2025-08-26 16:04:47.192+00 2025-08-26 16:04:47.192+00 \N Mary Gwozdz Unicon t f \N \N +22 25 17 1.0 TestNewSourceModel_StateULIF Testing creating transformation group \N 2025-08-26 16:04:47.192+00 2025-08-26 16:04:47.192+00 \N Mary Gwozdz Unicon f f \N \N +23 15 17 1.0 Open Badges v2_StateU LIF \N \N \N \N \N \N \N f f \N \N +24 11 17 1.0 Schema.org_StateU LIF \N \N \N \N \N \N \N f f \N \N +25 2 17 1.0 HR Open_StateU LIF \N \N \N \N \N \N \N f f \N \N +26 26 17 1.0 R1 Demo Source Data Model_StateU LIF \N \N \N \N \N \N \N f f \N \N +15 16 1 1.0 StateU OB 3.0_LIF \N \N \N \N \N \N StateU f f \N \N +16 16 17 1.0 StateU OB 3.0_StateU LIF \N \N \N \N \N \N StateU f f \N \N +\. + + +-- +-- Data for Name: ValueSetValueMapping; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."ValueSetValueMapping" ("Id", "SourceValueId", "TargetValueId", "Description", "UseConsiderations", "OriginalValueMappingId", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Deleted", "TransformationGroupId", "SourceValueSetId", "TargetValueSetId") FROM stdin; +12 151 12 \N \N \N \N \N \N \N \N LIF f \N \N \N +13 152 13 \N \N \N \N \N \N \N \N LIF f \N \N \N +14 153 14 \N \N \N \N \N \N \N \N LIF f \N \N \N +15 154 15 \N \N \N \N \N \N \N \N LIF f \N \N \N +16 155 16 \N \N \N \N \N \N \N \N LIF f \N \N \N +17 156 17 \N \N \N \N \N \N \N \N LIF f \N \N \N +18 157 18 \N \N \N \N \N \N \N \N LIF f \N \N \N +19 158 19 \N \N \N \N \N \N \N \N LIF f \N \N \N +20 159 20 \N \N \N \N \N \N \N \N LIF f \N \N \N +21 160 21 \N \N \N \N \N \N \N \N LIF f \N \N \N +33 172 33 \N \N \N \N \N \N \N \N LIF f \N \N \N +34 173 34 \N \N \N \N \N \N \N \N LIF f \N \N \N +35 174 35 \N \N \N \N \N \N \N \N LIF f \N \N \N +36 175 36 \N \N \N \N \N \N \N \N LIF f \N \N \N +37 176 37 \N \N \N \N \N \N \N \N LIF f \N \N \N +38 177 38 \N \N \N \N \N \N \N \N LIF f \N \N \N +39 178 39 \N \N \N \N \N \N \N \N LIF f \N \N \N +40 179 40 \N \N \N \N \N \N \N \N LIF f \N \N \N +41 180 41 \N \N \N \N \N \N \N \N LIF f \N \N \N +42 181 42 \N \N \N \N \N \N \N \N LIF f \N \N \N +43 182 43 \N \N \N \N \N \N \N \N LIF f \N \N \N +44 183 44 \N \N \N \N \N \N \N \N LIF f \N \N \N +45 184 45 \N \N \N \N \N \N \N \N LIF f \N \N \N +46 185 46 \N \N \N \N \N \N \N \N LIF f \N \N \N +47 186 47 \N \N \N \N \N \N \N \N LIF f \N \N \N +48 187 48 \N \N \N \N \N \N \N \N LIF f \N \N \N +49 188 49 \N \N \N \N \N \N \N \N LIF f \N \N \N +50 189 50 \N \N \N \N \N \N \N \N LIF f \N \N \N +51 190 53 \N \N \N \N \N \N \N \N LIF f \N \N \N +2346 4765 4772 Example of updating value mapping considerations \N \N 2025-08-28 18:15:22.032+00 2025-08-28 18:15:22.032+00 \N Mary Gwozdz Unicon t 17 343 347 +2348 4766 4773 Example of updating value mapping considerations \N \N 2025-08-28 18:15:22.032+00 2025-08-28 18:15:22.032+00 \N Mary Gwozdz Unicon f 22 343 347 +2347 4765 4772 Example of updating value mapping considerations \N \N 2025-08-28 18:15:22.032+00 2025-08-28 18:15:22.032+00 \N Mary Gwozdz Unicon f 17 343 347 +52 191 54 \N \N \N \N \N \N \N \N LIF f \N \N \N +61 200 63 \N \N \N \N \N \N \N \N LIF f \N \N \N +62 201 64 \N \N \N \N \N \N \N \N LIF f \N \N \N +63 202 65 \N \N \N \N \N \N \N \N LIF f \N \N \N +64 203 66 \N \N \N \N \N \N \N \N LIF f \N \N \N +65 204 67 \N \N \N \N \N \N \N \N LIF f \N \N \N +66 205 68 \N \N \N \N \N \N \N \N LIF f \N \N \N +67 206 69 \N \N \N \N \N \N \N \N LIF f \N \N \N +68 207 70 \N \N \N \N \N \N \N \N LIF f \N \N \N +69 208 71 \N \N \N \N \N \N \N \N LIF f \N \N \N +70 209 72 \N \N \N \N \N \N \N \N LIF f \N \N \N +71 210 73 \N \N \N \N \N \N \N \N LIF f \N \N \N +72 211 74 \N \N \N \N \N \N \N \N LIF f \N \N \N +73 212 75 \N \N \N \N \N \N \N \N LIF f \N \N \N +74 213 76 \N \N \N \N \N \N \N \N LIF f \N \N \N +75 214 77 \N \N \N \N \N \N \N \N LIF f \N \N \N +76 215 78 \N \N \N \N \N \N \N \N LIF f \N \N \N +77 216 79 \N \N \N \N \N \N \N \N LIF f \N \N \N +78 217 80 \N \N \N \N \N \N \N \N LIF f \N \N \N +79 218 81 \N \N \N \N \N \N \N \N LIF f \N \N \N +80 219 82 \N \N \N \N \N \N \N \N LIF f \N \N \N +81 220 83 \N \N \N \N \N \N \N \N LIF f \N \N \N +82 221 84 \N \N \N \N \N \N \N \N LIF f \N \N \N +83 222 85 \N \N \N \N \N \N \N \N LIF f \N \N \N +84 223 86 \N \N \N \N \N \N \N \N LIF f \N \N \N +85 224 87 \N \N \N \N \N \N \N \N LIF f \N \N \N +86 225 88 \N \N \N \N \N \N \N \N LIF f \N \N \N +87 226 89 \N \N \N \N \N \N \N \N LIF f \N \N \N +88 227 90 \N \N \N \N \N \N \N \N LIF f \N \N \N +89 228 91 \N \N \N \N \N \N \N \N LIF f \N \N \N +90 229 92 \N \N \N \N \N \N \N \N LIF f \N \N \N +91 230 93 \N \N \N \N \N \N \N \N LIF f \N \N \N +92 231 94 \N \N \N \N \N \N \N \N LIF f \N \N \N +93 232 95 \N \N \N \N \N \N \N \N LIF f \N \N \N +94 233 96 \N \N \N \N \N \N \N \N LIF f \N \N \N +95 234 97 \N \N \N \N \N \N \N \N LIF f \N \N \N +101 240 103 \N \N \N \N \N \N \N \N LIF f \N \N \N +102 241 104 \N \N \N \N \N \N \N \N LIF f \N \N \N +103 242 105 \N \N \N \N \N \N \N \N LIF f \N \N \N +104 243 106 \N \N \N \N \N \N \N \N LIF f \N \N \N +105 244 107 \N \N \N \N \N \N \N \N LIF f \N \N \N +106 245 108 \N \N \N \N \N \N \N \N LIF f \N \N \N +107 246 109 \N \N \N \N \N \N \N \N LIF f \N \N \N +108 247 110 \N \N \N \N \N \N \N \N LIF f \N \N \N +109 248 115 \N \N \N \N \N \N \N \N LIF f \N \N \N +110 249 116 \N \N \N \N \N \N \N \N LIF f \N \N \N +111 250 117 \N \N \N \N \N \N \N \N LIF f \N \N \N +112 251 118 \N \N \N \N \N \N \N \N LIF f \N \N \N +113 252 122 \N \N \N \N \N \N \N \N LIF f \N \N \N +114 253 123 \N \N \N \N \N \N \N \N LIF f \N \N \N +115 254 124 \N \N \N \N \N \N \N \N LIF f \N \N \N +116 255 125 \N \N \N \N \N \N \N \N LIF f \N \N \N +117 256 126 \N \N \N \N \N \N \N \N LIF f \N \N \N +118 257 127 \N \N \N \N \N \N \N \N LIF f \N \N \N +119 258 128 \N \N \N \N \N \N \N \N LIF f \N \N \N +120 259 129 \N \N \N \N \N \N \N \N LIF f \N \N \N +141 280 103 \N \N \N \N \N \N \N \N LIF f \N \N \N +142 281 107 \N \N \N \N \N \N \N \N LIF f \N \N \N +143 282 110 \N \N \N \N \N \N \N \N LIF f \N \N \N +144 283 111 \N \N \N \N \N \N \N \N LIF f \N \N \N +145 284 112 \N \N \N \N \N \N \N \N LIF f \N \N \N +146 285 113 \N \N \N \N \N \N \N \N LIF f \N \N \N +147 286 114 \N \N \N \N \N \N \N \N LIF f \N \N \N +131 270 119 \N \N \N \N \N \N \N \N LIF f \N \N \N +132 271 120 \N \N \N \N \N \N \N \N LIF f \N \N \N +133 272 121 \N \N \N \N \N \N \N \N LIF f \N \N \N +121 260 130 \N \N \N \N \N \N \N \N LIF f \N \N \N +122 261 131 \N \N \N \N \N \N \N \N LIF f \N \N \N +123 262 132 \N \N \N \N \N \N \N \N LIF f \N \N \N +124 263 133 \N \N \N \N \N \N \N \N LIF f \N \N \N +125 264 134 \N \N \N \N \N \N \N \N LIF f \N \N \N +126 265 135 \N \N \N \N \N \N \N \N LIF f \N \N \N +127 266 136 \N \N \N \N \N \N \N \N LIF f \N \N \N +128 267 137 \N \N \N \N \N \N \N \N LIF f \N \N \N +148 871 299 \N \N \N \N \N \N \N \N LIF f \N \N \N +149 872 300 \N \N \N \N \N \N \N \N LIF f \N \N \N +150 873 301 \N \N \N \N \N \N \N \N LIF f \N \N \N +151 874 302 \N \N \N \N \N \N \N \N LIF f \N \N \N +152 875 303 \N \N \N \N \N \N \N \N LIF f \N \N \N +153 876 304 \N \N \N \N \N \N \N \N LIF f \N \N \N +154 877 305 \N \N \N \N \N \N \N \N LIF f \N \N \N +184 907 340 \N \N \N \N \N \N \N \N LIF f \N \N \N +185 908 341 \N \N \N \N \N \N \N \N LIF f \N \N \N +186 909 342 \N \N \N \N \N \N \N \N LIF f \N \N \N +187 910 343 \N \N \N \N \N \N \N \N LIF f \N \N \N +188 911 344 \N \N \N \N \N \N \N \N LIF f \N \N \N +189 912 345 \N \N \N \N \N \N \N \N LIF f \N \N \N +190 913 346 \N \N \N \N \N \N \N \N LIF f \N \N \N +191 914 347 \N \N \N \N \N \N \N \N LIF f \N \N \N +192 915 348 \N \N \N \N \N \N \N \N LIF f \N \N \N +193 916 349 \N \N \N \N \N \N \N \N LIF f \N \N \N +194 917 350 \N \N \N \N \N \N \N \N LIF f \N \N \N +195 918 351 \N \N \N \N \N \N \N \N LIF f \N \N \N +196 919 352 \N \N \N \N \N \N \N \N LIF f \N \N \N +197 920 353 \N \N \N \N \N \N \N \N LIF f \N \N \N +198 921 354 \N \N \N \N \N \N \N \N LIF f \N \N \N +199 922 355 \N \N \N \N \N \N \N \N LIF f \N \N \N +200 923 356 \N \N \N \N \N \N \N \N LIF f \N \N \N +201 924 357 \N \N \N \N \N \N \N \N LIF f \N \N \N +202 925 358 \N \N \N \N \N \N \N \N LIF f \N \N \N +203 926 359 \N \N \N \N \N \N \N \N LIF f \N \N \N +204 927 360 \N \N \N \N \N \N \N \N LIF f \N \N \N +205 928 361 \N \N \N \N \N \N \N \N LIF f \N \N \N +206 929 362 \N \N \N \N \N \N \N \N LIF f \N \N \N +207 930 363 \N \N \N \N \N \N \N \N LIF f \N \N \N +208 931 364 \N \N \N \N \N \N \N \N LIF f \N \N \N +209 932 365 \N \N \N \N \N \N \N \N LIF f \N \N \N +210 933 366 \N \N \N \N \N \N \N \N LIF f \N \N \N +211 934 367 \N \N \N \N \N \N \N \N LIF f \N \N \N +212 935 368 \N \N \N \N \N \N \N \N LIF f \N \N \N +213 936 369 \N \N \N \N \N \N \N \N LIF f \N \N \N +214 937 370 \N \N \N \N \N \N \N \N LIF f \N \N \N +215 938 371 \N \N \N \N \N \N \N \N LIF f \N \N \N +216 939 372 \N \N \N \N \N \N \N \N LIF f \N \N \N +217 940 373 \N \N \N \N \N \N \N \N LIF f \N \N \N +222 945 378 \N \N \N \N \N \N \N \N LIF f \N \N \N +223 946 379 \N \N \N \N \N \N \N \N LIF f \N \N \N +224 947 380 \N \N \N \N \N \N \N \N LIF f \N \N \N +225 948 381 \N \N \N \N \N \N \N \N LIF f \N \N \N +226 949 382 \N \N \N \N \N \N \N \N LIF f \N \N \N +227 950 383 \N \N \N \N \N \N \N \N LIF f \N \N \N +228 951 384 \N \N \N \N \N \N \N \N LIF f \N \N \N +229 952 385 \N \N \N \N \N \N \N \N LIF f \N \N \N +230 953 386 \N \N \N \N \N \N \N \N LIF f \N \N \N +231 954 387 \N \N \N \N \N \N \N \N LIF f \N \N \N +232 955 388 \N \N \N \N \N \N \N \N LIF f \N \N \N +233 956 389 \N \N \N \N \N \N \N \N LIF f \N \N \N +234 957 390 \N \N \N \N \N \N \N \N LIF f \N \N \N +235 958 391 \N \N \N \N \N \N \N \N LIF f \N \N \N +236 959 392 \N \N \N \N \N \N \N \N LIF f \N \N \N +237 960 393 \N \N \N \N \N \N \N \N LIF f \N \N \N +238 961 394 \N \N \N \N \N \N \N \N LIF f \N \N \N +239 962 395 \N \N \N \N \N \N \N \N LIF f \N \N \N +240 963 396 \N \N \N \N \N \N \N \N LIF f \N \N \N +759 1801 1545 \N \N \N \N \N \N \N \N LIF f \N \N \N +760 1802 1546 \N \N \N \N \N \N \N \N LIF f \N \N \N +775 1817 1561 \N \N \N \N \N \N \N \N LIF f \N \N \N +765 1807 1551 \N \N \N \N \N \N \N \N LIF f \N \N \N +766 1808 1552 \N \N \N \N \N \N \N \N LIF f \N \N \N +767 1809 1553 \N \N \N \N \N \N \N \N LIF f \N \N \N +768 1810 1554 \N \N \N \N \N \N \N \N LIF f \N \N \N +769 1811 1555 \N \N \N \N \N \N \N \N LIF f \N \N \N +770 1812 1556 \N \N \N \N \N \N \N \N LIF f \N \N \N +771 1813 1557 \N \N \N \N \N \N \N \N LIF f \N \N \N +772 1814 1558 \N \N \N \N \N \N \N \N LIF f \N \N \N +773 1815 1559 \N \N \N \N \N \N \N \N LIF f \N \N \N +774 1816 1560 \N \N \N \N \N \N \N \N LIF f \N \N \N +776 1818 1562 \N \N \N \N \N \N \N \N LIF f \N \N \N +777 1819 1563 \N \N \N \N \N \N \N \N LIF f \N \N \N +778 1820 1564 \N \N \N \N \N \N \N \N LIF f \N \N \N +793 1835 1581 \N \N \N \N \N \N \N \N LIF f \N \N \N +794 1836 1582 \N \N \N \N \N \N \N \N LIF f \N \N \N +795 1837 1583 \N \N \N \N \N \N \N \N LIF f \N \N \N +796 1838 1584 \N \N \N \N \N \N \N \N LIF f \N \N \N +797 1839 1585 \N \N \N \N \N \N \N \N LIF f \N \N \N +798 1840 1586 \N \N \N \N \N \N \N \N LIF f \N \N \N +799 1841 1587 \N \N \N \N \N \N \N \N LIF f \N \N \N +800 1842 1588 \N \N \N \N \N \N \N \N LIF f \N \N \N +801 1843 1589 \N \N \N \N \N \N \N \N LIF f \N \N \N +802 1844 1590 \N \N \N \N \N \N \N \N LIF f \N \N \N +803 1845 1591 \N \N \N \N \N \N \N \N LIF f \N \N \N +804 1846 1592 \N \N \N \N \N \N \N \N LIF f \N \N \N +805 1847 1593 \N \N \N \N \N \N \N \N LIF f \N \N \N +806 1848 1594 \N \N \N \N \N \N \N \N LIF f \N \N \N +807 1849 1595 \N \N \N \N \N \N \N \N LIF f \N \N \N +808 1850 1596 \N \N \N \N \N \N \N \N LIF f \N \N \N +809 1851 1597 \N \N \N \N \N \N \N \N LIF f \N \N \N +810 1852 1598 \N \N \N \N \N \N \N \N LIF f \N \N \N +811 1853 1599 \N \N \N \N \N \N \N \N LIF f \N \N \N +812 1854 1600 \N \N \N \N \N \N \N \N LIF f \N \N \N +813 1855 1603 \N \N \N \N \N \N \N \N LIF f \N \N \N +814 1856 1604 \N \N \N \N \N \N \N \N LIF f \N \N \N +815 1857 1605 \N \N \N \N \N \N \N \N LIF f \N \N \N +816 1858 1606 \N \N \N \N \N \N \N \N LIF f \N \N \N +817 1859 1607 \N \N \N \N \N \N \N \N LIF f \N \N \N +818 1860 1608 \N \N \N \N \N \N \N \N LIF f \N \N \N +819 1861 1609 \N \N \N \N \N \N \N \N LIF f \N \N \N +820 1862 1610 \N \N \N \N \N \N \N \N LIF f \N \N \N +821 1863 1611 \N \N \N \N \N \N \N \N LIF f \N \N \N +822 1864 1612 \N \N \N \N \N \N \N \N LIF f \N \N \N +823 1865 1613 \N \N \N \N \N \N \N \N LIF f \N \N \N +824 1866 1614 \N \N \N \N \N \N \N \N LIF f \N \N \N +825 1867 1615 \N \N \N \N \N \N \N \N LIF f \N \N \N +826 1868 1616 \N \N \N \N \N \N \N \N LIF f \N \N \N +827 1869 1617 \N \N \N \N \N \N \N \N LIF f \N \N \N +828 1870 1618 \N \N \N \N \N \N \N \N LIF f \N \N \N +829 1871 1619 \N \N \N \N \N \N \N \N LIF f \N \N \N +830 1872 1620 \N \N \N \N \N \N \N \N LIF f \N \N \N +831 1873 1621 \N \N \N \N \N \N \N \N LIF f \N \N \N +832 1874 1622 \N \N \N \N \N \N \N \N LIF f \N \N \N +833 1875 1623 \N \N \N \N \N \N \N \N LIF f \N \N \N +834 1876 1624 \N \N \N \N \N \N \N \N LIF f \N \N \N +835 1877 1625 \N \N \N \N \N \N \N \N LIF f \N \N \N +836 1878 1626 \N \N \N \N \N \N \N \N LIF f \N \N \N +837 1879 1627 \N \N \N \N \N \N \N \N LIF f \N \N \N +838 1880 1628 \N \N \N \N \N \N \N \N LIF f \N \N \N +839 1881 1629 \N \N \N \N \N \N \N \N LIF f \N \N \N +840 1882 1630 \N \N \N \N \N \N \N \N LIF f \N \N \N +884 1926 1675 \N \N \N \N \N \N \N \N LIF f \N \N \N +885 1927 1676 \N \N \N \N \N \N \N \N LIF f \N \N \N +886 1928 1677 \N \N \N \N \N \N \N \N LIF f \N \N \N +887 1929 1678 \N \N \N \N \N \N \N \N LIF f \N \N \N +888 1930 1679 \N \N \N \N \N \N \N \N LIF f \N \N \N +889 1931 1680 \N \N \N \N \N \N \N \N LIF f \N \N \N +890 1932 1681 \N \N \N \N \N \N \N \N LIF f \N \N \N +891 1933 1682 \N \N \N \N \N \N \N \N LIF f \N \N \N +892 1934 1683 \N \N \N \N \N \N \N \N LIF f \N \N \N +893 1935 1684 \N \N \N \N \N \N \N \N LIF f \N \N \N +894 1936 1685 \N \N \N \N \N \N \N \N LIF f \N \N \N +895 1937 1686 \N \N \N \N \N \N \N \N LIF f \N \N \N +896 1938 1687 \N \N \N \N \N \N \N \N LIF f \N \N \N +897 1939 1688 \N \N \N \N \N \N \N \N LIF f \N \N \N +898 1940 1689 \N \N \N \N \N \N \N \N LIF f \N \N \N +899 1941 1690 \N \N \N \N \N \N \N \N LIF f \N \N \N +907 1949 1701 \N \N \N \N \N \N \N \N LIF f \N \N \N +908 1950 1702 \N \N \N \N \N \N \N \N LIF f \N \N \N +909 1951 1703 \N \N \N \N \N \N \N \N LIF f \N \N \N +910 1952 1704 \N \N \N \N \N \N \N \N LIF f \N \N \N +911 1953 1705 \N \N \N \N \N \N \N \N LIF f \N \N \N +912 1954 1706 \N \N \N \N \N \N \N \N LIF f \N \N \N +913 1955 1707 \N \N \N \N \N \N \N \N LIF f \N \N \N +914 1956 1708 \N \N \N \N \N \N \N \N LIF f \N \N \N +915 1957 1709 \N \N \N \N \N \N \N \N LIF f \N \N \N +916 1958 1710 \N \N \N \N \N \N \N \N LIF f \N \N \N +917 1959 1711 \N \N \N \N \N \N \N \N LIF f \N \N \N +918 1960 1712 \N \N \N \N \N \N \N \N LIF f \N \N \N +919 1961 1713 \N \N \N \N \N \N \N \N LIF f \N \N \N +920 1962 1714 \N \N \N \N \N \N \N \N LIF f \N \N \N +921 1963 1715 \N \N \N \N \N \N \N \N LIF f \N \N \N +922 1964 1716 \N \N \N \N \N \N \N \N LIF f \N \N \N +923 1965 1717 \N \N \N \N \N \N \N \N LIF f \N \N \N +924 1966 1718 \N \N \N \N \N \N \N \N LIF f \N \N \N +925 1967 1719 \N \N \N \N \N \N \N \N LIF f \N \N \N +926 1968 1720 \N \N \N \N \N \N \N \N LIF f \N \N \N +927 1969 1721 \N \N \N \N \N \N \N \N LIF f \N \N \N +928 1970 1729 \N \N \N \N \N \N \N \N LIF f \N \N \N +929 1971 1730 \N \N \N \N \N \N \N \N LIF f \N \N \N +930 1972 1731 \N \N \N \N \N \N \N \N LIF f \N \N \N +931 1973 1732 \N \N \N \N \N \N \N \N LIF f \N \N \N +932 1974 1733 \N \N \N \N \N \N \N \N LIF f \N \N \N +933 1975 1734 \N \N \N \N \N \N \N \N LIF f \N \N \N +934 1976 1735 \N \N \N \N \N \N \N \N LIF f \N \N \N +935 1977 1736 \N \N \N \N \N \N \N \N LIF f \N \N \N +936 1978 1737 \N \N \N \N \N \N \N \N LIF f \N \N \N +937 1979 1738 \N \N \N \N \N \N \N \N LIF f \N \N \N +938 1980 1739 \N \N \N \N \N \N \N \N LIF f \N \N \N +939 1981 1740 \N \N \N \N \N \N \N \N LIF f \N \N \N +940 1982 1741 \N \N \N \N \N \N \N \N LIF f \N \N \N +941 1983 1742 \N \N \N \N \N \N \N \N LIF f \N \N \N +942 1984 1743 \N \N \N \N \N \N \N \N LIF f \N \N \N +943 1985 1744 \N \N \N \N \N \N \N \N LIF f \N \N \N +944 1986 1745 \N \N \N \N \N \N \N \N LIF f \N \N \N +945 1987 1746 \N \N \N \N \N \N \N \N LIF f \N \N \N +946 1988 1747 \N \N \N \N \N \N \N \N LIF f \N \N \N +947 1989 1748 \N \N \N \N \N \N \N \N LIF f \N \N \N +948 1990 1749 \N \N \N \N \N \N \N \N LIF f \N \N \N +949 1991 1750 \N \N \N \N \N \N \N \N LIF f \N \N \N +950 1992 1751 \N \N \N \N \N \N \N \N LIF f \N \N \N +951 1993 1752 \N \N \N \N \N \N \N \N LIF f \N \N \N +952 1994 1753 \N \N \N \N \N \N \N \N LIF f \N \N \N +953 1995 1754 \N \N \N \N \N \N \N \N LIF f \N \N \N +954 1996 1755 \N \N \N \N \N \N \N \N LIF f \N \N \N +955 1997 1756 \N \N \N \N \N \N \N \N LIF f \N \N \N +956 1998 1757 \N \N \N \N \N \N \N \N LIF f \N \N \N +957 1999 1758 \N \N \N \N \N \N \N \N LIF f \N \N \N +958 2000 1759 \N \N \N \N \N \N \N \N LIF f \N \N \N +959 2001 1760 \N \N \N \N \N \N \N \N LIF f \N \N \N +960 2002 1761 \N \N \N \N \N \N \N \N LIF f \N \N \N +1009 2051 1621 \N \N \N \N \N \N \N \N LIF f \N \N \N +1010 2052 1652 \N \N \N \N \N \N \N \N LIF f \N \N \N +1011 2053 1653 \N \N \N \N \N \N \N \N LIF f \N \N \N +1012 2054 1654 \N \N \N \N \N \N \N \N LIF f \N \N \N +1013 2055 1655 \N \N \N \N \N \N \N \N LIF f \N \N \N +1014 2056 1656 \N \N \N \N \N \N \N \N LIF f \N \N \N +1015 2057 1657 \N \N \N \N \N \N \N \N LIF f \N \N \N +1016 2058 1658 \N \N \N \N \N \N \N \N LIF f \N \N \N +1017 2059 1659 \N \N \N \N \N \N \N \N LIF f \N \N \N +1018 2060 1660 \N \N \N \N \N \N \N \N LIF f \N \N \N +1019 2061 1661 \N \N \N \N \N \N \N \N LIF f \N \N \N +1020 2062 1662 \N \N \N \N \N \N \N \N LIF f \N \N \N +1021 2063 1663 \N \N \N \N \N \N \N \N LIF f \N \N \N +1022 2064 1664 \N \N \N \N \N \N \N \N LIF f \N \N \N +1023 2065 1665 \N \N \N \N \N \N \N \N LIF f \N \N \N +1024 2066 1666 \N \N \N \N \N \N \N \N LIF f \N \N \N +1025 2067 1667 \N \N \N \N \N \N \N \N LIF f \N \N \N +1026 2068 1668 \N \N \N \N \N \N \N \N LIF f \N \N \N +1027 2069 1669 \N \N \N \N \N \N \N \N LIF f \N \N \N +1028 2070 1670 \N \N \N \N \N \N \N \N LIF f \N \N \N +1029 2071 1673 \N \N \N \N \N \N \N \N LIF f \N \N \N +1030 2072 1674 \N \N \N \N \N \N \N \N LIF f \N \N \N +1031 2073 1675 \N \N \N \N \N \N \N \N LIF f \N \N \N +1032 2074 1676 \N \N \N \N \N \N \N \N LIF f \N \N \N +1033 2075 1677 \N \N \N \N \N \N \N \N LIF f \N \N \N +1034 2076 1678 \N \N \N \N \N \N \N \N LIF f \N \N \N +1035 2077 1679 \N \N \N \N \N \N \N \N LIF f \N \N \N +1036 2078 1680 \N \N \N \N \N \N \N \N LIF f \N \N \N +1037 2079 1681 \N \N \N \N \N \N \N \N LIF f \N \N \N +1038 2080 1682 \N \N \N \N \N \N \N \N LIF f \N \N \N +1039 2081 1683 \N \N \N \N \N \N \N \N LIF f \N \N \N +1040 2082 1684 \N \N \N \N \N \N \N \N LIF f \N \N \N +1041 2083 1685 \N \N \N \N \N \N \N \N LIF f \N \N \N +1042 2084 1686 \N \N \N \N \N \N \N \N LIF f \N \N \N +1043 2085 1687 \N \N \N \N \N \N \N \N LIF f \N \N \N +1044 2086 1688 \N \N \N \N \N \N \N \N LIF f \N \N \N +1045 2087 1689 \N \N \N \N \N \N \N \N LIF f \N \N \N +1046 2088 1690 \N \N \N \N \N \N \N \N LIF f \N \N \N +1054 2096 1701 \N \N \N \N \N \N \N \N LIF f \N \N \N +1055 2097 1702 \N \N \N \N \N \N \N \N LIF f \N \N \N +1056 2098 1703 \N \N \N \N \N \N \N \N LIF f \N \N \N +1057 2099 1704 \N \N \N \N \N \N \N \N LIF f \N \N \N +1058 2100 1705 \N \N \N \N \N \N \N \N LIF f \N \N \N +1059 2101 1706 \N \N \N \N \N \N \N \N LIF f \N \N \N +1060 2102 1707 \N \N \N \N \N \N \N \N LIF f \N \N \N +1061 2103 1708 \N \N \N \N \N \N \N \N LIF f \N \N \N +1062 2104 1709 \N \N \N \N \N \N \N \N LIF f \N \N \N +1063 2105 1710 \N \N \N \N \N \N \N \N LIF f \N \N \N +1064 2106 1735 \N \N \N \N \N \N \N \N LIF f \N \N \N +1065 2107 1736 \N \N \N \N \N \N \N \N LIF f \N \N \N +1066 2108 1737 \N \N \N \N \N \N \N \N LIF f \N \N \N +1067 2109 1738 \N \N \N \N \N \N \N \N LIF f \N \N \N +1068 2110 1739 \N \N \N \N \N \N \N \N LIF f \N \N \N +1069 2111 1740 \N \N \N \N \N \N \N \N LIF f \N \N \N +1070 2112 1747 \N \N \N \N \N \N \N \N LIF f \N \N \N +1071 2113 1748 \N \N \N \N \N \N \N \N LIF f \N \N \N +1072 2114 1749 \N \N \N \N \N \N \N \N LIF f \N \N \N +1073 2115 1750 \N \N \N \N \N \N \N \N LIF f \N \N \N +1074 2116 1751 \N \N \N \N \N \N \N \N LIF f \N \N \N +1075 2117 1752 \N \N \N \N \N \N \N \N LIF f \N \N \N +1076 2118 1753 \N \N \N \N \N \N \N \N LIF f \N \N \N +1077 2119 1754 \N \N \N \N \N \N \N \N LIF f \N \N \N +1078 2120 1755 \N \N \N \N \N \N \N \N LIF f \N \N \N +1079 2121 1756 \N \N \N \N \N \N \N \N LIF f \N \N \N +1080 2122 1757 \N \N \N \N \N \N \N \N LIF f \N \N \N +961 2003 1764 \N \N \N \N \N \N \N \N LIF f \N \N \N +962 2004 1765 \N \N \N \N \N \N \N \N LIF f \N \N \N +963 2005 1766 \N \N \N \N \N \N \N \N LIF f \N \N \N +1160 2314 2192 \N \N \N \N \N \N \N \N LIF f \N \N \N +1125 2279 2193 \N \N \N \N \N \N \N \N LIF f \N \N \N +1161 2315 2193 \N \N \N \N \N \N \N \N LIF f \N \N \N +1126 2280 2194 \N \N \N \N \N \N \N \N LIF f \N \N \N +1162 2316 2194 \N \N \N \N \N \N \N \N LIF f \N \N \N +1127 2281 2195 \N \N \N \N \N \N \N \N LIF f \N \N \N +1163 2317 2195 \N \N \N \N \N \N \N \N LIF f \N \N \N +1128 2282 2196 \N \N \N \N \N \N \N \N LIF f \N \N \N +1164 2318 2196 \N \N \N \N \N \N \N \N LIF f \N \N \N +1188 2342 2246 \N \N \N \N \N \N \N \N LIF f \N \N \N +1189 2343 2247 \N \N \N \N \N \N \N \N LIF f \N \N \N +1190 2344 2248 \N \N \N \N \N \N \N \N LIF f \N \N \N +1191 2345 2249 \N \N \N \N \N \N \N \N LIF f \N \N \N +1192 2346 2250 \N \N \N \N \N \N \N \N LIF f \N \N \N +1193 2347 2251 \N \N \N \N \N \N \N \N LIF f \N \N \N +1194 2348 2252 \N \N \N \N \N \N \N \N LIF f \N \N \N +1195 2349 2253 \N \N \N \N \N \N \N \N LIF f \N \N \N +1196 2350 2257 \N \N \N \N \N \N \N \N LIF f \N \N \N +1197 2351 2258 \N \N \N \N \N \N \N \N LIF f \N \N \N +1198 2352 2259 \N \N \N \N \N \N \N \N LIF f \N \N \N +1199 2353 2260 \N \N \N \N \N \N \N \N LIF f \N \N \N +1200 2354 2261 \N \N \N \N \N \N \N \N LIF f \N \N \N +1135 2289 2266 \N \N \N \N \N \N \N \N LIF f \N \N \N +1292 2596 2487 \N \N \N \N \N \N \N \N LIF f \N \N \N +1293 2597 2488 \N \N \N \N \N \N \N \N LIF f \N \N \N +1294 2598 2489 \N \N \N \N \N \N \N \N LIF f \N \N \N +1295 2599 2490 \N \N \N \N \N \N \N \N LIF f \N \N \N +1296 2600 2491 \N \N \N \N \N \N \N \N LIF f \N \N \N +1297 2601 2492 \N \N \N \N \N \N \N \N LIF f \N \N \N +1298 2602 2493 \N \N \N \N \N \N \N \N LIF f \N \N \N +1299 2603 2494 \N \N \N \N \N \N \N \N LIF f \N \N \N +1300 2604 2495 \N \N \N \N \N \N \N \N LIF f \N \N \N +1301 2605 2496 \N \N \N \N \N \N \N \N LIF f \N \N \N +1302 2606 2497 \N \N \N \N \N \N \N \N LIF f \N \N \N +1303 2607 2498 \N \N \N \N \N \N \N \N LIF f \N \N \N +1304 2608 2499 \N \N \N \N \N \N \N \N LIF f \N \N \N +1305 2609 2500 \N \N \N \N \N \N \N \N LIF f \N \N \N +1306 2610 2501 \N \N \N \N \N \N \N \N LIF f \N \N \N +1307 2611 2502 \N \N \N \N \N \N \N \N LIF f \N \N \N +1308 2612 2503 \N \N \N \N \N \N \N \N LIF f \N \N \N +1309 2613 2504 \N \N \N \N \N \N \N \N LIF f \N \N \N +1310 2614 2505 \N \N \N \N \N \N \N \N LIF f \N \N \N +1311 2615 2506 \N \N \N \N \N \N \N \N LIF f \N \N \N +1312 2616 2507 \N \N \N \N \N \N \N \N LIF f \N \N \N +1313 2617 2508 \N \N \N \N \N \N \N \N LIF f \N \N \N +1314 2618 2511 \N \N \N \N \N \N \N \N LIF f \N \N \N +1315 2619 2512 \N \N \N \N \N \N \N \N LIF f \N \N \N +1316 2620 2513 \N \N \N \N \N \N \N \N LIF f \N \N \N +1317 2621 2514 \N \N \N \N \N \N \N \N LIF f \N \N \N +1318 2622 2517 \N \N \N \N \N \N \N \N LIF f \N \N \N +1319 2623 2518 \N \N \N \N \N \N \N \N LIF f \N \N \N +1320 2624 2519 \N \N \N \N \N \N \N \N LIF f \N \N \N +1397 2869 2714 \N \N \N \N \N \N \N \N LIF f \N \N \N +1398 2870 2715 \N \N \N \N \N \N \N \N LIF f \N \N \N +1399 2871 2716 \N \N \N \N \N \N \N \N LIF f \N \N \N +1400 2872 2717 \N \N \N \N \N \N \N \N LIF f \N \N \N +1401 2873 2718 \N \N \N \N \N \N \N \N LIF f \N \N \N +1402 2874 2719 \N \N \N \N \N \N \N \N LIF f \N \N \N +1403 2875 2720 \N \N \N \N \N \N \N \N LIF f \N \N \N +1404 2876 2721 \N \N \N \N \N \N \N \N LIF f \N \N \N +1405 2877 2722 \N \N \N \N \N \N \N \N LIF f \N \N \N +601 1324 757 \N \N \N \N \N \N \N \N LIF f \N \N \N +602 1325 758 \N \N \N \N \N \N \N \N LIF f \N \N \N +603 1326 759 \N \N \N \N \N \N \N \N LIF f \N \N \N +604 1327 760 \N \N \N \N \N \N \N \N LIF f \N \N \N +605 1328 761 \N \N \N \N \N \N \N \N LIF f \N \N \N +606 1329 762 \N \N \N \N \N \N \N \N LIF f \N \N \N +607 1330 763 \N \N \N \N \N \N \N \N LIF f \N \N \N +707 1430 863 \N \N \N \N \N \N \N \N LIF f \N \N \N +708 1431 864 \N \N \N \N \N \N \N \N LIF f \N \N \N +709 1432 865 \N \N \N \N \N \N \N \N LIF f \N \N \N +710 1433 866 \N \N \N \N \N \N \N \N LIF f \N \N \N +711 1434 867 \N \N \N \N \N \N \N \N LIF f \N \N \N +712 1435 868 \N \N \N \N \N \N \N \N LIF f \N \N \N +1406 2878 2723 \N \N \N \N \N \N \N \N LIF f \N \N \N +1407 2879 2724 \N \N \N \N \N \N \N \N LIF f \N \N \N +1408 2880 2725 \N \N \N \N \N \N \N \N LIF f \N \N \N +1409 2881 2726 \N \N \N \N \N \N \N \N LIF f \N \N \N +1410 2882 2727 \N \N \N \N \N \N \N \N LIF f \N \N \N +1411 2883 2728 \N \N \N \N \N \N \N \N LIF f \N \N \N +1412 2884 2729 \N \N \N \N \N \N \N \N LIF f \N \N \N +1413 2885 2730 \N \N \N \N \N \N \N \N LIF f \N \N \N +1414 2886 2731 \N \N \N \N \N \N \N \N LIF f \N \N \N +1415 2887 2732 \N \N \N \N \N \N \N \N LIF f \N \N \N +1416 2888 2733 \N \N \N \N \N \N \N \N LIF f \N \N \N +1417 2889 2734 \N \N \N \N \N \N \N \N LIF f \N \N \N +2179 4465 3660 \N \N \N \N \N \N \N \N LIF f \N \N \N +2180 4466 3661 \N \N \N \N \N \N \N \N LIF f \N \N \N +2181 4467 3662 \N \N \N \N \N \N \N \N LIF f \N \N \N +2182 4468 3663 \N \N \N \N \N \N \N \N LIF f \N \N \N +2183 4469 3664 \N \N \N \N \N \N \N \N LIF f \N \N \N +2184 4470 3665 \N \N \N \N \N \N \N \N LIF f \N \N \N +2185 4471 3666 \N \N \N \N \N \N \N \N LIF f \N \N \N +2186 4472 3667 \N \N \N \N \N \N \N \N LIF f \N \N \N +2187 4473 3668 \N \N \N \N \N \N \N \N LIF f \N \N \N +2188 4474 3669 \N \N \N \N \N \N \N \N LIF f \N \N \N +2189 4475 3670 \N \N \N \N \N \N \N \N LIF f \N \N \N +2190 4476 3671 \N \N \N \N \N \N \N \N LIF f \N \N \N +2191 4477 3672 \N \N \N \N \N \N \N \N LIF f \N \N \N +2192 4478 3673 \N \N \N \N \N \N \N \N LIF f \N \N \N +2247 4654 4533 \N \N \N \N \N \N \N \N LIF f \N \N \N +2248 4655 4534 \N \N \N \N \N \N \N \N LIF f \N \N \N +2249 4656 4535 \N \N \N \N \N \N \N \N LIF f \N \N \N +2250 4657 4536 \N \N \N \N \N \N \N \N LIF f \N \N \N +2251 4658 4537 \N \N \N \N \N \N \N \N LIF f \N \N \N +2252 4659 4538 \N \N \N \N \N \N \N \N LIF f \N \N \N +2253 4660 4539 \N \N \N \N \N \N \N \N LIF f \N \N \N +2254 4661 4540 \N \N \N \N \N \N \N \N LIF f \N \N \N +2255 4662 4541 \N \N \N \N \N \N \N \N LIF f \N \N \N +2256 4663 4542 \N \N \N \N \N \N \N \N LIF f \N \N \N +2257 4664 4543 \N \N \N \N \N \N \N \N LIF f \N \N \N +2258 4665 4544 \N \N \N \N \N \N \N \N LIF f \N \N \N +2259 4666 4545 \N \N \N \N \N \N \N \N LIF f \N \N \N +2260 4667 4546 \N \N \N \N \N \N \N \N LIF f \N \N \N +2261 4668 4547 \N \N \N \N \N \N \N \N LIF f \N \N \N +2262 4669 4548 \N \N \N \N \N \N \N \N LIF f \N \N \N +2265 4672 4551 \N \N \N \N \N \N \N \N LIF f \N \N \N +2266 4673 4552 \N \N \N \N \N \N \N \N LIF f \N \N \N +2267 4674 4553 \N \N \N \N \N \N \N \N LIF f \N \N \N +2268 4675 4554 \N \N \N \N \N \N \N \N LIF f \N \N \N +2269 4676 4555 \N \N \N \N \N \N \N \N LIF f \N \N \N +2270 4677 4556 \N \N \N \N \N \N \N \N LIF f \N \N \N +2271 4678 4557 \N \N \N \N \N \N \N \N LIF f \N \N \N +2272 4679 4558 \N \N \N \N \N \N \N \N LIF f \N \N \N +2273 4680 4559 \N \N \N \N \N \N \N \N LIF f \N \N \N +2274 4681 4560 \N \N \N \N \N \N \N \N LIF f \N \N \N +2275 4682 4561 \N \N \N \N \N \N \N \N LIF f \N \N \N +2276 4683 4562 \N \N \N \N \N \N \N \N LIF f \N \N \N +2277 4684 4563 \N \N \N \N \N \N \N \N LIF f \N \N \N +56 195 58 \N \N \N \N \N \N \N \N LIF f \N \N \N +139 278 58 \N \N \N \N \N \N \N \N LIF f \N \N \N +57 196 59 \N \N \N \N \N \N \N \N LIF f \N \N \N +58 197 60 \N \N \N \N \N \N \N \N LIF f \N \N \N +59 198 61 \N \N \N \N \N \N \N \N LIF f \N \N \N +140 279 61 \N \N \N \N \N \N \N \N LIF f \N \N \N +60 199 62 \N \N \N \N \N \N \N \N LIF f \N \N \N +96 235 98 \N \N \N \N \N \N \N \N LIF f \N \N \N +97 236 99 \N \N \N \N \N \N \N \N LIF f \N \N \N +98 237 100 \N \N \N \N \N \N \N \N LIF f \N \N \N +99 238 101 \N \N \N \N \N \N \N \N LIF f \N \N \N +100 239 102 \N \N \N \N \N \N \N \N LIF f \N \N \N +1111 284 112 \N \N \N \N \N \N \N \N LIF f \N \N \N +1112 285 113 \N \N \N \N \N \N \N \N LIF f \N \N \N +1113 286 114 \N \N \N \N \N \N \N \N LIF f \N \N \N +129 268 138 \N \N \N \N \N \N \N \N LIF f \N \N \N +130 269 139 \N \N \N \N \N \N \N \N LIF f \N \N \N +713 1436 299 \N \N \N \N \N \N \N \N LIF f \N \N \N +716 1439 299 \N \N \N \N \N \N \N \N LIF f \N \N \N +717 1440 303 \N \N \N \N \N \N \N \N LIF f \N \N \N +155 878 306 \N \N \N \N \N \N \N \N LIF f \N \N \N +156 879 307 \N \N \N \N \N \N \N \N LIF f \N \N \N +157 880 308 \N \N \N \N \N \N \N \N LIF f \N \N \N +158 881 309 \N \N \N \N \N \N \N \N LIF f \N \N \N +714 1437 309 \N \N \N \N \N \N \N \N LIF f \N \N \N +2290 4697 4600 \N \N \N \N \N \N \N \N LIF f \N \N \N +2291 4698 4601 \N \N \N \N \N \N \N \N LIF f \N \N \N +2292 4699 4602 \N \N \N \N \N \N \N \N LIF f \N \N \N +2293 4700 4603 \N \N \N \N \N \N \N \N LIF f \N \N \N +2294 4701 4604 \N \N \N \N \N \N \N \N LIF f \N \N \N +2295 4702 4605 \N \N \N \N \N \N \N \N LIF f \N \N \N +2296 4703 4606 \N \N \N \N \N \N \N \N LIF f \N \N \N +2297 4704 4607 \N \N \N \N \N \N \N \N LIF f \N \N \N +2328 4735 4576 \N \N \N \N \N \N \N \N LIF f \N \N \N +2329 4736 4577 \N \N \N \N \N \N \N \N LIF f \N \N \N +2330 4737 4578 \N \N \N \N \N \N \N \N LIF f \N \N \N +2331 4738 4580 \N \N \N \N \N \N \N \N LIF f \N \N \N +2332 4739 4581 \N \N \N \N \N \N \N \N LIF f \N \N \N +737 1779 1506 \N \N \N \N \N \N \N \N LIF f \N \N \N +738 1780 1507 \N \N \N \N \N \N \N \N LIF f \N \N \N +739 1781 1508 \N \N \N \N \N \N \N \N LIF f \N \N \N +740 1782 1509 \N \N \N \N \N \N \N \N LIF f \N \N \N +741 1783 1510 \N \N \N \N \N \N \N \N LIF f \N \N \N +742 1784 1511 \N \N \N \N \N \N \N \N LIF f \N \N \N +743 1785 1512 \N \N \N \N \N \N \N \N LIF f \N \N \N +744 1786 1513 \N \N \N \N \N \N \N \N LIF f \N \N \N +725 1767 1524 \N \N \N \N \N \N \N \N LIF f \N \N \N +726 1768 1525 \N \N \N \N \N \N \N \N LIF f \N \N \N +727 1769 1526 \N \N \N \N \N \N \N \N LIF f \N \N \N +728 1770 1527 \N \N \N \N \N \N \N \N LIF f \N \N \N +729 1771 1528 \N \N \N \N \N \N \N \N LIF f \N \N \N +730 1772 1529 \N \N \N \N \N \N \N \N LIF f \N \N \N +731 1773 1530 \N \N \N \N \N \N \N \N LIF f \N \N \N +732 1774 1531 \N \N \N \N \N \N \N \N LIF f \N \N \N +750 1792 1536 \N \N \N \N \N \N \N \N LIF f \N \N \N +751 1793 1537 \N \N \N \N \N \N \N \N LIF f \N \N \N +752 1794 1538 \N \N \N \N \N \N \N \N LIF f \N \N \N +753 1795 1539 \N \N \N \N \N \N \N \N LIF f \N \N \N +754 1796 1540 \N \N \N \N \N \N \N \N LIF f \N \N \N +755 1797 1541 \N \N \N \N \N \N \N \N LIF f \N \N \N +756 1798 1542 \N \N \N \N \N \N \N \N LIF f \N \N \N +757 1799 1543 \N \N \N \N \N \N \N \N LIF f \N \N \N +758 1800 1544 \N \N \N \N \N \N \N \N LIF f \N \N \N +862 1904 1652 \N \N \N \N \N \N \N \N LIF f \N \N \N +863 1905 1653 \N \N \N \N \N \N \N \N LIF f \N \N \N +864 1906 1654 \N \N \N \N \N \N \N \N LIF f \N \N \N +865 1907 1655 \N \N \N \N \N \N \N \N LIF f \N \N \N +866 1908 1656 \N \N \N \N \N \N \N \N LIF f \N \N \N +867 1909 1657 \N \N \N \N \N \N \N \N LIF f \N \N \N +868 1910 1658 \N \N \N \N \N \N \N \N LIF f \N \N \N +869 1911 1659 \N \N \N \N \N \N \N \N LIF f \N \N \N +870 1912 1660 \N \N \N \N \N \N \N \N LIF f \N \N \N +871 1913 1661 \N \N \N \N \N \N \N \N LIF f \N \N \N +872 1914 1662 \N \N \N \N \N \N \N \N LIF f \N \N \N +873 1915 1663 \N \N \N \N \N \N \N \N LIF f \N \N \N +874 1916 1664 \N \N \N \N \N \N \N \N LIF f \N \N \N +875 1917 1665 \N \N \N \N \N \N \N \N LIF f \N \N \N +876 1918 1666 \N \N \N \N \N \N \N \N LIF f \N \N \N +877 1919 1667 \N \N \N \N \N \N \N \N LIF f \N \N \N +878 1920 1668 \N \N \N \N \N \N \N \N LIF f \N \N \N +879 1921 1669 \N \N \N \N \N \N \N \N LIF f \N \N \N +880 1922 1671 \N \N \N \N \N \N \N \N LIF f \N \N \N +881 1923 1672 \N \N \N \N \N \N \N \N LIF f \N \N \N +882 1924 1673 \N \N \N \N \N \N \N \N LIF f \N \N \N +883 1925 1674 \N \N \N \N \N \N \N \N LIF f \N \N \N +967 2009 1511 \N \N \N \N \N \N \N \N LIF f \N \N \N +968 2010 1512 \N \N \N \N \N \N \N \N LIF f \N \N \N +980 2022 1581 \N \N \N \N \N \N \N \N LIF f \N \N \N +981 2023 1582 \N \N \N \N \N \N \N \N LIF f \N \N \N +982 2024 1583 \N \N \N \N \N \N \N \N LIF f \N \N \N +983 2025 1584 \N \N \N \N \N \N \N \N LIF f \N \N \N +984 2026 1585 \N \N \N \N \N \N \N \N LIF f \N \N \N +985 2027 1586 \N \N \N \N \N \N \N \N LIF f \N \N \N +986 2028 1587 \N \N \N \N \N \N \N \N LIF f \N \N \N +987 2029 1588 \N \N \N \N \N \N \N \N LIF f \N \N \N +988 2030 1589 \N \N \N \N \N \N \N \N LIF f \N \N \N +989 2031 1590 \N \N \N \N \N \N \N \N LIF f \N \N \N +990 2032 1591 \N \N \N \N \N \N \N \N LIF f \N \N \N +991 2033 1593 \N \N \N \N \N \N \N \N LIF f \N \N \N +992 2034 1594 \N \N \N \N \N \N \N \N LIF f \N \N \N +1001 2043 1613 \N \N \N \N \N \N \N \N LIF f \N \N \N +1002 2044 1614 \N \N \N \N \N \N \N \N LIF f \N \N \N +1003 2045 1615 \N \N \N \N \N \N \N \N LIF f \N \N \N +1004 2046 1616 \N \N \N \N \N \N \N \N LIF f \N \N \N +1005 2047 1617 \N \N \N \N \N \N \N \N LIF f \N \N \N +1006 2048 1618 \N \N \N \N \N \N \N \N LIF f \N \N \N +1007 2049 1619 \N \N \N \N \N \N \N \N LIF f \N \N \N +1008 2050 1620 \N \N \N \N \N \N \N \N LIF f \N \N \N +1087 2129 1569 \N \N \N \N \N \N \N \N LIF f \N \N \N +1088 2130 1570 \N \N \N \N \N \N \N \N LIF f \N \N \N +1094 2136 1673 \N \N \N \N \N \N \N \N LIF f \N \N \N +1095 2137 1676 \N \N \N \N \N \N \N \N LIF f \N \N \N +1096 2138 1685 \N \N \N \N \N \N \N \N LIF f \N \N \N +1097 2139 1686 \N \N \N \N \N \N \N \N LIF f \N \N \N +1098 2140 1687 \N \N \N \N \N \N \N \N LIF f \N \N \N +1099 2141 1692 \N \N \N \N \N \N \N \N LIF f \N \N \N +1100 2142 1693 \N \N \N \N \N \N \N \N LIF f \N \N \N +1107 2149 1711 \N \N \N \N \N \N \N \N LIF f \N \N \N +1108 2150 1715 \N \N \N \N \N \N \N \N LIF f \N \N \N +1109 2151 1718 \N \N \N \N \N \N \N \N LIF f \N \N \N +1110 2152 1719 \N \N \N \N \N \N \N \N LIF f \N \N \N +1114 2153 1723 \N \N \N \N \N \N \N \N LIF f \N \N \N +1115 2154 1724 \N \N \N \N \N \N \N \N LIF f \N \N \N +1116 2155 1725 \N \N \N \N \N \N \N \N LIF f \N \N \N +1117 2156 1726 \N \N \N \N \N \N \N \N LIF f \N \N \N +1118 2157 1727 \N \N \N \N \N \N \N \N LIF f \N \N \N +1119 2158 1728 \N \N \N \N \N \N \N \N LIF f \N \N \N +1081 2123 1758 \N \N \N \N \N \N \N \N LIF f \N \N \N +1082 2124 1759 \N \N \N \N \N \N \N \N LIF f \N \N \N +1083 2125 1760 \N \N \N \N \N \N \N \N LIF f \N \N \N +1084 2126 1761 \N \N \N \N \N \N \N \N LIF f \N \N \N +1085 2127 1762 \N \N \N \N \N \N \N \N LIF f \N \N \N +1086 2128 1763 \N \N \N \N \N \N \N \N LIF f \N \N \N +1136 2290 2159 \N \N \N \N \N \N \N \N LIF f \N \N \N +1137 2291 2160 \N \N \N \N \N \N \N \N LIF f \N \N \N +1138 2292 2161 \N \N \N \N \N \N \N \N LIF f \N \N \N +1139 2293 2162 \N \N \N \N \N \N \N \N LIF f \N \N \N +1140 2294 2163 \N \N \N \N \N \N \N \N LIF f \N \N \N +1141 2295 2164 \N \N \N \N \N \N \N \N LIF f \N \N \N +1142 2296 2165 \N \N \N \N \N \N \N \N LIF f \N \N \N +1143 2297 2166 \N \N \N \N \N \N \N \N LIF f \N \N \N +1144 2298 2167 \N \N \N \N \N \N \N \N LIF f \N \N \N +1145 2299 2168 \N \N \N \N \N \N \N \N LIF f \N \N \N +1146 2300 2169 \N \N \N \N \N \N \N \N LIF f \N \N \N +1155 2309 2179 \N \N \N \N \N \N \N \N LIF f \N \N \N +1120 2274 2186 \N \N \N \N \N \N \N \N LIF f \N \N \N +1156 2310 2186 \N \N \N \N \N \N \N \N LIF f \N \N \N +1121 2275 2187 \N \N \N \N \N \N \N \N LIF f \N \N \N +1157 2311 2187 \N \N \N \N \N \N \N \N LIF f \N \N \N +1122 2276 2188 \N \N \N \N \N \N \N \N LIF f \N \N \N +1158 2312 2188 \N \N \N \N \N \N \N \N LIF f \N \N \N +1123 2277 2189 \N \N \N \N \N \N \N \N LIF f \N \N \N +1159 2313 2189 \N \N \N \N \N \N \N \N LIF f \N \N \N +1124 2278 2192 \N \N \N \N \N \N \N \N LIF f \N \N \N +1214 2368 2189 \N \N \N \N \N \N \N \N LIF f \N \N \N +1215 2369 2190 \N \N \N \N \N \N \N \N LIF f \N \N \N +1216 2370 2191 \N \N \N \N \N \N \N \N LIF f \N \N \N +1217 2371 2192 \N \N \N \N \N \N \N \N LIF f \N \N \N +1218 2372 2193 \N \N \N \N \N \N \N \N LIF f \N \N \N +1219 2373 2199 \N \N \N \N \N \N \N \N LIF f \N \N \N +1220 2374 2200 \N \N \N \N \N \N \N \N LIF f \N \N \N +1221 2375 2202 \N \N \N \N \N \N \N \N LIF f \N \N \N +1222 2376 2204 \N \N \N \N \N \N \N \N LIF f \N \N \N +1263 2417 2253 \N \N \N \N \N \N \N \N LIF f \N \N \N +1201 2355 2262 \N \N \N \N \N \N \N \N LIF f \N \N \N +1202 2356 2263 \N \N \N \N \N \N \N \N LIF f \N \N \N +1203 2357 2264 \N \N \N \N \N \N \N \N LIF f \N \N \N +1264 2418 2265 \N \N \N \N \N \N \N \N LIF f \N \N \N +1204 2358 2267 \N \N \N \N \N \N \N \N LIF f \N \N \N +1205 2359 2268 \N \N \N \N \N \N \N \N LIF f \N \N \N +1265 2569 2440 \N \N \N \N \N \N \N \N LIF f \N \N \N +1286 2590 2440 \N \N \N \N \N \N \N \N LIF f \N \N \N +1266 2570 2441 \N \N \N \N \N \N \N \N LIF f \N \N \N +1287 2591 2441 \N \N \N \N \N \N \N \N LIF f \N \N \N +1267 2571 2442 \N \N \N \N \N \N \N \N LIF f \N \N \N +1268 2572 2443 \N \N \N \N \N \N \N \N LIF f \N \N \N +1269 2573 2466 \N \N \N \N \N \N \N \N LIF f \N \N \N +1270 2574 2467 \N \N \N \N \N \N \N \N LIF f \N \N \N +1271 2575 2468 \N \N \N \N \N \N \N \N LIF f \N \N \N +1272 2576 2469 \N \N \N \N \N \N \N \N LIF f \N \N \N +1273 2577 2470 \N \N \N \N \N \N \N \N LIF f \N \N \N +1274 2578 2471 \N \N \N \N \N \N \N \N LIF f \N \N \N +1275 2579 2472 \N \N \N \N \N \N \N \N LIF f \N \N \N +1276 2580 2473 \N \N \N \N \N \N \N \N LIF f \N \N \N +1277 2581 2474 \N \N \N \N \N \N \N \N LIF f \N \N \N +1278 2582 2475 \N \N \N \N \N \N \N \N LIF f \N \N \N +1279 2583 2476 \N \N \N \N \N \N \N \N LIF f \N \N \N +1280 2584 2477 \N \N \N \N \N \N \N \N LIF f \N \N \N +1281 2585 2478 \N \N \N \N \N \N \N \N LIF f \N \N \N +1282 2586 2479 \N \N \N \N \N \N \N \N LIF f \N \N \N +1283 2587 2480 \N \N \N \N \N \N \N \N LIF f \N \N \N +1284 2588 2481 \N \N \N \N \N \N \N \N LIF f \N \N \N +1285 2589 2482 \N \N \N \N \N \N \N \N LIF f \N \N \N +1288 2592 2483 \N \N \N \N \N \N \N \N LIF f \N \N \N +1289 2593 2484 \N \N \N \N \N \N \N \N LIF f \N \N \N +1290 2594 2485 \N \N \N \N \N \N \N \N LIF f \N \N \N +1291 2595 2486 \N \N \N \N \N \N \N \N LIF f \N \N \N +1324 2628 2428 \N \N \N \N \N \N \N \N LIF f \N \N \N +1325 2629 2430 \N \N \N \N \N \N \N \N LIF f \N \N \N +1327 2631 2440 \N \N \N \N \N \N \N \N LIF f \N \N \N +1328 2632 2441 \N \N \N \N \N \N \N \N LIF f \N \N \N +1329 2633 2445 \N \N \N \N \N \N \N \N LIF f \N \N \N +1330 2634 2446 \N \N \N \N \N \N \N \N LIF f \N \N \N +1332 2636 2449 \N \N \N \N \N \N \N \N LIF f \N \N \N +1321 2625 2520 \N \N \N \N \N \N \N \N LIF f \N \N \N +1342 2814 2646 \N \N \N \N \N \N \N \N LIF f \N \N \N +1333 2805 2637 \N \N \N \N \N \N \N \N LIF f \N \N \N +1334 2806 2638 \N \N \N \N \N \N \N \N LIF f \N \N \N +1343 2815 2652 \N \N \N \N \N \N \N \N LIF f \N \N \N +1344 2816 2653 \N \N \N \N \N \N \N \N LIF f \N \N \N +1345 2817 2654 \N \N \N \N \N \N \N \N LIF f \N \N \N +1346 2818 2655 \N \N \N \N \N \N \N \N LIF f \N \N \N +1347 2819 2657 \N \N \N \N \N \N \N \N LIF f \N \N \N +1348 2820 2658 \N \N \N \N \N \N \N \N LIF f \N \N \N +1349 2821 2659 \N \N \N \N \N \N \N \N LIF f \N \N \N +1350 2822 2660 \N \N \N \N \N \N \N \N LIF f \N \N \N +1351 2823 2661 \N \N \N \N \N \N \N \N LIF f \N \N \N +1352 2824 2662 \N \N \N \N \N \N \N \N LIF f \N \N \N +1353 2825 2663 \N \N \N \N \N \N \N \N LIF f \N \N \N +1354 2826 2664 \N \N \N \N \N \N \N \N LIF f \N \N \N +1355 2827 2665 \N \N \N \N \N \N \N \N LIF f \N \N \N +1374 2846 2685 \N \N \N \N \N \N \N \N LIF f \N \N \N +1375 2847 2686 \N \N \N \N \N \N \N \N LIF f \N \N \N +1376 2848 2687 \N \N \N \N \N \N \N \N LIF f \N \N \N +1377 2849 2688 \N \N \N \N \N \N \N \N LIF f \N \N \N +1378 2850 2689 \N \N \N \N \N \N \N \N LIF f \N \N \N +1379 2851 2690 \N \N \N \N \N \N \N \N LIF f \N \N \N +1380 2852 2691 \N \N \N \N \N \N \N \N LIF f \N \N \N +1381 2853 2692 \N \N \N \N \N \N \N \N LIF f \N \N \N +1382 2854 2693 \N \N \N \N \N \N \N \N LIF f \N \N \N +1383 2855 2694 \N \N \N \N \N \N \N \N LIF f \N \N \N +1384 2856 2695 \N \N \N \N \N \N \N \N LIF f \N \N \N +1385 2857 2696 \N \N \N \N \N \N \N \N LIF f \N \N \N +1386 2858 2697 \N \N \N \N \N \N \N \N LIF f \N \N \N +1387 2859 2698 \N \N \N \N \N \N \N \N LIF f \N \N \N +1388 2860 2699 \N \N \N \N \N \N \N \N LIF f \N \N \N +1389 2861 2700 \N \N \N \N \N \N \N \N LIF f \N \N \N +1390 2862 2701 \N \N \N \N \N \N \N \N LIF f \N \N \N +1391 2863 2702 \N \N \N \N \N \N \N \N LIF f \N \N \N +1392 2864 2703 \N \N \N \N \N \N \N \N LIF f \N \N \N +1393 2865 2704 \N \N \N \N \N \N \N \N LIF f \N \N \N +1394 2866 2711 \N \N \N \N \N \N \N \N LIF f \N \N \N +1395 2867 2712 \N \N \N \N \N \N \N \N LIF f \N \N \N +1396 2868 2713 \N \N \N \N \N \N \N \N LIF f \N \N \N +1456 2928 2773 \N \N \N \N \N \N \N \N LIF f \N \N \N +1457 2929 2774 \N \N \N \N \N \N \N \N LIF f \N \N \N +1458 2930 2775 \N \N \N \N \N \N \N \N LIF f \N \N \N +1459 2931 2776 \N \N \N \N \N \N \N \N LIF f \N \N \N +1460 2932 2777 \N \N \N \N \N \N \N \N LIF f \N \N \N +1461 2933 2778 \N \N \N \N \N \N \N \N LIF f \N \N \N +1462 2934 2779 \N \N \N \N \N \N \N \N LIF f \N \N \N +1463 2935 2780 \N \N \N \N \N \N \N \N LIF f \N \N \N +1464 2936 2781 \N \N \N \N \N \N \N \N LIF f \N \N \N +1465 2937 2782 \N \N \N \N \N \N \N \N LIF f \N \N \N +1466 2938 2783 \N \N \N \N \N \N \N \N LIF f \N \N \N +1467 2939 2784 \N \N \N \N \N \N \N \N LIF f \N \N \N +1468 2940 2785 \N \N \N \N \N \N \N \N LIF f \N \N \N +1469 2941 2789 \N \N \N \N \N \N \N \N LIF f \N \N \N +1474 2941 2789 \N \N \N \N \N \N \N \N LIF f \N \N \N +1470 2942 2790 \N \N \N \N \N \N \N \N LIF f \N \N \N +1471 2943 2791 \N \N \N \N \N \N \N \N LIF f \N \N \N +1472 2944 2792 \N \N \N \N \N \N \N \N LIF f \N \N \N +1473 2945 2793 \N \N \N \N \N \N \N \N LIF f \N \N \N +1475 2946 2794 \N \N \N \N \N \N \N \N LIF f \N \N \N +1476 2947 2795 \N \N \N \N \N \N \N \N LIF f \N \N \N +1477 2948 2796 \N \N \N \N \N \N \N \N LIF f \N \N \N +1478 2949 2797 \N \N \N \N \N \N \N \N LIF f \N \N \N +1479 2950 2798 \N \N \N \N \N \N \N \N LIF f \N \N \N +1480 2951 2799 \N \N \N \N \N \N \N \N LIF f \N \N \N +1481 2952 2800 \N \N \N \N \N \N \N \N LIF f \N \N \N +1482 2953 2801 \N \N \N \N \N \N \N \N LIF f \N \N \N +1483 3770 2961 \N \N \N \N \N \N \N \N LIF f \N \N \N +1484 3771 2962 \N \N \N \N \N \N \N \N LIF f \N \N \N +1485 3772 2963 \N \N \N \N \N \N \N \N LIF f \N \N \N +1486 3773 2964 \N \N \N \N \N \N \N \N LIF f \N \N \N +1487 3774 2965 \N \N \N \N \N \N \N \N LIF f \N \N \N +1488 3775 2966 \N \N \N \N \N \N \N \N LIF f \N \N \N +1489 3776 2967 \N \N \N \N \N \N \N \N LIF f \N \N \N +1490 3777 2968 \N \N \N \N \N \N \N \N LIF f \N \N \N +1491 3778 2969 \N \N \N \N \N \N \N \N LIF f \N \N \N +1492 3779 2970 \N \N \N \N \N \N \N \N LIF f \N \N \N +1493 3780 2971 \N \N \N \N \N \N \N \N LIF f \N \N \N +1494 3781 2972 \N \N \N \N \N \N \N \N LIF f \N \N \N +1501 3788 2979 \N \N \N \N \N \N \N \N LIF f \N \N \N +1502 3789 2980 \N \N \N \N \N \N \N \N LIF f \N \N \N +1503 3790 2981 \N \N \N \N \N \N \N \N LIF f \N \N \N +1504 3791 2982 \N \N \N \N \N \N \N \N LIF f \N \N \N +1505 3792 2983 \N \N \N \N \N \N \N \N LIF f \N \N \N +1506 3793 2984 \N \N \N \N \N \N \N \N LIF f \N \N \N +1507 3794 2985 \N \N \N \N \N \N \N \N LIF f \N \N \N +1508 3795 2986 \N \N \N \N \N \N \N \N LIF f \N \N \N +1509 3796 2987 \N \N \N \N \N \N \N \N LIF f \N \N \N +1510 3797 2988 \N \N \N \N \N \N \N \N LIF f \N \N \N +1511 3798 2989 \N \N \N \N \N \N \N \N LIF f \N \N \N +1512 3799 2990 \N \N \N \N \N \N \N \N LIF f \N \N \N +1513 3800 2991 \N \N \N \N \N \N \N \N LIF f \N \N \N +1514 3801 2992 \N \N \N \N \N \N \N \N LIF f \N \N \N +1515 3802 2993 \N \N \N \N \N \N \N \N LIF f \N \N \N +1516 3803 2994 \N \N \N \N \N \N \N \N LIF f \N \N \N +1517 3804 2995 \N \N \N \N \N \N \N \N LIF f \N \N \N +2333 4740 4582 \N \N \N \N \N \N \N \N LIF f \N \N \N +2334 4741 4583 \N \N \N \N \N \N \N \N LIF f \N \N \N +2335 4742 4584 \N \N \N \N \N \N \N \N LIF f \N \N \N +2336 4743 4585 \N \N \N \N \N \N \N \N LIF f \N \N \N +2337 4744 4586 \N \N \N \N \N \N \N \N LIF f \N \N \N +2338 4745 4587 \N \N \N \N \N \N \N \N LIF f \N \N \N +2339 4746 4588 \N \N \N \N \N \N \N \N LIF f \N \N \N +2340 4747 4589 \N \N \N \N \N \N \N \N LIF f \N \N \N +2341 4748 4590 \N \N \N \N \N \N \N \N LIF f \N \N \N +2342 4749 4591 \N \N \N \N \N \N \N \N LIF f \N \N \N +2343 4750 4592 \N \N \N \N \N \N \N \N LIF f \N \N \N +2344 4751 4593 \N \N \N \N \N \N \N \N LIF f \N \N \N +2345 4752 4594 \N \N \N \N \N \N \N \N LIF f \N \N \N +2321 4728 4631 \N \N \N \N \N \N \N \N LIF f \N \N \N +2322 4729 4632 \N \N \N \N \N \N \N \N LIF f \N \N \N +2323 4730 4633 \N \N \N \N \N \N \N \N LIF f \N \N \N +2324 4731 4634 \N \N \N \N \N \N \N \N LIF f \N \N \N +2325 4732 4635 \N \N \N \N \N \N \N \N LIF f \N \N \N +2326 4733 4636 \N \N \N \N \N \N \N \N LIF f \N \N \N +2327 4734 4637 \N \N \N \N \N \N \N \N LIF f \N \N \N +718 1441 309 \N \N \N \N \N \N \N \N LIF f \N \N \N +159 882 310 \N \N \N \N \N \N \N \N LIF f \N \N \N +719 1442 310 \N \N \N \N \N \N \N \N LIF f \N \N \N +160 883 311 \N \N \N \N \N \N \N \N LIF f \N \N \N +161 884 312 \N \N \N \N \N \N \N \N LIF f \N \N \N +720 1443 312 \N \N \N \N \N \N \N \N LIF f \N \N \N +162 885 313 \N \N \N \N \N \N \N \N LIF f \N \N \N +163 886 314 \N \N \N \N \N \N \N \N LIF f \N \N \N +164 887 315 \N \N \N \N \N \N \N \N LIF f \N \N \N +165 888 316 \N \N \N \N \N \N \N \N LIF f \N \N \N +166 889 317 \N \N \N \N \N \N \N \N LIF f \N \N \N +167 890 318 \N \N \N \N \N \N \N \N LIF f \N \N \N +168 891 319 \N \N \N \N \N \N \N \N LIF f \N \N \N +169 892 320 \N \N \N \N \N \N \N \N LIF f \N \N \N +715 1438 320 \N \N \N \N \N \N \N \N LIF f \N \N \N +721 1444 320 \N \N \N \N \N \N \N \N LIF f \N \N \N +170 893 321 \N \N \N \N \N \N \N \N LIF f \N \N \N +171 894 322 \N \N \N \N \N \N \N \N LIF f \N \N \N +172 895 323 \N \N \N \N \N \N \N \N LIF f \N \N \N +722 1444 323 \N \N \N \N \N \N \N \N LIF f \N \N \N +173 896 324 \N \N \N \N \N \N \N \N LIF f \N \N \N +723 1442 324 \N \N \N \N \N \N \N \N LIF f \N \N \N +174 897 325 \N \N \N \N \N \N \N \N LIF f \N \N \N +724 1439 325 \N \N \N \N \N \N \N \N LIF f \N \N \N +175 898 326 \N \N \N \N \N \N \N \N LIF f \N \N \N +176 899 327 \N \N \N \N \N \N \N \N LIF f \N \N \N +177 900 328 \N \N \N \N \N \N \N \N LIF f \N \N \N +178 901 329 \N \N \N \N \N \N \N \N LIF f \N \N \N +179 902 330 \N \N \N \N \N \N \N \N LIF f \N \N \N +180 903 331 \N \N \N \N \N \N \N \N LIF f \N \N \N +181 904 332 \N \N \N \N \N \N \N \N LIF f \N \N \N +182 905 333 \N \N \N \N \N \N \N \N LIF f \N \N \N +183 906 334 \N \N \N \N \N \N \N \N LIF f \N \N \N +2237 4644 4523 \N \N \N \N \N \N \N \N LIF f \N \N \N +2238 4645 4524 \N \N \N \N \N \N \N \N LIF f \N \N \N +2239 4646 4525 \N \N \N \N \N \N \N \N LIF f \N \N \N +2240 4647 4526 \N \N \N \N \N \N \N \N LIF f \N \N \N +2241 4648 4527 \N \N \N \N \N \N \N \N LIF f \N \N \N +218 941 374 \N \N \N \N \N \N \N \N LIF f \N \N \N +219 942 375 \N \N \N \N \N \N \N \N LIF f \N \N \N +220 943 376 \N \N \N \N \N \N \N \N LIF f \N \N \N +221 944 377 \N \N \N \N \N \N \N \N LIF f \N \N \N +306 1029 462 \N \N \N \N \N \N \N \N LIF f \N \N \N +396 1119 552 \N \N \N \N \N \N \N \N LIF f \N \N \N +241 964 397 \N \N \N \N \N \N \N \N LIF f \N \N \N +242 965 398 \N \N \N \N \N \N \N \N LIF f \N \N \N +243 966 399 \N \N \N \N \N \N \N \N LIF f \N \N \N +244 967 400 \N \N \N \N \N \N \N \N LIF f \N \N \N +245 968 401 \N \N \N \N \N \N \N \N LIF f \N \N \N +246 969 402 \N \N \N \N \N \N \N \N LIF f \N \N \N +247 970 403 \N \N \N \N \N \N \N \N LIF f \N \N \N +248 971 404 \N \N \N \N \N \N \N \N LIF f \N \N \N +249 972 405 \N \N \N \N \N \N \N \N LIF f \N \N \N +250 973 406 \N \N \N \N \N \N \N \N LIF f \N \N \N +251 974 407 \N \N \N \N \N \N \N \N LIF f \N \N \N +252 975 408 \N \N \N \N \N \N \N \N LIF f \N \N \N +253 976 409 \N \N \N \N \N \N \N \N LIF f \N \N \N +254 977 410 \N \N \N \N \N \N \N \N LIF f \N \N \N +255 978 411 \N \N \N \N \N \N \N \N LIF f \N \N \N +256 979 412 \N \N \N \N \N \N \N \N LIF f \N \N \N +257 980 413 \N \N \N \N \N \N \N \N LIF f \N \N \N +258 981 414 \N \N \N \N \N \N \N \N LIF f \N \N \N +259 982 415 \N \N \N \N \N \N \N \N LIF f \N \N \N +260 983 416 \N \N \N \N \N \N \N \N LIF f \N \N \N +261 984 417 \N \N \N \N \N \N \N \N LIF f \N \N \N +262 985 418 \N \N \N \N \N \N \N \N LIF f \N \N \N +263 986 419 \N \N \N \N \N \N \N \N LIF f \N \N \N +264 987 420 \N \N \N \N \N \N \N \N LIF f \N \N \N +265 988 421 \N \N \N \N \N \N \N \N LIF f \N \N \N +266 989 422 \N \N \N \N \N \N \N \N LIF f \N \N \N +267 990 423 \N \N \N \N \N \N \N \N LIF f \N \N \N +268 991 424 \N \N \N \N \N \N \N \N LIF f \N \N \N +269 992 425 \N \N \N \N \N \N \N \N LIF f \N \N \N +270 993 426 \N \N \N \N \N \N \N \N LIF f \N \N \N +271 994 427 \N \N \N \N \N \N \N \N LIF f \N \N \N +272 995 428 \N \N \N \N \N \N \N \N LIF f \N \N \N +273 996 429 \N \N \N \N \N \N \N \N LIF f \N \N \N +274 997 430 \N \N \N \N \N \N \N \N LIF f \N \N \N +275 998 431 \N \N \N \N \N \N \N \N LIF f \N \N \N +276 999 432 \N \N \N \N \N \N \N \N LIF f \N \N \N +277 1000 433 \N \N \N \N \N \N \N \N LIF f \N \N \N +278 1001 434 \N \N \N \N \N \N \N \N LIF f \N \N \N +279 1002 435 \N \N \N \N \N \N \N \N LIF f \N \N \N +280 1003 436 \N \N \N \N \N \N \N \N LIF f \N \N \N +281 1004 437 \N \N \N \N \N \N \N \N LIF f \N \N \N +282 1005 438 \N \N \N \N \N \N \N \N LIF f \N \N \N +283 1006 439 \N \N \N \N \N \N \N \N LIF f \N \N \N +284 1007 440 \N \N \N \N \N \N \N \N LIF f \N \N \N +285 1008 441 \N \N \N \N \N \N \N \N LIF f \N \N \N +286 1009 442 \N \N \N \N \N \N \N \N LIF f \N \N \N +287 1010 443 \N \N \N \N \N \N \N \N LIF f \N \N \N +288 1011 444 \N \N \N \N \N \N \N \N LIF f \N \N \N +289 1012 445 \N \N \N \N \N \N \N \N LIF f \N \N \N +290 1013 446 \N \N \N \N \N \N \N \N LIF f \N \N \N +291 1014 447 \N \N \N \N \N \N \N \N LIF f \N \N \N +292 1015 448 \N \N \N \N \N \N \N \N LIF f \N \N \N +293 1016 449 \N \N \N \N \N \N \N \N LIF f \N \N \N +294 1017 450 \N \N \N \N \N \N \N \N LIF f \N \N \N +295 1018 451 \N \N \N \N \N \N \N \N LIF f \N \N \N +296 1019 452 \N \N \N \N \N \N \N \N LIF f \N \N \N +297 1020 453 \N \N \N \N \N \N \N \N LIF f \N \N \N +298 1021 454 \N \N \N \N \N \N \N \N LIF f \N \N \N +299 1022 455 \N \N \N \N \N \N \N \N LIF f \N \N \N +300 1023 456 \N \N \N \N \N \N \N \N LIF f \N \N \N +301 1024 457 \N \N \N \N \N \N \N \N LIF f \N \N \N +302 1025 458 \N \N \N \N \N \N \N \N LIF f \N \N \N +303 1026 459 \N \N \N \N \N \N \N \N LIF f \N \N \N +304 1027 460 \N \N \N \N \N \N \N \N LIF f \N \N \N +305 1028 461 \N \N \N \N \N \N \N \N LIF f \N \N \N +307 1030 463 \N \N \N \N \N \N \N \N LIF f \N \N \N +308 1031 464 \N \N \N \N \N \N \N \N LIF f \N \N \N +309 1032 465 \N \N \N \N \N \N \N \N LIF f \N \N \N +310 1033 466 \N \N \N \N \N \N \N \N LIF f \N \N \N +311 1034 467 \N \N \N \N \N \N \N \N LIF f \N \N \N +312 1035 468 \N \N \N \N \N \N \N \N LIF f \N \N \N +313 1036 469 \N \N \N \N \N \N \N \N LIF f \N \N \N +314 1037 470 \N \N \N \N \N \N \N \N LIF f \N \N \N +315 1038 471 \N \N \N \N \N \N \N \N LIF f \N \N \N +316 1039 472 \N \N \N \N \N \N \N \N LIF f \N \N \N +317 1040 473 \N \N \N \N \N \N \N \N LIF f \N \N \N +318 1041 474 \N \N \N \N \N \N \N \N LIF f \N \N \N +319 1042 475 \N \N \N \N \N \N \N \N LIF f \N \N \N +320 1043 476 \N \N \N \N \N \N \N \N LIF f \N \N \N +321 1044 477 \N \N \N \N \N \N \N \N LIF f \N \N \N +322 1045 478 \N \N \N \N \N \N \N \N LIF f \N \N \N +323 1046 479 \N \N \N \N \N \N \N \N LIF f \N \N \N +324 1047 480 \N \N \N \N \N \N \N \N LIF f \N \N \N +325 1048 481 \N \N \N \N \N \N \N \N LIF f \N \N \N +326 1049 482 \N \N \N \N \N \N \N \N LIF f \N \N \N +327 1050 483 \N \N \N \N \N \N \N \N LIF f \N \N \N +328 1051 484 \N \N \N \N \N \N \N \N LIF f \N \N \N +329 1052 485 \N \N \N \N \N \N \N \N LIF f \N \N \N +330 1053 486 \N \N \N \N \N \N \N \N LIF f \N \N \N +331 1054 487 \N \N \N \N \N \N \N \N LIF f \N \N \N +332 1055 488 \N \N \N \N \N \N \N \N LIF f \N \N \N +333 1056 489 \N \N \N \N \N \N \N \N LIF f \N \N \N +334 1057 490 \N \N \N \N \N \N \N \N LIF f \N \N \N +335 1058 491 \N \N \N \N \N \N \N \N LIF f \N \N \N +336 1059 492 \N \N \N \N \N \N \N \N LIF f \N \N \N +337 1060 493 \N \N \N \N \N \N \N \N LIF f \N \N \N +338 1061 494 \N \N \N \N \N \N \N \N LIF f \N \N \N +339 1062 495 \N \N \N \N \N \N \N \N LIF f \N \N \N +340 1063 496 \N \N \N \N \N \N \N \N LIF f \N \N \N +341 1064 497 \N \N \N \N \N \N \N \N LIF f \N \N \N +342 1065 498 \N \N \N \N \N \N \N \N LIF f \N \N \N +343 1066 499 \N \N \N \N \N \N \N \N LIF f \N \N \N +344 1067 500 \N \N \N \N \N \N \N \N LIF f \N \N \N +345 1068 501 \N \N \N \N \N \N \N \N LIF f \N \N \N +346 1069 502 \N \N \N \N \N \N \N \N LIF f \N \N \N +347 1070 503 \N \N \N \N \N \N \N \N LIF f \N \N \N +348 1071 504 \N \N \N \N \N \N \N \N LIF f \N \N \N +349 1072 505 \N \N \N \N \N \N \N \N LIF f \N \N \N +350 1073 506 \N \N \N \N \N \N \N \N LIF f \N \N \N +351 1074 507 \N \N \N \N \N \N \N \N LIF f \N \N \N +352 1075 508 \N \N \N \N \N \N \N \N LIF f \N \N \N +353 1076 509 \N \N \N \N \N \N \N \N LIF f \N \N \N +354 1077 510 \N \N \N \N \N \N \N \N LIF f \N \N \N +355 1078 511 \N \N \N \N \N \N \N \N LIF f \N \N \N +356 1079 512 \N \N \N \N \N \N \N \N LIF f \N \N \N +357 1080 513 \N \N \N \N \N \N \N \N LIF f \N \N \N +358 1081 514 \N \N \N \N \N \N \N \N LIF f \N \N \N +359 1082 515 \N \N \N \N \N \N \N \N LIF f \N \N \N +360 1083 516 \N \N \N \N \N \N \N \N LIF f \N \N \N +361 1084 517 \N \N \N \N \N \N \N \N LIF f \N \N \N +362 1085 518 \N \N \N \N \N \N \N \N LIF f \N \N \N +363 1086 519 \N \N \N \N \N \N \N \N LIF f \N \N \N +364 1087 520 \N \N \N \N \N \N \N \N LIF f \N \N \N +365 1088 521 \N \N \N \N \N \N \N \N LIF f \N \N \N +366 1089 522 \N \N \N \N \N \N \N \N LIF f \N \N \N +367 1090 523 \N \N \N \N \N \N \N \N LIF f \N \N \N +368 1091 524 \N \N \N \N \N \N \N \N LIF f \N \N \N +369 1092 525 \N \N \N \N \N \N \N \N LIF f \N \N \N +370 1093 526 \N \N \N \N \N \N \N \N LIF f \N \N \N +371 1094 527 \N \N \N \N \N \N \N \N LIF f \N \N \N +372 1095 528 \N \N \N \N \N \N \N \N LIF f \N \N \N +373 1096 529 \N \N \N \N \N \N \N \N LIF f \N \N \N +374 1097 530 \N \N \N \N \N \N \N \N LIF f \N \N \N +375 1098 531 \N \N \N \N \N \N \N \N LIF f \N \N \N +376 1099 532 \N \N \N \N \N \N \N \N LIF f \N \N \N +377 1100 533 \N \N \N \N \N \N \N \N LIF f \N \N \N +378 1101 534 \N \N \N \N \N \N \N \N LIF f \N \N \N +379 1102 535 \N \N \N \N \N \N \N \N LIF f \N \N \N +380 1103 536 \N \N \N \N \N \N \N \N LIF f \N \N \N +381 1104 537 \N \N \N \N \N \N \N \N LIF f \N \N \N +382 1105 538 \N \N \N \N \N \N \N \N LIF f \N \N \N +383 1106 539 \N \N \N \N \N \N \N \N LIF f \N \N \N +384 1107 540 \N \N \N \N \N \N \N \N LIF f \N \N \N +385 1108 541 \N \N \N \N \N \N \N \N LIF f \N \N \N +386 1109 542 \N \N \N \N \N \N \N \N LIF f \N \N \N +387 1110 543 \N \N \N \N \N \N \N \N LIF f \N \N \N +388 1111 544 \N \N \N \N \N \N \N \N LIF f \N \N \N +389 1112 545 \N \N \N \N \N \N \N \N LIF f \N \N \N +390 1113 546 \N \N \N \N \N \N \N \N LIF f \N \N \N +391 1114 547 \N \N \N \N \N \N \N \N LIF f \N \N \N +392 1115 548 \N \N \N \N \N \N \N \N LIF f \N \N \N +393 1116 549 \N \N \N \N \N \N \N \N LIF f \N \N \N +394 1117 550 \N \N \N \N \N \N \N \N LIF f \N \N \N +395 1118 551 \N \N \N \N \N \N \N \N LIF f \N \N \N +397 1120 553 \N \N \N \N \N \N \N \N LIF f \N \N \N +398 1121 554 \N \N \N \N \N \N \N \N LIF f \N \N \N +399 1122 555 \N \N \N \N \N \N \N \N LIF f \N \N \N +400 1123 556 \N \N \N \N \N \N \N \N LIF f \N \N \N +401 1124 557 \N \N \N \N \N \N \N \N LIF f \N \N \N +402 1125 558 \N \N \N \N \N \N \N \N LIF f \N \N \N +403 1126 559 \N \N \N \N \N \N \N \N LIF f \N \N \N +404 1127 560 \N \N \N \N \N \N \N \N LIF f \N \N \N +405 1128 561 \N \N \N \N \N \N \N \N LIF f \N \N \N +406 1129 562 \N \N \N \N \N \N \N \N LIF f \N \N \N +407 1130 563 \N \N \N \N \N \N \N \N LIF f \N \N \N +408 1131 564 \N \N \N \N \N \N \N \N LIF f \N \N \N +409 1132 565 \N \N \N \N \N \N \N \N LIF f \N \N \N +410 1133 566 \N \N \N \N \N \N \N \N LIF f \N \N \N +411 1134 567 \N \N \N \N \N \N \N \N LIF f \N \N \N +412 1135 568 \N \N \N \N \N \N \N \N LIF f \N \N \N +413 1136 569 \N \N \N \N \N \N \N \N LIF f \N \N \N +414 1137 570 \N \N \N \N \N \N \N \N LIF f \N \N \N +415 1138 571 \N \N \N \N \N \N \N \N LIF f \N \N \N +416 1139 572 \N \N \N \N \N \N \N \N LIF f \N \N \N +417 1140 573 \N \N \N \N \N \N \N \N LIF f \N \N \N +418 1141 574 \N \N \N \N \N \N \N \N LIF f \N \N \N +419 1142 575 \N \N \N \N \N \N \N \N LIF f \N \N \N +420 1143 576 \N \N \N \N \N \N \N \N LIF f \N \N \N +421 1144 577 \N \N \N \N \N \N \N \N LIF f \N \N \N +422 1145 578 \N \N \N \N \N \N \N \N LIF f \N \N \N +423 1146 579 \N \N \N \N \N \N \N \N LIF f \N \N \N +424 1147 580 \N \N \N \N \N \N \N \N LIF f \N \N \N +425 1148 581 \N \N \N \N \N \N \N \N LIF f \N \N \N +426 1149 582 \N \N \N \N \N \N \N \N LIF f \N \N \N +427 1150 583 \N \N \N \N \N \N \N \N LIF f \N \N \N +428 1151 584 \N \N \N \N \N \N \N \N LIF f \N \N \N +429 1152 585 \N \N \N \N \N \N \N \N LIF f \N \N \N +430 1153 586 \N \N \N \N \N \N \N \N LIF f \N \N \N +431 1154 587 \N \N \N \N \N \N \N \N LIF f \N \N \N +432 1155 588 \N \N \N \N \N \N \N \N LIF f \N \N \N +433 1156 589 \N \N \N \N \N \N \N \N LIF f \N \N \N +434 1157 590 \N \N \N \N \N \N \N \N LIF f \N \N \N +435 1158 591 \N \N \N \N \N \N \N \N LIF f \N \N \N +436 1159 592 \N \N \N \N \N \N \N \N LIF f \N \N \N +437 1160 593 \N \N \N \N \N \N \N \N LIF f \N \N \N +438 1161 594 \N \N \N \N \N \N \N \N LIF f \N \N \N +439 1162 595 \N \N \N \N \N \N \N \N LIF f \N \N \N +440 1163 596 \N \N \N \N \N \N \N \N LIF f \N \N \N +441 1164 597 \N \N \N \N \N \N \N \N LIF f \N \N \N +442 1165 598 \N \N \N \N \N \N \N \N LIF f \N \N \N +443 1166 599 \N \N \N \N \N \N \N \N LIF f \N \N \N +444 1167 600 \N \N \N \N \N \N \N \N LIF f \N \N \N +445 1168 601 \N \N \N \N \N \N \N \N LIF f \N \N \N +446 1169 602 \N \N \N \N \N \N \N \N LIF f \N \N \N +447 1170 603 \N \N \N \N \N \N \N \N LIF f \N \N \N +448 1171 604 \N \N \N \N \N \N \N \N LIF f \N \N \N +449 1172 605 \N \N \N \N \N \N \N \N LIF f \N \N \N +450 1173 606 \N \N \N \N \N \N \N \N LIF f \N \N \N +451 1174 607 \N \N \N \N \N \N \N \N LIF f \N \N \N +452 1175 608 \N \N \N \N \N \N \N \N LIF f \N \N \N +453 1176 609 \N \N \N \N \N \N \N \N LIF f \N \N \N +454 1177 610 \N \N \N \N \N \N \N \N LIF f \N \N \N +455 1178 611 \N \N \N \N \N \N \N \N LIF f \N \N \N +456 1179 612 \N \N \N \N \N \N \N \N LIF f \N \N \N +457 1180 613 \N \N \N \N \N \N \N \N LIF f \N \N \N +458 1181 614 \N \N \N \N \N \N \N \N LIF f \N \N \N +459 1182 615 \N \N \N \N \N \N \N \N LIF f \N \N \N +460 1183 616 \N \N \N \N \N \N \N \N LIF f \N \N \N +461 1184 617 \N \N \N \N \N \N \N \N LIF f \N \N \N +462 1185 618 \N \N \N \N \N \N \N \N LIF f \N \N \N +463 1186 619 \N \N \N \N \N \N \N \N LIF f \N \N \N +464 1187 620 \N \N \N \N \N \N \N \N LIF f \N \N \N +465 1188 621 \N \N \N \N \N \N \N \N LIF f \N \N \N +466 1189 622 \N \N \N \N \N \N \N \N LIF f \N \N \N +467 1190 623 \N \N \N \N \N \N \N \N LIF f \N \N \N +468 1191 624 \N \N \N \N \N \N \N \N LIF f \N \N \N +469 1192 625 \N \N \N \N \N \N \N \N LIF f \N \N \N +470 1193 626 \N \N \N \N \N \N \N \N LIF f \N \N \N +471 1194 627 \N \N \N \N \N \N \N \N LIF f \N \N \N +472 1195 628 \N \N \N \N \N \N \N \N LIF f \N \N \N +473 1196 629 \N \N \N \N \N \N \N \N LIF f \N \N \N +474 1197 630 \N \N \N \N \N \N \N \N LIF f \N \N \N +475 1198 631 \N \N \N \N \N \N \N \N LIF f \N \N \N +476 1199 632 \N \N \N \N \N \N \N \N LIF f \N \N \N +477 1200 633 \N \N \N \N \N \N \N \N LIF f \N \N \N +478 1201 634 \N \N \N \N \N \N \N \N LIF f \N \N \N +479 1202 635 \N \N \N \N \N \N \N \N LIF f \N \N \N +480 1203 636 \N \N \N \N \N \N \N \N LIF f \N \N \N +481 1204 637 \N \N \N \N \N \N \N \N LIF f \N \N \N +482 1205 638 \N \N \N \N \N \N \N \N LIF f \N \N \N +483 1206 639 \N \N \N \N \N \N \N \N LIF f \N \N \N +484 1207 640 \N \N \N \N \N \N \N \N LIF f \N \N \N +485 1208 641 \N \N \N \N \N \N \N \N LIF f \N \N \N +486 1209 642 \N \N \N \N \N \N \N \N LIF f \N \N \N +487 1210 643 \N \N \N \N \N \N \N \N LIF f \N \N \N +488 1211 644 \N \N \N \N \N \N \N \N LIF f \N \N \N +489 1212 645 \N \N \N \N \N \N \N \N LIF f \N \N \N +490 1213 646 \N \N \N \N \N \N \N \N LIF f \N \N \N +491 1214 647 \N \N \N \N \N \N \N \N LIF f \N \N \N +492 1215 648 \N \N \N \N \N \N \N \N LIF f \N \N \N +493 1216 649 \N \N \N \N \N \N \N \N LIF f \N \N \N +494 1217 650 \N \N \N \N \N \N \N \N LIF f \N \N \N +495 1218 651 \N \N \N \N \N \N \N \N LIF f \N \N \N +496 1219 652 \N \N \N \N \N \N \N \N LIF f \N \N \N +497 1220 653 \N \N \N \N \N \N \N \N LIF f \N \N \N +498 1221 654 \N \N \N \N \N \N \N \N LIF f \N \N \N +499 1222 655 \N \N \N \N \N \N \N \N LIF f \N \N \N +500 1223 656 \N \N \N \N \N \N \N \N LIF f \N \N \N +501 1224 657 \N \N \N \N \N \N \N \N LIF f \N \N \N +502 1225 658 \N \N \N \N \N \N \N \N LIF f \N \N \N +503 1226 659 \N \N \N \N \N \N \N \N LIF f \N \N \N +504 1227 660 \N \N \N \N \N \N \N \N LIF f \N \N \N +505 1228 661 \N \N \N \N \N \N \N \N LIF f \N \N \N +506 1229 662 \N \N \N \N \N \N \N \N LIF f \N \N \N +507 1230 663 \N \N \N \N \N \N \N \N LIF f \N \N \N +508 1231 664 \N \N \N \N \N \N \N \N LIF f \N \N \N +509 1232 665 \N \N \N \N \N \N \N \N LIF f \N \N \N +510 1233 666 \N \N \N \N \N \N \N \N LIF f \N \N \N +511 1234 667 \N \N \N \N \N \N \N \N LIF f \N \N \N +512 1235 668 \N \N \N \N \N \N \N \N LIF f \N \N \N +513 1236 669 \N \N \N \N \N \N \N \N LIF f \N \N \N +514 1237 670 \N \N \N \N \N \N \N \N LIF f \N \N \N +515 1238 671 \N \N \N \N \N \N \N \N LIF f \N \N \N +516 1239 672 \N \N \N \N \N \N \N \N LIF f \N \N \N +517 1240 673 \N \N \N \N \N \N \N \N LIF f \N \N \N +518 1241 674 \N \N \N \N \N \N \N \N LIF f \N \N \N +519 1242 675 \N \N \N \N \N \N \N \N LIF f \N \N \N +520 1243 676 \N \N \N \N \N \N \N \N LIF f \N \N \N +521 1244 677 \N \N \N \N \N \N \N \N LIF f \N \N \N +522 1245 678 \N \N \N \N \N \N \N \N LIF f \N \N \N +523 1246 679 \N \N \N \N \N \N \N \N LIF f \N \N \N +524 1247 680 \N \N \N \N \N \N \N \N LIF f \N \N \N +525 1248 681 \N \N \N \N \N \N \N \N LIF f \N \N \N +526 1249 682 \N \N \N \N \N \N \N \N LIF f \N \N \N +527 1250 683 \N \N \N \N \N \N \N \N LIF f \N \N \N +528 1251 684 \N \N \N \N \N \N \N \N LIF f \N \N \N +529 1252 685 \N \N \N \N \N \N \N \N LIF f \N \N \N +530 1253 686 \N \N \N \N \N \N \N \N LIF f \N \N \N +531 1254 687 \N \N \N \N \N \N \N \N LIF f \N \N \N +532 1255 688 \N \N \N \N \N \N \N \N LIF f \N \N \N +533 1256 689 \N \N \N \N \N \N \N \N LIF f \N \N \N +534 1257 690 \N \N \N \N \N \N \N \N LIF f \N \N \N +535 1258 691 \N \N \N \N \N \N \N \N LIF f \N \N \N +536 1259 692 \N \N \N \N \N \N \N \N LIF f \N \N \N +537 1260 693 \N \N \N \N \N \N \N \N LIF f \N \N \N +538 1261 694 \N \N \N \N \N \N \N \N LIF f \N \N \N +539 1262 695 \N \N \N \N \N \N \N \N LIF f \N \N \N +540 1263 696 \N \N \N \N \N \N \N \N LIF f \N \N \N +541 1264 697 \N \N \N \N \N \N \N \N LIF f \N \N \N +542 1265 698 \N \N \N \N \N \N \N \N LIF f \N \N \N +543 1266 699 \N \N \N \N \N \N \N \N LIF f \N \N \N +544 1267 700 \N \N \N \N \N \N \N \N LIF f \N \N \N +545 1268 701 \N \N \N \N \N \N \N \N LIF f \N \N \N +546 1269 702 \N \N \N \N \N \N \N \N LIF f \N \N \N +547 1270 703 \N \N \N \N \N \N \N \N LIF f \N \N \N +548 1271 704 \N \N \N \N \N \N \N \N LIF f \N \N \N +549 1272 705 \N \N \N \N \N \N \N \N LIF f \N \N \N +550 1273 706 \N \N \N \N \N \N \N \N LIF f \N \N \N +551 1274 707 \N \N \N \N \N \N \N \N LIF f \N \N \N +552 1275 708 \N \N \N \N \N \N \N \N LIF f \N \N \N +553 1276 709 \N \N \N \N \N \N \N \N LIF f \N \N \N +554 1277 710 \N \N \N \N \N \N \N \N LIF f \N \N \N +555 1278 711 \N \N \N \N \N \N \N \N LIF f \N \N \N +556 1279 712 \N \N \N \N \N \N \N \N LIF f \N \N \N +557 1280 713 \N \N \N \N \N \N \N \N LIF f \N \N \N +558 1281 714 \N \N \N \N \N \N \N \N LIF f \N \N \N +559 1282 715 \N \N \N \N \N \N \N \N LIF f \N \N \N +560 1283 716 \N \N \N \N \N \N \N \N LIF f \N \N \N +561 1284 717 \N \N \N \N \N \N \N \N LIF f \N \N \N +562 1285 718 \N \N \N \N \N \N \N \N LIF f \N \N \N +563 1286 719 \N \N \N \N \N \N \N \N LIF f \N \N \N +564 1287 720 \N \N \N \N \N \N \N \N LIF f \N \N \N +565 1288 721 \N \N \N \N \N \N \N \N LIF f \N \N \N +566 1289 722 \N \N \N \N \N \N \N \N LIF f \N \N \N +567 1290 723 \N \N \N \N \N \N \N \N LIF f \N \N \N +568 1291 724 \N \N \N \N \N \N \N \N LIF f \N \N \N +569 1292 725 \N \N \N \N \N \N \N \N LIF f \N \N \N +570 1293 726 \N \N \N \N \N \N \N \N LIF f \N \N \N +571 1294 727 \N \N \N \N \N \N \N \N LIF f \N \N \N +572 1295 728 \N \N \N \N \N \N \N \N LIF f \N \N \N +573 1296 729 \N \N \N \N \N \N \N \N LIF f \N \N \N +574 1297 730 \N \N \N \N \N \N \N \N LIF f \N \N \N +575 1298 731 \N \N \N \N \N \N \N \N LIF f \N \N \N +576 1299 732 \N \N \N \N \N \N \N \N LIF f \N \N \N +577 1300 733 \N \N \N \N \N \N \N \N LIF f \N \N \N +578 1301 734 \N \N \N \N \N \N \N \N LIF f \N \N \N +579 1302 735 \N \N \N \N \N \N \N \N LIF f \N \N \N +580 1303 736 \N \N \N \N \N \N \N \N LIF f \N \N \N +581 1304 737 \N \N \N \N \N \N \N \N LIF f \N \N \N +582 1305 738 \N \N \N \N \N \N \N \N LIF f \N \N \N +583 1306 739 \N \N \N \N \N \N \N \N LIF f \N \N \N +584 1307 740 \N \N \N \N \N \N \N \N LIF f \N \N \N +585 1308 741 \N \N \N \N \N \N \N \N LIF f \N \N \N +586 1309 742 \N \N \N \N \N \N \N \N LIF f \N \N \N +587 1310 743 \N \N \N \N \N \N \N \N LIF f \N \N \N +588 1311 744 \N \N \N \N \N \N \N \N LIF f \N \N \N +589 1312 745 \N \N \N \N \N \N \N \N LIF f \N \N \N +590 1313 746 \N \N \N \N \N \N \N \N LIF f \N \N \N +591 1314 747 \N \N \N \N \N \N \N \N LIF f \N \N \N +592 1315 748 \N \N \N \N \N \N \N \N LIF f \N \N \N +593 1316 749 \N \N \N \N \N \N \N \N LIF f \N \N \N +594 1317 750 \N \N \N \N \N \N \N \N LIF f \N \N \N +595 1318 751 \N \N \N \N \N \N \N \N LIF f \N \N \N +596 1319 752 \N \N \N \N \N \N \N \N LIF f \N \N \N +597 1320 753 \N \N \N \N \N \N \N \N LIF f \N \N \N +598 1321 754 \N \N \N \N \N \N \N \N LIF f \N \N \N +599 1322 755 \N \N \N \N \N \N \N \N LIF f \N \N \N +600 1323 756 \N \N \N \N \N \N \N \N LIF f \N \N \N +608 1331 764 \N \N \N \N \N \N \N \N LIF f \N \N \N +609 1332 765 \N \N \N \N \N \N \N \N LIF f \N \N \N +610 1333 766 \N \N \N \N \N \N \N \N LIF f \N \N \N +611 1334 767 \N \N \N \N \N \N \N \N LIF f \N \N \N +612 1335 768 \N \N \N \N \N \N \N \N LIF f \N \N \N +613 1336 769 \N \N \N \N \N \N \N \N LIF f \N \N \N +614 1337 770 \N \N \N \N \N \N \N \N LIF f \N \N \N +615 1338 771 \N \N \N \N \N \N \N \N LIF f \N \N \N +616 1339 772 \N \N \N \N \N \N \N \N LIF f \N \N \N +617 1340 773 \N \N \N \N \N \N \N \N LIF f \N \N \N +618 1341 774 \N \N \N \N \N \N \N \N LIF f \N \N \N +619 1342 775 \N \N \N \N \N \N \N \N LIF f \N \N \N +620 1343 776 \N \N \N \N \N \N \N \N LIF f \N \N \N +621 1344 777 \N \N \N \N \N \N \N \N LIF f \N \N \N +622 1345 778 \N \N \N \N \N \N \N \N LIF f \N \N \N +623 1346 779 \N \N \N \N \N \N \N \N LIF f \N \N \N +624 1347 780 \N \N \N \N \N \N \N \N LIF f \N \N \N +625 1348 781 \N \N \N \N \N \N \N \N LIF f \N \N \N +626 1349 782 \N \N \N \N \N \N \N \N LIF f \N \N \N +627 1350 783 \N \N \N \N \N \N \N \N LIF f \N \N \N +628 1351 784 \N \N \N \N \N \N \N \N LIF f \N \N \N +629 1352 785 \N \N \N \N \N \N \N \N LIF f \N \N \N +630 1353 786 \N \N \N \N \N \N \N \N LIF f \N \N \N +631 1354 787 \N \N \N \N \N \N \N \N LIF f \N \N \N +632 1355 788 \N \N \N \N \N \N \N \N LIF f \N \N \N +633 1356 789 \N \N \N \N \N \N \N \N LIF f \N \N \N +634 1357 790 \N \N \N \N \N \N \N \N LIF f \N \N \N +635 1358 791 \N \N \N \N \N \N \N \N LIF f \N \N \N +636 1359 792 \N \N \N \N \N \N \N \N LIF f \N \N \N +637 1360 793 \N \N \N \N \N \N \N \N LIF f \N \N \N +638 1361 794 \N \N \N \N \N \N \N \N LIF f \N \N \N +639 1362 795 \N \N \N \N \N \N \N \N LIF f \N \N \N +640 1363 796 \N \N \N \N \N \N \N \N LIF f \N \N \N +641 1364 797 \N \N \N \N \N \N \N \N LIF f \N \N \N +642 1365 798 \N \N \N \N \N \N \N \N LIF f \N \N \N +643 1366 799 \N \N \N \N \N \N \N \N LIF f \N \N \N +644 1367 800 \N \N \N \N \N \N \N \N LIF f \N \N \N +645 1368 801 \N \N \N \N \N \N \N \N LIF f \N \N \N +646 1369 802 \N \N \N \N \N \N \N \N LIF f \N \N \N +647 1370 803 \N \N \N \N \N \N \N \N LIF f \N \N \N +648 1371 804 \N \N \N \N \N \N \N \N LIF f \N \N \N +649 1372 805 \N \N \N \N \N \N \N \N LIF f \N \N \N +650 1373 806 \N \N \N \N \N \N \N \N LIF f \N \N \N +651 1374 807 \N \N \N \N \N \N \N \N LIF f \N \N \N +652 1375 808 \N \N \N \N \N \N \N \N LIF f \N \N \N +653 1376 809 \N \N \N \N \N \N \N \N LIF f \N \N \N +654 1377 810 \N \N \N \N \N \N \N \N LIF f \N \N \N +655 1378 811 \N \N \N \N \N \N \N \N LIF f \N \N \N +656 1379 812 \N \N \N \N \N \N \N \N LIF f \N \N \N +657 1380 813 \N \N \N \N \N \N \N \N LIF f \N \N \N +658 1381 814 \N \N \N \N \N \N \N \N LIF f \N \N \N +659 1382 815 \N \N \N \N \N \N \N \N LIF f \N \N \N +660 1383 816 \N \N \N \N \N \N \N \N LIF f \N \N \N +661 1384 817 \N \N \N \N \N \N \N \N LIF f \N \N \N +662 1385 818 \N \N \N \N \N \N \N \N LIF f \N \N \N +663 1386 819 \N \N \N \N \N \N \N \N LIF f \N \N \N +664 1387 820 \N \N \N \N \N \N \N \N LIF f \N \N \N +665 1388 821 \N \N \N \N \N \N \N \N LIF f \N \N \N +666 1389 822 \N \N \N \N \N \N \N \N LIF f \N \N \N +667 1390 823 \N \N \N \N \N \N \N \N LIF f \N \N \N +668 1391 824 \N \N \N \N \N \N \N \N LIF f \N \N \N +669 1392 825 \N \N \N \N \N \N \N \N LIF f \N \N \N +2041 4328 3519 \N \N \N \N \N \N \N \N LIF f \N \N \N +2042 4329 3520 \N \N \N \N \N \N \N \N LIF f \N \N \N +2078 4365 3556 \N \N \N \N \N \N \N \N LIF f \N \N \N +2079 4366 3557 \N \N \N \N \N \N \N \N LIF f \N \N \N +2080 4367 3558 \N \N \N \N \N \N \N \N LIF f \N \N \N +2081 4368 3559 \N \N \N \N \N \N \N \N LIF f \N \N \N +2083 4370 3561 \N \N \N \N \N \N \N \N LIF f \N \N \N +2084 4371 3562 \N \N \N \N \N \N \N \N LIF f \N \N \N +2085 4372 3563 \N \N \N \N \N \N \N \N LIF f \N \N \N +2086 4373 3564 \N \N \N \N \N \N \N \N LIF f \N \N \N +2082 4369 3560 \N \N \N \N \N \N \N \N LIF f \N \N \N +2087 4374 3565 \N \N \N \N \N \N \N \N LIF f \N \N \N +2088 4375 3566 \N \N \N \N \N \N \N \N LIF f \N \N \N +2089 4376 3567 \N \N \N \N \N \N \N \N LIF f \N \N \N +2090 4377 3568 \N \N \N \N \N \N \N \N LIF f \N \N \N +2091 4378 3569 \N \N \N \N \N \N \N \N LIF f \N \N \N +2092 4379 3570 \N \N \N \N \N \N \N \N LIF f \N \N \N +2093 4380 3571 \N \N \N \N \N \N \N \N LIF f \N \N \N +2094 4381 3572 \N \N \N \N \N \N \N \N LIF f \N \N \N +2095 4382 3573 \N \N \N \N \N \N \N \N LIF f \N \N \N +2096 4383 3574 \N \N \N \N \N \N \N \N LIF f \N \N \N +2097 4384 3575 \N \N \N \N \N \N \N \N LIF f \N \N \N +2098 4385 3576 \N \N \N \N \N \N \N \N LIF f \N \N \N +2099 4386 3577 \N \N \N \N \N \N \N \N LIF f \N \N \N +2100 4387 3578 \N \N \N \N \N \N \N \N LIF f \N \N \N +2101 4388 3579 \N \N \N \N \N \N \N \N LIF f \N \N \N +2102 4389 3580 \N \N \N \N \N \N \N \N LIF f \N \N \N +2103 4390 3581 \N \N \N \N \N \N \N \N LIF f \N \N \N +2104 4391 3582 \N \N \N \N \N \N \N \N LIF f \N \N \N +2105 4392 3583 \N \N \N \N \N \N \N \N LIF f \N \N \N +2106 4393 3584 \N \N \N \N \N \N \N \N LIF f \N \N \N +2107 4394 3585 \N \N \N \N \N \N \N \N LIF f \N \N \N +2108 4395 3586 \N \N \N \N \N \N \N \N LIF f \N \N \N +2109 4396 3587 \N \N \N \N \N \N \N \N LIF f \N \N \N +2110 4397 3588 \N \N \N \N \N \N \N \N LIF f \N \N \N +2111 4398 3589 \N \N \N \N \N \N \N \N LIF f \N \N \N +2112 4399 3590 \N \N \N \N \N \N \N \N LIF f \N \N \N +2113 4400 3591 \N \N \N \N \N \N \N \N LIF f \N \N \N +2114 4401 3592 \N \N \N \N \N \N \N \N LIF f \N \N \N +2115 4402 3593 \N \N \N \N \N \N \N \N LIF f \N \N \N +2116 4403 3594 \N \N \N \N \N \N \N \N LIF f \N \N \N +2117 4404 3595 \N \N \N \N \N \N \N \N LIF f \N \N \N +2118 4405 3596 \N \N \N \N \N \N \N \N LIF f \N \N \N +2119 4406 3597 \N \N \N \N \N \N \N \N LIF f \N \N \N +2120 4407 3598 \N \N \N \N \N \N \N \N LIF f \N \N \N +2121 4408 3599 \N \N \N \N \N \N \N \N LIF f \N \N \N +2122 4409 3600 \N \N \N \N \N \N \N \N LIF f \N \N \N +2123 4410 3601 \N \N \N \N \N \N \N \N LIF f \N \N \N +2124 4411 3602 \N \N \N \N \N \N \N \N LIF f \N \N \N +2125 4412 3603 \N \N \N \N \N \N \N \N LIF f \N \N \N +2126 4413 3604 \N \N \N \N \N \N \N \N LIF f \N \N \N +2127 4414 3605 \N \N \N \N \N \N \N \N LIF f \N \N \N +2128 4415 3606 \N \N \N \N \N \N \N \N LIF f \N \N \N +2129 4416 3607 \N \N \N \N \N \N \N \N LIF f \N \N \N +670 1393 826 \N \N \N \N \N \N \N \N LIF f \N \N \N +671 1394 827 \N \N \N \N \N \N \N \N LIF f \N \N \N +672 1395 828 \N \N \N \N \N \N \N \N LIF f \N \N \N +673 1396 829 \N \N \N \N \N \N \N \N LIF f \N \N \N +674 1397 830 \N \N \N \N \N \N \N \N LIF f \N \N \N +675 1398 831 \N \N \N \N \N \N \N \N LIF f \N \N \N +676 1399 832 \N \N \N \N \N \N \N \N LIF f \N \N \N +677 1400 833 \N \N \N \N \N \N \N \N LIF f \N \N \N +2233 4640 4519 \N \N \N \N \N \N \N \N LIF f \N \N \N +2234 4641 4520 \N \N \N \N \N \N \N \N LIF f \N \N \N +2235 4642 4521 \N \N \N \N \N \N \N \N LIF f \N \N \N +2236 4643 4522 \N \N \N \N \N \N \N \N LIF f \N \N \N +2242 4649 4528 \N \N \N \N \N \N \N \N LIF f \N \N \N +2243 4650 4529 \N \N \N \N \N \N \N \N LIF f \N \N \N +2244 4651 4530 \N \N \N \N \N \N \N \N LIF f \N \N \N +2245 4652 4531 \N \N \N \N \N \N \N \N LIF f \N \N \N +2263 4670 4549 \N \N \N \N \N \N \N \N LIF f \N \N \N +2264 4671 4550 \N \N \N \N \N \N \N \N LIF f \N \N \N +2278 4685 4564 \N \N \N \N \N \N \N \N LIF f \N \N \N +2279 4686 4565 \N \N \N \N \N \N \N \N LIF f \N \N \N +2280 4687 4566 \N \N \N \N \N \N \N \N LIF f \N \N \N +2203 4489 3684 \N \N \N \N \N \N \N \N LIF f \N \N \N +2204 4490 3685 \N \N \N \N \N \N \N \N LIF f \N \N \N +2205 4491 3686 \N \N \N \N \N \N \N \N LIF f \N \N \N +2206 4492 3687 \N \N \N \N \N \N \N \N LIF f \N \N \N +2207 4493 3688 \N \N \N \N \N \N \N \N LIF f \N \N \N +2162 2947 2795 \N \N \N \N \N \N \N \N LIF f \N \N \N +2161 4448 3639 \N \N \N \N \N \N \N \N LIF f \N \N \N +2163 4449 3640 \N \N \N \N \N \N \N \N LIF f \N \N \N +2164 4450 3641 \N \N \N \N \N \N \N \N LIF f \N \N \N +2165 4451 3642 \N \N \N \N \N \N \N \N LIF f \N \N \N +2166 4452 3647 \N \N \N \N \N \N \N \N LIF f \N \N \N +2167 4453 3648 \N \N \N \N \N \N \N \N LIF f \N \N \N +2168 4454 3649 \N \N \N \N \N \N \N \N LIF f \N \N \N +2169 4455 3650 \N \N \N \N \N \N \N \N LIF f \N \N \N +2170 4456 3651 \N \N \N \N \N \N \N \N LIF f \N \N \N +2171 4457 3652 \N \N \N \N \N \N \N \N LIF f \N \N \N +2172 4458 3653 \N \N \N \N \N \N \N \N LIF f \N \N \N +2173 4459 3654 \N \N \N \N \N \N \N \N LIF f \N \N \N +2174 4460 3655 \N \N \N \N \N \N \N \N LIF f \N \N \N +2175 4461 3656 \N \N \N \N \N \N \N \N LIF f \N \N \N +2176 4462 3657 \N \N \N \N \N \N \N \N LIF f \N \N \N +2177 4463 3658 \N \N \N \N \N \N \N \N LIF f \N \N \N +2178 4464 3659 \N \N \N \N \N \N \N \N LIF f \N \N \N +1 140 1 \N \N \N \N \N \N \N \N LIF f \N \N \N +2 141 2 \N \N \N \N \N \N \N \N LIF f \N \N \N +3 142 3 \N \N \N \N \N \N \N \N LIF f \N \N \N +4 143 4 \N \N \N \N \N \N \N \N LIF f \N \N \N +5 144 5 \N \N \N \N \N \N \N \N LIF f \N \N \N +6 145 6 \N \N \N \N \N \N \N \N LIF f \N \N \N +7 146 7 \N \N \N \N \N \N \N \N LIF f \N \N \N +8 147 8 \N \N \N \N \N \N \N \N LIF f \N \N \N +9 148 9 \N \N \N \N \N \N \N \N LIF f \N \N \N +10 149 10 \N \N \N \N \N \N \N \N LIF f \N \N \N +11 150 11 \N \N \N \N \N \N \N \N LIF f \N \N \N +22 161 22 \N \N \N \N \N \N \N \N LIF f \N \N \N +23 162 23 \N \N \N \N \N \N \N \N LIF f \N \N \N +24 163 24 \N \N \N \N \N \N \N \N LIF f \N \N \N +25 164 25 \N \N \N \N \N \N \N \N LIF f \N \N \N +26 165 26 \N \N \N \N \N \N \N \N LIF f \N \N \N +27 166 27 \N \N \N \N \N \N \N \N LIF f \N \N \N +28 167 28 \N \N \N \N \N \N \N \N LIF f \N \N \N +29 168 29 \N \N \N \N \N \N \N \N LIF f \N \N \N +30 169 30 \N \N \N \N \N \N \N \N LIF f \N \N \N +31 170 31 \N \N \N \N \N \N \N \N LIF f \N \N \N +32 171 32 \N \N \N \N \N \N \N \N LIF f \N \N \N +134 273 51 \N \N \N \N \N \N \N \N LIF f \N \N \N +135 274 52 \N \N \N \N \N \N \N \N LIF f \N \N \N +136 275 53 \N \N \N \N \N \N \N \N LIF f \N \N \N +137 276 54 \N \N \N \N \N \N \N \N LIF f \N \N \N +53 192 55 \N \N \N \N \N \N \N \N LIF f \N \N \N +54 193 56 \N \N \N \N \N \N \N \N LIF f \N \N \N +138 277 56 \N \N \N \N \N \N \N \N LIF f \N \N \N +55 194 57 \N \N \N \N \N \N \N \N LIF f \N \N \N +678 1401 834 \N \N \N \N \N \N \N \N LIF f \N \N \N +679 1402 835 \N \N \N \N \N \N \N \N LIF f \N \N \N +680 1403 836 \N \N \N \N \N \N \N \N LIF f \N \N \N +681 1404 837 \N \N \N \N \N \N \N \N LIF f \N \N \N +682 1405 838 \N \N \N \N \N \N \N \N LIF f \N \N \N +683 1406 839 \N \N \N \N \N \N \N \N LIF f \N \N \N +684 1407 840 \N \N \N \N \N \N \N \N LIF f \N \N \N +685 1408 841 \N \N \N \N \N \N \N \N LIF f \N \N \N +686 1409 842 \N \N \N \N \N \N \N \N LIF f \N \N \N +687 1410 843 \N \N \N \N \N \N \N \N LIF f \N \N \N +688 1411 844 \N \N \N \N \N \N \N \N LIF f \N \N \N +689 1412 845 \N \N \N \N \N \N \N \N LIF f \N \N \N +690 1413 846 \N \N \N \N \N \N \N \N LIF f \N \N \N +691 1414 847 \N \N \N \N \N \N \N \N LIF f \N \N \N +692 1415 848 \N \N \N \N \N \N \N \N LIF f \N \N \N +693 1416 849 \N \N \N \N \N \N \N \N LIF f \N \N \N +694 1417 850 \N \N \N \N \N \N \N \N LIF f \N \N \N +695 1418 851 \N \N \N \N \N \N \N \N LIF f \N \N \N +696 1419 852 \N \N \N \N \N \N \N \N LIF f \N \N \N +697 1420 853 \N \N \N \N \N \N \N \N LIF f \N \N \N +698 1421 854 \N \N \N \N \N \N \N \N LIF f \N \N \N +699 1422 855 \N \N \N \N \N \N \N \N LIF f \N \N \N +700 1423 856 \N \N \N \N \N \N \N \N LIF f \N \N \N +701 1424 857 \N \N \N \N \N \N \N \N LIF f \N \N \N +702 1425 858 \N \N \N \N \N \N \N \N LIF f \N \N \N +703 1426 859 \N \N \N \N \N \N \N \N LIF f \N \N \N +704 1427 860 \N \N \N \N \N \N \N \N LIF f \N \N \N +705 1428 861 \N \N \N \N \N \N \N \N LIF f \N \N \N +706 1429 862 \N \N \N \N \N \N \N \N LIF f \N \N \N +2246 4653 4532 \N \N \N \N \N \N \N \N LIF f \N \N \N +2281 4688 4567 \N \N \N \N \N \N \N \N LIF f \N \N \N +2282 4689 4568 \N \N \N \N \N \N \N \N LIF f \N \N \N +2283 4690 4569 \N \N \N \N \N \N \N \N LIF f \N \N \N +2284 4691 4570 \N \N \N \N \N \N \N \N LIF f \N \N \N +2285 4692 4571 \N \N \N \N \N \N \N \N LIF f \N \N \N +2286 4693 4572 \N \N \N \N \N \N \N \N LIF f \N \N \N +2287 4694 4573 \N \N \N \N \N \N \N \N LIF f \N \N \N +2288 4695 4574 \N \N \N \N \N \N \N \N LIF f \N \N \N +2289 4696 4575 \N \N \N \N \N \N \N \N LIF f \N \N \N +964 2006 1506 \N \N \N \N \N \N \N \N LIF f \N \N \N +965 2007 1507 \N \N \N \N \N \N \N \N LIF f \N \N \N +966 2008 1508 \N \N \N \N \N \N \N \N LIF f \N \N \N +969 2011 1513 \N \N \N \N \N \N \N \N LIF f \N \N \N +745 1787 1514 \N \N \N \N \N \N \N \N LIF f \N \N \N +970 2012 1514 \N \N \N \N \N \N \N \N LIF f \N \N \N +746 1788 1515 \N \N \N \N \N \N \N \N LIF f \N \N \N +971 2013 1515 \N \N \N \N \N \N \N \N LIF f \N \N \N +747 1789 1516 \N \N \N \N \N \N \N \N LIF f \N \N \N +972 2014 1516 \N \N \N \N \N \N \N \N LIF f \N \N \N +748 1790 1517 \N \N \N \N \N \N \N \N LIF f \N \N \N +973 2015 1517 \N \N \N \N \N \N \N \N LIF f \N \N \N +749 1791 1518 \N \N \N \N \N \N \N \N LIF f \N \N \N +974 2016 1518 \N \N \N \N \N \N \N \N LIF f \N \N \N +975 2017 1519 \N \N \N \N \N \N \N \N LIF f \N \N \N +976 2018 1520 \N \N \N \N \N \N \N \N LIF f \N \N \N +977 2019 1521 \N \N \N \N \N \N \N \N LIF f \N \N \N +978 2020 1522 \N \N \N \N \N \N \N \N LIF f \N \N \N +979 2021 1523 \N \N \N \N \N \N \N \N LIF f \N \N \N +733 1775 1532 \N \N \N \N \N \N \N \N LIF f \N \N \N +734 1776 1533 \N \N \N \N \N \N \N \N LIF f \N \N \N +735 1777 1534 \N \N \N \N \N \N \N \N LIF f \N \N \N +736 1778 1535 \N \N \N \N \N \N \N \N LIF f \N \N \N +761 1803 1547 \N \N \N \N \N \N \N \N LIF f \N \N \N +762 1804 1548 \N \N \N \N \N \N \N \N LIF f \N \N \N +763 1805 1549 \N \N \N \N \N \N \N \N LIF f \N \N \N +764 1806 1550 \N \N \N \N \N \N \N \N LIF f \N \N \N +779 1821 1565 \N \N \N \N \N \N \N \N LIF f \N \N \N +780 1822 1566 \N \N \N \N \N \N \N \N LIF f \N \N \N +781 1823 1567 \N \N \N \N \N \N \N \N LIF f \N \N \N +782 1824 1568 \N \N \N \N \N \N \N \N LIF f \N \N \N +783 1825 1571 \N \N \N \N \N \N \N \N LIF f \N \N \N +1089 2131 1571 \N \N \N \N \N \N \N \N LIF f \N \N \N +784 1826 1572 \N \N \N \N \N \N \N \N LIF f \N \N \N +1090 2132 1572 \N \N \N \N \N \N \N \N LIF f \N \N \N +785 1827 1573 \N \N \N \N \N \N \N \N LIF f \N \N \N +786 1828 1574 \N \N \N \N \N \N \N \N LIF f \N \N \N +1091 2133 1574 \N \N \N \N \N \N \N \N LIF f \N \N \N +787 1829 1575 \N \N \N \N \N \N \N \N LIF f \N \N \N +788 1830 1576 \N \N \N \N \N \N \N \N LIF f \N \N \N +1092 2134 1576 \N \N \N \N \N \N \N \N LIF f \N \N \N +789 1831 1577 \N \N \N \N \N \N \N \N LIF f \N \N \N +790 1832 1578 \N \N \N \N \N \N \N \N LIF f \N \N \N +791 1833 1579 \N \N \N \N \N \N \N \N LIF f \N \N \N +1093 2135 1579 \N \N \N \N \N \N \N \N LIF f \N \N \N +792 1834 1580 \N \N \N \N \N \N \N \N LIF f \N \N \N +993 2035 1595 \N \N \N \N \N \N \N \N LIF f \N \N \N +994 2036 1596 \N \N \N \N \N \N \N \N LIF f \N \N \N +995 2037 1597 \N \N \N \N \N \N \N \N LIF f \N \N \N +996 2038 1598 \N \N \N \N \N \N \N \N LIF f \N \N \N +997 2039 1599 \N \N \N \N \N \N \N \N LIF f \N \N \N +998 2040 1600 \N \N \N \N \N \N \N \N LIF f \N \N \N +999 2041 1601 \N \N \N \N \N \N \N \N LIF f \N \N \N +1000 2042 1602 \N \N \N \N \N \N \N \N LIF f \N \N \N +841 1883 1631 \N \N \N \N \N \N \N \N LIF f \N \N \N +842 1884 1632 \N \N \N \N \N \N \N \N LIF f \N \N \N +843 1885 1633 \N \N \N \N \N \N \N \N LIF f \N \N \N +844 1886 1634 \N \N \N \N \N \N \N \N LIF f \N \N \N +845 1887 1635 \N \N \N \N \N \N \N \N LIF f \N \N \N +846 1888 1636 \N \N \N \N \N \N \N \N LIF f \N \N \N +847 1889 1637 \N \N \N \N \N \N \N \N LIF f \N \N \N +848 1890 1638 \N \N \N \N \N \N \N \N LIF f \N \N \N +849 1891 1639 \N \N \N \N \N \N \N \N LIF f \N \N \N +850 1892 1640 \N \N \N \N \N \N \N \N LIF f \N \N \N +851 1893 1641 \N \N \N \N \N \N \N \N LIF f \N \N \N +852 1894 1642 \N \N \N \N \N \N \N \N LIF f \N \N \N +853 1895 1643 \N \N \N \N \N \N \N \N LIF f \N \N \N +854 1896 1644 \N \N \N \N \N \N \N \N LIF f \N \N \N +855 1897 1645 \N \N \N \N \N \N \N \N LIF f \N \N \N +856 1898 1646 \N \N \N \N \N \N \N \N LIF f \N \N \N +857 1899 1647 \N \N \N \N \N \N \N \N LIF f \N \N \N +858 1900 1648 \N \N \N \N \N \N \N \N LIF f \N \N \N +859 1901 1649 \N \N \N \N \N \N \N \N LIF f \N \N \N +860 1902 1650 \N \N \N \N \N \N \N \N LIF f \N \N \N +861 1903 1651 \N \N \N \N \N \N \N \N LIF f \N \N \N +900 1942 1691 \N \N \N \N \N \N \N \N LIF f \N \N \N +1047 2089 1691 \N \N \N \N \N \N \N \N LIF f \N \N \N +901 1943 1692 \N \N \N \N \N \N \N \N LIF f \N \N \N +1048 2090 1692 \N \N \N \N \N \N \N \N LIF f \N \N \N +902 1944 1693 \N \N \N \N \N \N \N \N LIF f \N \N \N +1049 2091 1693 \N \N \N \N \N \N \N \N LIF f \N \N \N +903 1945 1694 \N \N \N \N \N \N \N \N LIF f \N \N \N +1050 2092 1694 \N \N \N \N \N \N \N \N LIF f \N \N \N +1101 2143 1694 \N \N \N \N \N \N \N \N LIF f \N \N \N +904 1946 1695 \N \N \N \N \N \N \N \N LIF f \N \N \N +1051 2093 1695 \N \N \N \N \N \N \N \N LIF f \N \N \N +905 1947 1696 \N \N \N \N \N \N \N \N LIF f \N \N \N +1052 2094 1696 \N \N \N \N \N \N \N \N LIF f \N \N \N +1102 2144 1696 \N \N \N \N \N \N \N \N LIF f \N \N \N +906 1948 1697 \N \N \N \N \N \N \N \N LIF f \N \N \N +1053 2095 1697 \N \N \N \N \N \N \N \N LIF f \N \N \N +1103 2145 1697 \N \N \N \N \N \N \N \N LIF f \N \N \N +1104 2146 1698 \N \N \N \N \N \N \N \N LIF f \N \N \N +1105 2147 1699 \N \N \N \N \N \N \N \N LIF f \N \N \N +1106 2148 1700 \N \N \N \N \N \N \N \N LIF f \N \N \N +2298 4705 4608 \N \N \N \N \N \N \N \N LIF f \N \N \N +2299 4706 4609 \N \N \N \N \N \N \N \N LIF f \N \N \N +2300 4707 4610 \N \N \N \N \N \N \N \N LIF f \N \N \N +2301 4708 4611 \N \N \N \N \N \N \N \N LIF f \N \N \N +2302 4709 4612 \N \N \N \N \N \N \N \N LIF f \N \N \N +2303 4710 4613 \N \N \N \N \N \N \N \N LIF f \N \N \N +2304 4711 4614 \N \N \N \N \N \N \N \N LIF f \N \N \N +2305 4712 4615 \N \N \N \N \N \N \N \N LIF f \N \N \N +2306 4713 4616 \N \N \N \N \N \N \N \N LIF f \N \N \N +2307 4714 4617 \N \N \N \N \N \N \N \N LIF f \N \N \N +2308 4715 4618 \N \N \N \N \N \N \N \N LIF f \N \N \N +2309 4716 4619 \N \N \N \N \N \N \N \N LIF f \N \N \N +2310 4717 4620 \N \N \N \N \N \N \N \N LIF f \N \N \N +2311 4718 4621 \N \N \N \N \N \N \N \N LIF f \N \N \N +2312 4719 4622 \N \N \N \N \N \N \N \N LIF f \N \N \N +2313 4720 4623 \N \N \N \N \N \N \N \N LIF f \N \N \N +2314 4721 4624 \N \N \N \N \N \N \N \N LIF f \N \N \N +2315 4722 4625 \N \N \N \N \N \N \N \N LIF f \N \N \N +2316 4723 4626 \N \N \N \N \N \N \N \N LIF f \N \N \N +2317 4724 4627 \N \N \N \N \N \N \N \N LIF f \N \N \N +2318 4725 4628 \N \N \N \N \N \N \N \N LIF f \N \N \N +2319 4726 4629 \N \N \N \N \N \N \N \N LIF f \N \N \N +2320 4727 4630 \N \N \N \N \N \N \N \N LIF f \N \N \N +1147 2301 2170 \N \N \N \N \N \N \N \N LIF f \N \N \N +1148 2302 2171 \N \N \N \N \N \N \N \N LIF f \N \N \N +1149 2303 2172 \N \N \N \N \N \N \N \N LIF f \N \N \N +1150 2304 2173 \N \N \N \N \N \N \N \N LIF f \N \N \N +1151 2305 2174 \N \N \N \N \N \N \N \N LIF f \N \N \N +1152 2306 2175 \N \N \N \N \N \N \N \N LIF f \N \N \N +1153 2307 2176 \N \N \N \N \N \N \N \N LIF f \N \N \N +1154 2308 2177 \N \N \N \N \N \N \N \N LIF f \N \N \N +1206 2360 2178 \N \N \N \N \N \N \N \N LIF f \N \N \N +1207 2361 2179 \N \N \N \N \N \N \N \N LIF f \N \N \N +1261 2415 2179 \N \N \N \N \N \N \N \N LIF f \N \N \N +1208 2362 2180 \N \N \N \N \N \N \N \N LIF f \N \N \N +1209 2363 2181 \N \N \N \N \N \N \N \N LIF f \N \N \N +1210 2364 2182 \N \N \N \N \N \N \N \N LIF f \N \N \N +1262 2416 2182 \N \N \N \N \N \N \N \N LIF f \N \N \N +1211 2365 2183 \N \N \N \N \N \N \N \N LIF f \N \N \N +1212 2366 2184 \N \N \N \N \N \N \N \N LIF f \N \N \N +1213 2367 2185 \N \N \N \N \N \N \N \N LIF f \N \N \N +1129 2283 2197 \N \N \N \N \N \N \N \N LIF f \N \N \N +1165 2319 2197 \N \N \N \N \N \N \N \N LIF f \N \N \N +1130 2284 2198 \N \N \N \N \N \N \N \N LIF f \N \N \N +1166 2320 2198 \N \N \N \N \N \N \N \N LIF f \N \N \N +1131 2285 2200 \N \N \N \N \N \N \N \N LIF f \N \N \N +1167 2321 2200 \N \N \N \N \N \N \N \N LIF f \N \N \N +1132 2286 2201 \N \N \N \N \N \N \N \N LIF f \N \N \N +1168 2322 2201 \N \N \N \N \N \N \N \N LIF f \N \N \N +1133 2287 2202 \N \N \N \N \N \N \N \N LIF f \N \N \N +1169 2323 2202 \N \N \N \N \N \N \N \N LIF f \N \N \N +1134 2288 2203 \N \N \N \N \N \N \N \N LIF f \N \N \N +1170 2324 2203 \N \N \N \N \N \N \N \N LIF f \N \N \N +1171 2325 2204 \N \N \N \N \N \N \N \N LIF f \N \N \N +1172 2326 2205 \N \N \N \N \N \N \N \N LIF f \N \N \N +1243 2397 2227 \N \N \N \N \N \N \N \N LIF f \N \N \N +1173 2327 2206 \N \N \N \N \N \N \N \N LIF f \N \N \N +1223 2377 2206 \N \N \N \N \N \N \N \N LIF f \N \N \N +1174 2328 2207 \N \N \N \N \N \N \N \N LIF f \N \N \N +1224 2378 2207 \N \N \N \N \N \N \N \N LIF f \N \N \N +1175 2329 2208 \N \N \N \N \N \N \N \N LIF f \N \N \N +1225 2379 2208 \N \N \N \N \N \N \N \N LIF f \N \N \N +1176 2330 2209 \N \N \N \N \N \N \N \N LIF f \N \N \N +1226 2380 2209 \N \N \N \N \N \N \N \N LIF f \N \N \N +1177 2331 2210 \N \N \N \N \N \N \N \N LIF f \N \N \N +1227 2381 2210 \N \N \N \N \N \N \N \N LIF f \N \N \N +1178 2332 2211 \N \N \N \N \N \N \N \N LIF f \N \N \N +1228 2382 2211 \N \N \N \N \N \N \N \N LIF f \N \N \N +1179 2333 2212 \N \N \N \N \N \N \N \N LIF f \N \N \N +1180 2334 2213 \N \N \N \N \N \N \N \N LIF f \N \N \N +1229 2383 2213 \N \N \N \N \N \N \N \N LIF f \N \N \N +1181 2335 2214 \N \N \N \N \N \N \N \N LIF f \N \N \N +1230 2384 2214 \N \N \N \N \N \N \N \N LIF f \N \N \N +1182 2336 2215 \N \N \N \N \N \N \N \N LIF f \N \N \N +1231 2385 2215 \N \N \N \N \N \N \N \N LIF f \N \N \N +1232 2386 2216 \N \N \N \N \N \N \N \N LIF f \N \N \N +1233 2387 2217 \N \N \N \N \N \N \N \N LIF f \N \N \N +1234 2388 2218 \N \N \N \N \N \N \N \N LIF f \N \N \N +1235 2389 2219 \N \N \N \N \N \N \N \N LIF f \N \N \N +1236 2390 2220 \N \N \N \N \N \N \N \N LIF f \N \N \N +1237 2391 2221 \N \N \N \N \N \N \N \N LIF f \N \N \N +1238 2392 2222 \N \N \N \N \N \N \N \N LIF f \N \N \N +1239 2393 2223 \N \N \N \N \N \N \N \N LIF f \N \N \N +1240 2394 2224 \N \N \N \N \N \N \N \N LIF f \N \N \N +1241 2395 2225 \N \N \N \N \N \N \N \N LIF f \N \N \N +1242 2396 2226 \N \N \N \N \N \N \N \N LIF f \N \N \N +1244 2398 2228 \N \N \N \N \N \N \N \N LIF f \N \N \N +1245 2399 2229 \N \N \N \N \N \N \N \N LIF f \N \N \N +1246 2400 2230 \N \N \N \N \N \N \N \N LIF f \N \N \N +1247 2401 2231 \N \N \N \N \N \N \N \N LIF f \N \N \N +1183 2337 2232 \N \N \N \N \N \N \N \N LIF f \N \N \N +1248 2402 2232 \N \N \N \N \N \N \N \N LIF f \N \N \N +1249 2403 2233 \N \N \N \N \N \N \N \N LIF f \N \N \N +1250 2404 2234 \N \N \N \N \N \N \N \N LIF f \N \N \N +1184 2338 2235 \N \N \N \N \N \N \N \N LIF f \N \N \N +1251 2405 2235 \N \N \N \N \N \N \N \N LIF f \N \N \N +1185 2339 2236 \N \N \N \N \N \N \N \N LIF f \N \N \N +1252 2406 2236 \N \N \N \N \N \N \N \N LIF f \N \N \N +1186 2340 2237 \N \N \N \N \N \N \N \N LIF f \N \N \N +1253 2407 2237 \N \N \N \N \N \N \N \N LIF f \N \N \N +1187 2341 2238 \N \N \N \N \N \N \N \N LIF f \N \N \N +1254 2408 2239 \N \N \N \N \N \N \N \N LIF f \N \N \N +1255 2409 2240 \N \N \N \N \N \N \N \N LIF f \N \N \N +1256 2410 2241 \N \N \N \N \N \N \N \N LIF f \N \N \N +1257 2411 2242 \N \N \N \N \N \N \N \N LIF f \N \N \N +1258 2412 2243 \N \N \N \N \N \N \N \N LIF f \N \N \N +1259 2413 2244 \N \N \N \N \N \N \N \N LIF f \N \N \N +1260 2414 2245 \N \N \N \N \N \N \N \N LIF f \N \N \N +1322 2626 2421 \N \N \N \N \N \N \N \N LIF f \N \N \N +1323 2627 2425 \N \N \N \N \N \N \N \N LIF f \N \N \N +1326 2630 2439 \N \N \N \N \N \N \N \N LIF f \N \N \N +1331 2635 2447 \N \N \N \N \N \N \N \N LIF f \N \N \N +1335 2807 2639 \N \N \N \N \N \N \N \N LIF f \N \N \N +1336 2808 2640 \N \N \N \N \N \N \N \N LIF f \N \N \N +1337 2809 2641 \N \N \N \N \N \N \N \N LIF f \N \N \N +1338 2810 2642 \N \N \N \N \N \N \N \N LIF f \N \N \N +1339 2811 2643 \N \N \N \N \N \N \N \N LIF f \N \N \N +1340 2812 2644 \N \N \N \N \N \N \N \N LIF f \N \N \N +1341 2813 2645 \N \N \N \N \N \N \N \N LIF f \N \N \N +2208 4494 3689 \N \N \N \N \N \N \N \N LIF f \N \N \N +2209 4495 3690 \N \N \N \N \N \N \N \N LIF f \N \N \N +2210 4496 3691 \N \N \N \N \N \N \N \N LIF f \N \N \N +2211 4497 3692 \N \N \N \N \N \N \N \N LIF f \N \N \N +2212 4498 3693 \N \N \N \N \N \N \N \N LIF f \N \N \N +2213 4499 3694 \N \N \N \N \N \N \N \N LIF f \N \N \N +2214 4500 3695 \N \N \N \N \N \N \N \N LIF f \N \N \N +2215 4501 3696 \N \N \N \N \N \N \N \N LIF f \N \N \N +2216 4502 3697 \N \N \N \N \N \N \N \N LIF f \N \N \N +2217 4503 3698 \N \N \N \N \N \N \N \N LIF f \N \N \N +2218 4504 3699 \N \N \N \N \N \N \N \N LIF f \N \N \N +2219 4505 3700 \N \N \N \N \N \N \N \N LIF f \N \N \N +2220 4506 3701 \N \N \N \N \N \N \N \N LIF f \N \N \N +2221 4507 3702 \N \N \N \N \N \N \N \N LIF f \N \N \N +2222 4508 3703 \N \N \N \N \N \N \N \N LIF f \N \N \N +2223 4509 3704 \N \N \N \N \N \N \N \N LIF f \N \N \N +2224 4510 3705 \N \N \N \N \N \N \N \N LIF f \N \N \N +2225 4511 3706 \N \N \N \N \N \N \N \N LIF f \N \N \N +2226 4512 3707 \N \N \N \N \N \N \N \N LIF f \N \N \N +2227 4513 3708 \N \N \N \N \N \N \N \N LIF f \N \N \N +2228 4514 3709 \N \N \N \N \N \N \N \N LIF f \N \N \N +2229 4515 3710 \N \N \N \N \N \N \N \N LIF f \N \N \N +2230 4516 3711 \N \N \N \N \N \N \N \N LIF f \N \N \N +2231 4517 3712 \N \N \N \N \N \N \N \N LIF f \N \N \N +2232 4518 3713 \N \N \N \N \N \N \N \N LIF f \N \N \N +1356 2828 2666 \N \N \N \N \N \N \N \N LIF f \N \N \N +1357 2829 2667 \N \N \N \N \N \N \N \N LIF f \N \N \N +1358 2830 2668 \N \N \N \N \N \N \N \N LIF f \N \N \N +1359 2831 2669 \N \N \N \N \N \N \N \N LIF f \N \N \N +1360 2832 2670 \N \N \N \N \N \N \N \N LIF f \N \N \N +1361 2833 2671 \N \N \N \N \N \N \N \N LIF f \N \N \N +1362 2834 2671 \N \N \N \N \N \N \N \N LIF f \N \N \N +1363 2835 2672 \N \N \N \N \N \N \N \N LIF f \N \N \N +1364 2836 2673 \N \N \N \N \N \N \N \N LIF f \N \N \N +1365 2837 2674 \N \N \N \N \N \N \N \N LIF f \N \N \N +1366 2838 2675 \N \N \N \N \N \N \N \N LIF f \N \N \N +1367 2839 2676 \N \N \N \N \N \N \N \N LIF f \N \N \N +1368 2840 2677 \N \N \N \N \N \N \N \N LIF f \N \N \N +1369 2841 2678 \N \N \N \N \N \N \N \N LIF f \N \N \N +1370 2842 2679 \N \N \N \N \N \N \N \N LIF f \N \N \N +1371 2843 2680 \N \N \N \N \N \N \N \N LIF f \N \N \N +1372 2844 2681 \N \N \N \N \N \N \N \N LIF f \N \N \N +1373 2845 2682 \N \N \N \N \N \N \N \N LIF f \N \N \N +1418 2890 2735 \N \N \N \N \N \N \N \N LIF f \N \N \N +1419 2891 2736 \N \N \N \N \N \N \N \N LIF f \N \N \N +1420 2892 2737 \N \N \N \N \N \N \N \N LIF f \N \N \N +1421 2893 2738 \N \N \N \N \N \N \N \N LIF f \N \N \N +1422 2894 2739 \N \N \N \N \N \N \N \N LIF f \N \N \N +1423 2895 2740 \N \N \N \N \N \N \N \N LIF f \N \N \N +1424 2896 2741 \N \N \N \N \N \N \N \N LIF f \N \N \N +1425 2897 2742 \N \N \N \N \N \N \N \N LIF f \N \N \N +1426 2898 2743 \N \N \N \N \N \N \N \N LIF f \N \N \N +1427 2899 2744 \N \N \N \N \N \N \N \N LIF f \N \N \N +1428 2900 2745 \N \N \N \N \N \N \N \N LIF f \N \N \N +1429 2901 2746 \N \N \N \N \N \N \N \N LIF f \N \N \N +1430 2902 2747 \N \N \N \N \N \N \N \N LIF f \N \N \N +1431 2903 2748 \N \N \N \N \N \N \N \N LIF f \N \N \N +1432 2904 2749 \N \N \N \N \N \N \N \N LIF f \N \N \N +1433 2905 2750 \N \N \N \N \N \N \N \N LIF f \N \N \N +1434 2906 2751 \N \N \N \N \N \N \N \N LIF f \N \N \N +1435 2907 2752 \N \N \N \N \N \N \N \N LIF f \N \N \N +1436 2908 2753 \N \N \N \N \N \N \N \N LIF f \N \N \N +1437 2909 2754 \N \N \N \N \N \N \N \N LIF f \N \N \N +1438 2910 2755 \N \N \N \N \N \N \N \N LIF f \N \N \N +1439 2911 2756 \N \N \N \N \N \N \N \N LIF f \N \N \N +1440 2912 2757 \N \N \N \N \N \N \N \N LIF f \N \N \N +1441 2913 2758 \N \N \N \N \N \N \N \N LIF f \N \N \N +1442 2914 2759 \N \N \N \N \N \N \N \N LIF f \N \N \N +1443 2915 2760 \N \N \N \N \N \N \N \N LIF f \N \N \N +1444 2916 2761 \N \N \N \N \N \N \N \N LIF f \N \N \N +1445 2917 2762 \N \N \N \N \N \N \N \N LIF f \N \N \N +1446 2918 2763 \N \N \N \N \N \N \N \N LIF f \N \N \N +1447 2919 2764 \N \N \N \N \N \N \N \N LIF f \N \N \N +1448 2920 2765 \N \N \N \N \N \N \N \N LIF f \N \N \N +1449 2921 2766 \N \N \N \N \N \N \N \N LIF f \N \N \N +1450 2922 2767 \N \N \N \N \N \N \N \N LIF f \N \N \N +1451 2923 2768 \N \N \N \N \N \N \N \N LIF f \N \N \N +1452 2924 2769 \N \N \N \N \N \N \N \N LIF f \N \N \N +1453 2925 2770 \N \N \N \N \N \N \N \N LIF f \N \N \N +1454 2926 2771 \N \N \N \N \N \N \N \N LIF f \N \N \N +1455 2927 2772 \N \N \N \N \N \N \N \N LIF f \N \N \N +2160 4447 3638 \N \N \N \N \N \N \N \N LIF f \N \N \N +2159 4446 3637 \N \N \N \N \N \N \N \N LIF f \N \N \N +2158 4445 3636 \N \N \N \N \N \N \N \N LIF f \N \N \N +1495 3782 2973 \N \N \N \N \N \N \N \N LIF f \N \N \N +1496 3783 2974 \N \N \N \N \N \N \N \N LIF f \N \N \N +1497 3784 2975 \N \N \N \N \N \N \N \N LIF f \N \N \N +1498 3785 2976 \N \N \N \N \N \N \N \N LIF f \N \N \N +1499 3786 2977 \N \N \N \N \N \N \N \N LIF f \N \N \N +1500 3787 2978 \N \N \N \N \N \N \N \N LIF f \N \N \N +1518 3805 2996 \N \N \N \N \N \N \N \N LIF f \N \N \N +1519 3806 2997 \N \N \N \N \N \N \N \N LIF f \N \N \N +1520 3807 2998 \N \N \N \N \N \N \N \N LIF f \N \N \N +1521 3808 2999 \N \N \N \N \N \N \N \N LIF f \N \N \N +1522 3809 3000 \N \N \N \N \N \N \N \N LIF f \N \N \N +1523 3810 3001 \N \N \N \N \N \N \N \N LIF f \N \N \N +1524 3811 3002 \N \N \N \N \N \N \N \N LIF f \N \N \N +1525 3812 3003 \N \N \N \N \N \N \N \N LIF f \N \N \N +1526 3813 3004 \N \N \N \N \N \N \N \N LIF f \N \N \N +1527 3814 3005 \N \N \N \N \N \N \N \N LIF f \N \N \N +1528 3815 3006 \N \N \N \N \N \N \N \N LIF f \N \N \N +1529 3816 3007 \N \N \N \N \N \N \N \N LIF f \N \N \N +1530 3817 3008 \N \N \N \N \N \N \N \N LIF f \N \N \N +1531 3818 3009 \N \N \N \N \N \N \N \N LIF f \N \N \N +1532 3819 3010 \N \N \N \N \N \N \N \N LIF f \N \N \N +1533 3820 3011 \N \N \N \N \N \N \N \N LIF f \N \N \N +1534 3821 3012 \N \N \N \N \N \N \N \N LIF f \N \N \N +1535 3822 3013 \N \N \N \N \N \N \N \N LIF f \N \N \N +1536 3823 3014 \N \N \N \N \N \N \N \N LIF f \N \N \N +1537 3824 3015 \N \N \N \N \N \N \N \N LIF f \N \N \N +1538 3825 3016 \N \N \N \N \N \N \N \N LIF f \N \N \N +1539 3826 3017 \N \N \N \N \N \N \N \N LIF f \N \N \N +1540 3827 3018 \N \N \N \N \N \N \N \N LIF f \N \N \N +1541 3828 3019 \N \N \N \N \N \N \N \N LIF f \N \N \N +1542 3829 3020 \N \N \N \N \N \N \N \N LIF f \N \N \N +1543 3830 3021 \N \N \N \N \N \N \N \N LIF f \N \N \N +1544 3831 3022 \N \N \N \N \N \N \N \N LIF f \N \N \N +1545 3832 3023 \N \N \N \N \N \N \N \N LIF f \N \N \N +1546 3833 3024 \N \N \N \N \N \N \N \N LIF f \N \N \N +1547 3834 3025 \N \N \N \N \N \N \N \N LIF f \N \N \N +1548 3835 3026 \N \N \N \N \N \N \N \N LIF f \N \N \N +1549 3836 3027 \N \N \N \N \N \N \N \N LIF f \N \N \N +1550 3837 3028 \N \N \N \N \N \N \N \N LIF f \N \N \N +1551 3838 3029 \N \N \N \N \N \N \N \N LIF f \N \N \N +1552 3839 3030 \N \N \N \N \N \N \N \N LIF f \N \N \N +1553 3840 3031 \N \N \N \N \N \N \N \N LIF f \N \N \N +1554 3841 3032 \N \N \N \N \N \N \N \N LIF f \N \N \N +1555 3842 3033 \N \N \N \N \N \N \N \N LIF f \N \N \N +1556 3843 3034 \N \N \N \N \N \N \N \N LIF f \N \N \N +1557 3844 3035 \N \N \N \N \N \N \N \N LIF f \N \N \N +1558 3845 3036 \N \N \N \N \N \N \N \N LIF f \N \N \N +1559 3846 3037 \N \N \N \N \N \N \N \N LIF f \N \N \N +1560 3847 3038 \N \N \N \N \N \N \N \N LIF f \N \N \N +1561 3848 3039 \N \N \N \N \N \N \N \N LIF f \N \N \N +1562 3849 3040 \N \N \N \N \N \N \N \N LIF f \N \N \N +1563 3850 3041 \N \N \N \N \N \N \N \N LIF f \N \N \N +1564 3851 3042 \N \N \N \N \N \N \N \N LIF f \N \N \N +1565 3852 3043 \N \N \N \N \N \N \N \N LIF f \N \N \N +1566 3853 3044 \N \N \N \N \N \N \N \N LIF f \N \N \N +1567 3854 3045 \N \N \N \N \N \N \N \N LIF f \N \N \N +1568 3855 3046 \N \N \N \N \N \N \N \N LIF f \N \N \N +1569 3856 3047 \N \N \N \N \N \N \N \N LIF f \N \N \N +1570 3857 3048 \N \N \N \N \N \N \N \N LIF f \N \N \N +1571 3858 3049 \N \N \N \N \N \N \N \N LIF f \N \N \N +1572 3859 3050 \N \N \N \N \N \N \N \N LIF f \N \N \N +1573 3860 3051 \N \N \N \N \N \N \N \N LIF f \N \N \N +1574 3861 3052 \N \N \N \N \N \N \N \N LIF f \N \N \N +1575 3862 3053 \N \N \N \N \N \N \N \N LIF f \N \N \N +1576 3863 3054 \N \N \N \N \N \N \N \N LIF f \N \N \N +1577 3864 3055 \N \N \N \N \N \N \N \N LIF f \N \N \N +1578 3865 3056 \N \N \N \N \N \N \N \N LIF f \N \N \N +1579 3866 3057 \N \N \N \N \N \N \N \N LIF f \N \N \N +1580 3867 3058 \N \N \N \N \N \N \N \N LIF f \N \N \N +1581 3868 3059 \N \N \N \N \N \N \N \N LIF f \N \N \N +1582 3869 3060 \N \N \N \N \N \N \N \N LIF f \N \N \N +1583 3870 3061 \N \N \N \N \N \N \N \N LIF f \N \N \N +1584 3871 3062 \N \N \N \N \N \N \N \N LIF f \N \N \N +1585 3872 3063 \N \N \N \N \N \N \N \N LIF f \N \N \N +1586 3873 3064 \N \N \N \N \N \N \N \N LIF f \N \N \N +1587 3874 3065 \N \N \N \N \N \N \N \N LIF f \N \N \N +1588 3875 3066 \N \N \N \N \N \N \N \N LIF f \N \N \N +1589 3876 3067 \N \N \N \N \N \N \N \N LIF f \N \N \N +1590 3877 3068 \N \N \N \N \N \N \N \N LIF f \N \N \N +1591 3878 3069 \N \N \N \N \N \N \N \N LIF f \N \N \N +1592 3879 3070 \N \N \N \N \N \N \N \N LIF f \N \N \N +1593 3880 3071 \N \N \N \N \N \N \N \N LIF f \N \N \N +1594 3881 3072 \N \N \N \N \N \N \N \N LIF f \N \N \N +1595 3882 3073 \N \N \N \N \N \N \N \N LIF f \N \N \N +1596 3883 3074 \N \N \N \N \N \N \N \N LIF f \N \N \N +1597 3884 3075 \N \N \N \N \N \N \N \N LIF f \N \N \N +1598 3885 3076 \N \N \N \N \N \N \N \N LIF f \N \N \N +1599 3886 3077 \N \N \N \N \N \N \N \N LIF f \N \N \N +1600 3887 3078 \N \N \N \N \N \N \N \N LIF f \N \N \N +1601 3888 3079 \N \N \N \N \N \N \N \N LIF f \N \N \N +1602 3889 3080 \N \N \N \N \N \N \N \N LIF f \N \N \N +1603 3890 3081 \N \N \N \N \N \N \N \N LIF f \N \N \N +1604 3891 3082 \N \N \N \N \N \N \N \N LIF f \N \N \N +1605 3892 3083 \N \N \N \N \N \N \N \N LIF f \N \N \N +1606 3893 3084 \N \N \N \N \N \N \N \N LIF f \N \N \N +1607 3894 3085 \N \N \N \N \N \N \N \N LIF f \N \N \N +1608 3895 3086 \N \N \N \N \N \N \N \N LIF f \N \N \N +1609 3896 3087 \N \N \N \N \N \N \N \N LIF f \N \N \N +1610 3897 3088 \N \N \N \N \N \N \N \N LIF f \N \N \N +1611 3898 3089 \N \N \N \N \N \N \N \N LIF f \N \N \N +1612 3899 3090 \N \N \N \N \N \N \N \N LIF f \N \N \N +1613 3900 3091 \N \N \N \N \N \N \N \N LIF f \N \N \N +1614 3901 3092 \N \N \N \N \N \N \N \N LIF f \N \N \N +1615 3902 3093 \N \N \N \N \N \N \N \N LIF f \N \N \N +1616 3903 3094 \N \N \N \N \N \N \N \N LIF f \N \N \N +1617 3904 3095 \N \N \N \N \N \N \N \N LIF f \N \N \N +1618 3905 3096 \N \N \N \N \N \N \N \N LIF f \N \N \N +1619 3906 3097 \N \N \N \N \N \N \N \N LIF f \N \N \N +1620 3907 3098 \N \N \N \N \N \N \N \N LIF f \N \N \N +1621 3908 3099 \N \N \N \N \N \N \N \N LIF f \N \N \N +1622 3909 3100 \N \N \N \N \N \N \N \N LIF f \N \N \N +1623 3910 3101 \N \N \N \N \N \N \N \N LIF f \N \N \N +1624 3911 3102 \N \N \N \N \N \N \N \N LIF f \N \N \N +1625 3912 3103 \N \N \N \N \N \N \N \N LIF f \N \N \N +1626 3913 3104 \N \N \N \N \N \N \N \N LIF f \N \N \N +1627 3914 3105 \N \N \N \N \N \N \N \N LIF f \N \N \N +1628 3915 3106 \N \N \N \N \N \N \N \N LIF f \N \N \N +1629 3916 3107 \N \N \N \N \N \N \N \N LIF f \N \N \N +1630 3917 3108 \N \N \N \N \N \N \N \N LIF f \N \N \N +1631 3918 3109 \N \N \N \N \N \N \N \N LIF f \N \N \N +1632 3919 3110 \N \N \N \N \N \N \N \N LIF f \N \N \N +1633 3920 3111 \N \N \N \N \N \N \N \N LIF f \N \N \N +1634 3921 3112 \N \N \N \N \N \N \N \N LIF f \N \N \N +1635 3922 3113 \N \N \N \N \N \N \N \N LIF f \N \N \N +1636 3923 3114 \N \N \N \N \N \N \N \N LIF f \N \N \N +1637 3924 3115 \N \N \N \N \N \N \N \N LIF f \N \N \N +1638 3925 3116 \N \N \N \N \N \N \N \N LIF f \N \N \N +1639 3926 3117 \N \N \N \N \N \N \N \N LIF f \N \N \N +1640 3927 3118 \N \N \N \N \N \N \N \N LIF f \N \N \N +1641 3928 3119 \N \N \N \N \N \N \N \N LIF f \N \N \N +1642 3929 3120 \N \N \N \N \N \N \N \N LIF f \N \N \N +1643 3930 3121 \N \N \N \N \N \N \N \N LIF f \N \N \N +1644 3931 3122 \N \N \N \N \N \N \N \N LIF f \N \N \N +1645 3932 3123 \N \N \N \N \N \N \N \N LIF f \N \N \N +1646 3933 3124 \N \N \N \N \N \N \N \N LIF f \N \N \N +1647 3934 3125 \N \N \N \N \N \N \N \N LIF f \N \N \N +1648 3935 3126 \N \N \N \N \N \N \N \N LIF f \N \N \N +1649 3936 3127 \N \N \N \N \N \N \N \N LIF f \N \N \N +1650 3937 3128 \N \N \N \N \N \N \N \N LIF f \N \N \N +1651 3938 3129 \N \N \N \N \N \N \N \N LIF f \N \N \N +1652 3939 3130 \N \N \N \N \N \N \N \N LIF f \N \N \N +1653 3940 3131 \N \N \N \N \N \N \N \N LIF f \N \N \N +1654 3941 3132 \N \N \N \N \N \N \N \N LIF f \N \N \N +1655 3942 3133 \N \N \N \N \N \N \N \N LIF f \N \N \N +1656 3943 3134 \N \N \N \N \N \N \N \N LIF f \N \N \N +1657 3944 3135 \N \N \N \N \N \N \N \N LIF f \N \N \N +1658 3945 3136 \N \N \N \N \N \N \N \N LIF f \N \N \N +1659 3946 3137 \N \N \N \N \N \N \N \N LIF f \N \N \N +1660 3947 3138 \N \N \N \N \N \N \N \N LIF f \N \N \N +1661 3948 3139 \N \N \N \N \N \N \N \N LIF f \N \N \N +1662 3949 3140 \N \N \N \N \N \N \N \N LIF f \N \N \N +1663 3950 3141 \N \N \N \N \N \N \N \N LIF f \N \N \N +1664 3951 3142 \N \N \N \N \N \N \N \N LIF f \N \N \N +1665 3952 3143 \N \N \N \N \N \N \N \N LIF f \N \N \N +1666 3953 3144 \N \N \N \N \N \N \N \N LIF f \N \N \N +1667 3954 3145 \N \N \N \N \N \N \N \N LIF f \N \N \N +1668 3955 3146 \N \N \N \N \N \N \N \N LIF f \N \N \N +1669 3956 3147 \N \N \N \N \N \N \N \N LIF f \N \N \N +1670 3957 3148 \N \N \N \N \N \N \N \N LIF f \N \N \N +1671 3958 3149 \N \N \N \N \N \N \N \N LIF f \N \N \N +1672 3959 3150 \N \N \N \N \N \N \N \N LIF f \N \N \N +1673 3960 3151 \N \N \N \N \N \N \N \N LIF f \N \N \N +1674 3961 3152 \N \N \N \N \N \N \N \N LIF f \N \N \N +1675 3962 3153 \N \N \N \N \N \N \N \N LIF f \N \N \N +1676 3963 3154 \N \N \N \N \N \N \N \N LIF f \N \N \N +1677 3964 3155 \N \N \N \N \N \N \N \N LIF f \N \N \N +1678 3965 3156 \N \N \N \N \N \N \N \N LIF f \N \N \N +1679 3966 3157 \N \N \N \N \N \N \N \N LIF f \N \N \N +1680 3967 3158 \N \N \N \N \N \N \N \N LIF f \N \N \N +1681 3968 3159 \N \N \N \N \N \N \N \N LIF f \N \N \N +1682 3969 3160 \N \N \N \N \N \N \N \N LIF f \N \N \N +1683 3970 3161 \N \N \N \N \N \N \N \N LIF f \N \N \N +1684 3971 3162 \N \N \N \N \N \N \N \N LIF f \N \N \N +1685 3972 3163 \N \N \N \N \N \N \N \N LIF f \N \N \N +1686 3973 3164 \N \N \N \N \N \N \N \N LIF f \N \N \N +1687 3974 3165 \N \N \N \N \N \N \N \N LIF f \N \N \N +1688 3975 3166 \N \N \N \N \N \N \N \N LIF f \N \N \N +1689 3976 3167 \N \N \N \N \N \N \N \N LIF f \N \N \N +1690 3977 3168 \N \N \N \N \N \N \N \N LIF f \N \N \N +1691 3978 3169 \N \N \N \N \N \N \N \N LIF f \N \N \N +1692 3979 3170 \N \N \N \N \N \N \N \N LIF f \N \N \N +1693 3980 3171 \N \N \N \N \N \N \N \N LIF f \N \N \N +1694 3981 3172 \N \N \N \N \N \N \N \N LIF f \N \N \N +1695 3982 3173 \N \N \N \N \N \N \N \N LIF f \N \N \N +1696 3983 3174 \N \N \N \N \N \N \N \N LIF f \N \N \N +1697 3984 3175 \N \N \N \N \N \N \N \N LIF f \N \N \N +1698 3985 3176 \N \N \N \N \N \N \N \N LIF f \N \N \N +1699 3986 3177 \N \N \N \N \N \N \N \N LIF f \N \N \N +1700 3987 3178 \N \N \N \N \N \N \N \N LIF f \N \N \N +1701 3988 3179 \N \N \N \N \N \N \N \N LIF f \N \N \N +1702 3989 3180 \N \N \N \N \N \N \N \N LIF f \N \N \N +1703 3990 3181 \N \N \N \N \N \N \N \N LIF f \N \N \N +1704 3991 3182 \N \N \N \N \N \N \N \N LIF f \N \N \N +1808 4095 3286 \N \N \N \N \N \N \N \N LIF f \N \N \N +1705 3992 3183 \N \N \N \N \N \N \N \N LIF f \N \N \N +1706 3993 3184 \N \N \N \N \N \N \N \N LIF f \N \N \N +1707 3994 3185 \N \N \N \N \N \N \N \N LIF f \N \N \N +1708 3995 3186 \N \N \N \N \N \N \N \N LIF f \N \N \N +1709 3996 3187 \N \N \N \N \N \N \N \N LIF f \N \N \N +1710 3997 3188 \N \N \N \N \N \N \N \N LIF f \N \N \N +1711 3998 3189 \N \N \N \N \N \N \N \N LIF f \N \N \N +1712 3999 3190 \N \N \N \N \N \N \N \N LIF f \N \N \N +1713 4000 3191 \N \N \N \N \N \N \N \N LIF f \N \N \N +1714 4001 3192 \N \N \N \N \N \N \N \N LIF f \N \N \N +1715 4002 3193 \N \N \N \N \N \N \N \N LIF f \N \N \N +1716 4003 3194 \N \N \N \N \N \N \N \N LIF f \N \N \N +1717 4004 3195 \N \N \N \N \N \N \N \N LIF f \N \N \N +1718 4005 3196 \N \N \N \N \N \N \N \N LIF f \N \N \N +1719 4006 3197 \N \N \N \N \N \N \N \N LIF f \N \N \N +1720 4007 3198 \N \N \N \N \N \N \N \N LIF f \N \N \N +1721 4008 3199 \N \N \N \N \N \N \N \N LIF f \N \N \N +1722 4009 3200 \N \N \N \N \N \N \N \N LIF f \N \N \N +1723 4010 3201 \N \N \N \N \N \N \N \N LIF f \N \N \N +1724 4011 3202 \N \N \N \N \N \N \N \N LIF f \N \N \N +1725 4012 3203 \N \N \N \N \N \N \N \N LIF f \N \N \N +1726 4013 3204 \N \N \N \N \N \N \N \N LIF f \N \N \N +1727 4014 3205 \N \N \N \N \N \N \N \N LIF f \N \N \N +1728 4015 3206 \N \N \N \N \N \N \N \N LIF f \N \N \N +1729 4016 3207 \N \N \N \N \N \N \N \N LIF f \N \N \N +1730 4017 3208 \N \N \N \N \N \N \N \N LIF f \N \N \N +1731 4018 3209 \N \N \N \N \N \N \N \N LIF f \N \N \N +1732 4019 3210 \N \N \N \N \N \N \N \N LIF f \N \N \N +1733 4020 3211 \N \N \N \N \N \N \N \N LIF f \N \N \N +1734 4021 3212 \N \N \N \N \N \N \N \N LIF f \N \N \N +1735 4022 3213 \N \N \N \N \N \N \N \N LIF f \N \N \N +1736 4023 3214 \N \N \N \N \N \N \N \N LIF f \N \N \N +1737 4024 3215 \N \N \N \N \N \N \N \N LIF f \N \N \N +1738 4025 3216 \N \N \N \N \N \N \N \N LIF f \N \N \N +1739 4026 3217 \N \N \N \N \N \N \N \N LIF f \N \N \N +1740 4027 3218 \N \N \N \N \N \N \N \N LIF f \N \N \N +1741 4028 3219 \N \N \N \N \N \N \N \N LIF f \N \N \N +1742 4029 3220 \N \N \N \N \N \N \N \N LIF f \N \N \N +1743 4030 3221 \N \N \N \N \N \N \N \N LIF f \N \N \N +1744 4031 3222 \N \N \N \N \N \N \N \N LIF f \N \N \N +1745 4032 3223 \N \N \N \N \N \N \N \N LIF f \N \N \N +1746 4033 3224 \N \N \N \N \N \N \N \N LIF f \N \N \N +1747 4034 3225 \N \N \N \N \N \N \N \N LIF f \N \N \N +1748 4035 3226 \N \N \N \N \N \N \N \N LIF f \N \N \N +1749 4036 3227 \N \N \N \N \N \N \N \N LIF f \N \N \N +1750 4037 3228 \N \N \N \N \N \N \N \N LIF f \N \N \N +1751 4038 3229 \N \N \N \N \N \N \N \N LIF f \N \N \N +1752 4039 3230 \N \N \N \N \N \N \N \N LIF f \N \N \N +1753 4040 3231 \N \N \N \N \N \N \N \N LIF f \N \N \N +1754 4041 3232 \N \N \N \N \N \N \N \N LIF f \N \N \N +1755 4042 3233 \N \N \N \N \N \N \N \N LIF f \N \N \N +1756 4043 3234 \N \N \N \N \N \N \N \N LIF f \N \N \N +1757 4044 3235 \N \N \N \N \N \N \N \N LIF f \N \N \N +1758 4045 3236 \N \N \N \N \N \N \N \N LIF f \N \N \N +1759 4046 3237 \N \N \N \N \N \N \N \N LIF f \N \N \N +1760 4047 3238 \N \N \N \N \N \N \N \N LIF f \N \N \N +1761 4048 3239 \N \N \N \N \N \N \N \N LIF f \N \N \N +1762 4049 3240 \N \N \N \N \N \N \N \N LIF f \N \N \N +1763 4050 3241 \N \N \N \N \N \N \N \N LIF f \N \N \N +1764 4051 3242 \N \N \N \N \N \N \N \N LIF f \N \N \N +1765 4052 3243 \N \N \N \N \N \N \N \N LIF f \N \N \N +1766 4053 3244 \N \N \N \N \N \N \N \N LIF f \N \N \N +1767 4054 3245 \N \N \N \N \N \N \N \N LIF f \N \N \N +1768 4055 3246 \N \N \N \N \N \N \N \N LIF f \N \N \N +1769 4056 3247 \N \N \N \N \N \N \N \N LIF f \N \N \N +1770 4057 3248 \N \N \N \N \N \N \N \N LIF f \N \N \N +1771 4058 3249 \N \N \N \N \N \N \N \N LIF f \N \N \N +1772 4059 3250 \N \N \N \N \N \N \N \N LIF f \N \N \N +1773 4060 3251 \N \N \N \N \N \N \N \N LIF f \N \N \N +1774 4061 3252 \N \N \N \N \N \N \N \N LIF f \N \N \N +1775 4062 3253 \N \N \N \N \N \N \N \N LIF f \N \N \N +1776 4063 3254 \N \N \N \N \N \N \N \N LIF f \N \N \N +1777 4064 3255 \N \N \N \N \N \N \N \N LIF f \N \N \N +1778 4065 3256 \N \N \N \N \N \N \N \N LIF f \N \N \N +1779 4066 3257 \N \N \N \N \N \N \N \N LIF f \N \N \N +1780 4067 3258 \N \N \N \N \N \N \N \N LIF f \N \N \N +1781 4068 3259 \N \N \N \N \N \N \N \N LIF f \N \N \N +1782 4069 3260 \N \N \N \N \N \N \N \N LIF f \N \N \N +1783 4070 3261 \N \N \N \N \N \N \N \N LIF f \N \N \N +1784 4071 3262 \N \N \N \N \N \N \N \N LIF f \N \N \N +1785 4072 3263 \N \N \N \N \N \N \N \N LIF f \N \N \N +1786 4073 3264 \N \N \N \N \N \N \N \N LIF f \N \N \N +1787 4074 3265 \N \N \N \N \N \N \N \N LIF f \N \N \N +1788 4075 3266 \N \N \N \N \N \N \N \N LIF f \N \N \N +1789 4076 3267 \N \N \N \N \N \N \N \N LIF f \N \N \N +1790 4077 3268 \N \N \N \N \N \N \N \N LIF f \N \N \N +1791 4078 3269 \N \N \N \N \N \N \N \N LIF f \N \N \N +1792 4079 3270 \N \N \N \N \N \N \N \N LIF f \N \N \N +1793 4080 3271 \N \N \N \N \N \N \N \N LIF f \N \N \N +1794 4081 3272 \N \N \N \N \N \N \N \N LIF f \N \N \N +1795 4082 3273 \N \N \N \N \N \N \N \N LIF f \N \N \N +1796 4083 3274 \N \N \N \N \N \N \N \N LIF f \N \N \N +1797 4084 3275 \N \N \N \N \N \N \N \N LIF f \N \N \N +1798 4085 3276 \N \N \N \N \N \N \N \N LIF f \N \N \N +1799 4086 3277 \N \N \N \N \N \N \N \N LIF f \N \N \N +1800 4087 3278 \N \N \N \N \N \N \N \N LIF f \N \N \N +1801 4088 3279 \N \N \N \N \N \N \N \N LIF f \N \N \N +1802 4089 3280 \N \N \N \N \N \N \N \N LIF f \N \N \N +1803 4090 3281 \N \N \N \N \N \N \N \N LIF f \N \N \N +1804 4091 3282 \N \N \N \N \N \N \N \N LIF f \N \N \N +1805 4092 3283 \N \N \N \N \N \N \N \N LIF f \N \N \N +1806 4093 3284 \N \N \N \N \N \N \N \N LIF f \N \N \N +1807 4094 3285 \N \N \N \N \N \N \N \N LIF f \N \N \N +1809 4096 3287 \N \N \N \N \N \N \N \N LIF f \N \N \N +1810 4097 3288 \N \N \N \N \N \N \N \N LIF f \N \N \N +1811 4098 3289 \N \N \N \N \N \N \N \N LIF f \N \N \N +1812 4099 3290 \N \N \N \N \N \N \N \N LIF f \N \N \N +1813 4100 3291 \N \N \N \N \N \N \N \N LIF f \N \N \N +1814 4101 3292 \N \N \N \N \N \N \N \N LIF f \N \N \N +1815 4102 3293 \N \N \N \N \N \N \N \N LIF f \N \N \N +1816 4103 3294 \N \N \N \N \N \N \N \N LIF f \N \N \N +1817 4104 3295 \N \N \N \N \N \N \N \N LIF f \N \N \N +1818 4105 3296 \N \N \N \N \N \N \N \N LIF f \N \N \N +1819 4106 3297 \N \N \N \N \N \N \N \N LIF f \N \N \N +1820 4107 3298 \N \N \N \N \N \N \N \N LIF f \N \N \N +1821 4108 3299 \N \N \N \N \N \N \N \N LIF f \N \N \N +1822 4109 3300 \N \N \N \N \N \N \N \N LIF f \N \N \N +1823 4110 3301 \N \N \N \N \N \N \N \N LIF f \N \N \N +1824 4111 3302 \N \N \N \N \N \N \N \N LIF f \N \N \N +1825 4112 3303 \N \N \N \N \N \N \N \N LIF f \N \N \N +1826 4113 3304 \N \N \N \N \N \N \N \N LIF f \N \N \N +1827 4114 3305 \N \N \N \N \N \N \N \N LIF f \N \N \N +1828 4115 3306 \N \N \N \N \N \N \N \N LIF f \N \N \N +1829 4116 3307 \N \N \N \N \N \N \N \N LIF f \N \N \N +1830 4117 3308 \N \N \N \N \N \N \N \N LIF f \N \N \N +1831 4118 3309 \N \N \N \N \N \N \N \N LIF f \N \N \N +1832 4119 3310 \N \N \N \N \N \N \N \N LIF f \N \N \N +1833 4120 3311 \N \N \N \N \N \N \N \N LIF f \N \N \N +1834 4121 3312 \N \N \N \N \N \N \N \N LIF f \N \N \N +1835 4122 3313 \N \N \N \N \N \N \N \N LIF f \N \N \N +1836 4123 3314 \N \N \N \N \N \N \N \N LIF f \N \N \N +1837 4124 3315 \N \N \N \N \N \N \N \N LIF f \N \N \N +1838 4125 3316 \N \N \N \N \N \N \N \N LIF f \N \N \N +1839 4126 3317 \N \N \N \N \N \N \N \N LIF f \N \N \N +1840 4127 3318 \N \N \N \N \N \N \N \N LIF f \N \N \N +1841 4128 3319 \N \N \N \N \N \N \N \N LIF f \N \N \N +1842 4129 3320 \N \N \N \N \N \N \N \N LIF f \N \N \N +1843 4130 3321 \N \N \N \N \N \N \N \N LIF f \N \N \N +1844 4131 3322 \N \N \N \N \N \N \N \N LIF f \N \N \N +1845 4132 3323 \N \N \N \N \N \N \N \N LIF f \N \N \N +1846 4133 3324 \N \N \N \N \N \N \N \N LIF f \N \N \N +1847 4134 3325 \N \N \N \N \N \N \N \N LIF f \N \N \N +1848 4135 3326 \N \N \N \N \N \N \N \N LIF f \N \N \N +1849 4136 3327 \N \N \N \N \N \N \N \N LIF f \N \N \N +1850 4137 3328 \N \N \N \N \N \N \N \N LIF f \N \N \N +1851 4138 3329 \N \N \N \N \N \N \N \N LIF f \N \N \N +1852 4139 3330 \N \N \N \N \N \N \N \N LIF f \N \N \N +1853 4140 3331 \N \N \N \N \N \N \N \N LIF f \N \N \N +1854 4141 3332 \N \N \N \N \N \N \N \N LIF f \N \N \N +1855 4142 3333 \N \N \N \N \N \N \N \N LIF f \N \N \N +1856 4143 3334 \N \N \N \N \N \N \N \N LIF f \N \N \N +1857 4144 3335 \N \N \N \N \N \N \N \N LIF f \N \N \N +1858 4145 3336 \N \N \N \N \N \N \N \N LIF f \N \N \N +1859 4146 3337 \N \N \N \N \N \N \N \N LIF f \N \N \N +1860 4147 3338 \N \N \N \N \N \N \N \N LIF f \N \N \N +1861 4148 3339 \N \N \N \N \N \N \N \N LIF f \N \N \N +1862 4149 3340 \N \N \N \N \N \N \N \N LIF f \N \N \N +1863 4150 3341 \N \N \N \N \N \N \N \N LIF f \N \N \N +1864 4151 3342 \N \N \N \N \N \N \N \N LIF f \N \N \N +1865 4152 3343 \N \N \N \N \N \N \N \N LIF f \N \N \N +1866 4153 3344 \N \N \N \N \N \N \N \N LIF f \N \N \N +1867 4154 3345 \N \N \N \N \N \N \N \N LIF f \N \N \N +1868 4155 3346 \N \N \N \N \N \N \N \N LIF f \N \N \N +1869 4156 3347 \N \N \N \N \N \N \N \N LIF f \N \N \N +1870 4157 3348 \N \N \N \N \N \N \N \N LIF f \N \N \N +1871 4158 3349 \N \N \N \N \N \N \N \N LIF f \N \N \N +1872 4159 3350 \N \N \N \N \N \N \N \N LIF f \N \N \N +1873 4160 3351 \N \N \N \N \N \N \N \N LIF f \N \N \N +1874 4161 3352 \N \N \N \N \N \N \N \N LIF f \N \N \N +1875 4162 3353 \N \N \N \N \N \N \N \N LIF f \N \N \N +1876 4163 3354 \N \N \N \N \N \N \N \N LIF f \N \N \N +1877 4164 3355 \N \N \N \N \N \N \N \N LIF f \N \N \N +1878 4165 3356 \N \N \N \N \N \N \N \N LIF f \N \N \N +1879 4166 3357 \N \N \N \N \N \N \N \N LIF f \N \N \N +1880 4167 3358 \N \N \N \N \N \N \N \N LIF f \N \N \N +1881 4168 3359 \N \N \N \N \N \N \N \N LIF f \N \N \N +1882 4169 3360 \N \N \N \N \N \N \N \N LIF f \N \N \N +1883 4170 3361 \N \N \N \N \N \N \N \N LIF f \N \N \N +1909 4196 3387 \N \N \N \N \N \N \N \N LIF f \N \N \N +1884 4171 3362 \N \N \N \N \N \N \N \N LIF f \N \N \N +1885 4172 3363 \N \N \N \N \N \N \N \N LIF f \N \N \N +1886 4173 3364 \N \N \N \N \N \N \N \N LIF f \N \N \N +1887 4174 3365 \N \N \N \N \N \N \N \N LIF f \N \N \N +1888 4175 3366 \N \N \N \N \N \N \N \N LIF f \N \N \N +1889 4176 3367 \N \N \N \N \N \N \N \N LIF f \N \N \N +1890 4177 3368 \N \N \N \N \N \N \N \N LIF f \N \N \N +1891 4178 3369 \N \N \N \N \N \N \N \N LIF f \N \N \N +1892 4179 3370 \N \N \N \N \N \N \N \N LIF f \N \N \N +1893 4180 3371 \N \N \N \N \N \N \N \N LIF f \N \N \N +1894 4181 3372 \N \N \N \N \N \N \N \N LIF f \N \N \N +1895 4182 3373 \N \N \N \N \N \N \N \N LIF f \N \N \N +1896 4183 3374 \N \N \N \N \N \N \N \N LIF f \N \N \N +1897 4184 3375 \N \N \N \N \N \N \N \N LIF f \N \N \N +1898 4185 3376 \N \N \N \N \N \N \N \N LIF f \N \N \N +1899 4186 3377 \N \N \N \N \N \N \N \N LIF f \N \N \N +1900 4187 3378 \N \N \N \N \N \N \N \N LIF f \N \N \N +1901 4188 3379 \N \N \N \N \N \N \N \N LIF f \N \N \N +1902 4189 3380 \N \N \N \N \N \N \N \N LIF f \N \N \N +1903 4190 3381 \N \N \N \N \N \N \N \N LIF f \N \N \N +1904 4191 3382 \N \N \N \N \N \N \N \N LIF f \N \N \N +1905 4192 3383 \N \N \N \N \N \N \N \N LIF f \N \N \N +1906 4193 3384 \N \N \N \N \N \N \N \N LIF f \N \N \N +1907 4194 3385 \N \N \N \N \N \N \N \N LIF f \N \N \N +1908 4195 3386 \N \N \N \N \N \N \N \N LIF f \N \N \N +1910 4197 3388 \N \N \N \N \N \N \N \N LIF f \N \N \N +1911 4198 3389 \N \N \N \N \N \N \N \N LIF f \N \N \N +1912 4199 3390 \N \N \N \N \N \N \N \N LIF f \N \N \N +1913 4200 3391 \N \N \N \N \N \N \N \N LIF f \N \N \N +1914 4201 3392 \N \N \N \N \N \N \N \N LIF f \N \N \N +1915 4202 3393 \N \N \N \N \N \N \N \N LIF f \N \N \N +1916 4203 3394 \N \N \N \N \N \N \N \N LIF f \N \N \N +1917 4204 3395 \N \N \N \N \N \N \N \N LIF f \N \N \N +1918 4205 3396 \N \N \N \N \N \N \N \N LIF f \N \N \N +1919 4206 3397 \N \N \N \N \N \N \N \N LIF f \N \N \N +1920 4207 3398 \N \N \N \N \N \N \N \N LIF f \N \N \N +1921 4208 3399 \N \N \N \N \N \N \N \N LIF f \N \N \N +1922 4209 3400 \N \N \N \N \N \N \N \N LIF f \N \N \N +1923 4210 3401 \N \N \N \N \N \N \N \N LIF f \N \N \N +1924 4211 3402 \N \N \N \N \N \N \N \N LIF f \N \N \N +1925 4212 3403 \N \N \N \N \N \N \N \N LIF f \N \N \N +1926 4213 3404 \N \N \N \N \N \N \N \N LIF f \N \N \N +1927 4214 3405 \N \N \N \N \N \N \N \N LIF f \N \N \N +1928 4215 3406 \N \N \N \N \N \N \N \N LIF f \N \N \N +1929 4216 3407 \N \N \N \N \N \N \N \N LIF f \N \N \N +1930 4217 3408 \N \N \N \N \N \N \N \N LIF f \N \N \N +1931 4218 3409 \N \N \N \N \N \N \N \N LIF f \N \N \N +1932 4219 3410 \N \N \N \N \N \N \N \N LIF f \N \N \N +1933 4220 3411 \N \N \N \N \N \N \N \N LIF f \N \N \N +1934 4221 3412 \N \N \N \N \N \N \N \N LIF f \N \N \N +1935 4222 3413 \N \N \N \N \N \N \N \N LIF f \N \N \N +1936 4223 3414 \N \N \N \N \N \N \N \N LIF f \N \N \N +1937 4224 3415 \N \N \N \N \N \N \N \N LIF f \N \N \N +1938 4225 3416 \N \N \N \N \N \N \N \N LIF f \N \N \N +1939 4226 3417 \N \N \N \N \N \N \N \N LIF f \N \N \N +1940 4227 3418 \N \N \N \N \N \N \N \N LIF f \N \N \N +1941 4228 3419 \N \N \N \N \N \N \N \N LIF f \N \N \N +1942 4229 3420 \N \N \N \N \N \N \N \N LIF f \N \N \N +1943 4230 3421 \N \N \N \N \N \N \N \N LIF f \N \N \N +1944 4231 3422 \N \N \N \N \N \N \N \N LIF f \N \N \N +1945 4232 3423 \N \N \N \N \N \N \N \N LIF f \N \N \N +1946 4233 3424 \N \N \N \N \N \N \N \N LIF f \N \N \N +1947 4234 3425 \N \N \N \N \N \N \N \N LIF f \N \N \N +1948 4235 3426 \N \N \N \N \N \N \N \N LIF f \N \N \N +1949 4236 3427 \N \N \N \N \N \N \N \N LIF f \N \N \N +1950 4237 3428 \N \N \N \N \N \N \N \N LIF f \N \N \N +1951 4238 3429 \N \N \N \N \N \N \N \N LIF f \N \N \N +1952 4239 3430 \N \N \N \N \N \N \N \N LIF f \N \N \N +1953 4240 3431 \N \N \N \N \N \N \N \N LIF f \N \N \N +1954 4241 3432 \N \N \N \N \N \N \N \N LIF f \N \N \N +2028 4315 3506 \N \N \N \N \N \N \N \N LIF f \N \N \N +1955 4242 3433 \N \N \N \N \N \N \N \N LIF f \N \N \N +1956 4243 3434 \N \N \N \N \N \N \N \N LIF f \N \N \N +1957 4244 3435 \N \N \N \N \N \N \N \N LIF f \N \N \N +1958 4245 3436 \N \N \N \N \N \N \N \N LIF f \N \N \N +1959 4246 3437 \N \N \N \N \N \N \N \N LIF f \N \N \N +1960 4247 3438 \N \N \N \N \N \N \N \N LIF f \N \N \N +1961 4248 3439 \N \N \N \N \N \N \N \N LIF f \N \N \N +1962 4249 3440 \N \N \N \N \N \N \N \N LIF f \N \N \N +1963 4250 3441 \N \N \N \N \N \N \N \N LIF f \N \N \N +1964 4251 3442 \N \N \N \N \N \N \N \N LIF f \N \N \N +1965 4252 3443 \N \N \N \N \N \N \N \N LIF f \N \N \N +1966 4253 3444 \N \N \N \N \N \N \N \N LIF f \N \N \N +1967 4254 3445 \N \N \N \N \N \N \N \N LIF f \N \N \N +1968 4255 3446 \N \N \N \N \N \N \N \N LIF f \N \N \N +1969 4256 3447 \N \N \N \N \N \N \N \N LIF f \N \N \N +1970 4257 3448 \N \N \N \N \N \N \N \N LIF f \N \N \N +1971 4258 3449 \N \N \N \N \N \N \N \N LIF f \N \N \N +1972 4259 3450 \N \N \N \N \N \N \N \N LIF f \N \N \N +1973 4260 3451 \N \N \N \N \N \N \N \N LIF f \N \N \N +1974 4261 3452 \N \N \N \N \N \N \N \N LIF f \N \N \N +1975 4262 3453 \N \N \N \N \N \N \N \N LIF f \N \N \N +1976 4263 3454 \N \N \N \N \N \N \N \N LIF f \N \N \N +1977 4264 3455 \N \N \N \N \N \N \N \N LIF f \N \N \N +1978 4265 3456 \N \N \N \N \N \N \N \N LIF f \N \N \N +1979 4266 3457 \N \N \N \N \N \N \N \N LIF f \N \N \N +1980 4267 3458 \N \N \N \N \N \N \N \N LIF f \N \N \N +1981 4268 3459 \N \N \N \N \N \N \N \N LIF f \N \N \N +1982 4269 3460 \N \N \N \N \N \N \N \N LIF f \N \N \N +1983 4270 3461 \N \N \N \N \N \N \N \N LIF f \N \N \N +1984 4271 3462 \N \N \N \N \N \N \N \N LIF f \N \N \N +1985 4272 3463 \N \N \N \N \N \N \N \N LIF f \N \N \N +1986 4273 3464 \N \N \N \N \N \N \N \N LIF f \N \N \N +1987 4274 3465 \N \N \N \N \N \N \N \N LIF f \N \N \N +1988 4275 3466 \N \N \N \N \N \N \N \N LIF f \N \N \N +1989 4276 3467 \N \N \N \N \N \N \N \N LIF f \N \N \N +1990 4277 3468 \N \N \N \N \N \N \N \N LIF f \N \N \N +1991 4278 3469 \N \N \N \N \N \N \N \N LIF f \N \N \N +1992 4279 3470 \N \N \N \N \N \N \N \N LIF f \N \N \N +1993 4280 3471 \N \N \N \N \N \N \N \N LIF f \N \N \N +1994 4281 3472 \N \N \N \N \N \N \N \N LIF f \N \N \N +1995 4282 3473 \N \N \N \N \N \N \N \N LIF f \N \N \N +1996 4283 3474 \N \N \N \N \N \N \N \N LIF f \N \N \N +1997 4284 3475 \N \N \N \N \N \N \N \N LIF f \N \N \N +1998 4285 3476 \N \N \N \N \N \N \N \N LIF f \N \N \N +1999 4286 3477 \N \N \N \N \N \N \N \N LIF f \N \N \N +2000 4287 3478 \N \N \N \N \N \N \N \N LIF f \N \N \N +2001 4288 3479 \N \N \N \N \N \N \N \N LIF f \N \N \N +2002 4289 3480 \N \N \N \N \N \N \N \N LIF f \N \N \N +2003 4290 3481 \N \N \N \N \N \N \N \N LIF f \N \N \N +2004 4291 3482 \N \N \N \N \N \N \N \N LIF f \N \N \N +2005 4292 3483 \N \N \N \N \N \N \N \N LIF f \N \N \N +2006 4293 3484 \N \N \N \N \N \N \N \N LIF f \N \N \N +2007 4294 3485 \N \N \N \N \N \N \N \N LIF f \N \N \N +2008 4295 3486 \N \N \N \N \N \N \N \N LIF f \N \N \N +2009 4296 3487 \N \N \N \N \N \N \N \N LIF f \N \N \N +2010 4297 3488 \N \N \N \N \N \N \N \N LIF f \N \N \N +2011 4298 3489 \N \N \N \N \N \N \N \N LIF f \N \N \N +2012 4299 3490 \N \N \N \N \N \N \N \N LIF f \N \N \N +2013 4300 3491 \N \N \N \N \N \N \N \N LIF f \N \N \N +2014 4301 3492 \N \N \N \N \N \N \N \N LIF f \N \N \N +2015 4302 3493 \N \N \N \N \N \N \N \N LIF f \N \N \N +2016 4303 3494 \N \N \N \N \N \N \N \N LIF f \N \N \N +2017 4304 3495 \N \N \N \N \N \N \N \N LIF f \N \N \N +2018 4305 3496 \N \N \N \N \N \N \N \N LIF f \N \N \N +2019 4306 3497 \N \N \N \N \N \N \N \N LIF f \N \N \N +2020 4307 3498 \N \N \N \N \N \N \N \N LIF f \N \N \N +2021 4308 3499 \N \N \N \N \N \N \N \N LIF f \N \N \N +2022 4309 3500 \N \N \N \N \N \N \N \N LIF f \N \N \N +2023 4310 3501 \N \N \N \N \N \N \N \N LIF f \N \N \N +2024 4311 3502 \N \N \N \N \N \N \N \N LIF f \N \N \N +2025 4312 3503 \N \N \N \N \N \N \N \N LIF f \N \N \N +2026 4313 3504 \N \N \N \N \N \N \N \N LIF f \N \N \N +2027 4314 3505 \N \N \N \N \N \N \N \N LIF f \N \N \N +2029 4316 3507 \N \N \N \N \N \N \N \N LIF f \N \N \N +2030 4317 3508 \N \N \N \N \N \N \N \N LIF f \N \N \N +2031 4318 3509 \N \N \N \N \N \N \N \N LIF f \N \N \N +2032 4319 3510 \N \N \N \N \N \N \N \N LIF f \N \N \N +2033 4320 3511 \N \N \N \N \N \N \N \N LIF f \N \N \N +2034 4321 3512 \N \N \N \N \N \N \N \N LIF f \N \N \N +2035 4322 3513 \N \N \N \N \N \N \N \N LIF f \N \N \N +2036 4323 3514 \N \N \N \N \N \N \N \N LIF f \N \N \N +2037 4324 3515 \N \N \N \N \N \N \N \N LIF f \N \N \N +2038 4325 3516 \N \N \N \N \N \N \N \N LIF f \N \N \N +2039 4326 3517 \N \N \N \N \N \N \N \N LIF f \N \N \N +2040 4327 3518 \N \N \N \N \N \N \N \N LIF f \N \N \N +2043 4330 3521 \N \N \N \N \N \N \N \N LIF f \N \N \N +2044 4331 3522 \N \N \N \N \N \N \N \N LIF f \N \N \N +2045 4332 3523 \N \N \N \N \N \N \N \N LIF f \N \N \N +2046 4333 3524 \N \N \N \N \N \N \N \N LIF f \N \N \N +2047 4334 3525 \N \N \N \N \N \N \N \N LIF f \N \N \N +2048 4335 3526 \N \N \N \N \N \N \N \N LIF f \N \N \N +2049 4336 3527 \N \N \N \N \N \N \N \N LIF f \N \N \N +2050 4337 3528 \N \N \N \N \N \N \N \N LIF f \N \N \N +2051 4338 3529 \N \N \N \N \N \N \N \N LIF f \N \N \N +2052 4339 3530 \N \N \N \N \N \N \N \N LIF f \N \N \N +2053 4340 3531 \N \N \N \N \N \N \N \N LIF f \N \N \N +2054 4341 3532 \N \N \N \N \N \N \N \N LIF f \N \N \N +2055 4342 3533 \N \N \N \N \N \N \N \N LIF f \N \N \N +2056 4343 3534 \N \N \N \N \N \N \N \N LIF f \N \N \N +2057 4344 3535 \N \N \N \N \N \N \N \N LIF f \N \N \N +2058 4345 3536 \N \N \N \N \N \N \N \N LIF f \N \N \N +2059 4346 3537 \N \N \N \N \N \N \N \N LIF f \N \N \N +2060 4347 3538 \N \N \N \N \N \N \N \N LIF f \N \N \N +2061 4348 3539 \N \N \N \N \N \N \N \N LIF f \N \N \N +2062 4349 3540 \N \N \N \N \N \N \N \N LIF f \N \N \N +2063 4350 3541 \N \N \N \N \N \N \N \N LIF f \N \N \N +2064 4351 3542 \N \N \N \N \N \N \N \N LIF f \N \N \N +2065 4352 3543 \N \N \N \N \N \N \N \N LIF f \N \N \N +2066 4353 3544 \N \N \N \N \N \N \N \N LIF f \N \N \N +2067 4354 3545 \N \N \N \N \N \N \N \N LIF f \N \N \N +2068 4355 3546 \N \N \N \N \N \N \N \N LIF f \N \N \N +2069 4356 3547 \N \N \N \N \N \N \N \N LIF f \N \N \N +2070 4357 3548 \N \N \N \N \N \N \N \N LIF f \N \N \N +2071 4358 3549 \N \N \N \N \N \N \N \N LIF f \N \N \N +2072 4359 3550 \N \N \N \N \N \N \N \N LIF f \N \N \N +2073 4360 3551 \N \N \N \N \N \N \N \N LIF f \N \N \N +2074 4361 3552 \N \N \N \N \N \N \N \N LIF f \N \N \N +2075 4362 3553 \N \N \N \N \N \N \N \N LIF f \N \N \N +2076 4363 3554 \N \N \N \N \N \N \N \N LIF f \N \N \N +2077 4364 3555 \N \N \N \N \N \N \N \N LIF f \N \N \N +2130 4417 3608 \N \N \N \N \N \N \N \N LIF f \N \N \N +2131 4418 3609 \N \N \N \N \N \N \N \N LIF f \N \N \N +2132 4419 3610 \N \N \N \N \N \N \N \N LIF f \N \N \N +2133 4420 3611 \N \N \N \N \N \N \N \N LIF f \N \N \N +2134 4421 3612 \N \N \N \N \N \N \N \N LIF f \N \N \N +2135 4422 3613 \N \N \N \N \N \N \N \N LIF f \N \N \N +2136 4423 3614 \N \N \N \N \N \N \N \N LIF f \N \N \N +2137 4424 3615 \N \N \N \N \N \N \N \N LIF f \N \N \N +2138 4425 3616 \N \N \N \N \N \N \N \N LIF f \N \N \N +2139 4426 3617 \N \N \N \N \N \N \N \N LIF f \N \N \N +2140 4427 3618 \N \N \N \N \N \N \N \N LIF f \N \N \N +2141 4428 3619 \N \N \N \N \N \N \N \N LIF f \N \N \N +2142 4429 3620 \N \N \N \N \N \N \N \N LIF f \N \N \N +2143 4430 3621 \N \N \N \N \N \N \N \N LIF f \N \N \N +2144 4431 3622 \N \N \N \N \N \N \N \N LIF f \N \N \N +2145 4432 3623 \N \N \N \N \N \N \N \N LIF f \N \N \N +2146 4433 3624 \N \N \N \N \N \N \N \N LIF f \N \N \N +2147 4434 3625 \N \N \N \N \N \N \N \N LIF f \N \N \N +2148 4435 3626 \N \N \N \N \N \N \N \N LIF f \N \N \N +2149 4436 3627 \N \N \N \N \N \N \N \N LIF f \N \N \N +2150 4437 3628 \N \N \N \N \N \N \N \N LIF f \N \N \N +2151 4438 3629 \N \N \N \N \N \N \N \N LIF f \N \N \N +2152 4439 3630 \N \N \N \N \N \N \N \N LIF f \N \N \N +2153 4440 3631 \N \N \N \N \N \N \N \N LIF f \N \N \N +2154 4441 3632 \N \N \N \N \N \N \N \N LIF f \N \N \N +2155 4442 3633 \N \N \N \N \N \N \N \N LIF f \N \N \N +2156 4443 3634 \N \N \N \N \N \N \N \N LIF f \N \N \N +2157 4444 3635 \N \N \N \N \N \N \N \N LIF f \N \N \N +2193 4479 3674 \N \N \N \N \N \N \N \N LIF f \N \N \N +2194 4480 3675 \N \N \N \N \N \N \N \N LIF f \N \N \N +2195 4481 3676 \N \N \N \N \N \N \N \N LIF f \N \N \N +2196 4482 3677 \N \N \N \N \N \N \N \N LIF f \N \N \N +2197 4483 3678 \N \N \N \N \N \N \N \N LIF f \N \N \N +2198 4484 3679 \N \N \N \N \N \N \N \N LIF f \N \N \N +2199 4485 3680 \N \N \N \N \N \N \N \N LIF f \N \N \N +2200 4486 3681 \N \N \N \N \N \N \N \N LIF f \N \N \N +2201 4487 3682 \N \N \N \N \N \N \N \N LIF f \N \N \N +2202 4488 3683 \N \N \N \N \N \N \N \N LIF f \N \N \N +\. + + +-- +-- Data for Name: ValueSetValues; Type: TABLE DATA; Schema: public; Owner: - +-- + +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 +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 +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 +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 +883 37 \N \N ReferencedBy ReferencedBy \N \N \N \N \N \N \N LIF f \N f 4 +884 37 \N \N ReplacedBy ReplacedBy \N \N \N \N \N \N \N LIF f \N f 4 +885 37 \N \N RequiredBy RequiredBy \N \N \N \N \N \N \N LIF f \N f 4 +886 37 \N \N IsTaughtBy IsTaughtBy \N \N \N \N \N \N \N LIF f \N f 4 +887 37 \N \N VersionOf VersionOf \N \N \N \N \N \N \N LIF f \N f 4 +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 +892 37 \N \N ComplexityLevel ComplexityLevel \N \N \N \N \N \N \N LIF f \N f 4 +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 +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 +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 +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 +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 +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 +902 37 \N \N isParentOf isParentOf \N \N \N \N \N \N \N LIF f \N f 4 +903 37 \N \N isPeerOf isPeerOf \N \N \N \N \N \N \N LIF f \N f 4 +904 37 \N \N isRelatedTo isRelatedTo \N \N \N \N \N \N \N LIF f \N f 4 +905 37 \N \N replaces replaces \N \N \N \N \N \N \N LIF f \N f 4 +906 37 \N \N skillLevelFor skillLevelFor \N \N \N \N \N \N \N LIF f \N f 4 +907 38 \N \N 1043 1043 \N \N \N \N \N \N \N LIF f \N f 4 +908 38 \N \N 788 788 \N \N \N \N \N \N \N LIF f \N f 4 +923 38 \N \N 2408 2408 \N \N \N \N \N \N \N LIF f \N f 4 +924 38 \N \N 2409 2409 \N \N \N \N \N \N \N LIF f \N f 4 +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 +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 +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 +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 +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 +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 +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 +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 +250 19 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 f 4 +251 19 A string representative of a non-numeric or numeric range value. \N String String \N CEDS \N \N \N \N \N LIF f \N f 4 +252 20 Appeal is specified as the completion and scoring status for an instance of a person taking an assessment. \N Appeal Appeal \N CEDS \N \N \N \N \N LIF f \N f 4 +253 20 Completed is specified as the completion and scoring status for an instance of a person taking an assessment. \N Completed Completed \N CEDS \N \N \N \N \N LIF f \N f 4 +254 20 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 f 4 +255 20 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 f 4 +256 20 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 f 4 +257 20 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 f 4 +258 20 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 f 4 +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 +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 +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 +931 38 \N \N 73063 73063 \N \N \N \N \N \N \N LIF f \N f 4 +935 38 \N \N 73081 73081 \N \N \N \N \N \N \N LIF f \N f 4 +936 38 \N \N 1052 1052 \N \N \N \N \N \N \N LIF f \N f 4 +937 38 \N \N 1057 1057 \N \N \N \N \N \N \N LIF f \N f 4 +938 38 \N \N 1053 1053 \N \N \N \N \N \N \N LIF f \N f 4 +939 38 \N \N 1056 1056 \N \N \N \N \N \N \N LIF f \N f 4 +940 38 \N \N 73082 73082 \N \N \N \N \N \N \N LIF f \N f 4 +941 38 \N \N 73083 73083 \N \N \N \N \N \N \N LIF f \N f 4 +942 38 \N \N 73084 73084 \N \N \N \N \N \N \N LIF f \N f 4 +943 38 \N \N 73085 73085 \N \N \N \N \N \N \N LIF f \N f 4 +944 38 \N \N 9999 9999 \N \N \N \N \N \N \N LIF f \N f 4 +945 39 \N \N aar aar \N \N \N \N \N \N \N LIF f \N f 4 +946 39 \N \N abk abk \N \N \N \N \N \N \N LIF f \N f 4 +947 39 \N \N ace ace \N \N \N \N \N \N \N LIF f \N f 4 +948 39 \N \N ach ach \N \N \N \N \N \N \N LIF f \N f 4 +949 39 \N \N ada ada \N \N \N \N \N \N \N LIF f \N f 4 +950 39 \N \N ady ady \N \N \N \N \N \N \N LIF f \N f 4 +951 39 \N \N afa afa \N \N \N \N \N \N \N LIF f \N f 4 +952 39 \N \N afh afh \N \N \N \N \N \N \N LIF f \N f 4 +953 39 \N \N afr afr \N \N \N \N \N \N \N LIF f \N f 4 +954 39 \N \N ain ain \N \N \N \N \N \N \N LIF f \N f 4 +955 39 \N \N aka aka \N \N \N \N \N \N \N LIF f \N f 4 +956 39 \N \N akk akk \N \N \N \N \N \N \N LIF f \N f 4 +957 39 \N \N alb alb \N \N \N \N \N \N \N LIF f \N f 4 +958 39 \N \N ale ale \N \N \N \N \N \N \N LIF f \N f 4 +959 39 \N \N alg alg \N \N \N \N \N \N \N LIF f \N f 4 +960 39 \N \N alt alt \N \N \N \N \N \N \N LIF f \N f 4 +961 39 \N \N amh amh \N \N \N \N \N \N \N LIF f \N f 4 +962 39 \N \N ang ang \N \N \N \N \N \N \N LIF f \N f 4 +963 39 \N \N anp anp \N \N \N \N \N \N \N LIF f \N f 4 +964 39 \N \N apa apa \N \N \N \N \N \N \N LIF f \N f 4 +965 39 \N \N ara ara \N \N \N \N \N \N \N LIF f \N f 4 +966 39 \N \N arc arc \N \N \N \N \N \N \N LIF f \N f 4 +967 39 \N \N arg arg \N \N \N \N \N \N \N LIF f \N f 4 +968 39 \N \N arm arm \N \N \N \N \N \N \N LIF f \N f 4 +969 39 \N \N arn arn \N \N \N \N \N \N \N LIF f \N f 4 +970 39 \N \N arp arp \N \N \N \N \N \N \N LIF f \N f 4 +971 39 \N \N art art \N \N \N \N \N \N \N LIF f \N f 4 +972 39 \N \N arw arw \N \N \N \N \N \N \N LIF f \N f 4 +973 39 \N \N asm asm \N \N \N \N \N \N \N LIF f \N f 4 +974 39 \N \N ast ast \N \N \N \N \N \N \N LIF f \N f 4 +975 39 \N \N ath ath \N \N \N \N \N \N \N LIF f \N f 4 +976 39 \N \N aus aus \N \N \N \N \N \N \N LIF f \N f 4 +977 39 \N \N ava ava \N \N \N \N \N \N \N LIF f \N f 4 +978 39 \N \N ave ave \N \N \N \N \N \N \N LIF f \N f 4 +979 39 \N \N awa awa \N \N \N \N \N \N \N LIF f \N f 4 +980 39 \N \N aym aym \N \N \N \N \N \N \N LIF f \N f 4 +981 39 \N \N aze aze \N \N \N \N \N \N \N LIF f \N f 4 +982 39 \N \N bad bad \N \N \N \N \N \N \N LIF f \N f 4 +983 39 \N \N bai bai \N \N \N \N \N \N \N LIF f \N f 4 +984 39 \N \N bak bak \N \N \N \N \N \N \N LIF f \N f 4 +985 39 \N \N bal bal \N \N \N \N \N \N \N LIF f \N f 4 +986 39 \N \N bam bam \N \N \N \N \N \N \N LIF f \N f 4 +987 39 \N \N ban ban \N \N \N \N \N \N \N LIF f \N f 4 +988 39 \N \N baq baq \N \N \N \N \N \N \N LIF f \N f 4 +989 39 \N \N bas bas \N \N \N \N \N \N \N LIF f \N f 4 +990 39 \N \N bat bat \N \N \N \N \N \N \N LIF f \N f 4 +991 39 \N \N bej bej \N \N \N \N \N \N \N LIF f \N f 4 +992 39 \N \N bel bel \N \N \N \N \N \N \N LIF f \N f 4 +993 39 \N \N bem bem \N \N \N \N \N \N \N LIF f \N f 4 +994 39 \N \N ben ben \N \N \N \N \N \N \N LIF f \N f 4 +995 39 \N \N ber ber \N \N \N \N \N \N \N LIF f \N f 4 +996 39 \N \N bho bho \N \N \N \N \N \N \N LIF f \N f 4 +997 39 \N \N bih bih \N \N \N \N \N \N \N LIF f \N f 4 +998 39 \N \N bik bik \N \N \N \N \N \N \N LIF f \N f 4 +999 39 \N \N bin bin \N \N \N \N \N \N \N LIF f \N f 4 +1000 39 \N \N bis bis \N \N \N \N \N \N \N LIF f \N f 4 +1001 39 \N \N bla bla \N \N \N \N \N \N \N LIF f \N f 4 +1002 39 \N \N bnt bnt \N \N \N \N \N \N \N LIF f \N f 4 +1003 39 \N \N bos bos \N \N \N \N \N \N \N LIF f \N f 4 +4761 340 This is a test of creating values at the same time as the value set. \N ENG English \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 +4762 341 This is a test of creating values at the same time as the value set. \N ENG English \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 +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 +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 +1010 39 \N \N bur bur \N \N \N \N \N \N \N LIF f \N f 4 +1011 39 \N \N byn byn \N \N \N \N \N \N \N LIF f \N f 4 +1012 39 \N \N cad cad \N \N \N \N \N \N \N LIF f \N f 4 +1013 39 \N \N cai cai \N \N \N \N \N \N \N LIF f \N f 4 +1014 39 \N \N car car \N \N \N \N \N \N \N LIF f \N f 4 +1015 39 \N \N cat cat \N \N \N \N \N \N \N LIF f \N f 4 +1016 39 \N \N cau cau \N \N \N \N \N \N \N LIF f \N f 4 +1017 39 \N \N ceb ceb \N \N \N \N \N \N \N LIF f \N f 4 +1018 39 \N \N cel cel \N \N \N \N \N \N \N LIF f \N f 4 +1019 39 \N \N cha cha \N \N \N \N \N \N \N LIF f \N f 4 +1020 39 \N \N chb chb \N \N \N \N \N \N \N LIF f \N f 4 +1021 39 \N \N che che \N \N \N \N \N \N \N LIF f \N f 4 +1022 39 \N \N chg chg \N \N \N \N \N \N \N LIF f \N f 4 +1023 39 \N \N chi chi \N \N \N \N \N \N \N LIF f \N f 4 +1024 39 \N \N chk chk \N \N \N \N \N \N \N LIF f \N f 4 +1025 39 \N \N chm chm \N \N \N \N \N \N \N LIF f \N f 4 +1026 39 \N \N chn chn \N \N \N \N \N \N \N LIF f \N f 4 +1027 39 \N \N cho cho \N \N \N \N \N \N \N LIF f \N f 4 +1028 39 \N \N chp chp \N \N \N \N \N \N \N LIF f \N f 4 +1029 39 \N \N chr chr \N \N \N \N \N \N \N LIF f \N f 4 +1030 39 \N \N chu chu \N \N \N \N \N \N \N LIF f \N f 4 +1031 39 \N \N chv chv \N \N \N \N \N \N \N LIF f \N f 4 +1032 39 \N \N chy chy \N \N \N \N \N \N \N LIF f \N f 4 +1033 39 \N \N cmc cmc \N \N \N \N \N \N \N LIF f \N f 4 +1034 39 \N \N cop cop \N \N \N \N \N \N \N LIF f \N f 4 +1035 39 \N \N cor cor \N \N \N \N \N \N \N LIF f \N f 4 +1036 39 \N \N cos cos \N \N \N \N \N \N \N LIF f \N f 4 +1037 39 \N \N cpe cpe \N \N \N \N \N \N \N LIF f \N f 4 +1038 39 \N \N cpf cpf \N \N \N \N \N \N \N LIF f \N f 4 +1039 39 \N \N cpp cpp \N \N \N \N \N \N \N LIF f \N f 4 +1040 39 \N \N cre cre \N \N \N \N \N \N \N LIF f \N f 4 +1041 39 \N \N crh crh \N \N \N \N \N \N \N LIF f \N f 4 +1042 39 \N \N crp crp \N \N \N \N \N \N \N LIF f \N f 4 +1043 39 \N \N csb csb \N \N \N \N \N \N \N LIF f \N f 4 +1044 39 \N \N cus cus \N \N \N \N \N \N \N LIF f \N f 4 +1045 39 \N \N cze cze \N \N \N \N \N \N \N LIF f \N f 4 +1046 39 \N \N dak dak \N \N \N \N \N \N \N LIF f \N f 4 +1047 39 \N \N dan dan \N \N \N \N \N \N \N LIF f \N f 4 +1048 39 \N \N dar dar \N \N \N \N \N \N \N LIF f \N f 4 +1049 39 \N \N day day \N \N \N \N \N \N \N LIF f \N f 4 +1050 39 \N \N del del \N \N \N \N \N \N \N LIF f \N f 4 +1051 39 \N \N den den \N \N \N \N \N \N \N LIF f \N f 4 +1052 39 \N \N dgr dgr \N \N \N \N \N \N \N LIF f \N f 4 +1053 39 \N \N din din \N \N \N \N \N \N \N LIF f \N f 4 +1054 39 \N \N div div \N \N \N \N \N \N \N LIF f \N f 4 +1055 39 \N \N doi doi \N \N \N \N \N \N \N LIF f \N f 4 +1056 39 \N \N dra dra \N \N \N \N \N \N \N LIF f \N f 4 +1057 39 \N \N dsb dsb \N \N \N \N \N \N \N LIF f \N f 4 +1058 39 \N \N dua dua \N \N \N \N \N \N \N LIF f \N f 4 +1059 39 \N \N dum dum \N \N \N \N \N \N \N LIF f \N f 4 +1060 39 \N \N dut dut \N \N \N \N \N \N \N LIF f \N f 4 +1061 39 \N \N dyu dyu \N \N \N \N \N \N \N LIF f \N f 4 +1062 39 \N \N dzo dzo \N \N \N \N \N \N \N LIF f \N f 4 +1063 39 \N \N efi efi \N \N \N \N \N \N \N LIF f \N f 4 +1064 39 \N \N egy egy \N \N \N \N \N \N \N LIF f \N f 4 +1065 39 \N \N eka eka \N \N \N \N \N \N \N LIF f \N f 4 +1066 39 \N \N elx elx \N \N \N \N \N \N \N LIF f \N f 4 +1067 39 \N \N eng eng \N \N \N \N \N \N \N LIF f \N f 4 +1068 39 \N \N enm enm \N \N \N \N \N \N \N LIF f \N f 4 +1069 39 \N \N epo epo \N \N \N \N \N \N \N LIF f \N f 4 +1070 39 \N \N est est \N \N \N \N \N \N \N LIF f \N f 4 +1071 39 \N \N ewe ewe \N \N \N \N \N \N \N LIF f \N f 4 +1072 39 \N \N ewo ewo \N \N \N \N \N \N \N LIF f \N f 4 +1073 39 \N \N fan fan \N \N \N \N \N \N \N LIF f \N f 4 +1074 39 \N \N fao fao \N \N \N \N \N \N \N LIF f \N f 4 +1075 39 \N \N fat fat \N \N \N \N \N \N \N LIF f \N f 4 +1076 39 \N \N fij fij \N \N \N \N \N \N \N LIF f \N f 4 +1077 39 \N \N fil fil \N \N \N \N \N \N \N LIF f \N f 4 +1078 39 \N \N fin fin \N \N \N \N \N \N \N LIF f \N f 4 +1079 39 \N \N fiu fiu \N \N \N \N \N \N \N LIF f \N f 4 +1080 39 \N \N fon fon \N \N \N \N \N \N \N LIF f \N f 4 +1081 39 \N \N fre fre \N \N \N \N \N \N \N LIF f \N f 4 +1082 39 \N \N frm frm \N \N \N \N \N \N \N LIF f \N f 4 +1083 39 \N \N fro fro \N \N \N \N \N \N \N LIF f \N f 4 +1084 39 \N \N frr frr \N \N \N \N \N \N \N LIF f \N f 4 +1085 39 \N \N frs frs \N \N \N \N \N \N \N LIF f \N f 4 +1086 39 \N \N fry fry \N \N \N \N \N \N \N LIF f \N f 4 +1087 39 \N \N ful ful \N \N \N \N \N \N \N LIF f \N f 4 +1088 39 \N \N fur fur \N \N \N \N \N \N \N LIF f \N f 4 +1089 39 \N \N gaa gaa \N \N \N \N \N \N \N LIF f \N f 4 +1090 39 \N \N gay gay \N \N \N \N \N \N \N LIF f \N f 4 +1091 39 \N \N gba gba \N \N \N \N \N \N \N LIF f \N f 4 +1092 39 \N \N gem gem \N \N \N \N \N \N \N LIF f \N f 4 +1093 39 \N \N geo geo \N \N \N \N \N \N \N LIF f \N f 4 +1094 39 \N \N ger ger \N \N \N \N \N \N \N LIF f \N f 4 +1095 39 \N \N gez gez \N \N \N \N \N \N \N LIF f \N f 4 +1096 39 \N \N gil gil \N \N \N \N \N \N \N LIF f \N f 4 +1097 39 \N \N gla gla \N \N \N \N \N \N \N LIF f \N f 4 +4764 342 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 t 25 +4763 342 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 +1098 39 \N \N gle gle \N \N \N \N \N \N \N LIF f \N f 4 +1099 39 \N \N glg glg \N \N \N \N \N \N \N LIF f \N f 4 +1100 39 \N \N glv glv \N \N \N \N \N \N \N LIF f \N f 4 +1101 39 \N \N gmh gmh \N \N \N \N \N \N \N LIF f \N f 4 +1102 39 \N \N goh goh \N \N \N \N \N \N \N LIF f \N f 4 +1103 39 \N \N gon gon \N \N \N \N \N \N \N LIF f \N f 4 +1104 39 \N \N gor gor \N \N \N \N \N \N \N LIF f \N f 4 +1105 39 \N \N got got \N \N \N \N \N \N \N LIF f \N f 4 +1106 39 \N \N grb grb \N \N \N \N \N \N \N LIF f \N f 4 +1107 39 \N \N grc grc \N \N \N \N \N \N \N LIF f \N f 4 +1108 39 \N \N gre gre \N \N \N \N \N \N \N LIF f \N f 4 +1109 39 \N \N grn grn \N \N \N \N \N \N \N LIF f \N f 4 +1110 39 \N \N gsw gsw \N \N \N \N \N \N \N LIF f \N f 4 +1111 39 \N \N guj guj \N \N \N \N \N \N \N LIF f \N f 4 +1112 39 \N \N gwi gwi \N \N \N \N \N \N \N LIF f \N f 4 +1113 39 \N \N hai hai \N \N \N \N \N \N \N LIF f \N f 4 +1114 39 \N \N hat hat \N \N \N \N \N \N \N LIF f \N f 4 +1115 39 \N \N hau hau \N \N \N \N \N \N \N LIF f \N f 4 +1116 39 \N \N haw haw \N \N \N \N \N \N \N LIF f \N f 4 +1117 39 \N \N heb heb \N \N \N \N \N \N \N LIF f \N f 4 +1118 39 \N \N her her \N \N \N \N \N \N \N LIF f \N f 4 +1119 39 \N \N hil hil \N \N \N \N \N \N \N LIF f \N f 4 +1120 39 \N \N him him \N \N \N \N \N \N \N LIF f \N f 4 +1121 39 \N \N hin hin \N \N \N \N \N \N \N LIF f \N f 4 +1122 39 \N \N hit hit \N \N \N \N \N \N \N LIF f \N f 4 +1123 39 \N \N hmn hmn \N \N \N \N \N \N \N LIF f \N f 4 +1124 39 \N \N hmo hmo \N \N \N \N \N \N \N LIF f \N f 4 +1125 39 \N \N hrv hrv \N \N \N \N \N \N \N LIF f \N f 4 +1126 39 \N \N hsb hsb \N \N \N \N \N \N \N LIF f \N f 4 +1127 39 \N \N hun hun \N \N \N \N \N \N \N LIF f \N f 4 +1128 39 \N \N hup hup \N \N \N \N \N \N \N LIF f \N f 4 +1129 39 \N \N iba iba \N \N \N \N \N \N \N LIF f \N f 4 +1130 39 \N \N ibo ibo \N \N \N \N \N \N \N LIF f \N f 4 +1131 39 \N \N ice ice \N \N \N \N \N \N \N LIF f \N f 4 +1132 39 \N \N ido ido \N \N \N \N \N \N \N LIF f \N f 4 +1133 39 \N \N iii iii \N \N \N \N \N \N \N LIF f \N f 4 +1134 39 \N \N ijo ijo \N \N \N \N \N \N \N LIF f \N f 4 +1135 39 \N \N iku iku \N \N \N \N \N \N \N LIF f \N f 4 +1136 39 \N \N ile ile \N \N \N \N \N \N \N LIF f \N f 4 +1137 39 \N \N ilo ilo \N \N \N \N \N \N \N LIF f \N f 4 +1138 39 \N \N ina ina \N \N \N \N \N \N \N LIF f \N f 4 +1139 39 \N \N inc inc \N \N \N \N \N \N \N LIF f \N f 4 +1140 39 \N \N ind ind \N \N \N \N \N \N \N LIF f \N f 4 +1141 39 \N \N ine ine \N \N \N \N \N \N \N LIF f \N f 4 +1142 39 \N \N inh inh \N \N \N \N \N \N \N LIF f \N f 4 +1143 39 \N \N ipk ipk \N \N \N \N \N \N \N LIF f \N f 4 +1144 39 \N \N ira ira \N \N \N \N \N \N \N LIF f \N f 4 +1145 39 \N \N iro iro \N \N \N \N \N \N \N LIF f \N f 4 +1146 39 \N \N ita ita \N \N \N \N \N \N \N LIF f \N f 4 +1147 39 \N \N jav jav \N \N \N \N \N \N \N LIF f \N f 4 +1148 39 \N \N jbo jbo \N \N \N \N \N \N \N LIF f \N f 4 +1149 39 \N \N jpn jpn \N \N \N \N \N \N \N LIF f \N f 4 +1150 39 \N \N jpr jpr \N \N \N \N \N \N \N LIF f \N f 4 +1151 39 \N \N jrb jrb \N \N \N \N \N \N \N LIF f \N f 4 +1152 39 \N \N kaa kaa \N \N \N \N \N \N \N LIF f \N f 4 +1153 39 \N \N kab kab \N \N \N \N \N \N \N LIF f \N f 4 +1154 39 \N \N kac kac \N \N \N \N \N \N \N LIF f \N f 4 +1155 39 \N \N kal kal \N \N \N \N \N \N \N LIF f \N f 4 +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 +1162 39 \N \N kaz kaz \N \N \N \N \N \N \N LIF f \N f 4 +1163 39 \N \N kbd kbd \N \N \N \N \N \N \N LIF f \N f 4 +1164 39 \N \N kha kha \N \N \N \N \N \N \N LIF f \N f 4 +1165 39 \N \N khi khi \N \N \N \N \N \N \N LIF f \N f 4 +1166 39 \N \N khm khm \N \N \N \N \N \N \N LIF f \N f 4 +1167 39 \N \N kho kho \N \N \N \N \N \N \N LIF f \N f 4 +1168 39 \N \N kik kik \N \N \N \N \N \N \N LIF f \N f 4 +1169 39 \N \N kin kin \N \N \N \N \N \N \N LIF f \N f 4 +1170 39 \N \N kir kir \N \N \N \N \N \N \N LIF f \N f 4 +1171 39 \N \N kmb kmb \N \N \N \N \N \N \N LIF f \N f 4 +1172 39 \N \N kok kok \N \N \N \N \N \N \N LIF f \N f 4 +1173 39 \N \N kom kom \N \N \N \N \N \N \N LIF f \N f 4 +1174 39 \N \N kon kon \N \N \N \N \N \N \N LIF f \N f 4 +1175 39 \N \N kor kor \N \N \N \N \N \N \N LIF f \N f 4 +1176 39 \N \N kos kos \N \N \N \N \N \N \N LIF f \N f 4 +1177 39 \N \N kpe kpe \N \N \N \N \N \N \N LIF f \N f 4 +1178 39 \N \N krc krc \N \N \N \N \N \N \N LIF f \N f 4 +1179 39 \N \N krl krl \N \N \N \N \N \N \N LIF f \N f 4 +1180 39 \N \N kro kro \N \N \N \N \N \N \N LIF f \N f 4 +1181 39 \N \N kru kru \N \N \N \N \N \N \N LIF f \N f 4 +1182 39 \N \N kua kua \N \N \N \N \N \N \N LIF f \N f 4 +1183 39 \N \N kum kum \N \N \N \N \N \N \N LIF f \N f 4 +1184 39 \N \N kur kur \N \N \N \N \N \N \N LIF f \N f 4 +1185 39 \N \N kut kut \N \N \N \N \N \N \N LIF f \N f 4 +1186 39 \N \N lad lad \N \N \N \N \N \N \N LIF f \N f 4 +1187 39 \N \N lah lah \N \N \N \N \N \N \N LIF f \N f 4 +1188 39 \N \N lam lam \N \N \N \N \N \N \N LIF f \N f 4 +1189 39 \N \N lao lao \N \N \N \N \N \N \N LIF f \N f 4 +1190 39 \N \N lat lat \N \N \N \N \N \N \N LIF f \N f 4 +1191 39 \N \N lav lav \N \N \N \N \N \N \N LIF f \N f 4 +1192 39 \N \N lez lez \N \N \N \N \N \N \N LIF f \N f 4 +1193 39 \N \N lim lim \N \N \N \N \N \N \N LIF f \N f 4 +1194 39 \N \N lin lin \N \N \N \N \N \N \N LIF f \N f 4 +1195 39 \N \N lit lit \N \N \N \N \N \N \N LIF f \N f 4 +1196 39 \N \N lol lol \N \N \N \N \N \N \N LIF f \N f 4 +1197 39 \N \N loz loz \N \N \N \N \N \N \N LIF f \N f 4 +1198 39 \N \N ltz ltz \N \N \N \N \N \N \N LIF f \N f 4 +1199 39 \N \N lua lua \N \N \N \N \N \N \N LIF f \N f 4 +4765 343 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 f 25 +4766 343 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 f 25 +4767 344 This is a test of creating values at the same time as the value set. \N ENG English \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 +4768 344 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 +1200 39 \N \N lub lub \N \N \N \N \N \N \N LIF f \N f 4 +1201 39 \N \N lug lug \N \N \N \N \N \N \N LIF f \N f 4 +1202 39 \N \N lui lui \N \N \N \N \N \N \N LIF f \N f 4 +1203 39 \N \N lun lun \N \N \N \N \N \N \N LIF f \N f 4 +1204 39 \N \N luo luo \N \N \N \N \N \N \N LIF f \N f 4 +1205 39 \N \N lus lus \N \N \N \N \N \N \N LIF f \N f 4 +1206 39 \N \N mac mac \N \N \N \N \N \N \N LIF f \N f 4 +1207 39 \N \N mad mad \N \N \N \N \N \N \N LIF f \N f 4 +1208 39 \N \N mag mag \N \N \N \N \N \N \N LIF f \N f 4 +1209 39 \N \N mah mah \N \N \N \N \N \N \N LIF f \N f 4 +1210 39 \N \N mai mai \N \N \N \N \N \N \N LIF f \N f 4 +1211 39 \N \N mak mak \N \N \N \N \N \N \N LIF f \N f 4 +1212 39 \N \N mal mal \N \N \N \N \N \N \N LIF f \N f 4 +1213 39 \N \N man man \N \N \N \N \N \N \N LIF f \N f 4 +1214 39 \N \N mao mao \N \N \N \N \N \N \N LIF f \N f 4 +1215 39 \N \N map map \N \N \N \N \N \N \N LIF f \N f 4 +1216 39 \N \N mar mar \N \N \N \N \N \N \N LIF f \N f 4 +1217 39 \N \N mas mas \N \N \N \N \N \N \N LIF f \N f 4 +1218 39 \N \N may may \N \N \N \N \N \N \N LIF f \N f 4 +1219 39 \N \N mdf mdf \N \N \N \N \N \N \N LIF f \N f 4 +1220 39 \N \N mdr mdr \N \N \N \N \N \N \N LIF f \N f 4 +1221 39 \N \N men men \N \N \N \N \N \N \N LIF f \N f 4 +1222 39 \N \N mga mga \N \N \N \N \N \N \N LIF f \N f 4 +1223 39 \N \N mic mic \N \N \N \N \N \N \N LIF f \N f 4 +1224 39 \N \N min min \N \N \N \N \N \N \N LIF f \N f 4 +1225 39 \N \N mis mis \N \N \N \N \N \N \N LIF f \N f 4 +1226 39 \N \N mkh mkh \N \N \N \N \N \N \N LIF f \N f 4 +1227 39 \N \N mlg mlg \N \N \N \N \N \N \N LIF f \N f 4 +62 3 \N No OT Other \N CEDS \N \N \N \N \N LIF f \N t 1 +1228 39 \N \N mlt mlt \N \N \N \N \N \N \N LIF f \N f 4 +1229 39 \N \N mnc mnc \N \N \N \N \N \N \N LIF f \N f 4 +1230 39 \N \N mni mni \N \N \N \N \N \N \N LIF f \N f 4 +1231 39 \N \N mno mno \N \N \N \N \N \N \N LIF f \N f 4 +1232 39 \N \N moh moh \N \N \N \N \N \N \N LIF f \N f 4 +1233 39 \N \N mon mon \N \N \N \N \N \N \N LIF f \N f 4 +1234 39 \N \N mos mos \N \N \N \N \N \N \N LIF f \N f 4 +1235 39 \N \N mul mul \N \N \N \N \N \N \N LIF f \N f 4 +1236 39 \N \N mun mun \N \N \N \N \N \N \N LIF f \N f 4 +1237 39 \N \N mus mus \N \N \N \N \N \N \N LIF f \N f 4 +1238 39 \N \N mwl mwl \N \N \N \N \N \N \N LIF f \N f 4 +1239 39 \N \N mwr mwr \N \N \N \N \N \N \N LIF f \N f 4 +1240 39 \N \N myn myn \N \N \N \N \N \N \N LIF f \N f 4 +1241 39 \N \N myv myv \N \N \N \N \N \N \N LIF f \N f 4 +1242 39 \N \N nah nah \N \N \N \N \N \N \N LIF f \N f 4 +1243 39 \N \N nai nai \N \N \N \N \N \N \N LIF f \N f 4 +1244 39 \N \N nap nap \N \N \N \N \N \N \N LIF f \N f 4 +1245 39 \N \N nau nau \N \N \N \N \N \N \N LIF f \N f 4 +1246 39 \N \N nav nav \N \N \N \N \N \N \N LIF f \N f 4 +1247 39 \N \N nbl nbl \N \N \N \N \N \N \N LIF f \N f 4 +1248 39 \N \N nde nde \N \N \N \N \N \N \N LIF f \N f 4 +1249 39 \N \N ndo ndo \N \N \N \N \N \N \N LIF f \N f 4 +1250 39 \N \N nds nds \N \N \N \N \N \N \N LIF f \N f 4 +1251 39 \N \N nep nep \N \N \N \N \N \N \N LIF f \N f 4 +1252 39 \N \N new new \N \N \N \N \N \N \N LIF f \N f 4 +1253 39 \N \N nia nia \N \N \N \N \N \N \N LIF f \N f 4 +1254 39 \N \N nic nic \N \N \N \N \N \N \N LIF f \N f 4 +1255 39 \N \N niu niu \N \N \N \N \N \N \N LIF f \N f 4 +1256 39 \N \N nno nno \N \N \N \N \N \N \N LIF f \N f 4 +1257 39 \N \N nob nob \N \N \N \N \N \N \N LIF f \N f 4 +1258 39 \N \N nog nog \N \N \N \N \N \N \N LIF f \N f 4 +1259 39 \N \N non non \N \N \N \N \N \N \N LIF f \N f 4 +1260 39 \N \N nor nor \N \N \N \N \N \N \N LIF f \N f 4 +1261 39 \N \N nqo nqo \N \N \N \N \N \N \N LIF f \N f 4 +1262 39 \N \N nso nso \N \N \N \N \N \N \N LIF f \N f 4 +1263 39 \N \N nub nub \N \N \N \N \N \N \N LIF f \N f 4 +1264 39 \N \N nwc nwc \N \N \N \N \N \N \N LIF f \N f 4 +1265 39 \N \N nya nya \N \N \N \N \N \N \N LIF f \N f 4 +1266 39 \N \N nym nym \N \N \N \N \N \N \N LIF f \N f 4 +1267 39 \N \N nyn nyn \N \N \N \N \N \N \N LIF f \N f 4 +1268 39 \N \N nyo nyo \N \N \N \N \N \N \N LIF f \N f 4 +1269 39 \N \N nzi nzi \N \N \N \N \N \N \N LIF f \N f 4 +1270 39 \N \N oci oci \N \N \N \N \N \N \N LIF f \N f 4 +1271 39 \N \N oji oji \N \N \N \N \N \N \N LIF f \N f 4 +1272 39 \N \N ori ori \N \N \N \N \N \N \N LIF f \N f 4 +1273 39 \N \N orm orm \N \N \N \N \N \N \N LIF f \N f 4 +1274 39 \N \N osa osa \N \N \N \N \N \N \N LIF f \N f 4 +1275 39 \N \N oss oss \N \N \N \N \N \N \N LIF f \N f 4 +1276 39 \N \N ota ota \N \N \N \N \N \N \N LIF f \N f 4 +1277 39 \N \N oto oto \N \N \N \N \N \N \N LIF f \N f 4 +1278 39 \N \N paa paa \N \N \N \N \N \N \N LIF f \N f 4 +1279 39 \N \N pag pag \N \N \N \N \N \N \N LIF f \N f 4 +1280 39 \N \N pal pal \N \N \N \N \N \N \N LIF f \N f 4 +1281 39 \N \N pam pam \N \N \N \N \N \N \N LIF f \N f 4 +1282 39 \N \N pan pan \N \N \N \N \N \N \N LIF f \N f 4 +1283 39 \N \N pap pap \N \N \N \N \N \N \N LIF f \N f 4 +1284 39 \N \N pau pau \N \N \N \N \N \N \N LIF f \N f 4 +1285 39 \N \N peo peo \N \N \N \N \N \N \N LIF f \N f 4 +1286 39 \N \N per per \N \N \N \N \N \N \N LIF f \N f 4 +1287 39 \N \N phi phi \N \N \N \N \N \N \N LIF f \N f 4 +1288 39 \N \N phn phn \N \N \N \N \N \N \N LIF f \N f 4 +1289 39 \N \N pli pli \N \N \N \N \N \N \N LIF f \N f 4 +1290 39 \N \N pol pol \N \N \N \N \N \N \N LIF f \N f 4 +1291 39 \N \N pon pon \N \N \N \N \N \N \N LIF f \N f 4 +1292 39 \N \N por por \N \N \N \N \N \N \N LIF f \N f 4 +1293 39 \N \N pra pra \N \N \N \N \N \N \N LIF f \N f 4 +1294 39 \N \N pro pro \N \N \N \N \N \N \N LIF f \N f 4 +1295 39 \N \N pus pus \N \N \N \N \N \N \N LIF f \N f 4 +1296 39 \N \N que que \N \N \N \N \N \N \N LIF f \N f 4 +1297 39 \N \N raj raj \N \N \N \N \N \N \N LIF f \N f 4 +1298 39 \N \N rap rap \N \N \N \N \N \N \N LIF f \N f 4 +1299 39 \N \N rar rar \N \N \N \N \N \N \N LIF f \N f 4 +1300 39 \N \N roa roa \N \N \N \N \N \N \N LIF f \N f 4 +1301 39 \N \N roh roh \N \N \N \N \N \N \N LIF f \N f 4 +1302 39 \N \N rom rom \N \N \N \N \N \N \N LIF f \N f 4 +1303 39 \N \N rum rum \N \N \N \N \N \N \N LIF f \N f 4 +1304 39 \N \N run run \N \N \N \N \N \N \N LIF f \N f 4 +1305 39 \N \N rup rup \N \N \N \N \N \N \N LIF f \N f 4 +1306 39 \N \N rus rus \N \N \N \N \N \N \N LIF f \N f 4 +1307 39 \N \N sad sad \N \N \N \N \N \N \N LIF f \N f 4 +1308 39 \N \N sag sag \N \N \N \N \N \N \N LIF f \N f 4 +1309 39 \N \N sah sah \N \N \N \N \N \N \N LIF f \N f 4 +1310 39 \N \N sai sai \N \N \N \N \N \N \N LIF f \N f 4 +1311 39 \N \N sal sal \N \N \N \N \N \N \N LIF f \N f 4 +1312 39 \N \N sam sam \N \N \N \N \N \N \N LIF f \N f 4 +1313 39 \N \N san san \N \N \N \N \N \N \N LIF f \N f 4 +1314 39 \N \N sas sas \N \N \N \N \N \N \N LIF f \N f 4 +1315 39 \N \N sat sat \N \N \N \N \N \N \N LIF f \N f 4 +1316 39 \N \N scn scn \N \N \N \N \N \N \N LIF f \N f 4 +1317 39 \N \N sco sco \N \N \N \N \N \N \N LIF f \N f 4 +1318 39 \N \N sel sel \N \N \N \N \N \N \N LIF f \N f 4 +1319 39 \N \N sem sem \N \N \N \N \N \N \N LIF f \N f 4 +1320 39 \N \N sga sga \N \N \N \N \N \N \N LIF f \N f 4 +1321 39 \N \N sgn sgn \N \N \N \N \N \N \N LIF f \N f 4 +1322 39 \N \N shn shn \N \N \N \N \N \N \N LIF f \N f 4 +1323 39 \N \N sid sid \N \N \N \N \N \N \N LIF f \N f 4 +1324 39 \N \N sin sin \N \N \N \N \N \N \N LIF f \N f 4 +1325 39 \N \N sio sio \N \N \N \N \N \N \N LIF f \N f 4 +1326 39 \N \N sit sit \N \N \N \N \N \N \N LIF f \N f 4 +1327 39 \N \N sla sla \N \N \N \N \N \N \N LIF f \N f 4 +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 +1333 39 \N \N smj smj \N \N \N \N \N \N \N LIF f \N f 4 +1334 39 \N \N smn smn \N \N \N \N \N \N \N LIF f \N f 4 +1335 39 \N \N smo smo \N \N \N \N \N \N \N LIF f \N f 4 +1336 39 \N \N sms sms \N \N \N \N \N \N \N LIF f \N f 4 +1337 39 \N \N sna sna \N \N \N \N \N \N \N LIF f \N f 4 +1338 39 \N \N snd snd \N \N \N \N \N \N \N LIF f \N f 4 +1339 39 \N \N snk snk \N \N \N \N \N \N \N LIF f \N f 4 +1340 39 \N \N sog sog \N \N \N \N \N \N \N LIF f \N f 4 +1341 39 \N \N som som \N \N \N \N \N \N \N LIF f \N f 4 +1342 39 \N \N son son \N \N \N \N \N \N \N LIF f \N f 4 +1343 39 \N \N sot sot \N \N \N \N \N \N \N LIF f \N f 4 +1344 39 \N \N spa spa \N \N \N \N \N \N \N LIF f \N f 4 +1345 39 \N \N srd srd \N \N \N \N \N \N \N LIF f \N f 4 +1346 39 \N \N srn srn \N \N \N \N \N \N \N LIF f \N f 4 +1347 39 \N \N srp srp \N \N \N \N \N \N \N LIF f \N f 4 +1348 39 \N \N srr srr \N \N \N \N \N \N \N LIF f \N f 4 +1349 39 \N \N ssa ssa \N \N \N \N \N \N \N LIF f \N f 4 +1350 39 \N \N ssw ssw \N \N \N \N \N \N \N LIF f \N f 4 +1351 39 \N \N suk suk \N \N \N \N \N \N \N LIF f \N f 4 +1352 39 \N \N sun sun \N \N \N \N \N \N \N LIF f \N f 4 +1353 39 \N \N sus sus \N \N \N \N \N \N \N LIF f \N f 4 +1354 39 \N \N sux sux \N \N \N \N \N \N \N LIF f \N f 4 +1355 39 \N \N swa swa \N \N \N \N \N \N \N LIF f \N f 4 +1356 39 \N \N swe swe \N \N \N \N \N \N \N LIF f \N f 4 +1357 39 \N \N syc syc \N \N \N \N \N \N \N LIF f \N f 4 +1358 39 \N \N syr syr \N \N \N \N \N \N \N LIF f \N f 4 +1359 39 \N \N tah tah \N \N \N \N \N \N \N LIF f \N f 4 +1360 39 \N \N tai tai \N \N \N \N \N \N \N LIF f \N f 4 +1361 39 \N \N tam tam \N \N \N \N \N \N \N LIF f \N f 4 +1362 39 \N \N tat tat \N \N \N \N \N \N \N LIF f \N f 4 +1363 39 \N \N tel tel \N \N \N \N \N \N \N LIF f \N f 4 +1364 39 \N \N tem tem \N \N \N \N \N \N \N LIF f \N f 4 +1365 39 \N \N ter ter \N \N \N \N \N \N \N LIF f \N f 4 +1366 39 \N \N tet tet \N \N \N \N \N \N \N LIF f \N f 4 +1367 39 \N \N tgk tgk \N \N \N \N \N \N \N LIF f \N f 4 +1368 39 \N \N tgl tgl \N \N \N \N \N \N \N LIF f \N f 4 +1369 39 \N \N tha tha \N \N \N \N \N \N \N LIF f \N f 4 +1370 39 \N \N tib tib \N \N \N \N \N \N \N LIF f \N f 4 +1371 39 \N \N tig tig \N \N \N \N \N \N \N LIF f \N f 4 +1372 39 \N \N tir tir \N \N \N \N \N \N \N LIF f \N f 4 +1373 39 \N \N tiv tiv \N \N \N \N \N \N \N LIF f \N f 4 +1374 39 \N \N tkl tkl \N \N \N \N \N \N \N LIF f \N f 4 +1375 39 \N \N tlh tlh \N \N \N \N \N \N \N LIF f \N f 4 +1376 39 \N \N tli tli \N \N \N \N \N \N \N LIF f \N f 4 +1377 39 \N \N tmh tmh \N \N \N \N \N \N \N LIF f \N f 4 +1378 39 \N \N tog tog \N \N \N \N \N \N \N LIF f \N f 4 +1379 39 \N \N ton ton \N \N \N \N \N \N \N LIF f \N f 4 +1380 39 \N \N tpi tpi \N \N \N \N \N \N \N LIF f \N f 4 +1381 39 \N \N tsi tsi \N \N \N \N \N \N \N LIF f \N f 4 +1382 39 \N \N tsn tsn \N \N \N \N \N \N \N LIF f \N f 4 +1383 39 \N \N tso tso \N \N \N \N \N \N \N LIF f \N f 4 +1384 39 \N \N tuk tuk \N \N \N \N \N \N \N LIF f \N f 4 +1385 39 \N \N tum tum \N \N \N \N \N \N \N LIF f \N f 4 +1386 39 \N \N tup tup \N \N \N \N \N \N \N LIF f \N f 4 +1387 39 \N \N tur tur \N \N \N \N \N \N \N LIF f \N f 4 +1388 39 \N \N tut tut \N \N \N \N \N \N \N LIF f \N f 4 +1389 39 \N \N tvl tvl \N \N \N \N \N \N \N LIF f \N f 4 +1390 39 \N \N twi twi \N \N \N \N \N \N \N LIF f \N f 4 +1391 39 \N \N tyv tyv \N \N \N \N \N \N \N LIF f \N f 4 +1392 39 \N \N udm udm \N \N \N \N \N \N \N LIF f \N f 4 +1393 39 \N \N uga uga \N \N \N \N \N \N \N LIF f \N f 4 +1394 39 \N \N uig uig \N \N \N \N \N \N \N LIF f \N f 4 +1395 39 \N \N ukr ukr \N \N \N \N \N \N \N LIF f \N f 4 +1396 39 \N \N umb umb \N \N \N \N \N \N \N LIF f \N f 4 +1397 39 \N \N und und \N \N \N \N \N \N \N LIF f \N f 4 +1398 39 \N \N urd urd \N \N \N \N \N \N \N LIF f \N f 4 +1399 39 \N \N uzb uzb \N \N \N \N \N \N \N LIF f \N f 4 +1400 39 \N \N vai vai \N \N \N \N \N \N \N LIF f \N f 4 +1401 39 \N \N ven ven \N \N \N \N \N \N \N LIF f \N f 4 +1402 39 \N \N vie vie \N \N \N \N \N \N \N LIF f \N f 4 +1403 39 \N \N vol vol \N \N \N \N \N \N \N LIF f \N f 4 +1404 39 \N \N vot vot \N \N \N \N \N \N \N LIF f \N f 4 +1405 39 \N \N wak wak \N \N \N \N \N \N \N LIF f \N f 4 +1406 39 \N \N wal wal \N \N \N \N \N \N \N LIF f \N f 4 +1407 39 \N \N war war \N \N \N \N \N \N \N LIF f \N f 4 +1408 39 \N \N was was \N \N \N \N \N \N \N LIF f \N f 4 +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 +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 +2093 106 \N \N Television Television \N \N \N \N \N \N \N LIF f \N f 9 +2006 94 \N \N Applicable Applicable \N \N \N \N \N \N \N LIF f \N f 9 +2007 94 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 9 +2008 94 \N \N Weighted Weighted \N \N \N \N \N \N \N LIF f \N f 9 +2009 96 \N \N Intermediate Intermediate \N \N \N \N \N \N \N LIF f \N f 9 +2010 96 \N \N LEA LEA \N \N \N \N \N \N \N LIF f \N f 9 +2011 96 \N \N NCES NCES \N \N \N \N \N \N \N LIF f \N f 9 +2012 96 \N \N Other Other \N \N \N \N \N \N \N LIF f \N f 9 +2013 96 \N \N SCED SCED \N \N \N \N \N \N \N LIF f \N f 9 +2014 96 \N \N School School \N \N \N \N \N \N \N LIF f \N f 9 +2015 96 \N \N State State \N \N \N \N \N \N \N LIF f \N f 9 +2016 96 \N \N University University \N \N \N \N \N \N \N LIF f \N f 9 +2017 96 \N \N CourseCIPCode CourseCIPCode \N \N \N \N \N \N \N LIF f \N f 9 +2018 96 \N \N CourseCSISCode CourseCSISCode \N \N \N \N \N \N \N LIF f \N f 9 +2019 96 \N \N CourseUSISCode CourseUSISCode \N \N \N \N \N \N \N LIF f \N f 9 +2020 96 \N \N CourseFiveDigitSCEDCode CourseFiveDigitSCEDCode \N \N \N \N \N \N \N LIF f \N f 9 +2021 96 \N \N CourseSubjectAreaCode CourseSubjectAreaCode \N \N \N \N \N \N \N LIF f \N f 9 +2022 100 \N \N Accelerated Accelerated \N \N \N \N \N \N \N LIF f \N f 9 +2023 100 \N \N AdultBasic AdultBasic \N \N \N \N \N \N \N LIF f \N f 9 +2024 100 \N \N AdvancedPlacement AdvancedPlacement \N \N \N \N \N \N \N LIF f \N f 9 +2025 100 \N \N Basic Basic \N \N \N \N \N \N \N LIF f \N f 9 +2026 100 \N \N CollegeLevel CollegeLevel \N \N \N \N \N \N \N LIF f \N f 9 +2027 100 \N \N CollegePreparatory CollegePreparatory \N \N \N \N \N \N \N LIF f \N f 9 +2028 100 \N \N Dual Dual \N \N \N \N \N \N \N LIF f \N f 9 +2029 100 \N \N GiftedTalented GiftedTalented \N \N \N \N \N \N \N LIF f \N f 9 +2030 100 \N \N GraduateProfessional GraduateProfessional \N \N \N \N \N \N \N LIF f \N f 9 +2031 100 \N \N Honors Honors \N \N \N \N \N \N \N LIF f \N f 9 +2032 100 \N \N InternationalBaccalaureate InternationalBaccalaureate \N \N \N \N \N \N \N LIF f \N f 9 +2033 100 \N \N LowerDivision LowerDivision \N \N \N \N \N \N \N LIF f \N f 9 +2034 100 \N \N NonAcademic NonAcademic \N \N \N \N \N \N \N LIF f \N f 9 +2035 100 \N \N Regents Regents \N \N \N \N \N \N \N LIF f \N f 9 +2036 100 \N \N Remedial Remedial \N \N \N \N \N \N \N LIF f \N f 9 +2037 100 \N \N SpecialEducation SpecialEducation \N \N \N \N \N \N \N LIF f \N f 9 +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 +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 +2046 102 \N \N NoCredit NoCredit \N \N \N \N \N \N \N LIF f \N f 9 +2047 102 \N \N Other Other \N \N \N \N \N \N \N LIF f \N f 9 +2048 102 \N \N Quarter Quarter \N \N \N \N \N \N \N LIF f \N f 9 +2049 102 \N \N Semester Semester \N \N \N \N \N \N \N LIF f \N f 9 +2050 102 \N \N Units Units \N \N \N \N \N \N \N LIF f \N f 9 +2051 102 \N \N Unreported Unreported \N \N \N \N \N \N \N LIF f \N f 9 +2052 104 \N \N AcademicRenewal AcademicRenewal \N \N \N \N \N \N \N LIF f \N f 9 +2053 104 \N \N AdultBasic AdultBasic \N \N \N \N \N \N \N LIF f \N f 9 +2054 104 \N \N AdvancedPlacement AdvancedPlacement \N \N \N \N \N \N \N LIF f \N f 9 +2055 104 \N \N AdvancedStanding AdvancedStanding \N \N \N \N \N \N \N LIF f \N f 9 +2056 104 \N \N ContinuingEducation ContinuingEducation \N \N \N \N \N \N \N LIF f \N f 9 +2057 104 \N \N Correspondence Correspondence \N \N \N \N \N \N \N LIF f \N f 9 +2058 104 \N \N Major Major \N \N \N \N \N \N \N LIF f \N f 9 +2059 104 \N \N HighSchoolDualCredit HighSchoolDualCredit \N \N \N \N \N \N \N LIF f \N f 9 +2060 104 \N \N HighSchoolCreditOnly HighSchoolCreditOnly \N \N \N \N \N \N \N LIF f \N f 9 +2061 104 \N \N HighSchoolTransferCredit HighSchoolTransferCredit \N \N \N \N \N \N \N LIF f \N f 9 +2062 104 \N \N JuniorHighSchoolCredit JuniorHighSchoolCredit \N \N \N \N \N \N \N LIF f \N f 9 +2063 104 \N \N CreditByExam CreditByExam \N \N \N \N \N \N \N LIF f \N f 9 +2064 104 \N \N Equivalence Equivalence \N \N \N \N \N \N \N LIF f \N f 9 +2065 104 \N \N Exemption Exemption \N \N \N \N \N \N \N LIF f \N f 9 +2066 104 \N \N InternationalBaccalaureate InternationalBaccalaureate \N \N \N \N \N \N \N LIF f \N f 9 +2067 104 \N \N Military Military \N \N \N \N \N \N \N LIF f \N f 9 +2068 104 \N \N Regular Regular \N \N \N \N \N \N \N LIF f \N f 9 +2069 104 \N \N Remedial Remedial \N \N \N \N \N \N \N LIF f \N f 9 +2070 104 \N \N LifeExperience LifeExperience \N \N \N \N \N \N \N LIF f \N f 9 +2071 106 \N \N AppliedInstruction AppliedInstruction \N \N \N \N \N \N \N LIF f \N f 9 +2072 106 \N \N ApprenticeshipExternship ApprenticeshipExternship \N \N \N \N \N \N \N LIF f \N f 9 +2073 106 \N \N Audiotape Audiotape \N \N \N \N \N \N \N LIF f \N f 9 +2074 106 \N \N ClinicalRotationInstruction ClinicalRotationInstruction \N \N \N \N \N \N \N LIF f \N f 9 +2075 106 \N \N CompressedVideo CompressedVideo \N \N \N \N \N \N \N LIF f \N f 9 +2076 106 \N \N ComputerBasedInstruction ComputerBasedInstruction \N \N \N \N \N \N \N LIF f \N f 9 +2077 106 \N \N CooperativeEducation CooperativeEducation \N \N \N \N \N \N \N LIF f \N f 9 +2078 106 \N \N Correspondence Correspondence \N \N \N \N \N \N \N LIF f \N f 9 +2079 106 \N \N FieldStudy FieldStudy \N \N \N \N \N \N \N LIF f \N f 9 +2080 106 \N \N IndependentStudy IndependentStudy \N \N \N \N \N \N \N LIF f \N f 9 +2081 106 \N \N InteractiveVideo InteractiveVideo \N \N \N \N \N \N \N LIF f \N f 9 +2082 106 \N \N InternetInstruction InternetInstruction \N \N \N \N \N \N \N LIF f \N f 9 +2083 106 \N \N Internship Internship \N \N \N \N \N \N \N LIF f \N f 9 +2084 106 \N \N Laboratory Laboratory \N \N \N \N \N \N \N LIF f \N f 9 +2085 106 \N \N Lecture Lecture \N \N \N \N \N \N \N LIF f \N f 9 +2086 106 \N \N OtherDistanceLearning OtherDistanceLearning \N \N \N \N \N \N \N LIF f \N f 9 +2087 106 \N \N PracticeTeaching PracticeTeaching \N \N \N \N \N \N \N LIF f \N f 9 +2088 106 \N \N Practicum Practicum \N \N \N \N \N \N \N LIF f \N f 9 +2094 106 \N \N Videotape Videotape \N \N \N \N \N \N \N LIF f \N f 9 +2095 106 \N \N WorkStudy WorkStudy \N \N \N \N \N \N \N LIF f \N f 9 +2096 107 \N \N Auxiliary Auxiliary \N \N \N \N \N \N \N LIF f \N f 9 +2097 107 \N \N ClinicHospital ClinicHospital \N \N \N \N \N \N \N LIF f \N f 9 +2098 107 \N \N Correctional Correctional \N \N \N \N \N \N \N LIF f \N f 9 +2099 107 \N \N Extension Extension \N \N \N \N \N \N \N LIF f \N f 9 +2100 107 \N \N Telecommunication Telecommunication \N \N \N \N \N \N \N LIF f \N f 9 +2101 107 \N \N Millitary Millitary \N \N \N \N \N \N \N LIF f \N f 9 +2102 107 \N \N OffCampus OffCampus \N \N \N \N \N \N \N LIF f \N f 9 +2103 107 \N \N OnCampus OnCampus \N \N \N \N \N \N \N LIF f \N f 9 +2104 107 \N \N StudyAbroad StudyAbroad \N \N \N \N \N \N \N LIF f \N f 9 +2105 107 \N \N DistanceLearning DistanceLearning \N \N \N \N \N \N \N LIF f \N f 9 +2106 113 \N \N RepeatCounted RepeatCounted \N \N \N \N \N \N \N LIF f \N f 9 +2107 113 \N \N RepeatNotCounted RepeatNotCounted \N \N \N \N \N \N \N LIF f \N f 9 +2108 113 \N \N ReplacementCounted ReplacementCounted \N \N \N \N \N \N \N LIF f \N f 9 +2109 113 \N \N ReplacedNotCounted ReplacedNotCounted \N \N \N \N \N \N \N LIF f \N f 9 +2110 113 \N \N RepeatOtherInstitution RepeatOtherInstitution \N \N \N \N \N \N \N LIF f \N f 9 +2111 113 \N \N NotCountedOther NotCountedOther \N \N \N \N \N \N \N LIF f \N f 9 +2112 116 \N \N AuditedCourse AuditedCourse \N \N \N \N \N \N \N LIF f \N f 9 +2113 116 \N \N HonorsGrade HonorsGrade \N \N \N \N \N \N \N LIF f \N f 9 +2114 116 \N \N Incomplete Incomplete \N \N \N \N \N \N \N LIF f \N f 9 +2115 116 \N \N IncompleteNotResolvedFail IncompleteNotResolvedFail \N \N \N \N \N \N \N LIF f \N f 9 +2116 116 \N \N InProgress InProgress \N \N \N \N \N \N \N LIF f \N f 9 +2117 116 \N \N NotYetReported NotYetReported \N \N \N \N \N \N \N LIF f \N f 9 +2118 116 \N \N OtherFail OtherFail \N \N \N \N \N \N \N LIF f \N f 9 +2119 116 \N \N OtherPass OtherPass \N \N \N \N \N \N \N LIF f \N f 9 +2120 116 \N \N PassFailFail PassFailFail \N \N \N \N \N \N \N LIF f \N f 9 +2121 116 \N \N PassFailPass PassFailPass \N \N \N \N \N \N \N LIF f \N f 9 +2122 116 \N \N TransferNoGrade TransferNoGrade \N \N \N \N \N \N \N LIF f \N f 9 +2123 116 \N \N Withdrew Withdrew \N \N \N \N \N \N \N LIF f \N f 9 +2124 116 \N \N WithdrewFailing WithdrewFailing \N \N \N \N \N \N \N LIF f \N f 9 +2125 116 \N \N WithdrewNoPenalty WithdrewNoPenalty \N \N \N \N \N \N \N LIF f \N f 9 +2126 116 \N \N WithdrewPassing WithdrewPassing \N \N \N \N \N \N \N LIF f \N f 9 +2127 116 \N \N Completed Completed \N \N \N \N \N \N \N LIF f \N f 9 +2128 116 \N \N PlanningToTake PlanningToTake \N \N \N \N \N \N \N LIF f \N f 9 +2311 133 Direct, indirect, formative, and summative evaluation or estimation of the nature, ability, or quality of an entity, performance, or outcome of an action. This is an exact match of Assessment in [CTDL-TERMS]. \N Assessment Assessment \N \N \N \N \N \N \N LIF f \N f 3 +2312 133 Represents an award. \N Award Award \N \N \N \N \N \N \N LIF f \N f 3 +2313 133 Visual symbol containing verifiable claims in accordance with the Open Badges specification and delivered digitally. This is an exact match of Badge in [CTDL-TERMS]. \N Badge Badge \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2314 133 Credential that designates requisite knowledge and skills of an occupation, profession, or academic program. This is an exact match of Certificate in [CTDL-TERMS]. \N Certificate Certificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2315 133 Time-limited, revocable, renewable credential awarded by an authoritative body for demonstrating the knowledge, skills, and abilities to perform specific tasks or an occupation. Certifications can typically be revoked if not renewed, for a violation of a code of ethics (if applicable) or proven incompetence after due process. Description of revocation criteria for a specific Certification should be defined using Revocation Profile. This is an exact match of Certification in [CTDL-TERMS]. \N Certification Certification \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2316 133 Represents a course completion. \N Course Course \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2317 133 Represents community service. \N CommunityService CommunityService \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +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 +874 37 \N \N HasFormat HasFormat \N \N \N \N \N \N \N LIF f \N f 4 +875 37 \N \N HasPart HasPart \N \N \N \N \N \N \N LIF f \N f 4 +876 37 \N \N HasVersion HasVersion \N \N \N \N \N \N \N LIF f \N f 4 +877 37 \N \N IsAssessedBy IsAssessedBy \N \N \N \N \N \N \N LIF f \N f 4 +878 37 \N \N IsConformedTo IsConformedTo \N \N \N \N \N \N \N LIF f \N f 4 +879 37 \N \N IsDefinedBy IsDefinedBy \N \N \N \N \N \N \N LIF f \N f 4 +2320 133 Academic credential conferred upon completion of a program or course of study, typically over multiple years at a college or university. This is an exact match of Degree in [CTDL-TERMS]. \N Degree Degree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2321 133 Credential awarded by educational institutions for successful completion of a course of study or its equivalent. This is an exact match of Diploma in [CTDL-TERMS]. \N Diploma Diploma \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2322 133 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 f 3 +1843 77 CEDS \N GraduateProfessional Graduate/Professional \N Graduate/Professional 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 +1844 77 CEDS \N Honors Honors \N Honors 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 +2323 133 Credential awarded by a government agency or other authorized organization 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. This is an exact match of License in [CTDL-TERMS]. \N License License \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2324 133 Represents membership. \N Membership Membership \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2325 133 Credential earned through work-based learning and earn-and-learn models that meet standards and are applicable to industry trades and professions. This is an exact match of ApprenticeshipCertificate in [CTDL-TERMS]. \N ApprenticeshipCertificate ApprenticeshipCertificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2326 133 Represents the result of a curricular, or co-curricular assignment or exam. \N Assignment Assignment \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2327 133 College/university award for students typically completing the first one to two years of post secondary school education. Equivalent to an award at UNESCO ISCED 2011, Level 5. This is an exact match of AssociateDegree in [CTDL-TERMS]. \N AssociateDegree AssociateDegree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2328 133 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. Equivalent to an award at UNESCO ISCED 2011, Level 6. Use for 5-year cooperative (work-study) programs. A cooperative plan provides for alternate class attendance and employment in business, industry, or government; thus, it allows students to combine actual work experience with their college studies. Also includes bachelor's degrees in which the normal 4 years of work are completed in 3 years. This is an exact match of BachelorDegree in [CTDL-TERMS]. \N BachelorDegree BachelorDegree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2329 133 Credential that acknowledges completion of an assignment, training or other activity. A record of the activity may or may not exist, and the credential may or may not be designed as preparation for another resource such as a credential, assessment, or learning opportunity. This is an exact match of CertificateOfCompletion in [CTDL-TERMS]. \N CertificateOfCompletion CertificateOfCompletion \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N f 3 +2330 133 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 f 3 +2331 133 (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 f 3 +2332 133 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 f 3 +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 +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 +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 +4769 345 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 f 25 +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 +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 +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 +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 +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 +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 +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 +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 +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 +912 38 \N \N 792 2 \N \N \N \N \N \N \N LIF f \N f 4 +913 38 \N \N 793 3 \N \N \N \N \N \N \N LIF f \N f 4 +914 38 \N \N 794 4 \N \N \N \N \N \N \N LIF f \N f 4 +915 38 \N \N 795 5 \N \N \N \N \N \N \N LIF f \N f 4 +916 38 \N \N 796 6 \N \N \N \N \N \N \N LIF f \N f 4 +917 38 \N \N 798 7 \N \N \N \N \N \N \N LIF f \N f 4 +918 38 \N \N 799 8 \N \N \N \N \N \N \N LIF f \N f 4 +919 38 \N \N 800 9 \N \N \N \N \N \N \N LIF f \N f 4 +920 38 \N \N 801 10 \N \N \N \N \N \N \N LIF f \N f 4 +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 +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 +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 +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 +4913 351 \N \N Ewo Ewondo \N \N \N \N \N \N \N LIF f \N f 1 +4914 351 \N \N Fan Fang \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +4990 351 \N \N Jpn Japanese \N \N \N \N \N \N \N LIF f \N f 1 +4991 351 \N \N Jpr Judeo-Persian \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +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 +5015 351 \N \N Kon Kongo \N \N \N \N \N \N \N LIF f \N f 1 +5016 351 \N \N Kor Korean \N \N \N \N \N \N \N LIF f \N f 1 +5017 351 \N \N Kos Kosraean \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +5049 351 \N \N Mag Magahi \N \N \N \N \N \N \N LIF f \N f 1 +5050 351 \N \N Mah Marshallese \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +5205 351 \N \N Tem Temne \N \N \N \N \N \N \N LIF f \N f 1 +1412 39 \N \N wol wol \N \N \N \N \N \N \N LIF f \N f 4 +1413 39 \N \N xal xal \N \N \N \N \N \N \N LIF f \N f 4 +1414 39 \N \N xho xho \N \N \N \N \N \N \N LIF f \N f 4 +1415 39 \N \N yao yao \N \N \N \N \N \N \N LIF f \N f 4 +1416 39 \N \N yap yap \N \N \N \N \N \N \N LIF f \N f 4 +1417 39 \N \N yid yid \N \N \N \N \N \N \N LIF f \N f 4 +1418 39 \N \N yor yor \N \N \N \N \N \N \N LIF f \N f 4 +1419 39 \N \N ypk ypk \N \N \N \N \N \N \N LIF f \N f 4 +1420 39 \N \N zap zap \N \N \N \N \N \N \N LIF f \N f 4 +1421 39 \N \N zbl zbl \N \N \N \N \N \N \N LIF f \N f 4 +1422 39 \N \N zen zen \N \N \N \N \N \N \N LIF f \N f 4 +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 +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 +1429 39 \N \N zza zza \N \N \N \N \N \N \N LIF f \N f 4 +1430 40 \N \N SingleIndicator SingleIndicator \N \N \N \N \N \N \N LIF f \N f 4 +1431 40 \N \N MultipleIndicator MultipleIndicator \N \N \N \N \N \N \N LIF f \N f 4 +1432 40 \N \N MultipleCompetency MultipleCompetency \N \N \N \N \N \N \N LIF f \N f 4 +1433 40 \N \N CannotBeAssessed CannotBeAssessed \N \N \N \N \N \N \N LIF f \N f 4 +1434 41 \N \N All All \N \N \N \N \N \N \N LIF f \N f 4 +1435 41 \N \N AtLeast AtLeast \N \N \N \N \N \N \N LIF f \N f 4 +1436 42 handled as a property on Statement, not as a vocabulary concept \N prerequisiteAlignment prerequisiteAlignment \N \N \N \N \N \N \N LIF f \N f 10 +1437 42 handled as a property on Statement, not as a vocabulary concept \N isPartOf isPartOf \N \N \N \N \N \N \N LIF f \N f 10 +1439 43 \N \N hasPredecessor hasPredecessor \N \N \N \N \N \N \N LIF f \N f 14 +1440 43 \N \N hasPart hasPart \N \N \N \N \N \N \N LIF f \N f 14 +1441 43 a literal value property on associationType property \N isPartOf isPartOf \N \N \N \N \N \N \N LIF f \N f 14 +1442 43 \N \N precedes precedes \N \N \N \N \N \N \N LIF f \N f 14 +1443 43 a literal value property on associationType property \N replacedBy replacedBy \N \N \N \N \N \N \N LIF f \N f 14 +1444 43 \N \N hasSkillLevel hasSkillLevel \N \N \N \N \N \N \N LIF f \N f 14 +2335 133 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 f 3 +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 +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 +5209 351 \N \N Tgl Tagalog \N \N \N \N \N \N \N LIF f \N f 1 +5210 351 \N \N Tha Thai \N \N \N \N \N \N \N LIF f \N f 1 +5211 351 \N \N Tib Tibetan \N \N \N \N \N \N \N LIF f \N f 1 +5212 351 \N \N Tig Tigrinya \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +2349 135 The Credential is active and can be awarded. \N Active Active \N \N \N \N \N \N \N LIF f \N f 3 +2361 138 \N \N URI URI \N \N \N \N \N \N \N LIF f \N f 4 +2362 138 \N \N URL URL \N \N \N \N \N \N \N LIF f \N f 4 +2363 138 \N \N URN URN \N \N \N \N \N \N \N LIF f \N f 4 +2364 138 \N \N UUID UUID \N \N \N \N \N \N \N LIF f \N f 4 +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 +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 +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 +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 +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 +1466 45 \N \N Name Name \N \N \N \N \N \N \N LIF f \N f 1 +1467 45 \N \N CourseLearningExperience CourseLearningExperience \N \N \N \N \N \N \N LIF f \N f 1 +1468 45 \N \N Birth Birth \N \N \N \N \N \N \N LIF f \N f 1 +1469 45 \N \N Association Association \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +5308 359 \N \N MD MD \N \N \N \N \N \N \N LIF f \N f 1 +5309 359 \N \N PM PM \N \N \N \N \N \N \N LIF f \N f 1 +5310 359 \N \N DO DO \N \N \N \N \N \N \N LIF f \N f 1 +5311 359 \N \N PD PD \N \N \N \N \N \N \N LIF f \N f 1 +5312 359 \N \N AE AE \N \N \N \N \N \N \N LIF f \N f 1 +5313 359 \N \N PT PT \N \N \N \N \N \N \N LIF f \N f 1 +5314 359 \N \N OT OT \N \N \N \N \N \N \N LIF f \N f 1 +5315 360 \N \N Adopted Adopted \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +5322 361 \N \N URL URL \N \N \N \N \N \N \N LIF f \N f 1 +5323 361 \N \N URN URN \N \N \N \N \N \N \N LIF f \N f 1 +5324 361 \N \N UUID UUID \N \N \N \N \N \N \N LIF f \N f 1 +5325 361 \N \N ARK ARK \N \N \N \N \N \N \N LIF f \N f 1 +5326 361 \N \N DOI DOI \N \N \N \N \N \N \N LIF f \N f 1 +5327 361 \N \N INFO INFO \N \N \N \N \N \N \N LIF f \N f 1 +5328 361 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +5329 361 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +5330 362 \N \N Army Army \N \N \N \N \N \N \N LIF f \N f 1 +5331 362 \N \N Navy Navy \N \N \N \N \N \N \N LIF f \N f 1 +5332 362 \N \N AirForce AirForce \N \N \N \N \N \N \N LIF f \N f 1 +5333 362 \N \N MarineCorps MarineCorps \N \N \N \N \N \N \N LIF f \N f 1 +5334 362 \N \N CoastGuard CoastGuard \N \N \N \N \N \N \N LIF f \N f 1 +5335 362 \N \N MissingAtWill MissingAtWill \N \N \N \N \N \N \N LIF f \N f 1 +5336 362 \N \N NotApplicable NotApplicable \N \N \N \N \N \N \N LIF f \N f 1 +5337 363 \N \N Hours Hours \N \N \N \N \N \N \N LIF f \N f 1 +5338 363 \N \N Weeks Weeks \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +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 +2277 129 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 v1 \N \N \N \N \N LIF f \N f 12 +2278 129 Represents a credit bearing certificate such as an undergraduate certificate in autism. \N Certificate Certificate \N CLR v1 \N \N \N \N \N LIF f \N f 12 +2279 129 Represents a non-credit certification such as a CompTIA certification in IT. \N Certification Certification \N CLR v1 \N \N \N \N \N LIF f \N f 12 +2280 129 Represents a course completion. \N Course Course \N CLR v1 \N \N \N \N \N LIF f \N f 12 +2281 129 Represents community service. \N CommunityService CommunityService \N CLR v1 \N \N \N \N \N LIF f \N f 12 +2282 129 Represents a competency. \N Competency Competency \N CLR v1 \N \N \N \N \N LIF f \N f 12 +2283 129 Represents a co-curricular activity. \N Co-Curricular Co-Curricular \N CLR v1 \N \N \N \N \N LIF f \N f 12 +2284 129 Represents a degree. \N Degree Degree \N CLR v1 \N \N \N \N \N LIF f \N f 12 +2285 129 Represents a diploma such as a high school diploma in the United States. \N Diploma Diploma \N CLR v1 \N \N \N \N \N LIF f \N f 12 +2286 129 Represents practical activities that are done away school, college, or place of work. Includes internships and practicums. \N Fieldwork Fieldwork \N CLR v1 \N \N \N \N \N LIF f \N f 12 +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 +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 +2293 131 \N \N productId productId \N \N \N \N \N \N \N LIF f \N f 3 +2294 131 \N \N userName userName \N \N \N \N \N \N \N LIF f \N f 3 +2295 131 \N \N accountId accountId \N \N \N \N \N \N \N LIF f \N f 3 +2296 131 \N \N emailAddress emailAddress \N \N \N \N \N \N \N LIF f \N f 3 +2297 131 \N \N nationalIdentityNumber nationalIdentityNumber \N \N \N \N \N \N \N LIF f \N f 3 +2298 131 \N \N isbn isbn \N \N \N \N \N \N \N LIF f \N f 3 +2299 131 \N \N issn issn \N \N \N \N \N \N \N LIF f \N f 3 +2300 131 \N \N lisSourcedId lisSourcedId \N \N \N \N \N \N \N LIF f \N f 3 +2301 131 \N \N oneRosterSourcedId oneRosterSourcedId \N \N \N \N \N \N \N LIF f \N f 3 +2302 131 \N \N sisSourcedId sisSourcedId \N \N \N \N \N \N \N LIF f \N f 3 +2303 131 \N \N ltiContextId ltiContextId \N \N \N \N \N \N \N LIF f \N f 3 +2304 131 \N \N ltiDeploymentId ltiDeploymentId \N \N \N \N \N \N \N LIF f \N f 3 +2305 131 \N \N ltiToolId ltiToolId \N \N \N \N \N \N \N LIF f \N f 3 +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 +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 +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 +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 +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 +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 +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 +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 +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 +2576 167 \N \N TwoWeek24 TwoWeek25 \N HR Open \N \N \N \N \N LIF f \N f 2 +2577 167 \N \N TwoWeek26 TwoWeek27 \N HR Open \N \N \N \N \N LIF f \N f 2 +2578 167 \N \N TwoWeeks TwoWeeks \N HR Open \N \N \N \N \N LIF f \N f 2 +2579 167 \N \N FourWeeks FourWeeks \N HR Open \N \N \N \N \N LIF f \N f 2 +2580 167 \N \N HalfMonth HalfMonth \N HR Open \N \N \N \N \N LIF f \N f 2 +2581 167 \N \N Month Month \N HR Open \N \N \N \N \N LIF f \N f 2 +2582 167 \N \N TwoMonths TwoMonths \N HR Open \N \N \N \N \N LIF f \N f 2 +2583 167 \N \N Quarter Quarter \N HR Open \N \N \N \N \N LIF f \N f 2 +2584 167 \N \N SeasonalTerm SeasonalTerm \N HR Open \N \N \N \N \N LIF f \N f 2 +2585 167 \N \N HalfYear HalfYear \N HR Open \N \N \N \N \N LIF f \N f 2 +2586 167 \N \N Year Year \N HR Open \N \N \N \N \N LIF f \N f 2 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +2629 227 \N \N SelfEmployed SelfEmployed \N \N \N \N \N \N \N LIF f \N f 9 +2630 227 \N \N Other Other \N \N \N \N \N \N \N LIF f \N f 9 +2631 228 \N \N FullTime FullTime \N \N \N \N \N \N \N LIF f \N f 9 +2632 228 \N \N PartTime PartTime \N \N \N \N \N \N \N LIF f \N f 9 +2633 229 \N \N SchoolYear SchoolYear \N \N \N \N \N \N \N LIF f \N f 9 +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 +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 +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 +2907 277 Oklahoma \N OK Oklahoma \N \N \N \N \N \N \N LIF f \N f 4 +1448 45 \N \N EmploymentLearningExperience EmploymentLearningExperience \N \N \N \N \N \N \N LIF f \N f 1 +1449 45 \N \N Residency Residency \N \N \N \N \N \N \N LIF f \N f 1 +1450 45 \N \N Identifier Identifier \N \N \N \N \N \N \N LIF f \N f 1 +1451 45 \N \N Issuer Issuer \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +1457 45 \N \N ProficiencyLevel ProficiencyLevel \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +2881 277 Iowa \N IA Iowa \N \N \N \N \N \N \N LIF f \N f 4 +2882 277 Idaho \N ID Idaho \N \N \N \N \N \N \N LIF f \N f 4 +2883 277 Illinois \N IL Illinois \N \N \N \N \N \N \N LIF f \N f 4 +2884 277 Indiana \N IN Indiana \N \N \N \N \N \N \N LIF f \N f 4 +2885 277 Kansas \N KS Kansas \N \N \N \N \N \N \N LIF f \N f 4 +2886 277 Kentucky \N KY Kentucky \N \N \N \N \N \N \N LIF f \N f 4 +2887 277 Louisiana \N LA Louisiana \N \N \N \N \N \N \N LIF f \N f 4 +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 +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 +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 +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 +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 +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 +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 +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 +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 +1496 45 \N \N Image Image \N \N \N \N \N \N \N LIF f \N t 1 +1497 45 \N \N AssessmentLearningExperience AssessmentLearningExperience \N \N \N \N \N \N \N LIF f \N f 1 +1498 45 \N \N Assessment Assessment \N \N \N \N \N \N \N LIF f \N f 1 +3644 289 Female \N Female Female \N \N \N \N \N \N \N LIF f \N f 1 +1499 45 \N \N CredentialAward CredentialAward \N \N \N \N \N \N \N LIF f \N f 1 +1500 45 \N \N Demographics Demographics \N \N \N \N \N \N \N LIF f \N f 1 +1490 45 \N \N Image Image \N \N \N \N \N \N \N LIF f \N f 1 +1481 45 \N \N CompetencyFramework CompetencyFramework \N \N \N \N \N \N \N LIF f \N f 1 +1482 45 \N \N OperationalStatus OperationalStatus \N \N \N \N \N \N \N LIF f \N f 1 +1483 45 \N \N IncomeSource IncomeSource \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +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 +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 +3580 287 Colorado \N Colorado Colorado \N CEDS \N \N \N \N \N LIF f \N f 1 +3581 287 Connecticut \N Connecticut Connecticut \N CEDS \N \N \N \N \N LIF f \N f 1 +3583 287 Delaware \N Delaware Delaware \N CEDS \N \N \N \N \N LIF f \N f 1 +3584 287 Florida \N Florida Florida \N CEDS \N \N \N \N \N LIF f \N f 1 +3586 287 Georgia \N Georgia Georgia \N CEDS \N \N \N \N \N LIF f \N f 1 +3587 287 Guam \N Guam Guam \N CEDS \N \N \N \N \N LIF f \N f 1 +3588 287 Hawaii \N Hawaii Hawaii \N CEDS \N \N \N \N \N LIF f \N f 1 +3589 287 Iowa \N Iowa Iowa \N CEDS \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +4789 351 \N \N Cau Cau \N \N \N \N \N \N \N LIF f \N f 1 +4790 351 \N \N Ceb Ceb \N \N \N \N \N \N \N LIF f \N f 1 +4791 351 \N \N Cel Cel \N \N \N \N \N \N \N LIF f \N f 1 +4792 351 \N \N Aar Afar \N \N \N \N \N \N \N LIF f \N f 1 +4793 351 \N \N Abk Abkhazian \N \N \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +4643 38 \N \N AdditionalCompletion AdditionalCompletion \N \N \N \N \N \N \N LIF f \N f 4 +4644 328 \N \N CIP1980 CIP1980 \N \N \N \N \N \N \N LIF f \N f 4 +4645 328 \N \N CIP1985 CIP1985 \N \N \N \N \N \N \N LIF f \N f 4 +4646 328 \N \N CIP1990 CIP1990 \N \N \N \N \N \N \N LIF f \N f 4 +4647 328 \N \N CIP2000 CIP2000 \N \N \N \N \N \N \N LIF f \N f 4 +4648 328 \N \N CIP2010 CIP2010 \N \N \N \N \N \N \N LIF f \N f 4 +4649 39 \N \N Hours Hours \N \N \N \N \N \N \N LIF f \N f 4 +4650 39 \N \N Weeks Weeks \N \N \N \N \N \N \N LIF f \N f 4 +4651 39 \N \N Quarters Quarters \N \N \N \N \N \N \N LIF f \N f 4 +4652 39 \N \N Semesters Semesters \N \N \N \N \N \N \N LIF f \N f 4 +4653 39 \N \N Years Years \N \N \N \N \N \N \N LIF f \N f 4 +4659 329 \N \N FEIN FEIN \N \N \N \N \N \N \N LIF f \N f 4 +4660 329 \N \N DUNS DUNS \N \N \N \N \N \N \N LIF f \N f 4 +4661 329 \N \N OtherFederal OtherFederal \N \N \N \N \N \N \N LIF f \N f 4 +4662 329 \N \N LicenseNumber LicenseNumber \N \N \N \N \N \N \N LIF f \N f 4 +4663 329 \N \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 +4664 330 \N \N Active Active \N \N \N \N \N \N \N LIF f \N f 4 +4665 330 \N \N Inactive Inactive \N \N \N \N \N \N \N LIF f \N f 4 +4666 331 \N \N Major Major \N \N \N \N \N \N \N LIF f \N f 4 +4667 331 \N \N Minor Minor \N \N \N \N \N \N \N LIF f \N f 4 +4668 331 \N \N Certificate Certificate \N \N \N \N \N \N \N LIF f \N f 4 +4669 331 \N \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 +4672 332 \N \N Business Business \N \N \N \N \N \N \N LIF f \N f 4 +4673 332 \N \N EducationOrganizationNetwork EducationOrganizationNetwork \N \N \N \N \N \N \N LIF f \N f 4 +4674 332 \N \N EducationServiceCenter EducationServiceCenter \N \N \N \N \N \N \N LIF f \N f 4 +4675 332 \N \N Federal Federal \N \N \N \N \N \N \N LIF f \N f 4 +4676 332 \N \N LEA LEA \N \N \N \N \N \N \N LIF f \N f 4 +4677 332 \N \N NonProfit NonProfit \N \N \N \N \N \N \N LIF f \N f 4 +4678 332 \N \N Postsecondary Postsecondary \N \N \N \N \N \N \N LIF f \N f 4 +4679 332 \N \N Private Private \N \N \N \N \N \N \N LIF f \N f 4 +4680 332 \N \N Regional Regional \N \N \N \N \N \N \N LIF f \N f 4 +4681 332 \N \N Religious Religious \N \N \N \N \N \N \N LIF f \N f 4 +4682 332 \N \N School School \N \N \N \N \N \N \N LIF f \N f 4 +4683 332 \N \N SEA SEA \N \N \N \N \N \N \N LIF f \N f 4 +4684 332 \N \N Other Other \N \N \N \N \N \N \N LIF f \N f 4 +4685 41 \N \N Apprenticeship Apprenticeship \N \N \N \N \N \N \N LIF f \N f 4 +4686 41 \N \N ClinicalWork ClinicalWork \N \N \N \N \N \N \N LIF f \N f 4 +4687 41 \N \N CooperativeEducation CooperativeEducation \N \N \N \N \N \N \N LIF f \N f 4 +4688 41 \N \N JobShadowing JobShadowing \N \N \N \N \N \N \N LIF f \N f 4 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +118 8 A string representative of a non-numeric or numeric range value. \N String String \N CEDS \N \N \N \N \N LIF f \N t 1 +119 9 \N \N pass pass \N ELM \N \N \N \N \N LIF f \N t 1 +120 9 \N \N fail fail \N ELM \N \N \N \N \N LIF f \N t 1 +121 9 \N \N other other \N ELM \N \N \N \N \N LIF f \N t 1 +122 10 Appeal is specified as the completion and scoring status for an instance of a person taking an assessment. \N Appeal Appeal \N CEDS \N \N \N \N \N LIF f \N t 1 +123 10 Completed is specified as the completion and scoring status for an instance of a person taking an assessment. \N Completed Completed \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +287 29 The result is a grade point average. \N GradePointAverage GradePointAverage \N \N \N \N \N \N \N LIF f \N t 1 +288 29 The result is a letter grade. \N LetterGrade LetterGrade \N \N \N \N \N \N \N LIF f \N t 1 +289 29 The result is a percent score. \N Percent Percent \N \N \N \N \N \N \N LIF f \N t 1 +290 29 The result is a performance level. \N PerformanceLevel PerformanceLevel \N \N \N \N \N \N \N LIF f \N t 1 +291 29 The result is a predicted score. \N PredictedScore PredictedScore \N \N \N \N \N \N \N LIF f \N t 1 +292 29 The result is a raw score. \N RawScore RawScore \N \N \N \N \N \N \N LIF f \N t 1 +294 29 The result is from a rubric criterion. \N RubricCriterion RubricCriterion \N \N \N \N \N \N \N LIF f \N t 1 +295 29 The result is a rubric criterion level. \N RubricCriterionLevel RubricCriterionLevel \N \N \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +330 30 To represent the structural relationship in a taxonomy between parent and child. The item is a parent of the target of the association. \N isParentOf isParentOf \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +388 33 \N \N aka Akan \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +582 33 \N \N jpn Japanese \N CEDS \N \N \N \N \N LIF f \N t 1 +583 33 \N \N jpr Judeo-Persian \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +607 33 \N \N kon Kongo \N CEDS \N \N \N \N \N LIF f \N t 1 +608 33 \N \N kor Korean \N CEDS \N \N \N \N \N LIF f \N t 1 +609 33 \N \N kos Kosraean \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +619 33 \N \N lad Ladino \N CEDS \N \N \N \N \N LIF f \N t 1 +620 33 \N \N lah Lahnda \N CEDS \N \N \N \N \N LIF f \N t 1 +621 33 \N \N lam Lamba \N CEDS \N \N \N \N \N LIF f \N t 1 +622 33 \N \N lao Lao \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +641 33 \N \N mag Magahi \N CEDS \N \N \N \N \N LIF f \N t 1 +642 33 \N \N mah Marshallese \N CEDS \N \N \N \N \N LIF f \N t 1 +643 33 \N \N mai Maithili \N CEDS \N \N \N \N \N LIF f \N t 1 +644 33 \N \N mak Makasar \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +786 33 \N \N sus Susu \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +797 33 \N \N tem Timne \N CEDS \N \N \N \N \N LIF f \N t 1 +798 33 \N \N ter Tereno \N CEDS \N \N \N \N \N LIF f \N t 1 +799 33 \N \N tet Tetum \N CEDS \N \N \N \N \N LIF f \N t 1 +800 33 \N \N tgk Tajik \N CEDS \N \N \N \N \N LIF f \N t 1 +801 33 \N \N tgl Tagalog \N CEDS \N \N \N \N \N LIF f \N t 1 +802 33 \N \N tha Thai \N CEDS \N \N \N \N \N LIF f \N t 1 +803 33 \N \N tib Tibetan \N CEDS \N \N \N \N \N LIF f \N t 1 +804 33 \N \N tig Tigre \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +831 33 \N \N urd Urdu \N CEDS \N \N \N \N \N LIF f \N t 1 +832 33 \N \N uzb Uzbek \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +2203 124 Represents membership. \N Membership Membership \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2204 124 Credential earned through work-based learning and earn-and-learn models that meet standards and are applicable to industry trades and professions. This is an exact match of ApprenticeshipCertificate in [CTDL-TERMS]. \N ApprenticeshipCertificate ApprenticeshipCertificate \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2205 124 Represents the result of a curricular, or co-curricular assignment or exam. \N Assignment Assignment \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2206 124 College/university award for students typically completing the first one to two years of post secondary school education. Equivalent to an award at UNESCO ISCED 2011, Level 5. This is an exact match of AssociateDegree in [CTDL-TERMS]. \N AssociateDegree AssociateDegree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2207 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. Equivalent to an award at UNESCO ISCED 2011, Level 6. Use for 5-year cooperative (work-study) programs. A cooperative plan provides for alternate class attendance and employment in business, industry, or government; thus, it allows students to combine actual work experience with their college studies. Also includes bachelor's degrees in which the normal 4 years of work are completed in 3 years. This is an exact match of BachelorDegree in [CTDL-TERMS]. \N BachelorDegree BachelorDegree \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2208 124 Credential that acknowledges completion of an assignment, training or other activity. A record of the activity may or may not exist, and the credential may or may not be designed as preparation for another resource such as a credential, assessment, or learning opportunity. This is an exact match of CertificateOfCompletion in [CTDL-TERMS]. \N CertificateOfCompletion CertificateOfCompletion \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +2256 126 The credential is no longer awarded and has been superseded by another credential. \N Superseded Superseded \N \N \N \N \N \N \N LIF f \N t 1 +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 +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 +2469 149 \N \N TwoWeek24 TwoWeek25 \N HR Open \N \N \N \N \N LIF f \N t 1 +2470 149 \N \N TwoWeek26 TwoWeek27 \N HR Open \N \N \N \N \N LIF f \N t 1 +2471 149 \N \N TwoWeeks TwoWeeks \N HR Open \N \N \N \N \N LIF f \N t 1 +2472 149 \N \N FourWeeks FourWeeks \N HR Open \N \N \N \N \N LIF f \N t 1 +2473 149 \N \N HalfMonth HalfMonth \N HR Open \N \N \N \N \N LIF f \N t 1 +2474 149 \N \N Month Month \N HR Open \N \N \N \N \N LIF f \N t 1 +2475 149 \N \N TwoMonths TwoMonths \N HR Open \N \N \N \N \N LIF f \N t 1 +2476 149 \N \N Quarter Quarter \N HR Open \N \N \N \N \N LIF f \N t 1 +2477 149 \N \N SeasonalTerm SeasonalTerm \N HR Open \N \N \N \N \N LIF f \N t 1 +2478 149 \N \N HalfYear HalfYear \N HR Open \N \N \N \N \N LIF f \N t 1 +2479 149 \N \N Year Year \N HR Open \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +2726 267 Iowa \N IA Iowa \N CEDS \N \N \N \N \N LIF f \N t 1 +2727 267 Idaho \N ID Idaho \N CEDS \N \N \N \N \N LIF f \N t 1 +2728 267 Illinois \N IL Illinois \N CEDS \N \N \N \N \N LIF f \N t 1 +2729 267 Indiana \N IN Indiana \N CEDS \N \N \N \N \N LIF f \N t 1 +2730 267 Kansas \N KS Kansas \N CEDS \N \N \N \N \N LIF f \N t 1 +2731 267 Kentucky \N KY Kentucky \N CEDS \N \N \N \N \N LIF f \N t 1 +2732 267 Louisiana \N LA Louisiana \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +4546 318 Minor is the concentration of study for the postsecondary program. \N Minor Minor \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +4502 274 The person is the learner's Friend. \N Friend Friend \N \N \N \N \N \N \N LIF f \N f 4 +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 +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 +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 +4731 333 Active in program \N Active Active \N \N \N \N \N \N \N LIF f \N f 4 +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 +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 +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 +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 +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 +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 +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 +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 +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 +3604 287 Mississippi \N Mississippi Mississippi \N CEDS \N \N \N \N \N LIF f \N f 1 +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 +3614 287 Ohio \N Ohio Ohio \N CEDS \N \N \N \N \N LIF f \N f 1 +3615 287 Oklahoma \N Oklahoma Oklahoma \N CEDS \N \N \N \N \N LIF f \N f 1 +3616 287 Oregon \N Oregon Oregon \N CEDS \N \N \N \N \N LIF f \N f 1 +3617 287 Pennsylvania \N Pennsylvania Pennsylvania \N CEDS \N \N \N \N \N LIF f \N f 1 +3619 287 Palau \N Palau Palau \N CEDS \N \N \N \N \N LIF f \N f 1 +3623 287 Tennessee \N Tennessee Tennessee \N CEDS \N \N \N \N \N LIF f \N f 1 +3624 287 Texas \N Texas Texas \N CEDS \N \N \N \N \N LIF f \N f 1 +3625 287 Utah \N Utah Utah \N CEDS \N \N \N \N \N LIF f \N f 1 +3626 287 Virginia \N Virginia Virginia \N CEDS \N \N \N \N \N LIF f \N f 1 +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 +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 +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 +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 +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 +2566 160 \N \N medicalSchoolStaffStatus medicalSchoolStaffStatus \N \N \N \N \N \N \N LIF f \N t 1 +2567 160 \N \N graduateAssistantStatus graduateAssistantStatus \N \N \N \N \N \N \N LIF f \N t 1 +2568 160 \N \N other other \N \N \N \N \N \N \N LIF f \N t 1 +2802 272 \N \N NAICS NAICS \N \N \N \N \N \N \N LIF f \N t 1 +2803 272 \N \N ISIC ISIC \N \N \N \N \N \N \N LIF f \N t 1 +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 +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 +3764 307 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 +3765 308 \N \N Correspondence Correspondence \N \N \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +2538 157 \N \N SOC SOC \N None \N \N \N \N \N LIF f \N t 1 +2539 158 \N \N ISIC ISIC \N \N \N \N \N \N \N LIF f \N t 1 +2540 158 \N \N NAICS NAICS \N \N \N \N \N \N \N LIF f \N t 1 +2541 158 \N \N SIC SIC \N \N \N \N \N \N \N LIF f \N t 1 +2542 159 \N \N salaryforTeachingAssignmentOnly salaryforTeachingAssignmentOnly \N \N \N \N \N \N \N LIF f \N t 1 +2543 159 \N \N titleITargetedAssistanceStaff titleITargetedAssistanceStaff \N \N \N \N \N \N \N LIF f \N t 1 +2544 159 \N \N migrantEducationProgramPersonnel migrantEducationProgramPersonnel \N \N \N \N \N \N \N LIF f \N t 1 +2545 159 \N \N Others Others \N \N \N \N \N \N \N LIF f \N t 1 +3561 286 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 CEDS \N \N \N \N \N LIF f \N t 1 +2173 122 \N \N ltiDeploymentId ltiDeploymentId \N CLR v2 / Open Badges v17 \N \N \N \N \N LIF f \N t 1 +2159 122 \N \N name name \N CLR v2 / Open Badges v3 \N \N \N \N \N LIF f \N t 1 +2160 122 \N \N sourcedId sourcedId \N CLR v2 / Open Badges v4 \N \N \N \N \N LIF f \N t 1 +2161 122 \N \N systemId systemId \N CLR v2 / Open Badges v5 \N \N \N \N \N LIF f \N t 1 +2162 122 \N \N productId productId \N CLR v2 / Open Badges v6 \N \N \N \N \N LIF f \N t 1 +2163 122 \N \N userName userName \N CLR v2 / Open Badges v7 \N \N \N \N \N LIF f \N t 1 +2164 122 \N \N accountId accountId \N CLR v2 / Open Badges v8 \N \N \N \N \N LIF f \N t 1 +2165 122 \N \N emailAddress emailAddress \N CLR v2 / Open Badges v9 \N \N \N \N \N LIF f \N t 1 +2166 122 \N \N nationalIdentityNumber nationalIdentityNumber \N CLR v2 / Open Badges v10 \N \N \N \N \N LIF f \N t 1 +2167 122 \N \N isbn isbn \N CLR v2 / Open Badges v11 \N \N \N \N \N LIF f \N t 1 +2168 122 \N \N issn issn \N CLR v2 / Open Badges v12 \N \N \N \N \N LIF f \N t 1 +2169 122 \N \N lisSourcedId lisSourcedId \N CLR v2 / Open Badges v13 \N \N \N \N \N LIF f \N t 1 +2170 122 \N \N oneRosterSourcedId oneRosterSourcedId \N CLR v2 / Open Badges v14 \N \N \N \N \N LIF f \N t 1 +2171 122 \N \N sisSourcedId sisSourcedId \N CLR v2 / Open Badges v15 \N \N \N \N \N LIF f \N t 1 +2172 122 \N \N ltiContextId ltiContextId \N CLR v2 / Open Badges v16 \N \N \N \N \N LIF f \N t 1 +2174 122 \N \N ltiToolId ltiToolId \N CLR v2 / Open Badges v18 \N \N \N \N \N LIF f \N t 1 +2175 122 \N \N ltiPlatformId ltiPlatformId \N CLR v2 / Open Badges v19 \N \N \N \N \N LIF f \N t 1 +2176 122 \N \N ltiUserId ltiUserId \N CLR v2 / Open Badges v20 \N \N \N \N \N LIF f \N t 1 +2177 122 \N \N identifier identifier \N CLR v2 / Open Badges v21 \N \N \N \N \N LIF f \N t 1 +3562 286 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 CEDS \N \N \N \N \N LIF f \N t 1 +2419 143 \N \N Volunteer Volunteer \N \N \N \N \N \N \N LIF f \N t 1 +2420 143 \N \N Employed Employed \N \N \N \N \N \N \N LIF f \N t 1 +2422 143 \N \N Freelancer Freelancer \N \N \N \N \N \N \N LIF f \N t 1 +2423 143 \N \N Intern Intern \N \N \N \N \N \N \N LIF f \N t 1 +2424 143 \N \N Contractor Contractor \N \N \N \N \N \N \N LIF f \N t 1 +2432 144 \N \N Freelancer Freelancer \N \N \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +2557 159 \N \N Commission Commission \N \N \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +3697 263 The person is the learner's Friend. \N Friend Friend \N CEDS \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +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 +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 +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 +3728 293 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 +3724 294 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 +3729 294 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 +3725 295 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 +3730 295 \N \N No No \N \N \N \N \N \N \N LIF f \N t 1 +3726 296 \N \N Yes Yes \N \N \N \N \N \N \N LIF f \N t 1 +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 +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 +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 +\. + + +-- +-- Data for Name: ValueSets; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public."ValueSets" ("Id", "Name", "Description", "UseConsiderations", "DataModelId", "Notes", "CreationDate", "ActivationDate", "DeprecationDate", "Contributor", "ContributorOrganization", "Extension", "ExtensionNotes", "Deleted", "Tags") FROM stdin; +336 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 +343 TestAnotherNewValueSet 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 +344 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 f \N +337 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 +347 TestAnotherNewValueSetWithValues 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 +12 SpecialReservedWords \N \N 3 \N \N \N \N \N LIF f \N f \N +13 schoolIdentificationSystem \N \N 4 \N \N \N \N \N LIF f \N f \N +14 assessmentPurpose \N \N 4 \N \N \N \N \N LIF f \N f \N +15 applicableEducationLevel \N \N 4 \N \N \N \N \N LIF f \N f \N +16 assessmentTypeAdministered \N \N 4 \N \N \N \N \N LIF f \N f \N +17 scoreMetricType \N \N 4 \N \N \N \N \N LIF f \N f \N +18 assessmentDeliveryType \N \N 4 \N \N \N \N \N LIF f \N f \N +19 resultDataType \N \N 4 \N \N \N \N \N LIF f \N f \N +20 completionStatus \N \N 4 \N \N \N \N \N LIF f \N f \N +21 reasonNotCompleting \N \N 4 \N \N \N \N \N LIF f \N f \N +22 SpecialReservedWords \N \N 4 \N \N \N \N \N LIF f \N f \N +23 gradeStatus \N \N 7 \N \N \N \N \N LIF f \N f \N +24 SpecialReservedWords \N \N 9 \N \N \N \N \N LIF f \N f \N +25 applicableEducationLevel \N \N 10 \N \N \N \N \N LIF f \N f \N +26 assessmentDeliveryType \N \N 10 \N \N \N \N \N LIF f \N f \N +27 assessmentMethod \N \N 10 \N \N \N \N \N LIF f \N f \N +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 +72 courseGPAAplicability \N \N 4 \N \N \N \N \N LIF f \N f \N +73 courseStandardAlignment \N \N 4 \N \N \N \N \N LIF f \N f \N +74 courseCodeSystem \N \N 4 \N \N \N \N \N LIF f \N f \N +75 courseLevelCharacteristic \N \N 4 \N \N \N \N \N LIF f \N f \N +76 courseApplicableEducationLevel \N \N 4 \N \N \N \N \N LIF f \N f \N +77 courseLevelType \N \N 4 \N \N \N \N \N LIF f \N f \N +78 courseCreditLevelType \N \N 4 \N \N \N \N \N LIF f \N f \N +79 courseCreditUnitType \N \N 4 \N \N \N \N \N LIF f \N f \N +80 assessmentReportingMethod \N \N 4 \N \N \N \N \N LIF f \N f \N +81 courseCreditBasisType \N \N 4 \N \N \N \N \N LIF f \N f \N +82 courseHonorsType \N \N 4 \N \N \N \N \N LIF f \N f \N +83 instructionMethod \N \N 4 \N \N \N \N \N LIF f \N f \N +84 courseInstructionSiteType \N \N 4 \N \N \N \N \N LIF f \N f \N +85 courseDeliveryType \N \N 4 \N \N \N \N \N LIF f \N f \N +86 courseInteractionMode \N \N 4 \N \N \N \N \N LIF f \N f \N +87 assessmentMethod \N \N 4 \N \N \N \N \N LIF f \N f \N +88 enrollmentStatusType \N \N 4 \N \N \N \N \N LIF f \N f \N +89 courseRepeatCode \N \N 4 \N \N \N \N \N LIF f \N f \N +90 courseSectionEntryType \N \N 4 \N \N \N \N \N LIF f \N f \N +91 courseExitReason \N \N 4 \N \N \N \N \N LIF f \N f \N +92 gradeStatusCode \N \N 4 \N \N \N \N \N LIF f \N f \N +93 singleSexClassStatus \N \N 4 \N \N \N \N \N LIF f \N f \N +94 courseGPAAplicability \N \N 9 \N \N \N \N \N LIF f \N f \N +95 courseStandardAlignment \N \N 9 \N \N \N \N \N LIF f \N f \N +96 courseCodeSystem \N \N 9 \N \N \N \N \N LIF f \N f \N +97 resultType \N \N 9 \N \N \N \N \N LIF f \N f \N +98 courseLevelCharacteristic \N \N 9 \N \N \N \N \N LIF f \N f \N +99 courseApplicableEducationLevel \N \N 9 \N \N \N \N \N LIF f \N f \N +100 courseLevelType \N \N 9 \N \N \N \N \N LIF f \N f \N +101 courseCreditLevelType \N \N 9 \N \N \N \N \N LIF f \N f \N +102 courseCreditUnitType \N \N 9 \N \N \N \N \N LIF f \N f \N +103 assessmentReportingMethod \N \N 9 \N \N \N \N \N LIF f \N f \N +104 courseCreditBasisType \N \N 9 \N \N \N \N \N LIF f \N f \N +105 courseHonorsType \N \N 9 \N \N \N \N \N LIF f \N f \N +106 instructionMethod \N \N 9 \N \N \N \N \N LIF f \N f \N +107 courseInstructionSiteType \N \N 9 \N \N \N \N \N LIF f \N f \N +108 courseDeliveryType \N \N 9 \N \N \N \N \N LIF f \N f \N +109 courseInteractionMode \N \N 9 \N \N \N \N \N LIF f \N f \N +110 assessmentMethod \N \N 9 \N \N \N \N \N LIF f \N f \N +111 lifeCycleStatusType \N \N 9 \N \N \N \N \N LIF f \N f \N +112 enrollmentStatusType \N \N 9 \N \N \N \N \N LIF f \N f \N +113 courseRepeatCode \N \N 9 \N \N \N \N \N LIF f \N f \N +114 courseSectionEntryType \N \N 9 \N \N \N \N \N LIF f \N f \N +115 courseExitReason \N \N 9 \N \N \N \N \N LIF f \N f \N +116 gradeStatusCode \N \N 9 \N \N \N \N \N LIF f \N f \N +117 singleSexClassStatus \N \N 9 \N \N \N \N \N LIF f \N f \N +118 courseApplicableEducationLevel \N \N 10 \N \N \N \N \N LIF f \N f \N +119 instructionMethod \N \N 10 \N \N \N \N \N LIF f \N f \N +120 courseDeliveryType \N \N 10 \N \N \N \N \N LIF f \N f \N +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 +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 +164 employmentSeason \N \N 2 \N \N \N \N \N LIF f \N f \N +165 primaryPayMethod \N \N 2 \N \N \N \N \N LIF f \N f \N +166 otherPayMethods \N \N 2 \N \N \N \N \N LIF f \N f \N +167 payRateType \N \N 2 \N \N \N \N \N LIF f \N f \N +168 separationReasonType \N \N 2 \N \N \N \N \N LIF f \N f \N +169 separationType \N \N 2 \N \N \N \N \N LIF f \N f \N +170 militaryBranch \N \N 2 \N \N \N \N \N LIF f \N f \N +171 militaryStatus \N \N 2 \N \N \N \N \N LIF f \N f \N +172 dischargeStatus \N \N 2 \N \N \N \N \N LIF f \N f \N +173 jobCodeType \N \N 2 \N \N \N \N \N LIF f \N f \N +174 industryCodeType \N \N 2 \N \N \N \N \N LIF f \N f \N +175 SpecialReservedWords \N \N 2 \N \N \N \N \N LIF f \N f \N +176 incomeSourceCategory \N \N 2 \N \N \N \N \N LIF f \N f \N +177 employmentTypeStatusCategory \N \N 2 \N \N \N \N \N LIF f \N f \N +178 positionEmploymentStatus \N \N 3 \N \N \N \N \N LIF f \N f \N +179 personEmploymentStatus \N \N 3 \N \N \N \N \N LIF f \N f \N +180 employmentSchedule \N \N 3 \N \N \N \N \N LIF f \N f \N +181 employmentSeason \N \N 3 \N \N \N \N \N LIF f \N f \N +182 primaryPayMethod \N \N 3 \N \N \N \N \N LIF f \N f \N +183 otherPayMethods \N \N 3 \N \N \N \N \N LIF f \N f \N +184 separationReasonType \N \N 3 \N \N \N \N \N LIF f \N f \N +185 separationType \N \N 3 \N \N \N \N \N LIF f \N f \N +186 militaryBranch \N \N 3 \N \N \N \N \N LIF f \N f \N +187 militaryStatus \N \N 3 \N \N \N \N \N LIF f \N f \N +188 dischargeStatus \N \N 3 \N \N \N \N \N LIF f \N f \N +189 jobCodeType \N \N 3 \N \N \N \N \N LIF f \N f \N +190 industryCodeType \N \N 3 \N \N \N \N \N LIF f \N f \N +191 incomeSourceCategory \N \N 3 \N \N \N \N \N LIF f \N f \N +192 employmentTypeStatusCategory \N \N 3 \N \N \N \N \N LIF f \N f \N +193 positionEmploymentStatus \N \N 4 \N \N \N \N \N LIF f \N f \N +194 personEmploymentStatus \N \N 4 \N \N \N \N \N LIF f \N f \N +195 employmentSchedule \N \N 4 \N \N \N \N \N LIF f \N f \N +196 employmentSeason \N \N 4 \N \N \N \N \N LIF f \N f \N +197 primaryPayMethod \N \N 4 \N \N \N \N \N LIF f \N f \N +198 otherPayMethods \N \N 4 \N \N \N \N \N LIF f \N f \N +199 membershipType \N \N 4 \N \N \N \N \N LIF f \N f \N +200 separationReasonType \N \N 4 \N \N \N \N \N LIF f \N f \N +201 separationType \N \N 4 \N \N \N \N \N LIF f \N f \N +202 contractType \N \N 4 \N \N \N \N \N LIF f \N f \N +203 militaryBranch \N \N 4 \N \N \N \N \N LIF f \N f \N +204 militaryStatus \N \N 4 \N \N \N \N \N LIF f \N f \N +205 dischargeStatus \N \N 4 \N \N \N \N \N LIF f \N f \N +206 jobCodeType \N \N 4 \N \N \N \N \N LIF f \N f \N +207 industryCodeType \N \N 4 \N \N \N \N \N LIF f \N f \N +208 incomeSourceCategory \N \N 4 \N \N \N \N \N LIF f \N f \N +209 employmentTypeStatusCategory \N \N 4 \N \N \N \N \N LIF f \N f \N +210 positionEmploymentStatus \N \N 7 \N \N \N \N \N LIF f \N f \N +211 personEmploymentStatus \N \N 7 \N \N \N \N \N LIF f \N f \N +212 employmentSchedule \N \N 7 \N \N \N \N \N LIF f \N f \N +213 employmentSeason \N \N 7 \N \N \N \N \N LIF f \N f \N +214 primaryPayMethod \N \N 7 \N \N \N \N \N LIF f \N f \N +215 otherPayMethods \N \N 7 \N \N \N \N \N LIF f \N f \N +216 separationReasonType \N \N 7 \N \N \N \N \N LIF f \N f \N +217 separationType \N \N 7 \N \N \N \N \N LIF f \N f \N +218 militaryBranch \N \N 7 \N \N \N \N \N LIF f \N f \N +219 militaryStatus \N \N 7 \N \N \N \N \N LIF f \N f \N +220 dischargeStatus \N \N 7 \N \N \N \N \N LIF f \N f \N +221 jobCodeType \N \N 7 \N \N \N \N \N LIF f \N f \N +222 industryCodeType \N \N 7 \N \N \N \N \N LIF f \N f \N +223 SpecialReservedWords \N \N 7 \N \N \N \N \N LIF f \N f \N +224 incomeSourceCategory \N \N 7 \N \N \N \N \N LIF f \N f \N +225 employmentTypeStatusCategory \N \N 7 \N \N \N \N \N LIF f \N f \N +226 positionEmploymentStatus \N \N 9 \N \N \N \N \N LIF f \N f \N +227 personEmploymentStatus \N \N 9 \N \N \N \N \N LIF f \N f \N +228 employmentSchedule \N \N 9 \N \N \N \N \N LIF f \N f \N +229 employmentSeason \N \N 9 \N \N \N \N \N LIF f \N f \N +230 primaryPayMethod \N \N 9 \N \N \N \N \N LIF f \N f \N +231 otherPayMethods \N \N 9 \N \N \N \N \N LIF f \N f \N +232 payRateType \N \N 9 \N \N \N \N \N LIF f \N f \N +233 associationStatus \N \N 9 \N \N \N \N \N LIF f \N f \N +234 membershipType \N \N 9 \N \N \N \N \N LIF f \N f \N +235 separationReasonType \N \N 9 \N \N \N \N \N LIF f \N f \N +236 separationType \N \N 9 \N \N \N \N \N LIF f \N f \N +237 contractType \N \N 9 \N \N \N \N \N LIF f \N f \N +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 +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 +244 incomeSourceCategory \N \N 9 \N \N \N \N \N LIF f \N f \N +245 employmentTypeStatusCategory \N \N 9 \N \N \N \N \N LIF f \N f \N +246 positionEmploymentStatus \N \N 10 \N \N \N \N \N LIF f \N f \N +247 personEmploymentStatus \N \N 10 \N \N \N \N \N LIF f \N f \N +248 employmentSchedule \N \N 10 \N \N \N \N \N LIF f \N f \N +249 employmentSeason \N \N 10 \N \N \N \N \N LIF f \N f \N +250 primaryPayMethod \N \N 10 \N \N \N \N \N LIF f \N f \N +251 otherPayMethods \N \N 10 \N \N \N \N \N LIF f \N f \N +252 separationReasonType \N \N 10 \N \N \N \N \N LIF f \N f \N +253 separationType \N \N 10 \N \N \N \N \N LIF f \N f \N +254 militaryBranch \N \N 10 \N \N \N \N \N LIF f \N f \N +255 militaryStatus \N \N 10 \N \N \N \N \N LIF f \N f \N +256 dischargeStatus \N \N 10 \N \N \N \N \N LIF f \N f \N +257 jobCodeType \N \N 10 \N \N \N \N \N LIF f \N f \N +258 industryCodeType \N \N 10 \N \N \N \N \N LIF f \N f \N +259 incomeSourceCategory \N \N 10 \N \N \N \N \N LIF f \N f \N +260 employmentTypeStatusCategory \N \N 10 \N \N \N \N \N LIF f \N f \N +273 identificationSystem \N \N 4 \N \N \N \N \N LIF f \N f \N +274 relationshipType \N \N 4 \N \N \N \N \N LIF f \N f \N +275 organizationType \N \N 4 \N \N \N \N \N LIF f \N f \N +276 CredentialOrgType \N \N 4 \N \N \N \N \N LIF f \N f \N +277 StateAbbreviation \N \N 4 \N \N \N \N \N LIF f \N f \N +278 ERS-RUC-Code \N \N 4 \N \N \N \N \N LIF f \N f \N +279 EmailAddressType \N \N 4 \N \N \N \N \N LIF f \N f \N +280 telephoneNumberType \N \N 4 \N \N \N \N \N LIF f \N f \N +281 HigherEdInstAccredidationStatus \N \N 4 \N \N \N \N \N LIF f \N f \N +309 personIdentificationType \N \N 4 \N \N \N \N \N LIF f \N f \N +310 tribalNationName \N \N 4 \N \N \N \N \N LIF f \N f \N +311 emailAddressType \N \N 4 \N \N \N \N \N LIF f \N f \N +312 addressType \N \N 4 \N \N \N \N \N LIF f \N f \N +313 addressState \N \N 4 \N \N \N \N \N LIF f \N f \N +314 sex \N \N 4 \N \N \N \N \N LIF f \N f \N +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 +52 courseApplicableEducationLevel \N \N 1 \N \N \N \N \N LIF f \N f \N +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 +49 courseCodeSystem \N \N 1 \N \N \N \N \N LIF f \N t \N +50 resultType \N \N 1 \N \N \N \N \N LIF f \N t \N +51 courseLevelCharacteristic \N \N 1 \N \N \N \N \N LIF f \N t \N +53 courseLevelType \N \N 1 \N \N \N \N \N LIF f \N t \N +54 courseCreditLevelType \N \N 1 \N \N \N \N \N LIF f \N t \N +55 courseCreditUnitType \N \N 1 \N \N \N \N \N LIF f \N t \N +57 courseCreditBasisType \N \N 1 \N \N \N \N \N LIF f \N t \N +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 +296 white \N \N 1 \N \N \N \N \N LIF f \N t \N +297 ethnicity \N \N 1 \N \N \N \N \N LIF f \N t \N +298 economicDisadvantage \N \N 1 \N \N \N \N \N LIF f \N t \N +299 educationVerification \N \N 1 \N \N \N \N \N LIF f \N t \N +300 USCitizenship \N \N 1 \N \N \N \N \N LIF f \N t \N +301 homeless \N \N 1 \N \N \N \N \N LIF f \N t \N +302 migrantStatus \N \N 1 \N \N \N \N \N LIF f \N t \N +303 militaryActiveStatus \N \N 1 \N \N \N \N \N LIF f \N t \N +304 militaryVeteranStatus \N \N 1 \N \N \N \N \N LIF f \N t \N +305 guardian \N \N 1 \N \N \N \N \N LIF f \N t \N +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 +5 scoreMetricType \N \N 1 \N \N \N \N \N LIF f \N t \N +6 assessmentDeliveryType \N \N 1 \N \N \N \N \N LIF f \N t \N +7 assessmentMethod \N \N 1 \N \N \N \N \N LIF f \N t \N +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 +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 +61 courseDeliveryType \N \N 1 \N \N \N \N \N LIF f \N t \N +62 courseInteractionMode \N \N 1 \N \N \N \N \N LIF f \N t \N +63 lifeCycleStatusType \N \N 1 \N \N \N \N \N LIF f \N t \N +64 enrollmentStatusType \N \N 1 \N \N \N \N \N LIF f \N t \N +65 courseRepeatCode \N \N 1 \N \N \N \N \N LIF f \N t \N +66 courseSectionEntryType \N \N 1 \N \N \N \N \N LIF f \N t \N +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 +146 employmentSeason \N \N 1 \N \N \N \N \N LIF f \N t \N +147 primaryPayMethod \N \N 1 \N \N \N \N \N LIF f \N t \N +148 otherPayMethods \N \N 1 \N \N \N \N \N LIF f \N t \N +149 payRateType \N \N 1 \N \N \N \N \N LIF f \N t \N +150 membershipType \N \N 1 \N \N \N \N \N LIF f \N t \N +151 separationReasonType \N \N 1 \N \N \N \N \N LIF f \N t \N +152 separationType \N \N 1 \N \N \N \N \N LIF f \N t \N +153 contractType \N \N 1 \N \N \N \N \N LIF f \N t \N +154 militaryBranch \N \N 1 \N \N \N \N \N LIF f \N t \N +156 militaryEnlistmentExit \N \N 1 \N \N \N \N \N LIF f \N t \N +157 jobCodeType \N \N 1 \N \N \N \N \N LIF f \N t \N +158 industryCodeType \N \N 1 \N \N \N \N \N LIF f \N t \N +159 incomeSourceCategory \N \N 1 \N \N \N \N \N LIF f \N t \N +160 employmentTypeStatusCategory \N \N 1 \N \N \N \N \N LIF f \N t \N +263 relationshipType \N \N 1 \N \N \N \N \N LIF f \N t \N +264 organizationType \N \N 1 \N \N \N \N \N LIF f \N t \N +265 CredentialOrgType \N \N 1 \N \N \N \N \N LIF f \N t \N +266 AddressType \N \N 1 \N \N \N \N \N LIF f \N t \N +267 StateAbbreviation \N \N 1 \N \N \N \N \N LIF f \N t \N +268 ERS-RUC-Code \N \N 1 \N \N \N \N \N LIF f \N t \N +269 EmailAddressType \N \N 1 \N \N \N \N \N LIF f \N t \N +271 HigherEdInstAccredidationStatus \N \N 1 \N \N \N \N \N LIF f \N t \N +272 organizationCodeType \N \N 1 \N \N \N \N \N LIF f \N t \N +282 nameType \N \N 1 \N \N \N \N \N LIF f \N t \N +283 personIdentificationType \N \N 1 \N \N \N \N \N LIF f \N t \N +285 emailAddressType \N \N 1 \N \N \N \N \N LIF f \N t \N +286 addressType \N \N 1 \N \N \N \N \N LIF f \N t \N +291 visa \N \N 1 \N \N \N \N \N LIF f \N t \N +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 +324 LifeCycleStatus \N \N 1 \N \N \N \N \N LIF f \N t \N +325 ScheduleFrequency \N \N 1 \N \N \N \N \N LIF f \N t \N +326 participationStatus \N \N 1 \N \N \N \N \N LIF f \N t \N +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 +352 validEndDateStatus \N \N 1 \N \N \N \N \N LIF f \N f \N +353 validStartDateStatus \N \N 1 \N \N \N \N \N LIF f \N f \N +354 dischargeDateStatus \N \N 1 \N \N \N \N \N LIF f \N f \N +355 compensationBaseSalaryStatus \N \N 1 \N \N \N \N \N LIF f \N f \N +356 compensationTotalSalaryStatus \N \N 1 \N \N \N \N \N LIF f \N f \N +357 contractDaysOfServicePerYearStatus \N \N 1 \N \N \N \N \N LIF f \N f \N +358 contractLengthStatus \N \N 1 \N \N \N \N \N LIF f \N f \N +359 assessmentLevel \N \N 1 \N \N \N \N \N LIF f \N f \N +360 publicationStatus \N \N 1 \N \N \N \N \N LIF f \N f \N +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 +\. + + +-- +-- Name: Attributes_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."Attributes_Id_seq"', 1955, true); + + +-- +-- Name: Constraints_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."Constraints_Id_seq"', 1, false); + + +-- +-- Name: DataModelConstraints_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."DataModelConstraints_Id_seq"', 1, false); + + +-- +-- Name: DataModels_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."DataModels_Id_seq"', 27, true); + + +-- +-- Name: Entities_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."Entities_Id_seq"', 379, true); + + +-- +-- Name: EntityAssociation_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."EntityAssociation_Id_seq"', 185, true); + + +-- +-- Name: EntityAttributeAssociation_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."EntityAttributeAssociation_Id_seq"', 2225, true); + + +-- +-- Name: ExtInclusionsFromBaseDM_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."ExtInclusionsFromBaseDM_Id_seq"', 379, true); + + +-- +-- Name: ExtMappedValueSet_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."ExtMappedValueSet_Id_seq"', 1, false); + + +-- +-- Name: TransformationAttributes_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."TransformationAttributes_Id_seq"', 2756, true); + + +-- +-- Name: TransformationsGroup_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."TransformationsGroup_Id_seq"', 27, true); + + +-- +-- Name: Transformations_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."Transformations_Id_seq"', 1380, true); + + +-- +-- Name: ValueSetValueMapping_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."ValueSetValueMapping_Id_seq"', 2348, true); + + +-- +-- Name: ValueSetValues_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."ValueSetValues_Id_seq"', 5346, true); + + +-- +-- Name: ValueSets_Id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public."ValueSets_Id_seq"', 365, true); + + +-- +-- Name: Attributes Attributes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."Attributes" + ADD CONSTRAINT "Attributes_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: Constraints Constraints_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."Constraints" + ADD CONSTRAINT "Constraints_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: DataModelConstraints DataModelConstraints_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."DataModelConstraints" + ADD CONSTRAINT "DataModelConstraints_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: DataModels DataModels_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."DataModels" + ADD CONSTRAINT "DataModels_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: Entities Entities_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."Entities" + ADD CONSTRAINT "Entities_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: EntityAssociation EntityAssociation_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."EntityAssociation" + ADD CONSTRAINT "EntityAssociation_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: EntityAttributeAssociation EntityAttributeAssociation_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."EntityAttributeAssociation" + ADD CONSTRAINT "EntityAttributeAssociation_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: ExtInclusionsFromBaseDM ExtInclusionsFromBaseDM_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ExtInclusionsFromBaseDM" + ADD CONSTRAINT "ExtInclusionsFromBaseDM_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: ExtMappedValueSet ExtMappedValueSet_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ExtMappedValueSet" + ADD CONSTRAINT "ExtMappedValueSet_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: TransformationAttributes TransformationAttributes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."TransformationAttributes" + ADD CONSTRAINT "TransformationAttributes_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: TransformationsGroup Transformations_group__pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."TransformationsGroup" + ADD CONSTRAINT "Transformations_group__pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: Transformations Transformations_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."Transformations" + ADD CONSTRAINT "Transformations_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: ValueSetValueMapping ValueSetValueMapping_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSetValueMapping" + ADD CONSTRAINT "ValueSetValueMapping_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: ValueSetValues ValueSetValues_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSetValues" + ADD CONSTRAINT "ValueSetValues_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: ValueSets ValueSets_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSets" + ADD CONSTRAINT "ValueSets_pkey" PRIMARY KEY ("Id"); + + +-- +-- Name: IX_ValueSetValueMapping_SourceValueSetId; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX "IX_ValueSetValueMapping_SourceValueSetId" ON public."ValueSetValueMapping" USING btree ("SourceValueSetId"); + + +-- +-- Name: IX_ValueSetValueMapping_TargetValueSetId; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX "IX_ValueSetValueMapping_TargetValueSetId" ON public."ValueSetValueMapping" USING btree ("TargetValueSetId"); + + +-- +-- Name: IX_ValueSetValueMapping_TransformationGroupId; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX "IX_ValueSetValueMapping_TransformationGroupId" ON public."ValueSetValueMapping" USING btree ("TransformationGroupId"); + + +-- +-- Name: datamodels_active_ux; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX datamodels_active_ux ON public."DataModels" USING btree ("Name", "DataModelVersion", "ContributorOrganization") WHERE (NOT "Deleted"); + + +-- +-- Name: uq_association_entities_active; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX uq_association_entities_active ON public."EntityAssociation" USING btree ("ParentEntityId", "ChildEntityId", "Relationship") WHERE ("Deleted" IS NOT TRUE); + + +-- +-- Name: uq_association_entity_attribute_active_v2; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX uq_association_entity_attribute_active_v2 ON public."EntityAttributeAssociation" USING btree ("EntityId", "AttributeId", COALESCE("ExtendedByDataModelId", ('-1'::integer)::bigint)) WHERE ("Deleted" IS NOT TRUE); + + +-- +-- Name: uq_attributes_uniquename_datamodelid_active; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX uq_attributes_uniquename_datamodelid_active ON public."Attributes" USING btree ("UniqueName", "DataModelId") WHERE ("Deleted" IS NOT TRUE); + + +-- +-- Name: uq_entities_uniquename_datamodelid_active; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX uq_entities_uniquename_datamodelid_active ON public."Entities" USING btree ("UniqueName", "DataModelId") WHERE ("Deleted" IS NOT TRUE); + + +-- +-- Name: ux_transformationsgroup_model_id_version_active; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX ux_transformationsgroup_model_id_version_active ON public."TransformationsGroup" USING btree ("GroupVersion", "SourceDataModelId", "TargetDataModelId") WHERE ("Deleted" IS NOT TRUE); + + +-- +-- Name: ux_valuesets_name_datamodelid_active; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX ux_valuesets_name_datamodelid_active ON public."ValueSets" USING btree ("Name", "DataModelId") WHERE ("Deleted" IS NOT TRUE); + + +-- +-- Name: ux_valuesetvalues_valuename_valuesetid_active; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX ux_valuesetvalues_valuename_valuesetid_active ON public."ValueSetValues" USING btree ("ValueName", "ValueSetId") WHERE ("Deleted" IS NOT TRUE); + + +-- +-- Name: ValueSetValueMapping FK_ValueSetValueMapping_SourceValueSet; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSetValueMapping" + ADD CONSTRAINT "FK_ValueSetValueMapping_SourceValueSet" FOREIGN KEY ("SourceValueSetId") REFERENCES public."ValueSets"("Id"); + + +-- +-- Name: ValueSetValueMapping FK_ValueSetValueMapping_TargetValueSet; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSetValueMapping" + ADD CONSTRAINT "FK_ValueSetValueMapping_TargetValueSet" FOREIGN KEY ("TargetValueSetId") REFERENCES public."ValueSets"("Id"); + + +-- +-- Name: ValueSetValueMapping FK_ValueSetValueMapping_TransformationGroup; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSetValueMapping" + ADD CONSTRAINT "FK_ValueSetValueMapping_TransformationGroup" FOREIGN KEY ("TransformationGroupId") REFERENCES public."TransformationsGroup"("Id"); + + +-- +-- Name: Constraints Fk_AttributeId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."Constraints" + ADD CONSTRAINT "Fk_AttributeId" FOREIGN KEY ("AttributeId") REFERENCES public."Attributes"("Id") ON DELETE CASCADE; + + +-- +-- Name: EntityAttributeAssociation Fk_AttributeId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."EntityAttributeAssociation" + ADD CONSTRAINT "Fk_AttributeId" FOREIGN KEY ("AttributeId") REFERENCES public."Attributes"("Id") ON DELETE CASCADE; + + +-- +-- Name: TransformationAttributes Fk_AttributeId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."TransformationAttributes" + ADD CONSTRAINT "Fk_AttributeId" FOREIGN KEY ("AttributeId") REFERENCES public."Attributes"("Id") ON DELETE CASCADE; + + +-- +-- Name: DataModels Fk_BaseDataModelId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."DataModels" + ADD CONSTRAINT "Fk_BaseDataModelId" FOREIGN KEY ("BaseDataModelId") REFERENCES public."DataModels"("Id") ON DELETE CASCADE; + + +-- +-- Name: EntityAssociation Fk_ChildEntityId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."EntityAssociation" + ADD CONSTRAINT "Fk_ChildEntityId" FOREIGN KEY ("ChildEntityId") REFERENCES public."Entities"("Id") ON DELETE CASCADE; + + +-- +-- Name: Attributes Fk_DataModelId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."Attributes" + ADD CONSTRAINT "Fk_DataModelId" FOREIGN KEY ("DataModelId") REFERENCES public."DataModels"("Id") ON DELETE CASCADE; + + +-- +-- Name: DataModelConstraints Fk_DataModelId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."DataModelConstraints" + ADD CONSTRAINT "Fk_DataModelId" FOREIGN KEY ("ForDataModelId") REFERENCES public."DataModels"("Id") ON DELETE CASCADE; + + +-- +-- Name: Entities Fk_DataModelId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."Entities" + ADD CONSTRAINT "Fk_DataModelId" FOREIGN KEY ("DataModelId") REFERENCES public."DataModels"("Id") ON DELETE CASCADE; + + +-- +-- Name: ValueSetValues Fk_DataModelId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSetValues" + ADD CONSTRAINT "Fk_DataModelId" FOREIGN KEY ("DataModelId") REFERENCES public."DataModels"("Id") ON DELETE CASCADE; + + +-- +-- Name: ValueSets Fk_DataModelId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSets" + ADD CONSTRAINT "Fk_DataModelId" FOREIGN KEY ("DataModelId") REFERENCES public."DataModels"("Id") ON DELETE CASCADE; + + +-- +-- Name: EntityAttributeAssociation Fk_EntityId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."EntityAttributeAssociation" + ADD CONSTRAINT "Fk_EntityId" FOREIGN KEY ("EntityId") REFERENCES public."Entities"("Id") ON DELETE CASCADE; + + +-- +-- Name: ExtInclusionsFromBaseDM Fk_ExtDataModelId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ExtInclusionsFromBaseDM" + ADD CONSTRAINT "Fk_ExtDataModelId" FOREIGN KEY ("ExtDataModelId") REFERENCES public."DataModels"("Id") ON DELETE CASCADE; + + +-- +-- Name: ExtMappedValueSet Fk_MappedValueSetId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ExtMappedValueSet" + ADD CONSTRAINT "Fk_MappedValueSetId" FOREIGN KEY ("MappedValueSetId") REFERENCES public."ValueSets"("Id") ON DELETE CASCADE; + + +-- +-- Name: ValueSetValues Fk_OriginalValueId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSetValues" + ADD CONSTRAINT "Fk_OriginalValueId" FOREIGN KEY ("OriginalValueId") REFERENCES public."ValueSetValues"("Id") ON DELETE CASCADE; + + +-- +-- Name: EntityAssociation Fk_ParentEntityId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."EntityAssociation" + ADD CONSTRAINT "Fk_ParentEntityId" FOREIGN KEY ("ParentEntityId") REFERENCES public."Entities"("Id") ON DELETE CASCADE; + + +-- +-- Name: TransformationsGroup Fk_SourceDataModelId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."TransformationsGroup" + ADD CONSTRAINT "Fk_SourceDataModelId" FOREIGN KEY ("SourceDataModelId") REFERENCES public."DataModels"("Id") ON DELETE CASCADE; + + +-- +-- Name: ValueSetValueMapping Fk_SourceValueId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSetValueMapping" + ADD CONSTRAINT "Fk_SourceValueId" FOREIGN KEY ("SourceValueId") REFERENCES public."ValueSetValues"("Id") ON DELETE CASCADE; + + +-- +-- Name: TransformationsGroup Fk_TargetDataModelId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."TransformationsGroup" + ADD CONSTRAINT "Fk_TargetDataModelId" FOREIGN KEY ("TargetDataModelId") REFERENCES public."DataModels"("Id") ON DELETE CASCADE; + + +-- +-- Name: ValueSetValueMapping Fk_TargetValueId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSetValueMapping" + ADD CONSTRAINT "Fk_TargetValueId" FOREIGN KEY ("TargetValueId") REFERENCES public."ValueSetValues"("Id") ON DELETE CASCADE; + + +-- +-- Name: Transformations Fk_TransformationGroupId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."Transformations" + ADD CONSTRAINT "Fk_TransformationGroupId" FOREIGN KEY ("TransformationGroupId") REFERENCES public."TransformationsGroup"("Id") ON DELETE CASCADE; + + +-- +-- Name: TransformationAttributes Fk_TransformationId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."TransformationAttributes" + ADD CONSTRAINT "Fk_TransformationId" FOREIGN KEY ("TransformationId") REFERENCES public."Transformations"("Id") ON DELETE CASCADE; + + +-- +-- Name: ExtMappedValueSet Fk_ValueSetId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ExtMappedValueSet" + ADD CONSTRAINT "Fk_ValueSetId" FOREIGN KEY ("ValueSetId") REFERENCES public."ValueSets"("Id") ON DELETE CASCADE; + + +-- +-- Name: ValueSetValues Fk_ValueSetId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."ValueSetValues" + ADD CONSTRAINT "Fk_ValueSetId" FOREIGN KEY ("ValueSetId") REFERENCES public."ValueSets"("Id") ON DELETE CASCADE; + + +-- +-- Name: Attributes ValueSetId; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."Attributes" + ADD CONSTRAINT "ValueSetId" FOREIGN KEY ("ValueSetId") REFERENCES public."ValueSets"("Id") ON DELETE CASCADE; + + +-- +-- Name: TransformationAttributes fk_transformationattributes_entity; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public."TransformationAttributes" + ADD CONSTRAINT fk_transformationattributes_entity FOREIGN KEY ("EntityId") REFERENCES public."Entities"("Id") ON UPDATE CASCADE ON DELETE SET NULL; + + +-- +-- PostgreSQL database dump complete +-- + +--\unrestrict DwQKGFjBEop1pibbfX00hksIsrVveXifpOt81cdIukJjUyWCPeUH5E4VHqRdIhC +