simpleType
NumberOfDaysInAttendance
namespace | http://ed-fi.org/0110 | ||||||
type | restriction of xs:decimal | ||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="NumberOfDaysInAttendance"> <xs:annotation> <xs:documentation>The number of days an individual is present 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> |