simpleType Duration
namespace http://ed-fi.org/0200
type restriction of xs:int
properties
base xs:int
used by
elements CourseOffering/InstructionalTimePlanned Course/TimeRequiredForCompletion
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
The actual or estimated number of clock minutes for a given class.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>46</ann:EdFiId>
source <xs:simpleType name="Duration">
 
<xs:annotation>
   
<xs:documentation>The actual or estimated number of clock minutes for a given class.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>46</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="1"/>
 
</xs:restriction>
</xs:simpleType>