simpleType TotalInstructionalDays
namespace http://ed-fi.org/0200
type restriction of xs:int
properties
base xs:int
used by
element GradingPeriod/TotalInstructionalDays
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Total days available for educational instruction during the grading period.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>112</ann:EdFiId>
source <xs:simpleType name="TotalInstructionalDays">
 
<xs:annotation>
   
<xs:documentation>Total days available for educational instruction during the grading period.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>112</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="0"/>
 
</xs:restriction>
</xs:simpleType>