simpleType SchoolHoursPerWeek
namespace http://ed-fi.org/0110
type restriction of xs:decimal
used by
element StudentSpecialEdProgramAssociation/SchoolHoursPerWeek
facets
Kind Value annotation 
fractionDigits 
annotation
documentation
Indicate the total number of hours of instructional time per week for the school that the student attends.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="SchoolHoursPerWeek">
 
<xs:annotation>
   
<xs:documentation>Indicate the total number of hours of instructional time per week for the school that the student attends.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>