simpleType HoursPerWeek
namespace http://ed-fi.org/0200
type restriction of xs:decimal
properties
base xs:decimal
used by
elements StudentSpecialEducationProgramAssociation/SchoolHoursPerWeek StudentSpecialEducationProgramAssociation/SpecialEducationHoursPerWeek
facets
Kind Value Annotation
totalDigits 5
fractionDigits 2
annotation
documentation
The number of hours per week used on an activity.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>619</ann:EdFiId>
source <xs:simpleType name="HoursPerWeek">
 
<xs:annotation>
   
<xs:documentation>The number of hours per week used on an activity.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>619</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:totalDigits value="5"/>
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>