hs:SpecialEducationNeedLevelCodeSimpleType
simpleType SpecialEducationNeedLevelCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/
Definition
A data type for describing different levels of need for special education.
Diagram
Enumerations
Value | Definition |
01 | Low-less than 2 hours of services per week |
02 | Low-2-5 hours of services per week |
03 | Moderate |
04 | High |
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:restriction base="xs:token">
<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>