simpleType EventDuration
namespace http://ed-fi.org/0200
type restriction of xs:decimal
properties
base xs:decimal
used by
element CalendarEvent/EventDuration
facets
Kind Value Annotation
totalDigits 3
fractionDigits 2
annotation
documentation
The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>48</ann:EdFiId>
source <xs:simpleType name="EventDuration">
 
<xs:annotation>
   
<xs:documentation>The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>48</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:totalDigits value="3"/>
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>