simpleType
NumberOfDaysAbsent
namespace | http://ed-fi.org/0210 | ||||||||||||
type | restriction of xs:decimal | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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:totalDigits value="18"/> <xs:fractionDigits value="4"/> </xs:restriction> </xs:simpleType> |