simpleType TotalInstructionalDays
namespace http://ed-fi.org/0110
type restriction of xs:int
used by
element GradingPeriod/TotalInstructionalDays
facets
Kind Value annotation 
minInclusive 
annotation
documentation
Total days available for educational instruction during the grading period.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="0"/>
 
</xs:restriction>
</xs:simpleType>