Definition Type: Element
Name: BankInfoByJurisdiction
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BankAccountInfo.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into BankAccountHolder in schema bankaccountinfo_xsd Drilldown into BankAccountType in schema bankaccountinfo_xsd Drilldown into BankAccountKey in schema bankaccountinfo_xsd Drilldown into BankAccountNumber in schema bankaccountinfo_xsd Drilldown into BankWindow in schema bankaccountinfo_xsd Drilldown into BankCode in schema bankaccountinfo_xsd Drilldown into bankJurisdiction in schema bankaccountinfo_xsdXSD Diagram of BankInfoByJurisdiction in schema bankaccountinfo_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="BankInfoByJurisdiction" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="BankCode" type="xsd:string" />
            <xsd:element name="BankWindow" type="xsd:string" />
            <xsd:element name="BankAccountNumber" type="xsd:string" />
            <xsd:element name="BankAccountKey" type="xsd:string" />
            <xsd:element name="BankAccountType" type="xsd:string" minOccurs="0" />
            <xsd:element name="BankAccountHolder" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="bankJurisdiction" type="xsd:string" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BankCode hr:BankCode (1) (1)
BankWindow hr:BankWindow (1) (1)
BankAccountNumber hr:BankAccountNumber (1) (1)
BankAccountKey hr:BankAccountKey (1) (1)
BankAccountType hr:BankAccountType 0 (1)
BankAccountHolder hr:BankAccountHolder 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
bankJurisdiction hr:bankJurisdiction Required