<xsd:complexType name="BankAccountType">
<xsd:annotation>
<xsd:documentation> Deprecated: Use BankFinancialAccount</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="DefaultCurrencyCode" type="oacl:CurrencyCodeContentType">
<xsd:annotation>
<xsd:documentation>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Currency used for transactions.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AccountID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Identifies an account number or similary identifier.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AccountTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Identifies the type of account.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AccountKeyCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Indicates the account checksum.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AccountBalanceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">The bank account balance amount.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|