complexType StudentCharacteristicDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1366.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace StudentCharacteristicMap
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 set of important characteristics of the student.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>344</ann:EdFiId>
source <xs:complexType name="StudentCharacteristicDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the set of important characteristics of the student.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>344</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="StudentCharacteristicMap" type="StudentCharacteristicMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known student characteristic.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>345</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentCharacteristicDescriptor/StudentCharacteristicMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1367.png
namespace http://ed-fi.org/0200
type StudentCharacteristicMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Asylee
appinfo
<ann:EdFiId>240-004</ann:EdFiId>
enumeration Displaced Homemaker
appinfo
<ann:EdFiId>240-005</ann:EdFiId>
enumeration Foster Care
appinfo
<ann:EdFiId>240-010</ann:EdFiId>
enumeration Homeless
appinfo
<ann:EdFiId>240-013</ann:EdFiId>
enumeration Immigrant
appinfo
<ann:EdFiId>240-015</ann:EdFiId>
enumeration Neglected or Delinquent
appinfo
<ann:EdFiId>240-020</ann:EdFiId>
enumeration Migrant
appinfo
<ann:EdFiId>240-019</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>240-034</ann:EdFiId>
enumeration Parent in Military
appinfo
<ann:EdFiId>240-021</ann:EdFiId>
enumeration Pregnant
appinfo
<ann:EdFiId>240-022</ann:EdFiId>
enumeration Refugee
appinfo
<ann:EdFiId>240-025</ann:EdFiId>
enumeration Runaway
appinfo
<ann:EdFiId>240-028</ann:EdFiId>
enumeration Section 504 Handicapped
appinfo
<ann:EdFiId>240-029</ann:EdFiId>
enumeration Single Parent
appinfo
<ann:EdFiId>240-030</ann:EdFiId>
enumeration Unaccompanied Youth
appinfo
<ann:EdFiId>240-033</ann:EdFiId>
annotation
documentation
The mapping to a known student characteristic.
appinfo
<ann:EdFiId>345</ann:EdFiId>
source <xs:element name="StudentCharacteristicMap" type="StudentCharacteristicMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known student characteristic.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>345</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>