hs:EducationType

complexType EducationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/

Definition

A data type for describing the educational issues related to the court report and service plan of any participant in the case.

Diagram

XML Schema

<xs:complexType name="EducationType">
<xs:annotation>
<xs:documentation>
A data type for describing the educational issues related to the court report and service plan of any participant in the case.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:EducationalGoalText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:EducationalNeedText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:EducationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>