hs:BasisOfAppointmentCodeSimpleType
simpleType BasisOfAppointmentCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for findings that justify representation
Diagram
Enumerations
Value | Definition |
Age | Age |
Indigent | Indigent |
Mental | Mental Condition of Person |
Statutory | Statutory Requirement |
XML Schema
<xs:simpleType name="BasisOfAppointmentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for findings that justify representation</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Age">
<xs:annotation>
<xs:documentation>
Age</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Indigent">
<xs:annotation>
<xs:documentation>
Indigent</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mental">
<xs:annotation>
<xs:documentation>
Mental Condition of Person</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Statutory">
<xs:annotation>
<xs:documentation>
Statutory Requirement</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>