hs:EducationalAdjustmentCodeSimpleType

simpleType EducationalAdjustmentCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for describing the amount of educational adjustment needed.

Diagram

Enumerations

ValueDefinition
HighHigh
LowLow
MediumMedium

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: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>