<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>
|