hs:SpecialEducationNeedLevelCodeSimpleType

simpleType SpecialEducationNeedLevelCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/

Definition

A data type for describing different levels of need for special education.

Diagram

Enumerations

ValueDefinition
01Low-less than 2 hours of services per week
02Low-2-5 hours of services per week
03Moderate
04High

XML Schema

<xs:simpleType name="SpecialEducationNeedLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for describing different levels of need for special education.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
Low-less than 2 hours of services per week
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
Low-2-5 hours of services per week
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
Moderate
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>
High
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>