hs:BiologicalParentDeterminationMethodCodeSimpleType
simpleType BiologicalParentDeterminationMethodCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for a list of methods by which a biological relationship between a parent and child is legally determined.
Diagram
Enumerations
Value | Definition |
Acknowledgement | Paternity was legally established through the alleged fathers voluntary acknowledgement that he is the childs father. |
Admin | Paternity was legally established through an administrative process. |
Default | Paternity was legally established because the alleged father failed to appear in a state court proceeding and the court entered a default order. |
Order | Paternity was legally established at the conclusion of a state court proceeding in which the court found the alleged father to be the childs parent and entered an order. |
Other | Paternity has been legally established through an unenumerated method. |
StipTest | Paternity was legally established because, following publication of the results of a paternity test, the alleged father stipulated that he is the childs parent. |
Stipulation | Paternity was legally established because the alleged father stipulated that he is the childs parent. |
TribalCeremony | Paternity was legally established through a tribes ceremonial proceeding. |
TribalOrder | Paternity was legally established through a tribal courts process. |
XML Schema
<xs:simpleType name="BiologicalParentDeterminationMethodCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a list of methods by which a biological relationship between a parent and child is legally determined.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Acknowledgement">
<xs:annotation>
<xs:documentation>
Paternity was legally established through the alleged fathers voluntary acknowledgement that he is the childs father.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Admin">
<xs:annotation>
<xs:documentation>
Paternity was legally established through an administrative process.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Default">
<xs:annotation>
<xs:documentation>
Paternity was legally established because the alleged father failed to appear in a state court proceeding and the court entered a default order.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Order">
<xs:annotation>
<xs:documentation>
Paternity was legally established at the conclusion of a state court proceeding in which the court found the alleged father to be the childs parent and entered an order.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Paternity has been legally established through an unenumerated method.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="StipTest">
<xs:annotation>
<xs:documentation>
Paternity was legally established because, following publication of the results of a paternity test, the alleged father stipulated that he is the childs parent.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Stipulation">
<xs:annotation>
<xs:documentation>
Paternity was legally established because the alleged father stipulated that he is the childs parent.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TribalCeremony">
<xs:annotation>
<xs:documentation>
Paternity was legally established through a tribes ceremonial proceeding.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TribalOrder">
<xs:annotation>
<xs:documentation>
Paternity was legally established through a tribal courts process.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>