complexType StudentIdentificationSystemDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1648.png
namespace http://ed-fi.org/0210
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>
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>
   
</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 StudentIdentificationSystem enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentIdentificationSystemDescriptor/StudentIdentificationSystemMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1649.png
namespace http://ed-fi.org/0210
type StudentIdentificationSystemMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Canadian SIN
enumeration District
enumeration Family
enumeration Federal
enumeration Local
enumeration National Migrant
enumeration Other
enumeration School
enumeration SSN
enumeration State
enumeration State Migrant
annotation
documentation
The mapping to a known StudentIdentificationSystem enumeration type.
source <xs:element name="StudentIdentificationSystemMap" type="StudentIdentificationSystemMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known StudentIdentificationSystem enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>