Definition Type: ComplexType
Name: AccountIdentification1Choice
Namespace: urn:swift:xsd:$pain.002.001.01
Containing Schema: $pain.002.001.01.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DmstAcct in schema $pain_002_001_01_xsd Drilldown into UPIC in schema $pain_002_001_01_xsd Drilldown into BBAN in schema $pain_002_001_01_xsd Drilldown into IBAN in schema $pain_002_001_01_xsdXSD Diagram of AccountIdentification1Choice in schema $pain_002_001_01_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xs:complexType name="AccountIdentification1Choice">
    <xs:sequence>
        <xs:choice>
            <xs:element name="IBAN" type="IBANIdentifier" />
            <xs:element name="BBAN" type="BBANIdentifier" />
            <xs:element name="UPIC" type="UPICIdentifier" />
            <xs:element name="DmstAcct" type="SimpleIdentificationInformation" />
        </xs:choice>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IBAN pain002:IBAN (1) (1)
BBAN pain002:BBAN (1) (1)
UPIC pain002:UPIC (1) (1)
DmstAcct pain002:DmstAcct (1) (1)
Collapse Derivation Tree:
Collapse References:
pain002:Id