complexType StaffIdentificationSystemDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1383.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace StaffIdentificationSystemMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines the originating record system and code that is used for record-keeping purposes of the staff.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="StaffIdentificationSystemDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the originating record system and code that is used for record-keeping purposes of the staff.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="StaffIdentificationSystemMap" type="StaffIdentificationSystemMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known StaffIdentificationSystem enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffIdentificationSystemDescriptor/StaffIdentificationSystemMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1384.png
namespace http://ed-fi.org/0210
type StaffIdentificationSystemMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Canadian SIN
enumeration District
enumeration Drivers License
enumeration Federal
enumeration Health Record
enumeration Medicaid
enumeration PIN
enumeration Professional Certificate
enumeration School
enumeration Selective Service
enumeration SSN
enumeration State
enumeration US Visa
enumeration Other
enumeration Other Federal
annotation
documentation
The mapping to a known StaffIdentificationSystem enumeration type.
source <xs:element name="StaffIdentificationSystemMap" type="StaffIdentificationSystemMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known StaffIdentificationSystem enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>