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

element LimitedEnglishProficiencyDescriptor/LimitedEnglishProficiencyMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p916.png
namespace http://ed-fi.org/0210
type LimitedEnglishProficiencyMapType
properties
content simple
facets
Kind Value Annotation
enumeration NotLimited
enumeration Limited
enumeration Limited Monitored 1
enumeration Limited Monitored 2
annotation
documentation
The mapping to a known LimitedEnglishProficiency enumeration type.
source <xs:element name="LimitedEnglishProficiencyMap" type="LimitedEnglishProficiencyMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known LimitedEnglishProficiency enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>