hs:AdoptingParentRelationshipCategoryCodeSimpleType

simpleType AdoptingParentRelationshipCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/

Definition

A data type for describing the relationship of an adopting parent.

Diagram

Enumerations

ValueDefinition
Foster ParentFoster Parent
Non-RelativeNon-Relative
RelativeRelative
Step-ParentStep-Parent

XML Schema

<xs:simpleType name="AdoptingParentRelationshipCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for describing the relationship of an adopting parent.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Foster Parent">
<xs:annotation>
<xs:documentation>
Foster Parent
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Non-Relative">
<xs:annotation>
<xs:documentation>
Non-Relative
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Relative">
<xs:annotation>
<xs:documentation>
Relative
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Step-Parent">
<xs:annotation>
<xs:documentation>
Step-Parent
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>