complexType StudentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1651.png
namespace http://ed-fi.org/0210
children StudentUniqueId
used by
element StudentReferenceType/StudentIdentity
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of a Student.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Student.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentUniqueId" type="UniqueId">
     
<xs:annotation>
       
<xs:documentation>A unique alphanumeric code assigned to a student.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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