complexType StaffIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p940.png
namespace http://ed-fi.org/0110
children ID
used by
elements Staff/StaffIdentificationCode StaffIdentityType/StaffIdentificationCode
attributes
Name  Type  Use  Default  Fixed  annotation
IdentificationSystemStaffIdentificationSystemTyperequired      
documentation
A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a staff member.
AssigningOrganizationCodeIdentificationCodeoptional      
documentation
The organization code or name assigning the staff 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 staff member.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="StaffIdentificationCode">
 
<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 staff member.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ID" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to a staff member 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="StaffIdentificationSystemType" 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 staff member.</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 staff Identification Code.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute StaffIdentificationCode/@IdentificationSystem
type StaffIdentificationSystemType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration Drivers License 
enumeration Health Record 
enumeration Medicaid 
enumeration Professional Certificate 
enumeration School 
enumeration District 
enumeration State 
enumeration Federal 
enumeration Other Federal 
enumeration Selective Service 
enumeration SSN 
enumeration US Visa 
enumeration PIN 
enumeration Canadian SIN 
enumeration Other 
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 staff member.
source <xs:attribute name="IdentificationSystem" type="StaffIdentificationSystemType" 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 staff member.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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

element StaffIdentificationCode/ID
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p941.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 staff member by a school, school system, a state, or other agency or entity.
source <xs:element name="ID" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a staff member by a school, school system, a state, or other agency or entity.</xs:documentation>
 
</xs:annotation>
</xs:element>