<xsd:complexType name="MaritalStatusCodeType">
<xsd:annotation>
<xsd:documentation>A set of codes classifying a person's marital status. This is an HR-XML Open List. Standard effective dating and a "certified date" are
available as attributes. Enumerated values are:
Domestic Partner
Divorced
Married
Unreported
Separated
Unmarried
Widowed
Legally Separated
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="MaritalStatusCodeContentType">
<xsd:attributeGroup ref="oa:CodeListAttributeGroup" />
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|