Schema V14.xsd


schema location:  ../V14.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.bcl.lu/2011/V1.4
 
Elements  Complex types 
V14  header 


schema location:  ../structures.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.bcl.lu/2011/V1.4
 
Complex types 
declarantID 
issuedCardsReportedLineID 
paymentTerminalsReportedLineID 
prepaidCardsOperationsReportedLineID 
reporterID 


schema location:  ../datatypes.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.bcl.lu/2011/V1.4/datatypes
 
Simple types 
amount 
amountType 
bclCountry 
bclCurrency 
cardActivity 
country 
currency 
institutionCode 
institutionType 
instrumentType 
layout 
operationType 
scheme 
terminalType 


element V14
diagram V14_p1.png
namespace http://www.bcl.lu/2011/V1.4
properties
content complex
children header content
attributes
Name  Type  Use  Default  Fixed  annotation
versionxs:stringrequired    1.1  
documentation
study version
documentation
version de l'enquete
creationDateTimexs:dateTimerequired      
documentation
report creation date and time
documentation
date et heure de creation du rapport
annotation
documentation
cards, terminals, e-money (stock taking)
documentation
cartes, terminaux, monnaie electronique (releve de stocks)
source <xs:element name="V14">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">cards, terminals, e-money (stock taking)</xs:documentation>
   
<xs:documentation xml:lang="FR">cartes, terminaux, monnaie electronique (releve de stocks)</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="issuedCards" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="EN">issued cards</xs:documentation>
               
<xs:documentation xml:lang="FR">comptes et cartes emises en circulation</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id" type="issuedCardsReportedLineID"/>
                       
<xs:element name="reportedAmount" type="v14dt:amount"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="issuedCardsLineId">
               
<xs:selector xpath=".//v14:reportedLine/v14:id"/>
               
<xs:field xpath="v14:cardActivity"/>
               
<xs:field xpath="v14:instrumentType"/>
               
<xs:field xpath="v14:scheme"/>
               
<xs:field xpath="v14:country"/>
               
<xs:field xpath="v14:amountType"/>
             
</xs:unique>
           
</xs:element>
           
<xs:element name="prepaidCardsOperations" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="EN">prepaid cards operations</xs:documentation>
               
<xs:documentation xml:lang="FR">operations sur cartes prepayees</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id" type="prepaidCardsOperationsReportedLineID"/>
                       
<xs:element name="reportedAmount" type="v14dt:amount"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="prepaidCardsOperationsLineId">
               
<xs:selector xpath=".//v14:reportedLine/v14:id"/>
               
<xs:field xpath="v14:instrumentType"/>
               
<xs:field xpath="v14:scheme"/>
               
<xs:field xpath="v14:operationType"/>
               
<xs:field xpath="v14:currency"/>
               
<xs:field xpath="v14:amountType"/>
             
</xs:unique>
           
</xs:element>
           
<xs:element name="paymentTerminals" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="EN">payment terminals</xs:documentation>
               
<xs:documentation xml:lang="FR">terminaux de paiement</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id" type="paymentTerminalsReportedLineID"/>
                       
<xs:element name="reportedAmount" type="v14dt:amount"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="paymentTerminalsLineId">
               
<xs:selector xpath=".//v14:reportedLine/v14:id"/>
               
<xs:field xpath="v14:terminalType"/>
               
<xs:field xpath="v14:instrumentType"/>
               
<xs:field xpath="v14:country"/>
               
<xs:field xpath="v14:amountType"/>
             
</xs:unique>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="version" type="xs:string" use="required" fixed="1.1">
     
<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>

attribute V14/@version
type xs:string
properties
isRef 0
fixed 1.1
use required
annotation
documentation
study version
documentation
version de l'enquete
source <xs:attribute name="version" type="xs:string" use="required" fixed="1.1">
 
<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>

attribute V14/@creationDateTime
type xs:dateTime
properties
isRef 0
use required
annotation
documentation
report creation date and time
documentation
date et heure de creation du rapport
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>

element V14/header
diagram V14_p2.png
namespace http://www.bcl.lu/2011/V1.4
type header
properties
isRef 0
content complex
children endMonthDate closingDate reporterID declarantID reportingCurrency layout
annotation
documentation
study header
documentation
entete de l'enquete
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>

element V14/content
diagram V14_p3.png
namespace http://www.bcl.lu/2011/V1.4
properties
isRef 0
content complex
children issuedCards prepaidCardsOperations paymentTerminals
annotation
documentation
study content
documentation
contenu de l'enquete
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="issuedCards" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">issued cards</xs:documentation>
         
<xs:documentation xml:lang="FR">comptes et cartes emises en circulation</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id" type="issuedCardsReportedLineID"/>
                 
<xs:element name="reportedAmount" type="v14dt:amount"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="issuedCardsLineId">
         
<xs:selector xpath=".//v14:reportedLine/v14:id"/>
         
<xs:field xpath="v14:cardActivity"/>
         
<xs:field xpath="v14:instrumentType"/>
         
<xs:field xpath="v14:scheme"/>
         
<xs:field xpath="v14:country"/>
         
<xs:field xpath="v14:amountType"/>
       
</xs:unique>
     
</xs:element>
     
<xs:element name="prepaidCardsOperations" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">prepaid cards operations</xs:documentation>
         
<xs:documentation xml:lang="FR">operations sur cartes prepayees</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id" type="prepaidCardsOperationsReportedLineID"/>
                 
<xs:element name="reportedAmount" type="v14dt:amount"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="prepaidCardsOperationsLineId">
         
<xs:selector xpath=".//v14:reportedLine/v14:id"/>
         
<xs:field xpath="v14:instrumentType"/>
         
<xs:field xpath="v14:scheme"/>
         
<xs:field xpath="v14:operationType"/>
         
<xs:field xpath="v14:currency"/>
         
<xs:field xpath="v14:amountType"/>
       
</xs:unique>
     
</xs:element>
     
<xs:element name="paymentTerminals" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">payment terminals</xs:documentation>
         
<xs:documentation xml:lang="FR">terminaux de paiement</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id" type="paymentTerminalsReportedLineID"/>
                 
<xs:element name="reportedAmount" type="v14dt:amount"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="paymentTerminalsLineId">
         
<xs:selector xpath=".//v14:reportedLine/v14:id"/>
         
<xs:field xpath="v14:terminalType"/>
         
<xs:field xpath="v14:instrumentType"/>
         
<xs:field xpath="v14:country"/>
         
<xs:field xpath="v14:amountType"/>
       
</xs:unique>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V14/content/issuedCards
diagram V14_p4.png
namespace http://www.bcl.lu/2011/V1.4
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  
unique  issuedCardsLineId    .//v14:reportedLine/v14:id  v14:cardActivity  
v14:instrumentType  
v14:scheme  
v14:country  
v14:amountType  
annotation
documentation
issued cards
documentation
comptes et cartes emises en circulation
source <xs:element name="issuedCards" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">issued cards</xs:documentation>
   
<xs:documentation xml:lang="FR">comptes et cartes emises en circulation</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id" type="issuedCardsReportedLineID"/>
           
<xs:element name="reportedAmount" type="v14dt:amount"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="issuedCardsLineId">
   
<xs:selector xpath=".//v14:reportedLine/v14:id"/>
   
<xs:field xpath="v14:cardActivity"/>
   
<xs:field xpath="v14:instrumentType"/>
   
<xs:field xpath="v14:scheme"/>
   
<xs:field xpath="v14:country"/>
   
<xs:field xpath="v14:amountType"/>
 
</xs:unique>
</xs:element>

element V14/content/issuedCards/reportedLine
diagram V14_p5.png
namespace http://www.bcl.lu/2011/V1.4
properties
isRef 0
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id" type="issuedCardsReportedLineID"/>
     
<xs:element name="reportedAmount" type="v14dt:amount"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V14/content/issuedCards/reportedLine/id
diagram V14_p6.png
namespace http://www.bcl.lu/2011/V1.4
type issuedCardsReportedLineID
properties
isRef 0
content complex
children cardActivity instrumentType scheme country amountType
source <xs:element name="id" type="issuedCardsReportedLineID"/>

element V14/content/issuedCards/reportedLine/reportedAmount
diagram V14_p7.png
namespace http://www.bcl.lu/2011/V1.4
type amount
properties
isRef 0
content simple
facets
Kind Value annotation 
fractionDigits 
pattern .+ 
source <xs:element name="reportedAmount" type="v14dt:amount"/>

element V14/content/prepaidCardsOperations
diagram V14_p8.png
namespace http://www.bcl.lu/2011/V1.4
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  
unique  prepaidCardsOperationsLineId    .//v14:reportedLine/v14:id  v14:instrumentType  
v14:scheme  
v14:operationType  
v14:currency  
v14:amountType  
annotation
documentation
prepaid cards operations
documentation
operations sur cartes prepayees
source <xs:element name="prepaidCardsOperations" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">prepaid cards operations</xs:documentation>
   
<xs:documentation xml:lang="FR">operations sur cartes prepayees</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id" type="prepaidCardsOperationsReportedLineID"/>
           
<xs:element name="reportedAmount" type="v14dt:amount"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="prepaidCardsOperationsLineId">
   
<xs:selector xpath=".//v14:reportedLine/v14:id"/>
   
<xs:field xpath="v14:instrumentType"/>
   
<xs:field xpath="v14:scheme"/>
   
<xs:field xpath="v14:operationType"/>
   
<xs:field xpath="v14:currency"/>
   
<xs:field xpath="v14:amountType"/>
 
</xs:unique>
</xs:element>

element V14/content/prepaidCardsOperations/reportedLine
diagram V14_p9.png
namespace http://www.bcl.lu/2011/V1.4
properties
isRef 0
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id" type="prepaidCardsOperationsReportedLineID"/>
     
<xs:element name="reportedAmount" type="v14dt:amount"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V14/content/prepaidCardsOperations/reportedLine/id
diagram V14_p10.png
namespace http://www.bcl.lu/2011/V1.4
type prepaidCardsOperationsReportedLineID
properties
isRef 0
content complex
children instrumentType scheme operationType currency amountType
source <xs:element name="id" type="prepaidCardsOperationsReportedLineID"/>

element V14/content/prepaidCardsOperations/reportedLine/reportedAmount
diagram V14_p11.png
namespace http://www.bcl.lu/2011/V1.4
type amount
properties
isRef 0
content simple
facets
Kind Value annotation 
fractionDigits 
pattern .+ 
source <xs:element name="reportedAmount" type="v14dt:amount"/>

element V14/content/paymentTerminals
diagram V14_p12.png
namespace http://www.bcl.lu/2011/V1.4
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  
unique  paymentTerminalsLineId    .//v14:reportedLine/v14:id  v14:terminalType  
v14:instrumentType  
v14:country  
v14:amountType  
annotation
documentation
payment terminals
documentation
terminaux de paiement
source <xs:element name="paymentTerminals" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">payment terminals</xs:documentation>
   
<xs:documentation xml:lang="FR">terminaux de paiement</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id" type="paymentTerminalsReportedLineID"/>
           
<xs:element name="reportedAmount" type="v14dt:amount"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="paymentTerminalsLineId">
   
<xs:selector xpath=".//v14:reportedLine/v14:id"/>
   
<xs:field xpath="v14:terminalType"/>
   
<xs:field xpath="v14:instrumentType"/>
   
<xs:field xpath="v14:country"/>
   
<xs:field xpath="v14:amountType"/>
 
</xs:unique>
</xs:element>

element V14/content/paymentTerminals/reportedLine
diagram V14_p13.png
namespace http://www.bcl.lu/2011/V1.4
properties
isRef 0
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id" type="paymentTerminalsReportedLineID"/>
     
<xs:element name="reportedAmount" type="v14dt:amount"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V14/content/paymentTerminals/reportedLine/id
diagram V14_p14.png
namespace http://www.bcl.lu/2011/V1.4
type paymentTerminalsReportedLineID
properties
isRef 0
content complex
children terminalType instrumentType country amountType
source <xs:element name="id" type="paymentTerminalsReportedLineID"/>

element V14/content/paymentTerminals/reportedLine/reportedAmount
diagram V14_p15.png
namespace http://www.bcl.lu/2011/V1.4
type amount
properties
isRef 0
content simple
facets
Kind Value annotation 
fractionDigits 
pattern .+ 
source <xs:element name="reportedAmount" type="v14dt:amount"/>

complexType header
diagram V14_p16.png
namespace http://www.bcl.lu/2011/V1.4
children endMonthDate closingDate reporterID declarantID reportingCurrency layout
used by
element V14/header
annotation
documentation
study header
documentation
entete de l'enquete
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="v14dt: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="v14dt: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>

element header/endMonthDate
diagram V14_p17.png
namespace http://www.bcl.lu/2011/V1.4
type xs:date
properties
isRef 0
content simple
annotation
documentation
end of period date
documentation
date de fin de periode
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>

element header/closingDate
diagram V14_p18.png
namespace http://www.bcl.lu/2011/V1.4
type xs:date
properties
isRef 0
content simple
annotation
documentation
closing date
documentation
date de cloture
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>

element header/reporterID
diagram V14_p19.png
namespace http://www.bcl.lu/2011/V1.4
type reporterID
properties
isRef 0
content complex
children type code
annotation
documentation
reporter identification
documentation
identification du reporter
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>

element header/declarantID
diagram V14_p20.png
namespace http://www.bcl.lu/2011/V1.4
type declarantID
properties
isRef 0
content complex
children type code
annotation
documentation
declarant identification
documentation
identification du declarant
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>

element header/reportingCurrency
diagram V14_p21.png
namespace http://www.bcl.lu/2011/V1.4
type currency
properties
isRef 0
content simple
facets
Kind Value annotation 
length 
pattern [A-Z]{3} 
annotation
documentation
reporting currency
documentation
devise de reporting
source <xs:element name="reportingCurrency" type="v14dt: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>

element header/layout
diagram V14_p22.png
namespace http://www.bcl.lu/2011/V1.4
type layout
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern .+ 
annotation
documentation
layout
documentation
masque
source <xs:element name="layout" type="v14dt:layout">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">layout</xs:documentation>
   
<xs:documentation xml:lang="FR">masque</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType declarantID
diagram V14_p23.png
namespace http://www.bcl.lu/2011/V1.4
children type code
used by
element header/declarantID
annotation
documentation
declarant identification
documentation
identification du declarant
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="v14dt: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="v14dt: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>

element declarantID/type
diagram V14_p24.png
namespace http://www.bcl.lu/2011/V1.4
type institutionType
properties
isRef 0
content simple
facets
Kind Value annotation 
length 
pattern [0-9]{2} 
annotation
documentation
institution type
documentation
type d'entite
source <xs:element name="type" type="v14dt: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>

element declarantID/code
diagram V14_p25.png
namespace http://www.bcl.lu/2011/V1.4
type institutionCode
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern .+ 
annotation
documentation
institution code
documentation
code de l'entite
source <xs:element name="code" type="v14dt: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>

complexType issuedCardsReportedLineID
diagram V14_p26.png
namespace http://www.bcl.lu/2011/V1.4
children cardActivity instrumentType scheme country amountType
used by
element V14/content/issuedCards/reportedLine/id
annotation
documentation
reported line identifier for issued cards
documentation
identifiant d'une ligne rapportee pour cartes émises
source <xs:complexType name="issuedCardsReportedLineID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reported line identifier for issued cards</xs:documentation>
   
<xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour cartes émises</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="cardActivity" type="v14dt:cardActivity">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">card activity</xs:documentation>
       
<xs:documentation xml:lang="FR">activite carte</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="instrumentType" type="v14dt: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="v14dt: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="country" type="v14dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">country of the issued card</xs:documentation>
       
<xs:documentation xml:lang="FR">pays de la carte emise</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="amountType" type="v14dt: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>

element issuedCardsReportedLineID/cardActivity
diagram V14_p27.png
namespace http://www.bcl.lu/2011/V1.4
type cardActivity
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
card activity
documentation
activite carte
source <xs:element name="cardActivity" type="v14dt:cardActivity">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">card activity</xs:documentation>
   
<xs:documentation xml:lang="FR">activite carte</xs:documentation>
 
</xs:annotation>
</xs:element>

element issuedCardsReportedLineID/instrumentType
diagram V14_p28.png
namespace http://www.bcl.lu/2011/V1.4
type instrumentType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
instrument type
documentation
type d'instrument
source <xs:element name="instrumentType" type="v14dt: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>

element issuedCardsReportedLineID/scheme
diagram V14_p29.png
namespace http://www.bcl.lu/2011/V1.4
type scheme
properties
isRef 0
content simple
nillable false
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
scheme or hard/software based
documentation
schema ou support
source <xs:element name="scheme" type="v14dt: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>

element issuedCardsReportedLineID/country
diagram V14_p30.png
namespace http://www.bcl.lu/2011/V1.4
type bclCountry
properties
isRef 0
content simple
annotation
documentation
country of the issued card
documentation
pays de la carte emise
source <xs:element name="country" type="v14dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">country of the issued card</xs:documentation>
   
<xs:documentation xml:lang="FR">pays de la carte emise</xs:documentation>
 
</xs:annotation>
</xs:element>

element issuedCardsReportedLineID/amountType
diagram V14_p31.png
namespace http://www.bcl.lu/2011/V1.4
type amountType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
amount type
documentation
type de montant
source <xs:element name="amountType" type="v14dt: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>

complexType paymentTerminalsReportedLineID
diagram V14_p32.png
namespace http://www.bcl.lu/2011/V1.4
children terminalType instrumentType country amountType
used by
element V14/content/paymentTerminals/reportedLine/id
annotation
documentation
reported line identifier for payment terminal
documentation
identifiant d'une ligne rapportee pour terminal de paiement
source <xs:complexType name="paymentTerminalsReportedLineID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reported line identifier for payment terminal</xs:documentation>
   
<xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour terminal de paiement</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="terminalType" type="v14dt:terminalType" nillable="false">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">terminal type</xs:documentation>
       
<xs:documentation xml:lang="FR">type de terminal</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="instrumentType" type="v14dt: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="country" type="v14dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">country of the payment terminal</xs:documentation>
       
<xs:documentation xml:lang="FR">pays du terminal de paiement</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="amountType" type="v14dt: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>

element paymentTerminalsReportedLineID/terminalType
diagram V14_p33.png
namespace http://www.bcl.lu/2011/V1.4
type terminalType
properties
isRef 0
content simple
nillable false
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
terminal type
documentation
type de terminal
source <xs:element name="terminalType" type="v14dt:terminalType" nillable="false">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">terminal type</xs:documentation>
   
<xs:documentation xml:lang="FR">type de terminal</xs:documentation>
 
</xs:annotation>
</xs:element>

element paymentTerminalsReportedLineID/instrumentType
diagram V14_p34.png
namespace http://www.bcl.lu/2011/V1.4
type instrumentType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
instrument type
documentation
type d'instrument
source <xs:element name="instrumentType" type="v14dt: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>

element paymentTerminalsReportedLineID/country
diagram V14_p35.png
namespace http://www.bcl.lu/2011/V1.4
type bclCountry
properties
isRef 0
content simple
annotation
documentation
country of the payment terminal
documentation
pays du terminal de paiement
source <xs:element name="country" type="v14dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">country of the payment terminal</xs:documentation>
   
<xs:documentation xml:lang="FR">pays du terminal de paiement</xs:documentation>
 
</xs:annotation>
</xs:element>

element paymentTerminalsReportedLineID/amountType
diagram V14_p36.png
namespace http://www.bcl.lu/2011/V1.4
type amountType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
amount type
documentation
type de montant
source <xs:element name="amountType" type="v14dt: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>

complexType prepaidCardsOperationsReportedLineID
diagram V14_p37.png
namespace http://www.bcl.lu/2011/V1.4
children instrumentType scheme operationType currency amountType
used by
element V14/content/prepaidCardsOperations/reportedLine/id
annotation
documentation
reported line identifier for operation on prepaid cards
documentation
identifiant d'une ligne rapportee pour operation sur cartes prepayees
source <xs:complexType name="prepaidCardsOperationsReportedLineID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reported line identifier for operation on prepaid cards</xs:documentation>
   
<xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour operation sur cartes prepayees</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="instrumentType" type="v14dt: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="v14dt: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="v14dt: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:element>
   
<xs:element name="currency" type="v14dt:bclCurrency" nillable="false">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">original currency</xs:documentation>
       
<xs:documentation xml:lang="FR">devise d'origine</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="amountType" type="v14dt: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>

element prepaidCardsOperationsReportedLineID/instrumentType
diagram V14_p38.png
namespace http://www.bcl.lu/2011/V1.4
type instrumentType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
instrument type
documentation
type d'instrument
source <xs:element name="instrumentType" type="v14dt: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>

element prepaidCardsOperationsReportedLineID/scheme
diagram V14_p39.png
namespace http://www.bcl.lu/2011/V1.4
type scheme
properties
isRef 0
content simple
nillable false
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
scheme or hard/software based
documentation
schema ou support
source <xs:element name="scheme" type="v14dt: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>

element prepaidCardsOperationsReportedLineID/operationType
diagram V14_p40.png
namespace http://www.bcl.lu/2011/V1.4
type operationType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
operation type
documentation
type d'operation
source <xs:element name="operationType" type="v14dt: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:element>

element prepaidCardsOperationsReportedLineID/currency
diagram V14_p41.png
namespace http://www.bcl.lu/2011/V1.4
type bclCurrency
properties
isRef 0
content simple
nillable false
annotation
documentation
original currency
documentation
devise d'origine
source <xs:element name="currency" type="v14dt:bclCurrency" nillable="false">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">original currency</xs:documentation>
   
<xs:documentation xml:lang="FR">devise d'origine</xs:documentation>
 
</xs:annotation>
</xs:element>

element prepaidCardsOperationsReportedLineID/amountType
diagram V14_p42.png
namespace http://www.bcl.lu/2011/V1.4
type amountType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
amount type
documentation
type de montant
source <xs:element name="amountType" type="v14dt: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>

complexType reporterID
diagram V14_p43.png
namespace http://www.bcl.lu/2011/V1.4
children type code
used by
element header/reporterID
annotation
documentation
reporter identification
documentation
identification du declarant
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="v14dt: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="v14dt: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>

element reporterID/type
diagram V14_p44.png
namespace http://www.bcl.lu/2011/V1.4
type institutionType
properties
isRef 0
content simple
facets
Kind Value annotation 
length 
pattern [0-9]{2} 
annotation
documentation
institution type
documentation
type d'entite
source <xs:element name="type" type="v14dt: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>

element reporterID/code
diagram V14_p45.png
namespace http://www.bcl.lu/2011/V1.4
type institutionCode
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern .+ 
annotation
documentation
institution code
documentation
code de l'entite
source <xs:element name="code" type="v14dt: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>

simpleType amount
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:decimal
properties
base xs:decimal
used by
elements V14/content/issuedCards/reportedLine/reportedAmount V14/content/prepaidCardsOperations/reportedLine/reportedAmount V14/content/paymentTerminals/reportedLine/reportedAmount
facets
Kind Value annotation 
fractionDigits 
pattern .+ 
annotation
documentation
amount
documentation
montant
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>

simpleType amountType
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements issuedCardsReportedLineID/amountType paymentTerminalsReportedLineID/amountType prepaidCardsOperationsReportedLineID/amountType
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
amount type
documentation
type de montants
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>

simpleType bclCountry
namespace http://www.bcl.lu/2011/V1.4/datatypes
type union of (country, restriction of xs:string)
used by
elements issuedCardsReportedLineID/country paymentTerminalsReportedLineID/country
annotation
documentation
BCL codification for country
documentation
nomenclature BCL pour le pays
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>

simpleType bclCurrency
namespace http://www.bcl.lu/2011/V1.4/datatypes
type union of (currency, restriction of xs:string)
used by
element prepaidCardsOperationsReportedLineID/currency
annotation
documentation
BCL codification for currency
documentation
nomenclature BCL pour la devise
source <xs:simpleType name="bclCurrency">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">BCL codification for currency</xs:documentation>
   
<xs:documentation xml:lang="FR">nomenclature BCL pour la devise</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 cardActivity
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:string
properties
base xs:string
used by
element issuedCardsReportedLineID/cardActivity
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
card activity
documentation
activite carte
source <xs:simpleType name="cardActivity">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">card activity</xs:documentation>
   
<xs:documentation xml:lang="FR">activite carte</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{3}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType country
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:string
properties
base xs:string
used by
simpleType bclCountry
facets
Kind Value annotation 
length 
pattern [A-Z]{2} 
annotation
documentation
country (ISO 3166)
documentation
pays (ISO 3166)
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>

simpleType currency
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:string
properties
base xs:string
used by
element header/reportingCurrency
simpleType bclCurrency
facets
Kind Value annotation 
length 
pattern [A-Z]{3} 
annotation
documentation
currency (ISO 4217)
documentation
devise (ISO 4217)
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>

simpleType institutionCode
namespace http://www.bcl.lu/2011/V1.4/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
documentation
code d'une entite
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>

simpleType institutionType
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements declarantID/type reporterID/type
facets
Kind Value annotation 
length 
pattern [0-9]{2} 
annotation
documentation
institution type
documentation
type d'entite
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>

simpleType instrumentType
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements issuedCardsReportedLineID/instrumentType paymentTerminalsReportedLineID/instrumentType prepaidCardsOperationsReportedLineID/instrumentType
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
instrument type
documentation
type d'instrument
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>

simpleType layout
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:int
properties
base xs:int
used by
element header/layout
facets
Kind Value annotation 
pattern .+ 
annotation
documentation
layout
documentation
masque
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>

simpleType operationType
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:string
properties
base xs:string
used by
element prepaidCardsOperationsReportedLineID/operationType
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
operation type
documentation
type d'operation
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>

simpleType scheme
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements issuedCardsReportedLineID/scheme prepaidCardsOperationsReportedLineID/scheme
facets
Kind Value annotation 
pattern [A-Z0-9]{4} 
annotation
documentation
scheme or hard/software based
documentation
schema ou support
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>

simpleType terminalType
namespace http://www.bcl.lu/2011/V1.4/datatypes
type restriction of xs:string
properties
base xs:string
used by
element paymentTerminalsReportedLineID/terminalType
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
terminal type
documentation
type de terminal
source <xs:simpleType name="terminalType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">terminal type</xs:documentation>
   
<xs:documentation xml:lang="FR">type de terminal</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{3}"/>
 
</xs:restriction>
</xs:simpleType>


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