hs:SchoolStudentAssociationType

complexType SchoolStudentAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for an association between a student and a school attended.

Diagram

XML Schema

<xs:complexType name="SchoolStudentAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a student and a school attended.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:SchoolAttendanceDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolAttendanceIssue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolEnrollmentDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolEnrollmentWithdrawReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolExpulsion" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolExpulsionIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolGPAText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolPerformanceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolSchedule" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolSpecialEducationIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolStudentID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SchoolStudentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>