Student

UML Type: Class

MetaEd Metadata

MetaEd Entity Type: Domain Entity

Definition

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.

References

PropertyUML DatatypeJSON DatatypeJSON Element NameOtherIdentityCardinalityDefinition
StudentUniqueIdStringstringstudentUniqueId

MetaEd DSL Datatype: SharedStringProperty

SQL Recommended Datatype: VARCHAR(32)

YesrequiredA unique alphanumeric code assigned to a student.
NameReferenceobjectname

MetaEd DSL Datatype: InlineCommonProperty

NorequiredFull legal name of the person.
OtherNameReferenceobjectotherNames

MetaEd DSL Datatype: CommonProperty

Nooptional collectionOther names (e.g., alias, nickname, previous legal name) associated with a person.
BirthDataReferenceobjectbirthData

MetaEd DSL Datatype: InlineCommonProperty

NorequiredThe set of elements that capture relevant data regarding a person's birth, including birth date and place of birth.
CitizenshipReferenceobjectcitizenship

MetaEd DSL Datatype: InlineCommonProperty

NooptionalContains information relative to U.S. citizenship status and its associated probationary documentation.
PersonReferenceobjectpersonReference

MetaEd DSL Datatype: DomainEntityProperty

NooptionalRelates the student to a generic person.

Used By

SQL Server Snippet

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