complexType
StudentIdentityType
element StudentIdentityType/PersonUniqueStateId
element StudentIdentityType/StudentIdentificationCode
element StudentIdentityType/StudentUniqueStateId
element StudentIdentityType/Name
element StudentIdentityType/OtherName
element StudentIdentityType/Sex
element StudentIdentityType/BirthData
element StudentIdentityType/HispanicLatinoEthnicity
element StudentIdentityType/Race
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | PersonUniqueStateId StudentIdentificationCode StudentUniqueStateId Name OtherName Sex BirthData HispanicLatinoEthnicity Race | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="StudentIdentityType"> <xs:annotation> <xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of students by unique identification.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:choice maxOccurs="2"> <xs:sequence> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system by unique identification</xs:documentation> </xs:annotation> <xs:element name="PersonUniqueStateId" type="UniqueStateIdentifier" minOccurs="0"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StudentIdentificationCode" type="StudentIdentificationCode" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a student.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StudentUniqueStateId" type="UniqueStateIdentifier" minOccurs="0"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a student by a state education agency.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:sequence> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system by non-unique search</xs:documentation> </xs:annotation> <xs:element name="Name" type="Name" minOccurs="0"> <xs:annotation> <xs:documentation>Full legal name of the person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OtherName" type="OtherName" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Other names (e.g., alias, nickname, previous legal name) associated with a person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Sex" type="SexType" minOccurs="0"> <xs:annotation> <xs:documentation>A person's gender.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BirthData" type="BirthData" minOccurs="0"> <xs:annotation> <xs:documentation>The set of elements that capture relevant data regarding a person's birth, including birth date and place of birth.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="HispanicLatinoEthnicity" type="xs:boolean" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>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. The term, "Spanish origin," can be used in addition to "Hispanic or Latino."</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Race" type="RaceType" minOccurs="0"> <xs:annotation> <xs:documentation>The general racial category which most clearly reflects the individual's recognition of his or her community or with which the individual most identifies. The way this data element is listed, it must allow for multiple entries so that each individual can specify all appropriate races.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:choice> </xs:complexType> |
element StudentIdentityType/PersonUniqueStateId
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | UniqueStateIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="PersonUniqueStateId" type="UniqueStateIdentifier" minOccurs="0"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a person.</xs:documentation> </xs:annotation> </xs:element> |
element StudentIdentityType/StudentIdentificationCode
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StudentIdentificationCode | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | IdentificationCode | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentIdentificationCode" type="StudentIdentificationCode" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a student.</xs:documentation> </xs:annotation> </xs:element> |
element StudentIdentityType/StudentUniqueStateId
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | UniqueStateIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="StudentUniqueStateId" type="UniqueStateIdentifier" minOccurs="0"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a student by a state education agency.</xs:documentation> </xs:annotation> </xs:element> |
element StudentIdentityType/Name
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | Name | ||||||||||||||
properties |
|
||||||||||||||
children | PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix MaidenName | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="Name" type="Name" minOccurs="0"> <xs:annotation> <xs:documentation>Full legal name of the person.</xs:documentation> </xs:annotation> </xs:element> |
element StudentIdentityType/OtherName
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | OtherName | ||||||||||||||
properties |
|
||||||||||||||
children | PersonalTitlePrefix FirstName MiddleName LastSurname GenerationCodeSuffix | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="OtherName" type="OtherName" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Other names (e.g., alias, nickname, previous legal name) associated with a person.</xs:documentation> </xs:annotation> </xs:element> |
element StudentIdentityType/Sex
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | SexType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Sex" type="SexType" minOccurs="0"> <xs:annotation> <xs:documentation>A person's gender.</xs:documentation> </xs:annotation> </xs:element> |
element StudentIdentityType/BirthData
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | BirthData | ||||||||
properties |
|
||||||||
children | BirthDate CityOfBirth StateOfBirthAbbreviation CountryOfBirthCode DateEnteredUS MultipleBirthStatus | ||||||||
annotation |
|
||||||||
source | <xs:element name="BirthData" type="BirthData" minOccurs="0"> <xs:annotation> <xs:documentation>The set of elements that capture relevant data regarding a person's birth, including birth date and place of birth.</xs:documentation> </xs:annotation> </xs:element> |
element StudentIdentityType/HispanicLatinoEthnicity
diagram | |||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||
type | xs:boolean | ||||||||||
properties |
|
||||||||||
annotation |
|
||||||||||
source | <xs:element name="HispanicLatinoEthnicity" type="xs:boolean" nillable="true" minOccurs="0"> <xs:annotation> <xs:documentation>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. The term, "Spanish origin," can be used in addition to "Hispanic or Latino."</xs:documentation> </xs:annotation> </xs:element> |
element StudentIdentityType/Race
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | RaceType | ||||||||
properties |
|
||||||||
children | RacialCategory | ||||||||
annotation |
|
||||||||
source | <xs:element name="Race" type="RaceType" minOccurs="0"> <xs:annotation> <xs:documentation>The general racial category which most clearly reflects the individual's recognition of his or her community or with which the individual most identifies. The way this data element is listed, it must allow for multiple entries so that each individual can specify all appropriate races.</xs:documentation> </xs:annotation> </xs:element> |