MetaEd Entity Type: Domain Entity
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 | JSON Element Name | Other | Identity | Cardinality | Definition |
---|---|---|---|---|---|---|---|
StudentUniqueId | String | string | studentUniqueId | MetaEd DSL Datatype: SharedStringProperty SQL Recommended Datatype: VARCHAR(32) | Yes | required | A unique alphanumeric code assigned to a student. |
Name | Reference | object | name | MetaEd DSL Datatype: InlineCommonProperty | No | required | Full legal name of the person. |
OtherName | Reference | object | otherNames | MetaEd DSL Datatype: CommonProperty | No | optional collection | Other names (e.g., alias, nickname, previous legal name) associated with a person. |
BirthData | Reference | object | birthData | 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 | citizenship | MetaEd DSL Datatype: InlineCommonProperty | No | optional | Contains information relative to U.S. citizenship status and its associated probationary documentation. |
Person | Reference | object | personReference | MetaEd DSL Datatype: DomainEntityProperty | No | optional | Relates the student to a generic person. |
edfi.Student
StudentUSI [INT] IDENTITY(1,1) NOT NULL
BirthCity [NVARCHAR](30) NULL
BirthCountryDescriptorId [INT] NULL
BirthDate [DATE] NOT NULL
BirthInternationalProvince [NVARCHAR](150) NULL
BirthSexDescriptorId [INT] NULL
BirthStateAbbreviationDescriptorId [INT] NULL
CitizenshipStatusDescriptorId [INT] NULL
DateEnteredUS [DATE] NULL
FirstName [NVARCHAR](75) NOT NULL
GenerationCodeSuffix [NVARCHAR](10) NULL
LastSurname [NVARCHAR](75) NOT NULL
MaidenName [NVARCHAR](75) NULL
MiddleName [NVARCHAR](75) NULL
MultipleBirthStatus [BIT] NULL
PersonalTitlePrefix [NVARCHAR](30) NULL
PersonId [NVARCHAR](32) NULL
PreferredFirstName [NVARCHAR](75) NULL
PreferredLastSurname [NVARCHAR](75) 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
StudentUSI [INT] NOT NULL
IdentificationDocumentUseDescriptorId [INT] NOT NULL
PersonalInformationVerificationDescriptorId [INT] NOT NULL
DocumentExpirationDate [DATE] NULL
DocumentTitle [NVARCHAR](60) NULL
IssuerCountryDescriptorId [INT] NULL
IssuerDocumentIdentificationCode [NVARCHAR](60) NULL
IssuerName [NVARCHAR](150) NULL
CreateDate [DATETIME] NOT NULL
Primary Keys:
StudentUSI
IdentificationDocumentUseDescriptorId
PersonalInformationVerificationDescriptorId
edfi.StudentOtherName
StudentUSI [INT] NOT NULL
OtherNameTypeDescriptorId [INT] NOT NULL
FirstName [NVARCHAR](75) NOT NULL
GenerationCodeSuffix [NVARCHAR](10) NULL
LastSurname [NVARCHAR](75) NOT NULL
MiddleName [NVARCHAR](75) NULL
PersonalTitlePrefix [NVARCHAR](30) NULL
CreateDate [DATETIME] NOT NULL
Primary Keys:
StudentUSI
OtherNameTypeDescriptorId
edfi.StudentPersonalIdentificationDocument
StudentUSI [INT] NOT NULL
IdentificationDocumentUseDescriptorId [INT] NOT NULL
PersonalInformationVerificationDescriptorId [INT] NOT NULL
DocumentExpirationDate [DATE] NULL
DocumentTitle [NVARCHAR](60) NULL
IssuerCountryDescriptorId [INT] NULL
IssuerDocumentIdentificationCode [NVARCHAR](60) NULL
IssuerName [NVARCHAR](150) NULL
CreateDate [DATETIME] NOT NULL
Primary Keys:
StudentUSI
IdentificationDocumentUseDescriptorId
PersonalInformationVerificationDescriptorId
edfi.StudentVisa
StudentUSI [INT] NOT NULL
VisaDescriptorId [INT] NOT NULL
CreateDate [DATETIME] NOT NULL
Primary Keys:
StudentUSI
VisaDescriptorId