ndex:MaritalStatusCodeSimpleType
simpleType MaritalStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies marital status.
Diagram
Enumerations
Value | Definition |
ANNULLED | A person whose previous marriage is considered to never have existed, been deemed null through declaration of nullity. |
COHABITATING | A couple that is attached, yet unmarried with each other. |
DIVORCED | A couple who previously lived together and was previously bound by a contract before the state or the church with legal age. Excludes annulled marriages. |
ENGAGED | A person who has promised to give their hand in marriage to another person. |
MARRIED | A couple who lives together and is bound by a contract before the state or the church with legal age. |
SEPARATED | Legally bound despite a member of the couples not living with them, not in the household. |
SINGLE | A person who is unmarried, or unattached to someone. |
UNKNOWN | Unknown |
WIDOWED | A person whose spouse is dead. |
XML Schema
<xs:simpleType name="MaritalStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies marital status.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ANNULLED">
<xs:annotation>
<xs:documentation>
A person whose previous marriage is considered to never have existed, been deemed null through declaration of nullity.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COHABITATING">
<xs:annotation>
<xs:documentation>
A couple that is attached, yet unmarried with each other.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DIVORCED">
<xs:annotation>
<xs:documentation>
A couple who previously lived together and was previously bound by a contract before the state or the church with legal age. Excludes annulled marriages.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ENGAGED">
<xs:annotation>
<xs:documentation>
A person who has promised to give their hand in marriage to another person.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MARRIED">
<xs:annotation>
<xs:documentation>
A couple who lives together and is bound by a contract before the state or the church with legal age.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SEPARATED">
<xs:annotation>
<xs:documentation>
Legally bound despite a member of the couples not living with them, not in the household.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SINGLE">
<xs:annotation>
<xs:documentation>
A person who is unmarried, or unattached to someone.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WIDOWED">
<xs:annotation>
<xs:documentation>
A person whose spouse is dead.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>