<xsd:complexType name="CertifiedMaritalStatusType">
<xsd:annotation>
<xsd:documentation>Marital status is represented within the HR-XML library at
a couple levels of detail. In the context of IndicativeData and HRMasterData
and in other contexts in which the date of the beginning and any end of the
marriage has implications with respect to work/life and benefit programs.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="MaritalStatusCode" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="certifiedDate" type="FormattedDateTimeType" use="optional">
<xsd:annotation>
<xsd:documentation>A date upon which the marital status facts were verified or
established with certainty.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|