<xsd:complexType name="DeprecatedDatesOfAttendanceType">
<xsd:annotation>
<xsd:documentation>This type is the same as the DatesOfAttendanceType, except it is an unbounded sequence. This remains for backward compatibility only. </xsd:documentation>
</xsd:annotation>
<xsd:sequence maxOccurs="unbounded">
<xsd:element name="StartDate" type="FlexibleDatesType" />
<xsd:element name="EndDate" type="FlexibleDatesType" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="enrollmentStatus" type="xsd:string" use="optional" />
<xsd:attribute name="currentlyEnrolled" type="xsd:boolean" use="optional" />
<xsd:attribute name="studentInGoodStanding" type="xsd:boolean" use="optional" />
</xsd:complexType>
|