Schema V191.xsd


schema location ..\V191.xsd
attributeFormDefault unqualified
elementFormDefault qualified
targetNamespace http://www.bcl.lu/2021/V1.91
 
Elements  Complex types 
V191  header 


schema location ..\structures.xsd
attributeFormDefault unqualified
elementFormDefault qualified
targetNamespace http://www.bcl.lu/2021/V1.91
 
Complex types 
declarantID 
emoneyTransfersPaymentsLineID 
reporterID 


schema location ..\datatypes.xsd
attributeFormDefault unqualified
elementFormDefault qualified
targetNamespace http://www.bcl.lu/2021/V1.91/datatypes
 
Simple types 
amount 
bclCountry 
bclCurrency 
country 
currency 
fraudType 
initiationChannel 
initiationSubchannel 
institutionCode 
institutionType 
layout 
mediumType 
metric 
sca 
transferType 


element V191
diagram V191_p1.png
namespace http://www.bcl.lu/2021/V1.91
properties
content complex
children header content
attributes
Name  Type  Use  Default  Fixed  Annotation
version  xs:string  required    1.0  
documentation
study version
creationDateTime  xs:dateTime  required      
documentation
report creation date and time
annotation
documentation
E-money transfers (payments)
source <xs:element name="V191">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">E-money transfers (payments)</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:annotation>
     
</xs:element>
     
<xs:element name="content">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">study content</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="emoneyTransfersPayments" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="EN">E-money transfers (payments)</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id" type="emoneyTransfersPaymentsLineID"/>
                       
<xs:element name="reportedAmount" type="v191dt:amount"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="emoneyTransfersPaymentsLineId">
               
<xs:selector xpath=".//v191:reportedLine/v191:id"/>
               
<xs:field xpath="v191:mediumType"/>
               
<xs:field xpath="v191:transferType"/>
               
<xs:field xpath="v191:initiationChannel"/>
               
<xs:field xpath="v191:initiationSubchannel"/>
               
<xs:field xpath="v191:sca"/>
               
<xs:field xpath="v191:fraudType"/>
               
<xs:field xpath="v191:debtorEmsCountry"/>
               
<xs:field xpath="v191:creditorEmsCountry"/>
               
<xs:field xpath="v191:debtorResidenceCountry"/>
               
<xs:field xpath="v191:creditorResidenceCountry"/>
               
<xs:field xpath="v191:currency"/>
               
<xs:field xpath="v191:metric"/>
             
</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: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:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute V191/@version
type xs:string
properties
use required
fixed 1.0
annotation
documentation
study version
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:annotation>
</xs:attribute>

attribute V191/@creationDateTime
type xs:dateTime
properties
use required
annotation
documentation
report creation date and time
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:annotation>
</xs:attribute>

element V191/header
diagram V191_p2.png
namespace http://www.bcl.lu/2021/V1.91
type header
properties
content complex
children endMonthDate closingDate reporterID declarantID reportingCurrency layout
annotation
documentation
study header
source <xs:element name="header" type="header">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">study header</xs:documentation>
 
</xs:annotation>
</xs:element>

element V191/content
diagram V191_p3.png
namespace http://www.bcl.lu/2021/V1.91
properties
content complex
children emoneyTransfersPayments
annotation
documentation
study content
source <xs:element name="content">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">study content</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="emoneyTransfersPayments" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">E-money transfers (payments)</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id" type="emoneyTransfersPaymentsLineID"/>
                 
<xs:element name="reportedAmount" type="v191dt:amount"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="emoneyTransfersPaymentsLineId">
         
<xs:selector xpath=".//v191:reportedLine/v191:id"/>
         
<xs:field xpath="v191:mediumType"/>
         
<xs:field xpath="v191:transferType"/>
         
<xs:field xpath="v191:initiationChannel"/>
         
<xs:field xpath="v191:initiationSubchannel"/>
         
<xs:field xpath="v191:sca"/>
         
<xs:field xpath="v191:fraudType"/>
         
<xs:field xpath="v191:debtorEmsCountry"/>
         
<xs:field xpath="v191:creditorEmsCountry"/>
         
<xs:field xpath="v191:debtorResidenceCountry"/>
         
<xs:field xpath="v191:creditorResidenceCountry"/>
         
<xs:field xpath="v191:currency"/>
         
<xs:field xpath="v191:metric"/>
       
</xs:unique>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V191/content/emoneyTransfersPayments
diagram V191_p4.png
namespace http://www.bcl.lu/2021/V1.91
properties
minOcc 0
maxOcc 1
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
unique  emoneyTransfersPaymentsLineId    .//v191:reportedLine/v191:id  v191:mediumType  
v191:transferType  
v191:initiationChannel  
v191:initiationSubchannel  
v191:sca  
v191:fraudType  
v191:debtorEmsCountry  
v191:creditorEmsCountry  
v191:debtorResidenceCountry  
v191:creditorResidenceCountry  
v191:currency  
v191:metric  
annotation
documentation
E-money transfers (payments)
source <xs:element name="emoneyTransfersPayments" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">E-money transfers (payments)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id" type="emoneyTransfersPaymentsLineID"/>
           
<xs:element name="reportedAmount" type="v191dt:amount"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="emoneyTransfersPaymentsLineId">
   
<xs:selector xpath=".//v191:reportedLine/v191:id"/>
   
<xs:field xpath="v191:mediumType"/>
   
<xs:field xpath="v191:transferType"/>
   
<xs:field xpath="v191:initiationChannel"/>
   
<xs:field xpath="v191:initiationSubchannel"/>
   
<xs:field xpath="v191:sca"/>
   
<xs:field xpath="v191:fraudType"/>
   
<xs:field xpath="v191:debtorEmsCountry"/>
   
<xs:field xpath="v191:creditorEmsCountry"/>
   
<xs:field xpath="v191:debtorResidenceCountry"/>
   
<xs:field xpath="v191:creditorResidenceCountry"/>
   
<xs:field xpath="v191:currency"/>
   
<xs:field xpath="v191:metric"/>
 
</xs:unique>
</xs:element>

element V191/content/emoneyTransfersPayments/reportedLine
diagram V191_p5.png
namespace http://www.bcl.lu/2021/V1.91
properties
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id" type="emoneyTransfersPaymentsLineID"/>
     
<xs:element name="reportedAmount" type="v191dt:amount"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V191/content/emoneyTransfersPayments/reportedLine/id
diagram V191_p6.png
namespace http://www.bcl.lu/2021/V1.91
type emoneyTransfersPaymentsLineID
properties
content complex
children mediumType transferType initiationChannel initiationSubchannel sca fraudType debtorEmsCountry creditorEmsCountry debtorResidenceCountry creditorResidenceCountry currency metric
source <xs:element name="id" type="emoneyTransfersPaymentsLineID"/>

element V191/content/emoneyTransfersPayments/reportedLine/reportedAmount
diagram V191_p7.png
namespace http://www.bcl.lu/2021/V1.91
type amount
properties
content simple
facets
Kind Value Annotation
fractionDigits 5
pattern .+
source <xs:element name="reportedAmount" type="v191dt:amount"/>

complexType header
diagram V191_p8.png
namespace http://www.bcl.lu/2021/V1.91
children endMonthDate closingDate reporterID declarantID reportingCurrency layout
used by
element V191/header
annotation
documentation
study header
source <xs:complexType name="header">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">study header</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:annotation>
   
</xs:element>
   
<xs:element name="closingDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">closing date</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="reporterID" type="reporterID">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">reporter identification</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="declarantID" type="declarantID">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">declarant identification</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="reportingCurrency" type="v191dt:currency">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">reporting currency</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="layout" type="v191dt:layout">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">layout</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element header/endMonthDate
diagram V191_p9.png
namespace http://www.bcl.lu/2021/V1.91
type xs:date
properties
content simple
annotation
documentation
end of period date
source <xs:element name="endMonthDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">end of period date</xs:documentation>
 
</xs:annotation>
</xs:element>

element header/closingDate
diagram V191_p10.png
namespace http://www.bcl.lu/2021/V1.91
type xs:date
properties
content simple
annotation
documentation
closing date
source <xs:element name="closingDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">closing date</xs:documentation>
 
</xs:annotation>
</xs:element>

element header/reporterID
diagram V191_p11.png
namespace http://www.bcl.lu/2021/V1.91
type reporterID
properties
content complex
children type code
annotation
documentation
reporter identification
source <xs:element name="reporterID" type="reporterID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reporter identification</xs:documentation>
 
</xs:annotation>
</xs:element>

element header/declarantID
diagram V191_p12.png
namespace http://www.bcl.lu/2021/V1.91
type declarantID
properties
content complex
children type code
annotation
documentation
declarant identification
source <xs:element name="declarantID" type="declarantID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">declarant identification</xs:documentation>
 
</xs:annotation>
</xs:element>

element header/reportingCurrency
diagram V191_p13.png
namespace http://www.bcl.lu/2021/V1.91
type currency
properties
content simple
facets
Kind Value Annotation
length 3
pattern [A-Z]{3}
annotation
documentation
reporting currency
source <xs:element name="reportingCurrency" type="v191dt:currency">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reporting currency</xs:documentation>
 
</xs:annotation>
</xs:element>

element header/layout
diagram V191_p14.png
namespace http://www.bcl.lu/2021/V1.91
type layout
properties
content simple
facets
Kind Value Annotation
pattern .+
annotation
documentation
layout
source <xs:element name="layout" type="v191dt:layout">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">layout</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType declarantID
diagram V191_p15.png
namespace http://www.bcl.lu/2021/V1.91
children type code
used by
element header/declarantID
annotation
documentation
declarant identification
source <xs:complexType name="declarantID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">declarant identification</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="type" type="v191dt:institutionType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="code" type="v191dt:institutionCode">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution code</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element declarantID/type
diagram V191_p16.png
namespace http://www.bcl.lu/2021/V1.91
type institutionType
properties
content simple
facets
Kind Value Annotation
length 2
pattern [0-9]{2}
annotation
documentation
institution type
source <xs:element name="type" type="v191dt:institutionType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution type</xs:documentation>
 
</xs:annotation>
</xs:element>

element declarantID/code
diagram V191_p17.png
namespace http://www.bcl.lu/2021/V1.91
type institutionCode
properties
content simple
facets
Kind Value Annotation
pattern .+
annotation
documentation
institution code
source <xs:element name="code" type="v191dt:institutionCode">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution code</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType emoneyTransfersPaymentsLineID
diagram V191_p18.png
namespace http://www.bcl.lu/2021/V1.91
children mediumType transferType initiationChannel initiationSubchannel sca fraudType debtorEmsCountry creditorEmsCountry debtorResidenceCountry creditorResidenceCountry currency metric
used by
element V191/content/emoneyTransfersPayments/reportedLine/id
annotation
documentation
reported line identifier for e-money transfers (payments)
source <xs:complexType name="emoneyTransfersPaymentsLineID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reported line identifier for e-money transfers (payments)</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="mediumType" type="v191dt:mediumType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Medium type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="transferType" type="v191dt:transferType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Transfer type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="initiationChannel" type="v191dt:initiationChannel">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Initiation channel</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="initiationSubchannel" type="v191dt:initiationSubchannel">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Initiation sub-channel</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="sca" type="v191dt:sca">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">SCA</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="fraudType" type="v191dt:fraudType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Fraud type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="debtorEmsCountry" type="v191dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Country of debtor EMS</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="creditorEmsCountry" type="v191dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Country of creditor EMS</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="debtorResidenceCountry" type="v191dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Country of debtor residence</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="creditorResidenceCountry" type="v191dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Country of creditor residence</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="currency" type="v191dt:bclCurrency">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Currency</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="metric" type="v191dt:metric">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Metric</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element emoneyTransfersPaymentsLineID/mediumType
diagram V191_p19.png
namespace http://www.bcl.lu/2021/V1.91
type mediumType
properties
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Medium type
source <xs:element name="mediumType" type="v191dt:mediumType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Medium type</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/transferType
diagram V191_p20.png
namespace http://www.bcl.lu/2021/V1.91
type transferType
properties
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Transfer type
source <xs:element name="transferType" type="v191dt:transferType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Transfer type</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/initiationChannel
diagram V191_p21.png
namespace http://www.bcl.lu/2021/V1.91
type initiationChannel
properties
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Initiation channel
source <xs:element name="initiationChannel" type="v191dt:initiationChannel">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Initiation channel</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/initiationSubchannel
diagram V191_p22.png
namespace http://www.bcl.lu/2021/V1.91
type initiationSubchannel
properties
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Initiation sub-channel
source <xs:element name="initiationSubchannel" type="v191dt:initiationSubchannel">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Initiation sub-channel</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/sca
diagram V191_p23.png
namespace http://www.bcl.lu/2021/V1.91
type sca
properties
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
SCA
source <xs:element name="sca" type="v191dt:sca">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">SCA</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/fraudType
diagram V191_p24.png
namespace http://www.bcl.lu/2021/V1.91
type fraudType
properties
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Fraud type
source <xs:element name="fraudType" type="v191dt:fraudType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Fraud type</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/debtorEmsCountry
diagram V191_p25.png
namespace http://www.bcl.lu/2021/V1.91
type bclCountry
properties
content simple
annotation
documentation
Country of debtor EMS
source <xs:element name="debtorEmsCountry" type="v191dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Country of debtor EMS</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/creditorEmsCountry
diagram V191_p26.png
namespace http://www.bcl.lu/2021/V1.91
type bclCountry
properties
content simple
annotation
documentation
Country of creditor EMS
source <xs:element name="creditorEmsCountry" type="v191dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Country of creditor EMS</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/debtorResidenceCountry
diagram V191_p27.png
namespace http://www.bcl.lu/2021/V1.91
type bclCountry
properties
content simple
annotation
documentation
Country of debtor residence
source <xs:element name="debtorResidenceCountry" type="v191dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Country of debtor residence</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/creditorResidenceCountry
diagram V191_p28.png
namespace http://www.bcl.lu/2021/V1.91
type bclCountry
properties
content simple
annotation
documentation
Country of creditor residence
source <xs:element name="creditorResidenceCountry" type="v191dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Country of creditor residence</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/currency
diagram V191_p29.png
namespace http://www.bcl.lu/2021/V1.91
type bclCurrency
properties
content simple
annotation
documentation
Currency
source <xs:element name="currency" type="v191dt:bclCurrency">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Currency</xs:documentation>
 
</xs:annotation>
</xs:element>

element emoneyTransfersPaymentsLineID/metric
diagram V191_p30.png
namespace http://www.bcl.lu/2021/V1.91
type metric
properties
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Metric
source <xs:element name="metric" type="v191dt:metric">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Metric</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType reporterID
diagram V191_p31.png
namespace http://www.bcl.lu/2021/V1.91
children type code
used by
element header/reporterID
annotation
documentation
reporter identification
source <xs:complexType name="reporterID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reporter identification</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="type" type="v191dt:institutionType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="code" type="v191dt:institutionCode">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution code</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element reporterID/type
diagram V191_p32.png
namespace http://www.bcl.lu/2021/V1.91
type institutionType
properties
content simple
facets
Kind Value Annotation
length 2
pattern [0-9]{2}
annotation
documentation
institution type
source <xs:element name="type" type="v191dt:institutionType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution type</xs:documentation>
 
</xs:annotation>
</xs:element>

element reporterID/code
diagram V191_p33.png
namespace http://www.bcl.lu/2021/V1.91
type institutionCode
properties
content simple
facets
Kind Value Annotation
pattern .+
annotation
documentation
institution code
source <xs:element name="code" type="v191dt:institutionCode">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution code</xs:documentation>
 
</xs:annotation>
</xs:element>

simpleType amount
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:decimal
properties
base xs:decimal
used by
element V191/content/emoneyTransfersPayments/reportedLine/reportedAmount
facets
Kind Value Annotation
fractionDigits 5
pattern .+
annotation
documentation
amount
source <xs:simpleType name="amount">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">amount</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:fractionDigits value="5"/>
   
<xs:pattern value=".+"/>
 
</xs:restriction>
</xs:simpleType>

simpleType bclCountry
namespace http://www.bcl.lu/2021/V1.91/datatypes
type union of (country, restriction of xs:string)
used by
elements emoneyTransfersPaymentsLineID/creditorEmsCountry emoneyTransfersPaymentsLineID/creditorResidenceCountry emoneyTransfersPaymentsLineID/debtorEmsCountry emoneyTransfersPaymentsLineID/debtorResidenceCountry
annotation
documentation
BCL codification for country
source <xs:simpleType name="bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">BCL codification for country</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>

simpleType bclCurrency
namespace http://www.bcl.lu/2021/V1.91/datatypes
type union of (currency, restriction of xs:string)
used by
element emoneyTransfersPaymentsLineID/currency
annotation
documentation
BCL codification for currency
source <xs:simpleType name="bclCurrency">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">BCL codification for currency</xs:documentation>
 
</xs:annotation>
 
<xs:union memberTypes="currency">
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:length value="3"/>
       
<xs:pattern value="XX[A-Z0-9]"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>

simpleType country
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
simpleType bclCountry
facets
Kind Value Annotation
length 2
pattern [A-Z]{2}
annotation
documentation
country (ISO 3166)
source <xs:simpleType name="country">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">country (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>

simpleType currency
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
element header/reportingCurrency
simpleType bclCurrency
facets
Kind Value Annotation
length 3
pattern [A-Z]{3}
annotation
documentation
currency (ISO 4217)
source <xs:simpleType name="currency">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">currency (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>

simpleType fraudType
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
element emoneyTransfersPaymentsLineID/fraudType
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Fraud type
source <xs:simpleType name="fraudType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Fraud type</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType initiationChannel
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
element emoneyTransfersPaymentsLineID/initiationChannel
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Initiation channel
source <xs:simpleType name="initiationChannel">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Initiation channel</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType initiationSubchannel
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
element emoneyTransfersPaymentsLineID/initiationSubchannel
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Initiation sub-channel
source <xs:simpleType name="initiationSubchannel">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Initiation sub-channel</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType institutionCode
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements declarantID/code reporterID/code
facets
Kind Value Annotation
pattern .+
annotation
documentation
institution code
source <xs:simpleType name="institutionCode">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution code</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value=".+"/>
 
</xs:restriction>
</xs:simpleType>

simpleType institutionType
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements declarantID/type reporterID/type
facets
Kind Value Annotation
length 2
pattern [0-9]{2}
annotation
documentation
institution type
source <xs:simpleType name="institutionType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution type</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="2"/>
   
<xs:pattern value="[0-9]{2}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType layout
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:int
properties
base xs:int
used by
element header/layout
facets
Kind Value Annotation
pattern .+
annotation
documentation
layout
source <xs:simpleType name="layout">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">layout</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:pattern value=".+"/>
 
</xs:restriction>
</xs:simpleType>

simpleType mediumType
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
element emoneyTransfersPaymentsLineID/mediumType
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Medium type
source <xs:simpleType name="mediumType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Medium type</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType metric
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
element emoneyTransfersPaymentsLineID/metric
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Metric
source <xs:simpleType name="metric">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Metric</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType sca
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
element emoneyTransfersPaymentsLineID/sca
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
SCA
source <xs:simpleType name="sca">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">SCA</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType transferType
namespace http://www.bcl.lu/2021/V1.91/datatypes
type restriction of xs:string
properties
base xs:string
used by
element emoneyTransfersPaymentsLineID/transferType
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Transfer type
source <xs:simpleType name="transferType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Transfer type</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{4}"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy