complexType StudentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1415.png
namespace http://ed-fi.org/0200
children StudentUniqueId
used by
element StudentReferenceType/StudentIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of students.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>463</ann:EdFiId>
source <xs:complexType name="StudentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of students.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>463</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<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="StudentUniqueId" type="UniqueId">
     
<xs:annotation>
       
<xs:documentation>A unique alphanumeric code assigned to a student.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2095</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentIdentityType/StudentUniqueId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1416.png
namespace http://ed-fi.org/0200
type UniqueId
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 32
annotation
documentation
A unique alphanumeric code assigned to a student.
appinfo
<ann:EdFiId>2095</ann:EdFiId>
source <xs:element name="StudentUniqueId" type="UniqueId">
 
<xs:annotation>
   
<xs:documentation>A unique alphanumeric code assigned to a student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2095</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>