MetaEd Entity Type: Domain Entity
MetaEd ID: 585
This entity represents an individual for whom instruction, services, and/or care are provided in an early childhood, elementary, or secondary educational program under the jurisdiction of a school, education agency or other institution or program. A student is a person who has been enrolled in a school or other educational institution.
Property | UML Datatype | JSON Datatype | Other | Identity | Cardinality | Definition |
---|---|---|---|---|---|---|
StudentUniqueId | String | string | MetaEd DSL Datatype: SharedStringProperty SQL Recommended Datatype: VARCHAR(32) | Yes | required | A unique alphanumeric code assigned to a student. |
BirthData | Reference | object | MetaEd DSL Datatype: InlineCommonProperty | No | required | The set of elements that capture relevant data regarding a person's birth, including birth date and place of birth. |
Citizenship | Reference | object | MetaEd DSL Datatype: InlineCommonProperty | No | optional | Contains information relative to U.S. citizenship status and its associated probationary documentation. |
Name | Reference | object | MetaEd DSL Datatype: InlineCommonProperty | No | required | Full legal name of the person. |
OtherName | Reference | object | MetaEd DSL Datatype: CommonProperty | No | optional collection | Other names (e.g., alias, nickname, previous legal name) associated with a person. |
Person | Reference | object | MetaEd DSL Datatype: DomainEntityProperty | No | optional | Relates the student to a generic person. |
edfi.Student
StudentUSI [INT] IDENTITY(1,1) NOT NULL
PersonalTitlePrefix [NVARCHAR](30) NULL
FirstName [NVARCHAR](75) NOT NULL
MiddleName [NVARCHAR](75) NULL
LastSurname [NVARCHAR](75) NOT NULL
GenerationCodeSuffix [NVARCHAR](10) NULL
MaidenName [NVARCHAR](75) NULL
BirthDate [DATE] NOT NULL
BirthCity [NVARCHAR](30) NULL
BirthStateAbbreviationDescriptorId [INT] NULL
BirthInternationalProvince [NVARCHAR](150) NULL
BirthCountryDescriptorId [INT] NULL
DateEnteredUS [DATE] NULL
MultipleBirthStatus [BIT] NULL
BirthSexDescriptorId [INT] NULL
CitizenshipStatusDescriptorId [INT] NULL
PersonId [NVARCHAR](32) NULL
SourceSystemDescriptorId [INT] NULL
StudentUniqueId [NVARCHAR](32) NOT NULL
CreateDate [DATETIME] NOT NULL
LastModifiedDate [DATETIME] NOT NULL
Id [UNIQUEIDENTIFIER] NOT NULL
Primary Keys:
StudentUSI
edfi.StudentIdentificationDocument
IdentificationDocumentUseDescriptorId [INT] NOT NULL
PersonalInformationVerificationDescriptorId [INT] NOT NULL
StudentUSI [INT] NOT NULL
DocumentTitle [NVARCHAR](60) NULL
DocumentExpirationDate [DATE] NULL
IssuerDocumentIdentificationCode [NVARCHAR](60) NULL
IssuerName [NVARCHAR](150) NULL
IssuerCountryDescriptorId [INT] NULL
CreateDate [DATETIME] NOT NULL
Primary Keys:
IdentificationDocumentUseDescriptorId
PersonalInformationVerificationDescriptorId
StudentUSI
edfi.StudentOtherName
OtherNameTypeDescriptorId [INT] NOT NULL
StudentUSI [INT] NOT NULL
PersonalTitlePrefix [NVARCHAR](30) NULL
FirstName [NVARCHAR](75) NOT NULL
MiddleName [NVARCHAR](75) NULL
LastSurname [NVARCHAR](75) NOT NULL
GenerationCodeSuffix [NVARCHAR](10) NULL
CreateDate [DATETIME] NOT NULL
Primary Keys:
OtherNameTypeDescriptorId
StudentUSI
edfi.StudentPersonalIdentificationDocument
IdentificationDocumentUseDescriptorId [INT] NOT NULL
PersonalInformationVerificationDescriptorId [INT] NOT NULL
StudentUSI [INT] NOT NULL
DocumentTitle [NVARCHAR](60) NULL
DocumentExpirationDate [DATE] NULL
IssuerDocumentIdentificationCode [NVARCHAR](60) NULL
IssuerName [NVARCHAR](150) NULL
IssuerCountryDescriptorId [INT] NULL
CreateDate [DATETIME] NOT NULL
Primary Keys:
IdentificationDocumentUseDescriptorId
PersonalInformationVerificationDescriptorId
StudentUSI
edfi.StudentVisa
StudentUSI [INT] NOT NULL
VisaDescriptorId [INT] NOT NULL
CreateDate [DATETIME] NOT NULL
Primary Keys:
StudentUSI
VisaDescriptorId