complexType AssessmentPeriodDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p178.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace BeginDate EndDate
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 period of time window in which an assessment is supposed to be administered (e.g., Beginning of Year, Middle of Year, End of Year).
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>274</ann:EdFiId>
source <xs:complexType name="AssessmentPeriodDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor holds the period of time window in which an assessment is supposed to be administered (e.g., Beginning of Year, Middle of Year, End of Year).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>274</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The first date the assessment is to be administered.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>275</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EndDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The last date the assessment is to be administered.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>276</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AssessmentPeriodDescriptor/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p179.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The first date the assessment is to be administered.
appinfo
<ann:EdFiId>275</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The first date the assessment is to be administered.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>275</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentPeriodDescriptor/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p180.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The last date the assessment is to be administered.
appinfo
<ann:EdFiId>276</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The last date the assessment is to be administered.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>276</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>