simpleType HoursOnLeave
namespace http://ed-fi.org/0200
type restriction of xs:decimal
properties
base xs:decimal
used by
element LeaveEvent/HoursOnLeave
facets
Kind Value Annotation
totalDigits 18
fractionDigits 2
annotation
documentation
The hours the staff was absent, if not the entire working day.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>56</ann:EdFiId>
source <xs:simpleType name="HoursOnLeave">
 
<xs:annotation>
   
<xs:documentation>The hours the staff was absent, if not the entire working day.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>56</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:totalDigits value="18"/>
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>