Definition Type: ComplexType
Name: CustodialParentType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains identification and contact information for the parent of the subscribed dependent who has custody of that dependent. This component typically would be used when the custodial parent is a prior spouse of, or someone other than, the subscribed person from whom the dependent derives his or her entitlement to benefit plan coverage.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Communication in schema components_xsd Drilldown into PersonName in schema components_xsd Drilldown into PersonID in schema fields_xsdXSD Diagram of CustodialParentType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CustodialParentType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains identification and contact information for the parent of the subscribed dependent who has custody of that dependent. This component typically would be used when the custodial parent is a prior spouse of, or someone other than, the subscribed person from whom the dependent derives his or her entitlement to benefit plan coverage.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PersonID" minOccurs="0" />
        <xsd:element ref="PersonName" minOccurs="0" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonID nsA:PersonID 0 (1)
PersonName nsA:PersonName 0 (1)
Communication nsA:Communication 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:CustodialParent