complexType CredentialFieldDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p390.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace AcademicSubject
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 fields of certification that the state education agency offers to teachers.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>289</ann:EdFiId>
source <xs:complexType name="CredentialFieldDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the fields of certification that the state education agency offers to teachers.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>289</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A classification of the certification fields to academic subjects.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
           
</xs:appinfo>
           
<xs:appinfo>
             
<ann:EdFiId>290</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CredentialFieldDescriptor/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p391.png
namespace http://ed-fi.org/0200
type AcademicSubjectDescriptorReferenceType
properties
minOcc 0
maxOcc 1
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 classification of the certification fields to academic subjects.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
appinfo
<ann:EdFiId>290</ann:EdFiId>
source <xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A classification of the certification fields to academic subjects.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
   
</xs:appinfo>
   
<xs:appinfo>
     
<ann:EdFiId>290</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>