complexType StudentIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1095.png
namespace http://ed-fi.org/0110
children IdentificationCode
used by
elements Student/StudentIdentificationCode StudentIdentityType/StudentIdentificationCode
attributes
Name  Type  Use  Default  Fixed  annotation
IdentificationSystemStudentIdentificationSystemTyperequired      
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.
AssigningOrganizationCodeIdentificationCodeoptional      
documentation
The organization code or name assigning the student Identification Code.
annotation
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.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="StudentIdentificationCode">
 
<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:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="IdentificationCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to a student by a school, school system, a state, or other agency or entity.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="IdentificationSystem" type="StudentIdentificationSystemType" use="required">
   
<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:attribute>
 
<xs:attribute name="AssigningOrganizationCode" type="IdentificationCode" use="optional">
   
<xs:annotation>
     
<xs:documentation>The organization code or name assigning the student Identification Code.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute StudentIdentificationCode/@IdentificationSystem
type StudentIdentificationSystemType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration Canadian SIN 
enumeration District 
enumeration Family 
enumeration Federal 
enumeration Local 
enumeration National Migrant 
enumeration Other 
enumeration School 
enumeration SSN 
enumeration State 
enumeration State Migrant 
annotation
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.
source <xs:attribute name="IdentificationSystem" type="StudentIdentificationSystemType" use="required">
 
<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:attribute>

attribute StudentIdentificationCode/@AssigningOrganizationCode
type IdentificationCode
properties
isRef 0
use optional
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The organization code or name assigning the student Identification Code.
source <xs:attribute name="AssigningOrganizationCode" type="IdentificationCode" use="optional">
 
<xs:annotation>
   
<xs:documentation>The organization code or name assigning the student Identification Code.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element StudentIdentificationCode/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1096.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
A unique number or alphanumeric code assigned to a student by a school, school system, a state, or other agency or entity.
source <xs:element name="IdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a student by a school, school system, a state, or other agency or entity.</xs:documentation>
 
</xs:annotation>
</xs:element>