complexType StaffIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1208.png
namespace http://ed-fi.org/0200
children IdentificationCode StaffIdentificationSystem AssigningOrganizationIdentificationCode
used by
elements Staff/StaffIdentificationCode StaffLookupType/StaffIdentificationCode
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>Common</ann:TypeGroup>
<ann:EdFiId>527</ann:EdFiId>
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 a staff member.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>527</ann:EdFiId>
   
</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 staff member by a school, school system, a state, or other agency or entity.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>920</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StaffIdentificationSystem" type="StaffIdentificationSystemDescriptorReferenceType">
     
<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:EdFiId>921</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssigningOrganizationIdentificationCode" type="IdentificationCode" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The organization code or name assigning the staff Identification Code.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>919</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffIdentificationCode/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1209.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
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.
appinfo
<ann:EdFiId>920</ann:EdFiId>
source <xs:element name="IdentificationCode" 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:appinfo>
     
<ann:EdFiId>920</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffIdentificationCode/StaffIdentificationSystem
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1210.png
namespace http://ed-fi.org/0200
type StaffIdentificationSystemDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
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:EdFiId>921</ann:EdFiId>
source <xs:element name="StaffIdentificationSystem" type="StaffIdentificationSystemDescriptorReferenceType">
 
<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:EdFiId>921</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffIdentificationCode/AssigningOrganizationIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1211.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The organization code or name assigning the staff Identification Code.
appinfo
<ann:EdFiId>919</ann:EdFiId>
source <xs:element name="AssigningOrganizationIdentificationCode" type="IdentificationCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The organization code or name assigning the staff Identification Code.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>919</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>