complexType LimitedEnglishProficiencyDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p816.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace LimitedEnglishProficiencyMap
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 indications that the student has been identified as limited English proficient by the Language Proficiency Assessment Committee (LPAC), or English proficient. The mapping of descriptor values to known Ed-Fi enumeration values is required.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>312</ann:EdFiId>
source <xs:complexType name="LimitedEnglishProficiencyDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the indications that the student has been identified as limited English proficient by the Language Proficiency Assessment Committee (LPAC), or English proficient. The mapping of descriptor values to known Ed-Fi enumeration values is required.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>312</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="LimitedEnglishProficiencyMap" type="LimitedEnglishProficiencyMapType">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known LEP classification.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>313</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LimitedEnglishProficiencyDescriptor/LimitedEnglishProficiencyMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p817.png
namespace http://ed-fi.org/0200
type LimitedEnglishProficiencyMapType
properties
content simple
facets
Kind Value Annotation
enumeration NotLimited
appinfo
<ann:EdFiId>193-004</ann:EdFiId>
enumeration Limited
appinfo
<ann:EdFiId>193-001</ann:EdFiId>
enumeration Limited Monitored 1
appinfo
<ann:EdFiId>193-002</ann:EdFiId>
enumeration Limited Monitored 2
appinfo
<ann:EdFiId>193-003</ann:EdFiId>
annotation
documentation
The mapping to a known LEP classification.
appinfo
<ann:EdFiId>313</ann:EdFiId>
source <xs:element name="LimitedEnglishProficiencyMap" type="LimitedEnglishProficiencyMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known LEP classification.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>313</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>