simpleType NumberOfDaysAbsent
namespace http://ed-fi.org/0200
type restriction of xs:decimal
properties
base xs:decimal
used by
element ReportCard/NumberOfDaysAbsent
facets
Kind Value Annotation
minInclusive 0
totalDigits 18
fractionDigits 4
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>
<ann:EdFiId>75</ann:EdFiId>
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>
     
<ann:EdFiId>75</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:minInclusive value="0"/>
   
<xs:totalDigits value="18"/>
   
<xs:fractionDigits value="4"/>
 
</xs:restriction>
</xs:simpleType>