Definition Type: ComplexType
Name: AccountHolderType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains information identifying and describing the person who is the account holder. Describes personal and employee attributes.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Beneficiary in schema components_xsd Drilldown into ApplicableTax in schema components_xsd Drilldown into PayCycleRemuneration in schema components_xsd Drilldown into AccountHolderDeployment in schema components_xsd Drilldown into AccountHolderEmployment in schema components_xsd Drilldown into AccountHolderEmployee in schema components_xsd Drilldown into AccountHolderPerson in schema components_xsd Drilldown into AccountHolderID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of AccountHolderType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AccountHolderID nsA:AccountHolderID 0 unbounded
AccountHolderPerson nsA:AccountHolderPerson 0 (1)
AccountHolderEmployee nsA:AccountHolderEmployee 0 unbounded
AccountHolderEmployment nsA:AccountHolderEmployment 0 unbounded
AccountHolderDeployment nsA:AccountHolderDeployment 0 unbounded
PayCycleRemuneration nsA:PayCycleRemuneration 0 unbounded
ApplicableTax nsA:ApplicableTax 0 unbounded
Beneficiary nsA:Beneficiary 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:AccountHolder