simpleType NumberOfDaysAbsent
namespace http://ed-fi.org/0110
type restriction of xs:decimal
used by
element ReportCard/NumberOfDaysAbsent
facets
Kind Value annotation 
minInclusive 
annotation
documentation
The number of days an individual is absent when school is in session during a given reporting period.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="NumberOfDaysAbsent">
 
<xs:annotation>
   
<xs:documentation>The number of days an individual is absent when school is in session during a given reporting period.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:minInclusive value="0"/>
 
</xs:restriction>
</xs:simpleType>