<xsd:complexType name="AccountHolderType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains information identifying and describing the person who is the account holder. Describes personal and employee attributes.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="AccountHolderID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AccountHolderPerson" minOccurs="0" />
<xsd:element ref="AccountHolderEmployee" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AccountHolderEmployment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AccountHolderDeployment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PayCycleRemuneration" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ApplicableTax" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Beneficiary" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|