SchoolCalendarYearInfoCalendarType Property Provincial Approach to Student Information API
(Required) The type of schedule applicable to the calendar.

Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public string CalendarType { get; set; }

Property Value

Type: String
Remarks

A 3 character code identifying the specific schedule applied to the calendar.
Typetd
EMA11 months - year round
OTHOther
SDW1 day school week
SUSSummer School
TMH10 mth,4 day wk,Copernican
TMJ10 mth,5 day wk,Copernican
TMK10 mth,9 d of 10,Copernican
TML10 mth,5 day wk,semester
TMM10 mth,5 day wk,non-semester
TMN10 mth,4 day wk,semester
TMP10 mth,4 day wk,non-semester
TMQ10 mth,9 d of 10,semester
TMR10 mth,9 d of 10,non-semester
YMA12 months - year round

Field Validation

  • This field is Required.
  • Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF].
See Also

Reference