simpleType LeaveEventReason
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
element LeaveEvent/LeaveEventReason
facets
Kind Value Annotation
minLength 1
maxLength 40
annotation
documentation
Expanded reason for the staff leave.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>68</ann:EdFiId>
source <xs:simpleType name="LeaveEventReason">
 
<xs:annotation>
   
<xs:documentation>Expanded reason for the staff leave.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>68</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="40"/>
 
</xs:restriction>
</xs:simpleType>