complexType StudentIdentificationSystemDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1412.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace StudentIdentificationSystemMap
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 student.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>632</ann:EdFiId>
source <xs:complexType name="StudentIdentificationSystemDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the originating record system and code that is used for record-keeping purposes of the student.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>632</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="StudentIdentificationSystemMap" type="StudentIdentificationSystemMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known student identification system.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>633</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentIdentificationSystemDescriptor/StudentIdentificationSystemMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1413.png
namespace http://ed-fi.org/0200
type StudentIdentificationSystemMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Canadian SIN
appinfo
<ann:EdFiId>241-001</ann:EdFiId>
enumeration District
appinfo
<ann:EdFiId>241-002</ann:EdFiId>
enumeration Family
appinfo
<ann:EdFiId>241-003</ann:EdFiId>
enumeration Federal
appinfo
<ann:EdFiId>241-004</ann:EdFiId>
enumeration Local
appinfo
<ann:EdFiId>241-005</ann:EdFiId>
enumeration National Migrant
appinfo
<ann:EdFiId>241-006</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>241-007</ann:EdFiId>
enumeration School
appinfo
<ann:EdFiId>241-011</ann:EdFiId>
enumeration SSN
appinfo
<ann:EdFiId>241-012</ann:EdFiId>
enumeration State
appinfo
<ann:EdFiId>241-013</ann:EdFiId>
enumeration State Migrant
appinfo
<ann:EdFiId>241-014</ann:EdFiId>
annotation
documentation
The mapping to a known student identification system.
appinfo
<ann:EdFiId>633</ann:EdFiId>
source <xs:element name="StudentIdentificationSystemMap" type="StudentIdentificationSystemMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known student identification system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>633</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>