hs:SpecialEducationDetailsType

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

Definition

A data type for information about special education.

Diagram

XML Schema

<xs:complexType name="SpecialEducationDetailsType">
<xs:annotation>
<xs:documentation>
A data type for information about special education.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:SpecialEducationDisabilityAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SpecialEducationEligibleDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SpecialEducationNeedDeterminationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SpecialEducationNeedLevelAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SpecialEducationDetailsAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>