complexType AcademicSubjectDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p9.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace AcademicSubjectMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor holds the description of the content or subject area (e.g., arts, mathematics, reading, stenography, or a foreign language).
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="AcademicSubjectDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor holds the description of the content or subject area (e.g., arts, mathematics, reading, stenography, or a foreign language).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="AcademicSubjectMap" type="AcademicSubjectMapType">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known AcademicSubject enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AcademicSubjectDescriptor/AcademicSubjectMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p10.png
namespace http://ed-fi.org/0210
type AcademicSubjectMapType
properties
content simple
facets
Kind Value Annotation
enumeration Composite
enumeration Critical Reading
enumeration Cross Subject
enumeration English
enumeration English Language Arts
enumeration Reading
enumeration Mathematics
enumeration Life and Physical Sciences
enumeration Social Sciences and History
enumeration Social Studies
enumeration Science
enumeration Fine and Performing Arts
enumeration Foreign Language and Literature
enumeration Writing
enumeration Physical, Health, and Safety Education
enumeration Career and Technical Education
enumeration Religious Education and Theology
enumeration Military Science
enumeration Other
annotation
documentation
The mapping to a known AcademicSubject enumeration type.
source <xs:element name="AcademicSubjectMap" type="AcademicSubjectMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known AcademicSubject enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>