simpleType NumberOfDaysTardy
namespace http://ed-fi.org/0200
type restriction of xs:int
properties
base xs:int
used by
element ReportCard/NumberOfDaysTardy
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
The number of days an individual is tardy during a given reporting period.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>77</ann:EdFiId>
source <xs:simpleType name="NumberOfDaysTardy">
 
<xs:annotation>
   
<xs:documentation>The number of days an individual is tardy during a given reporting period.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>77</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="0"/>
 
</xs:restriction>
</xs:simpleType>