hs:EducationalAdjustmentCodeSimpleType
simpleType EducationalAdjustmentCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for describing the amount of educational adjustment needed.
Diagram
Enumerations
| Value | Definition | 
| High | High | 
| Low | Low | 
| Medium | Medium | 
XML Schema
<xs:simpleType name="EducationalAdjustmentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for describing the amount of educational adjustment needed.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="High">
<xs:annotation>
<xs:documentation>
High</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Low">
<xs:annotation>
<xs:documentation>
Low</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Medium">
<xs:annotation>
<xs:documentation>
Medium</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>