complexType Language
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p840.png
namespace http://ed-fi.org/0210
children Language LanguageUse
used by
elements Parent/Language Staff/Language Student/Language
annotation
documentation
A method of written or spoken communication.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="Language">
 
<xs:annotation>
   
<xs:documentation>A method of written or spoken communication.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Language" type="LanguageDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>A specification of which written or spoken communication is being used.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>LanguageDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LanguageUse" type="LanguageUseType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A description of how the language is used (e.g. Home Language, Native Language, Spoken Language).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Language/Language
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p841.png
namespace http://ed-fi.org/0210
type LanguageDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
A specification of which written or spoken communication is being used.
appinfo
<ann:Descriptor>LanguageDescriptor</ann:Descriptor>
source <xs:element name="Language" type="LanguageDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>A specification of which written or spoken communication is being used.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>LanguageDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Language/LanguageUse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p842.png
namespace http://ed-fi.org/0210
type LanguageUseType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration Home language
enumeration Spoken language
enumeration Written language
enumeration Correspondence language
enumeration Dominant language
enumeration Native language
enumeration Other language proficiency
enumeration Other
annotation
documentation
A description of how the language is used (e.g. Home Language, Native Language, Spoken Language).
source <xs:element name="LanguageUse" type="LanguageUseType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A description of how the language is used (e.g. Home Language, Native Language, Spoken Language).</xs:documentation>
 
</xs:annotation>
</xs:element>