simpleType StaffIdentificationSystemType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
attribute StaffIdentificationCode/@IdentificationSystem
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.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="StaffIdentificationSystemType">
 
<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:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Drivers License"/>
   
<xs:enumeration value="Health Record"/>
   
<xs:enumeration value="Medicaid"/>
   
<xs:enumeration value="Professional Certificate"/>
   
<xs:enumeration value="School"/>
   
<xs:enumeration value="District"/>
   
<xs:enumeration value="State"/>
   
<xs:enumeration value="Federal"/>
   
<xs:enumeration value="Other Federal"/>
   
<xs:enumeration value="Selective Service"/>
   
<xs:enumeration value="SSN"/>
   
<xs:enumeration value="US Visa"/>
   
<xs:enumeration value="PIN"/>
   
<xs:enumeration value="Canadian SIN"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>