schema location: | ..\V19.xsd |
attribute form default: | unqualified |
element form default: | qualified |
targetNamespace: | http://www.bcl.lu/2015/V1.9 |
Elements | Complex types |
V19 | header |
schema location: | ..\structures.xsd |
attribute form default: | unqualified |
element form default: | qualified |
targetNamespace: | http://www.bcl.lu/2015/V1.9 |
Complex types |
declarantID |
operationLineID |
reporterID |
schemeLineID |
transferLineID |
schema location: | ..\datatypes.xsd |
attribute form default: | unqualified |
element form default: | qualified |
targetNamespace: | http://www.bcl.lu/2015/V1.9/datatypes |
Simple types |
amount |
amountType |
bclCountry |
country |
currency |
institutionCode |
institutionType |
instrumentType |
layout |
operationType |
scheme |
transferType |
diagram | ![]() |
||||||||||||||||||||||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||
children | header content | ||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||
source | <xs:element name="V19"> <xs:annotation> <xs:documentation xml:lang="EN">on card e-money</xs:documentation> <xs:documentation xml:lang="FR">monnaie electronique sur carte</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="header" type="header"> <xs:annotation> <xs:documentation xml:lang="EN">study header</xs:documentation> <xs:documentation xml:lang="FR">entete de l'enquete</xs:documentation> </xs:annotation> </xs:element> <xs:element name="content"> <xs:annotation> <xs:documentation xml:lang="EN">study content</xs:documentation> <xs:documentation xml:lang="FR">contenu de l'enquete</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="schemes" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">schemes</xs:documentation> <xs:documentation xml:lang="FR">schemas</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="schemeLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="schemesLineId"> <xs:selector xpath=".//v19:reportedLine/v19:id"/> <xs:field xpath="v19:instrumentType"/> <xs:field xpath="v19:scheme"/> <xs:field xpath="v19:amountType"/> </xs:unique> </xs:element> <xs:element name="operations" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">operations</xs:documentation> <xs:documentation xml:lang="FR">operations</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="operationLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="operationsLineId"> <xs:selector xpath=".//v19:reportedLine/v19:id"/> <xs:field xpath="v19:instrumentType"/> <xs:field xpath="v19:scheme"/> <xs:field xpath="v19:operationType"/> <xs:field xpath="v19:issuingCountry"/> <xs:field xpath="v19:transactionCountry"/> <xs:field xpath="v19:amountType"/> </xs:unique> </xs:element> <xs:element name="transfers" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">transfers</xs:documentation> <xs:documentation xml:lang="FR">transferts</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="transferLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="transfersLineId"> <xs:selector xpath=".//v19:reportedLine/v19:id"/> <xs:field xpath="v19:instrumentType"/> <xs:field xpath="v19:scheme"/> <xs:field xpath="v19:transferType"/> <xs:field xpath="v19:debtorSchemeCountry"/> <xs:field xpath="v19:creditorSchemeCountry"/> <xs:field xpath="v19:amountType"/> </xs:unique> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="version" type="xs:string" use="required" fixed="1.0"> <xs:annotation> <xs:documentation xml:lang="EN">study version</xs:documentation> <xs:documentation xml:lang="FR">version de l'enquete</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="creationDateTime" type="xs:dateTime" use="required"> <xs:annotation> <xs:documentation xml:lang="EN">report creation date and time</xs:documentation> <xs:documentation xml:lang="FR">date et heure de creation du rapport</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="version" type="xs:string" use="required" fixed="1.0"> <xs:annotation> <xs:documentation xml:lang="EN">study version</xs:documentation> <xs:documentation xml:lang="FR">version de l'enquete</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:dateTime | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="creationDateTime" type="xs:dateTime" use="required"> <xs:annotation> <xs:documentation xml:lang="EN">report creation date and time</xs:documentation> <xs:documentation xml:lang="FR">date et heure de creation du rapport</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | header | ||||
properties |
|
||||
children | endMonthDate closingDate reporterID declarantID reportingCurrency layout | ||||
annotation |
|
||||
source | <xs:element name="header" type="header"> <xs:annotation> <xs:documentation xml:lang="EN">study header</xs:documentation> <xs:documentation xml:lang="FR">entete de l'enquete</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
properties |
|
||||
children | schemes operations transfers | ||||
annotation |
|
||||
source | <xs:element name="content"> <xs:annotation> <xs:documentation xml:lang="EN">study content</xs:documentation> <xs:documentation xml:lang="FR">contenu de l'enquete</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="schemes" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">schemes</xs:documentation> <xs:documentation xml:lang="FR">schemas</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="schemeLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="schemesLineId"> <xs:selector xpath=".//v19:reportedLine/v19:id"/> <xs:field xpath="v19:instrumentType"/> <xs:field xpath="v19:scheme"/> <xs:field xpath="v19:amountType"/> </xs:unique> </xs:element> <xs:element name="operations" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">operations</xs:documentation> <xs:documentation xml:lang="FR">operations</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="operationLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="operationsLineId"> <xs:selector xpath=".//v19:reportedLine/v19:id"/> <xs:field xpath="v19:instrumentType"/> <xs:field xpath="v19:scheme"/> <xs:field xpath="v19:operationType"/> <xs:field xpath="v19:issuingCountry"/> <xs:field xpath="v19:transactionCountry"/> <xs:field xpath="v19:amountType"/> </xs:unique> </xs:element> <xs:element name="transfers" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">transfers</xs:documentation> <xs:documentation xml:lang="FR">transferts</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="transferLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="transfersLineId"> <xs:selector xpath=".//v19:reportedLine/v19:id"/> <xs:field xpath="v19:instrumentType"/> <xs:field xpath="v19:scheme"/> <xs:field xpath="v19:transferType"/> <xs:field xpath="v19:debtorSchemeCountry"/> <xs:field xpath="v19:creditorSchemeCountry"/> <xs:field xpath="v19:amountType"/> </xs:unique> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||||||
properties |
|
||||||||||
children | reportedLine | ||||||||||
identity constraints |
|
||||||||||
annotation |
|
||||||||||
source | <xs:element name="schemes" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">schemes</xs:documentation> <xs:documentation xml:lang="FR">schemas</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="schemeLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="schemesLineId"> <xs:selector xpath=".//v19:reportedLine/v19:id"/> <xs:field xpath="v19:instrumentType"/> <xs:field xpath="v19:scheme"/> <xs:field xpath="v19:amountType"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
properties |
|
||||
children | id reportedAmount | ||||
source | <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="schemeLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | schemeLineID | ||||
properties |
|
||||
children | instrumentType scheme amountType | ||||
source | <xs:element name="id" type="schemeLineID"/> |
diagram | ![]() |
|||||||||
namespace | http://www.bcl.lu/2015/V1.9 | |||||||||
type | amount | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="reportedAmount" type="v19dt:amount"/> |
diagram | ![]() |
||||||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||||||
properties |
|
||||||||||
children | reportedLine | ||||||||||
identity constraints |
|
||||||||||
annotation |
|
||||||||||
source | <xs:element name="operations" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">operations</xs:documentation> <xs:documentation xml:lang="FR">operations</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="operationLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="operationsLineId"> <xs:selector xpath=".//v19:reportedLine/v19:id"/> <xs:field xpath="v19:instrumentType"/> <xs:field xpath="v19:scheme"/> <xs:field xpath="v19:operationType"/> <xs:field xpath="v19:issuingCountry"/> <xs:field xpath="v19:transactionCountry"/> <xs:field xpath="v19:amountType"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
properties |
|
||||
children | id reportedAmount | ||||
source | <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="operationLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | operationLineID | ||||
properties |
|
||||
children | instrumentType scheme operationType issuingCountry transactionCountry amountType | ||||
source | <xs:element name="id" type="operationLineID"/> |
diagram | ![]() |
|||||||||
namespace | http://www.bcl.lu/2015/V1.9 | |||||||||
type | amount | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="reportedAmount" type="v19dt:amount"/> |
diagram | ![]() |
||||||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||||||
properties |
|
||||||||||
children | reportedLine | ||||||||||
identity constraints |
|
||||||||||
annotation |
|
||||||||||
source | <xs:element name="transfers" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">transfers</xs:documentation> <xs:documentation xml:lang="FR">transferts</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="transferLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="transfersLineId"> <xs:selector xpath=".//v19:reportedLine/v19:id"/> <xs:field xpath="v19:instrumentType"/> <xs:field xpath="v19:scheme"/> <xs:field xpath="v19:transferType"/> <xs:field xpath="v19:debtorSchemeCountry"/> <xs:field xpath="v19:creditorSchemeCountry"/> <xs:field xpath="v19:amountType"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
properties |
|
||||
children | id reportedAmount | ||||
source | <xs:element name="reportedLine"> <xs:complexType> <xs:sequence> <xs:element name="id" type="transferLineID"/> <xs:element name="reportedAmount" type="v19dt:amount"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | transferLineID | ||||
properties |
|
||||
children | instrumentType scheme transferType debtorSchemeCountry creditorSchemeCountry amountType | ||||
source | <xs:element name="id" type="transferLineID"/> |
diagram | ![]() |
|||||||||
namespace | http://www.bcl.lu/2015/V1.9 | |||||||||
type | amount | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="reportedAmount" type="v19dt:amount"/> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
children | endMonthDate closingDate reporterID declarantID reportingCurrency layout | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="header"> <xs:annotation> <xs:documentation xml:lang="EN">study header</xs:documentation> <xs:documentation xml:lang="FR">entete de l'enquete</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="endMonthDate" type="xs:date"> <xs:annotation> <xs:documentation xml:lang="EN">end of period date</xs:documentation> <xs:documentation xml:lang="FR">date de fin de periode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="closingDate" type="xs:date"> <xs:annotation> <xs:documentation xml:lang="EN">closing date</xs:documentation> <xs:documentation xml:lang="FR">date de cloture</xs:documentation> </xs:annotation> </xs:element> <xs:element name="reporterID" type="reporterID"> <xs:annotation> <xs:documentation xml:lang="EN">reporter identification</xs:documentation> <xs:documentation xml:lang="FR">identification du reporter</xs:documentation> </xs:annotation> </xs:element> <xs:element name="declarantID" type="declarantID"> <xs:annotation> <xs:documentation xml:lang="EN">declarant identification</xs:documentation> <xs:documentation xml:lang="FR">identification du declarant</xs:documentation> </xs:annotation> </xs:element> <xs:element name="reportingCurrency" type="v19dt:currency"> <xs:annotation> <xs:documentation xml:lang="EN">reporting currency</xs:documentation> <xs:documentation xml:lang="FR">devise de reporting</xs:documentation> </xs:annotation> </xs:element> <xs:element name="layout" type="v19dt:layout"> <xs:annotation> <xs:documentation xml:lang="EN">layout</xs:documentation> <xs:documentation xml:lang="FR">masque</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="endMonthDate" type="xs:date"> <xs:annotation> <xs:documentation xml:lang="EN">end of period date</xs:documentation> <xs:documentation xml:lang="FR">date de fin de periode</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="closingDate" type="xs:date"> <xs:annotation> <xs:documentation xml:lang="EN">closing date</xs:documentation> <xs:documentation xml:lang="FR">date de cloture</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | reporterID | ||||
properties |
|
||||
children | type code | ||||
annotation |
|
||||
source | <xs:element name="reporterID" type="reporterID"> <xs:annotation> <xs:documentation xml:lang="EN">reporter identification</xs:documentation> <xs:documentation xml:lang="FR">identification du reporter</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | declarantID | ||||
properties |
|
||||
children | type code | ||||
annotation |
|
||||
source | <xs:element name="declarantID" type="declarantID"> <xs:annotation> <xs:documentation xml:lang="EN">declarant identification</xs:documentation> <xs:documentation xml:lang="FR">identification du declarant</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
|||||||||
namespace | http://www.bcl.lu/2015/V1.9 | |||||||||
type | currency | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="reportingCurrency" type="v19dt:currency"> <xs:annotation> <xs:documentation xml:lang="EN">reporting currency</xs:documentation> <xs:documentation xml:lang="FR">devise de reporting</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | layout | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="layout" type="v19dt:layout"> <xs:annotation> <xs:documentation xml:lang="EN">layout</xs:documentation> <xs:documentation xml:lang="FR">masque</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
children | type code | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="declarantID"> <xs:annotation> <xs:documentation xml:lang="EN">declarant identification</xs:documentation> <xs:documentation xml:lang="FR">identification du declarant</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="type" type="v19dt:institutionType"> <xs:annotation> <xs:documentation xml:lang="EN">institution type</xs:documentation> <xs:documentation xml:lang="FR">type d'entite</xs:documentation> </xs:annotation> </xs:element> <xs:element name="code" type="v19dt:institutionCode"> <xs:annotation> <xs:documentation xml:lang="EN">institution code</xs:documentation> <xs:documentation xml:lang="FR">code de l'entite</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | http://www.bcl.lu/2015/V1.9 | |||||||||
type | institutionType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="type" type="v19dt:institutionType"> <xs:annotation> <xs:documentation xml:lang="EN">institution type</xs:documentation> <xs:documentation xml:lang="FR">type d'entite</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | institutionCode | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="code" type="v19dt:institutionCode"> <xs:annotation> <xs:documentation xml:lang="EN">institution code</xs:documentation> <xs:documentation xml:lang="FR">code de l'entite</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
children | instrumentType scheme operationType issuingCountry transactionCountry amountType | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="operationLineID"> <xs:annotation> <xs:documentation xml:lang="EN">reported line identifier for operation</xs:documentation> <xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour operation</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="instrumentType" type="v19dt:instrumentType"> <xs:annotation> <xs:documentation xml:lang="EN">instrument type</xs:documentation> <xs:documentation xml:lang="FR">type d'instrument</xs:documentation> </xs:annotation> </xs:element> <xs:element name="scheme" type="v19dt:scheme" nillable="false"> <xs:annotation> <xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation> <xs:documentation xml:lang="FR">schema ou support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="operationType" type="v19dt:operationType" nillable="false"> <xs:annotation> <xs:documentation xml:lang="EN">operation type</xs:documentation> <xs:documentation xml:lang="FR">type d'operation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="issuingCountry" type="v19dt:bclCountry"> <xs:annotation> <xs:documentation xml:lang="EN">issuing country</xs:documentation> <xs:documentation xml:lang="FR">pays d'emission</xs:documentation> </xs:annotation> </xs:element> <xs:element name="transactionCountry" type="v19dt:bclCountry"> <xs:annotation> <xs:documentation xml:lang="EN">transaction country</xs:documentation> <xs:documentation xml:lang="FR">pays de la transaction</xs:documentation> </xs:annotation> </xs:element> <xs:element name="amountType" type="v19dt:amountType"> <xs:annotation> <xs:documentation xml:lang="EN">amount type</xs:documentation> <xs:documentation xml:lang="FR">type de montant</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | instrumentType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="instrumentType" type="v19dt:instrumentType"> <xs:annotation> <xs:documentation xml:lang="EN">instrument type</xs:documentation> <xs:documentation xml:lang="FR">type d'instrument</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | scheme | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="scheme" type="v19dt:scheme" nillable="false"> <xs:annotation> <xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation> <xs:documentation xml:lang="FR">schema ou support</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | operationType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="operationType" type="v19dt:operationType" nillable="false"> <xs:annotation> <xs:documentation xml:lang="EN">operation type</xs:documentation> <xs:documentation xml:lang="FR">type d'operation</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | bclCountry | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="issuingCountry" type="v19dt:bclCountry"> <xs:annotation> <xs:documentation xml:lang="EN">issuing country</xs:documentation> <xs:documentation xml:lang="FR">pays d'emission</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | bclCountry | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="transactionCountry" type="v19dt:bclCountry"> <xs:annotation> <xs:documentation xml:lang="EN">transaction country</xs:documentation> <xs:documentation xml:lang="FR">pays de la transaction</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | amountType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="amountType" type="v19dt:amountType"> <xs:annotation> <xs:documentation xml:lang="EN">amount type</xs:documentation> <xs:documentation xml:lang="FR">type de montant</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
children | type code | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="reporterID"> <xs:annotation> <xs:documentation xml:lang="EN">reporter identification</xs:documentation> <xs:documentation xml:lang="FR">identification du declarant</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="type" type="v19dt:institutionType"> <xs:annotation> <xs:documentation xml:lang="EN">institution type</xs:documentation> <xs:documentation xml:lang="FR">type d'entite</xs:documentation> </xs:annotation> </xs:element> <xs:element name="code" type="v19dt:institutionCode"> <xs:annotation> <xs:documentation xml:lang="EN">institution code</xs:documentation> <xs:documentation xml:lang="FR">code de l'entite</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | http://www.bcl.lu/2015/V1.9 | |||||||||
type | institutionType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="type" type="v19dt:institutionType"> <xs:annotation> <xs:documentation xml:lang="EN">institution type</xs:documentation> <xs:documentation xml:lang="FR">type d'entite</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | institutionCode | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="code" type="v19dt:institutionCode"> <xs:annotation> <xs:documentation xml:lang="EN">institution code</xs:documentation> <xs:documentation xml:lang="FR">code de l'entite</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
children | instrumentType scheme amountType | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="schemeLineID"> <xs:annotation> <xs:documentation xml:lang="EN">reported line identifier for scheme</xs:documentation> <xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour schema</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="instrumentType" type="v19dt:instrumentType"> <xs:annotation> <xs:documentation xml:lang="EN">instrument type</xs:documentation> <xs:documentation xml:lang="FR">type d'instrument</xs:documentation> </xs:annotation> </xs:element> <xs:element name="scheme" type="v19dt:scheme" nillable="false"> <xs:annotation> <xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation> <xs:documentation xml:lang="FR">schema ou support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="amountType" type="v19dt:amountType"> <xs:annotation> <xs:documentation xml:lang="EN">amount type</xs:documentation> <xs:documentation xml:lang="FR">type de montant</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | instrumentType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="instrumentType" type="v19dt:instrumentType"> <xs:annotation> <xs:documentation xml:lang="EN">instrument type</xs:documentation> <xs:documentation xml:lang="FR">type d'instrument</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | scheme | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="scheme" type="v19dt:scheme" nillable="false"> <xs:annotation> <xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation> <xs:documentation xml:lang="FR">schema ou support</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | amountType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="amountType" type="v19dt:amountType"> <xs:annotation> <xs:documentation xml:lang="EN">amount type</xs:documentation> <xs:documentation xml:lang="FR">type de montant</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
children | instrumentType scheme transferType debtorSchemeCountry creditorSchemeCountry amountType | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="transferLineID"> <xs:annotation> <xs:documentation xml:lang="EN">reported line identifier for transfer</xs:documentation> <xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour transfert</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="instrumentType" type="v19dt:instrumentType"> <xs:annotation> <xs:documentation xml:lang="EN">instrument type</xs:documentation> <xs:documentation xml:lang="FR">type d'instrument</xs:documentation> </xs:annotation> </xs:element> <xs:element name="scheme" type="v19dt:scheme" nillable="false"> <xs:annotation> <xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation> <xs:documentation xml:lang="FR">schema ou support</xs:documentation> </xs:annotation> </xs:element> <xs:element name="transferType" type="v19dt:transferType"> <xs:annotation> <xs:documentation xml:lang="EN">transfer type</xs:documentation> <xs:documentation xml:lang="FR">type de transfert</xs:documentation> </xs:annotation> </xs:element> <xs:element name="debtorSchemeCountry" type="v19dt:bclCountry"> <xs:annotation> <xs:documentation xml:lang="EN">debtor scheme country</xs:documentation> <xs:documentation xml:lang="FR">pays du schema du debiteur</xs:documentation> </xs:annotation> </xs:element> <xs:element name="creditorSchemeCountry" type="v19dt:bclCountry"> <xs:annotation> <xs:documentation xml:lang="EN">creditor scheme country</xs:documentation> <xs:documentation xml:lang="FR">pays du schema du creancier</xs:documentation> </xs:annotation> </xs:element> <xs:element name="amountType" type="v19dt:amountType"> <xs:annotation> <xs:documentation xml:lang="EN">amount type</xs:documentation> <xs:documentation xml:lang="FR">type de montant</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | instrumentType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="instrumentType" type="v19dt:instrumentType"> <xs:annotation> <xs:documentation xml:lang="EN">instrument type</xs:documentation> <xs:documentation xml:lang="FR">type d'instrument</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | scheme | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="scheme" type="v19dt:scheme" nillable="false"> <xs:annotation> <xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation> <xs:documentation xml:lang="FR">schema ou support</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | transferType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="transferType" type="v19dt:transferType"> <xs:annotation> <xs:documentation xml:lang="EN">transfer type</xs:documentation> <xs:documentation xml:lang="FR">type de transfert</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | bclCountry | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="debtorSchemeCountry" type="v19dt:bclCountry"> <xs:annotation> <xs:documentation xml:lang="EN">debtor scheme country</xs:documentation> <xs:documentation xml:lang="FR">pays du schema du debiteur</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||
type | bclCountry | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="creditorSchemeCountry" type="v19dt:bclCountry"> <xs:annotation> <xs:documentation xml:lang="EN">creditor scheme country</xs:documentation> <xs:documentation xml:lang="FR">pays du schema du creancier</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.bcl.lu/2015/V1.9 | ||||||
type | amountType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="amountType" type="v19dt:amountType"> <xs:annotation> <xs:documentation xml:lang="EN">amount type</xs:documentation> <xs:documentation xml:lang="FR">type de montant</xs:documentation> </xs:annotation> </xs:element> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | |||||||||
type | restriction of xs:decimal | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="amount"> <xs:annotation> <xs:documentation xml:lang="EN">amount</xs:documentation> <xs:documentation xml:lang="FR">montant</xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="5"/> <xs:pattern value=".+"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="amountType"> <xs:annotation> <xs:documentation xml:lang="EN">amount type</xs:documentation> <xs:documentation xml:lang="FR">type de montants</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z0-9]{4}"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | ||||
type | union of (country, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="bclCountry"> <xs:annotation> <xs:documentation xml:lang="EN">BCL codification for country</xs:documentation> <xs:documentation xml:lang="FR">nomenclature BCL pour le pays</xs:documentation> </xs:annotation> <xs:union memberTypes="country"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="2"/> <xs:pattern value="X[A-Z0-9]"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="country"> <xs:annotation> <xs:documentation xml:lang="EN">country (ISO 3166)</xs:documentation> <xs:documentation xml:lang="FR">pays (ISO 3166)</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="2"/> <xs:pattern value="[A-Z]{2}"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="currency"> <xs:annotation> <xs:documentation xml:lang="EN">currency (ISO 4217)</xs:documentation> <xs:documentation xml:lang="FR">devise (ISO 4217)</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="3"/> <xs:pattern value="[A-Z]{3}"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="institutionCode"> <xs:annotation> <xs:documentation xml:lang="EN">institution code</xs:documentation> <xs:documentation xml:lang="FR">code d'une entite</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value=".+"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="institutionType"> <xs:annotation> <xs:documentation xml:lang="EN">institution type</xs:documentation> <xs:documentation xml:lang="FR">type d'entite</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="2"/> <xs:pattern value="[0-9]{2}"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="instrumentType"> <xs:annotation> <xs:documentation xml:lang="EN">instrument type</xs:documentation> <xs:documentation xml:lang="FR">type d'instrument</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z0-9]{4}"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | ||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="layout"> <xs:annotation> <xs:documentation xml:lang="EN">layout</xs:documentation> <xs:documentation xml:lang="FR">masque</xs:documentation> </xs:annotation> <xs:restriction base="xs:int"> <xs:pattern value=".+"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="operationType"> <xs:annotation> <xs:documentation xml:lang="EN">operation type</xs:documentation> <xs:documentation xml:lang="FR">type d'operation</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z0-9]{3}"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="scheme"> <xs:annotation> <xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation> <xs:documentation xml:lang="FR">schema ou support</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z0-9]{4}"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.bcl.lu/2015/V1.9/datatypes | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="transferType"> <xs:annotation> <xs:documentation xml:lang="EN">transfer type</xs:documentation> <xs:documentation xml:lang="FR">type de transfert</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z0-9]{3}"/> </xs:restriction> </xs:simpleType> |