ndex:MaritalStatusCodeSimpleType

simpleType MaritalStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.1/

Definition

A data type for a code that identifies marital status.

Diagram

Enumerations

ValueDefinition
ANNULLEDA person whose previous marriage is considered to never have existed, been deemed null through declaration of nullity.
COHABITATINGA couple that is attached, yet unmarried with each other.
DIVORCEDA couple who previously lived together and was previously bound by a contract before the state or the church with legal age. Excludes annulled marriages.
ENGAGEDA person who has promised to give their hand in marriage to another person.
MARRIEDA couple who lives together and is bound by a contract before the state or the church with legal age.
SEPARATEDLegally bound despite a member of the couples not living with them, not in the household.
SINGLEA person who is unmarried, or unattached to someone.
UNKNOWNUnknown
WIDOWEDA 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: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>