Definition Type: ComplexType
Name: CertifiedMaritalStatusType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into MaritalStatusCode in schema fields_xsd Drilldown into certifiedDate in schema components_xsdXSD Diagram of CertifiedMaritalStatusType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MaritalStatusCode nsA:MaritalStatusCode 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
certifiedDate nsA:certifiedDate Optional
Collapse Derivation Tree:
Collapse References:
nsA:CertifiedMaritalStatus