simpleType AlternateDayName
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
element MeetingTime/AlternateDayName
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
used for the bell schedule, another name for day (e.g., Blue day, Red day).
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>6</ann:EdFiId>
source <xs:simpleType name="AlternateDayName">
 
<xs:annotation>
   
<xs:documentation>used for the bell schedule, another name for day (e.g., Blue day, Red day).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>6</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>