hs:LevelOfCareCodeSimpleType
simpleType LevelOfCareCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for a placement as defined by the Adoption and Safe Families Act or state law.
Diagram
Enumerations
Value | Definition |
Basic | Basic |
Intense | Intense |
Moderate | Moderate |
Specialized | Specialized |
XML Schema
<xs:simpleType name="LevelOfCareCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a placement as defined by the Adoption and Safe Families Act or state law.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Basic">
<xs:annotation>
<xs:documentation>
Basic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Intense">
<xs:annotation>
<xs:documentation>
Intense</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Moderate">
<xs:annotation>
<xs:documentation>
Moderate</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Specialized">
<xs:annotation>
<xs:documentation>
Specialized</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>