simpleType TimeInterval
namespace http://ed-fi.org/0200
type xs:duration
properties
base xs:duration
used by
elements AssessmentItem/ExpectedTimeAssessed StudentAssessmentItem/TimeAssessed EducationContent/TimeRequired
annotation
documentation
A period of time with fixed, well-defined limits.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>110</ann:EdFiId>
source <xs:simpleType name="TimeInterval">
 
<xs:annotation>
   
<xs:documentation>A period of time with fixed, well-defined limits.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>110</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:duration"/>
</xs:simpleType>