simpleType timeinterval
namespace http://ed-fi.org/0110
type xs:duration
used by
element LearningResourceMetadata/TimeRequired
annotation
documentation
A period of time with fixed, well-defined limits.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:simpleType name="timeinterval">
 
<xs:annotation>
   
<xs:documentation>A period of time with fixed, well-defined limits.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:duration"/>
</xs:simpleType>