Schema V1201.xsd


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


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


schema location ..\datatypes.xsd
attributeFormDefault unqualified
elementFormDefault qualified
targetNamespace http://www.bcl.lu/2021/V1.201/datatypes
 
Simple types 
amount 
bclCountry 
bclCurrency 
contactlessFunction 
country 
currency 
institutionCode 
institutionType 
layout 
metric 
paymentCardScheme 
paymentCardType 


element V1201
diagram V1201_p1.png
namespace http://www.bcl.lu/2021/V1.201
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
Stock of distributed payment cards
source <xs:element name="V1201">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Stock of distributed payment cards</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="stockDistributedPaymentCards" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="EN">Stock of distributed payment cards</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id" type="stockDistributedPaymentCardsLineID"/>
                       
<xs:element name="reportedAmount" type="v1201dt:amount"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="stockDistributedPaymentCardsLineId">
               
<xs:selector xpath=".//v1201:reportedLine/v1201:id"/>
               
<xs:field xpath="v1201:paymentCardType"/>
               
<xs:field xpath="v1201:paymentCardScheme"/>
               
<xs:field xpath="v1201:contactlessFunction"/>
               
<xs:field xpath="v1201:issuerCountry"/>
               
<xs:field xpath="v1201: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 V1201/@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 V1201/@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 V1201/header
diagram V1201_p2.png
namespace http://www.bcl.lu/2021/V1.201
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 V1201/content
diagram V1201_p3.png
namespace http://www.bcl.lu/2021/V1.201
properties
content complex
children stockDistributedPaymentCards
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="stockDistributedPaymentCards" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">Stock of distributed payment cards</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id" type="stockDistributedPaymentCardsLineID"/>
                 
<xs:element name="reportedAmount" type="v1201dt:amount"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="stockDistributedPaymentCardsLineId">
         
<xs:selector xpath=".//v1201:reportedLine/v1201:id"/>
         
<xs:field xpath="v1201:paymentCardType"/>
         
<xs:field xpath="v1201:paymentCardScheme"/>
         
<xs:field xpath="v1201:contactlessFunction"/>
         
<xs:field xpath="v1201:issuerCountry"/>
         
<xs:field xpath="v1201:metric"/>
       
</xs:unique>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V1201/content/stockDistributedPaymentCards
diagram V1201_p4.png
namespace http://www.bcl.lu/2021/V1.201
properties
minOcc 0
maxOcc 1
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
unique  stockDistributedPaymentCardsLineId    .//v1201:reportedLine/v1201:id  v1201:paymentCardType  
v1201:paymentCardScheme  
v1201:contactlessFunction  
v1201:issuerCountry  
v1201:metric  
annotation
documentation
Stock of distributed payment cards
source <xs:element name="stockDistributedPaymentCards" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Stock of distributed payment cards</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id" type="stockDistributedPaymentCardsLineID"/>
           
<xs:element name="reportedAmount" type="v1201dt:amount"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="stockDistributedPaymentCardsLineId">
   
<xs:selector xpath=".//v1201:reportedLine/v1201:id"/>
   
<xs:field xpath="v1201:paymentCardType"/>
   
<xs:field xpath="v1201:paymentCardScheme"/>
   
<xs:field xpath="v1201:contactlessFunction"/>
   
<xs:field xpath="v1201:issuerCountry"/>
   
<xs:field xpath="v1201:metric"/>
 
</xs:unique>
</xs:element>

element V1201/content/stockDistributedPaymentCards/reportedLine
diagram V1201_p5.png
namespace http://www.bcl.lu/2021/V1.201
properties
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id" type="stockDistributedPaymentCardsLineID"/>
     
<xs:element name="reportedAmount" type="v1201dt:amount"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V1201/content/stockDistributedPaymentCards/reportedLine/id
diagram V1201_p6.png
namespace http://www.bcl.lu/2021/V1.201
type stockDistributedPaymentCardsLineID
properties
content complex
children paymentCardType paymentCardScheme contactlessFunction issuerCountry metric
source <xs:element name="id" type="stockDistributedPaymentCardsLineID"/>

element V1201/content/stockDistributedPaymentCards/reportedLine/reportedAmount
diagram V1201_p7.png
namespace http://www.bcl.lu/2021/V1.201
type amount
properties
content simple
facets
Kind Value Annotation
fractionDigits 5
pattern .+
source <xs:element name="reportedAmount" type="v1201dt:amount"/>

complexType header
diagram V1201_p8.png
namespace http://www.bcl.lu/2021/V1.201
children endMonthDate closingDate reporterID declarantID reportingCurrency layout
used by
element V1201/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="v1201dt:currency">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">reporting currency</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="layout" type="v1201dt:layout">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">layout</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element header/endMonthDate
diagram V1201_p9.png
namespace http://www.bcl.lu/2021/V1.201
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 V1201_p10.png
namespace http://www.bcl.lu/2021/V1.201
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 V1201_p11.png
namespace http://www.bcl.lu/2021/V1.201
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 V1201_p12.png
namespace http://www.bcl.lu/2021/V1.201
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 V1201_p13.png
namespace http://www.bcl.lu/2021/V1.201
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="v1201dt:currency">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reporting currency</xs:documentation>
 
</xs:annotation>
</xs:element>

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

complexType declarantID
diagram V1201_p15.png
namespace http://www.bcl.lu/2021/V1.201
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="v1201dt:institutionType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="code" type="v1201dt:institutionCode">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution code</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element declarantID/type
diagram V1201_p16.png
namespace http://www.bcl.lu/2021/V1.201
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="v1201dt:institutionType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution type</xs:documentation>
 
</xs:annotation>
</xs:element>

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

complexType reporterID
diagram V1201_p18.png
namespace http://www.bcl.lu/2021/V1.201
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="v1201dt:institutionType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="code" type="v1201dt:institutionCode">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution code</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element reporterID/type
diagram V1201_p19.png
namespace http://www.bcl.lu/2021/V1.201
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="v1201dt:institutionType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution type</xs:documentation>
 
</xs:annotation>
</xs:element>

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

complexType stockDistributedPaymentCardsLineID
diagram V1201_p21.png
namespace http://www.bcl.lu/2021/V1.201
children paymentCardType paymentCardScheme contactlessFunction issuerCountry metric
used by
element V1201/content/stockDistributedPaymentCards/reportedLine/id
annotation
documentation
reported line identifier for stock of distributed payment cards
source <xs:complexType name="stockDistributedPaymentCardsLineID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reported line identifier for stock of distributed payment cards</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="paymentCardType" type="v1201dt:paymentCardType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Payment card type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="paymentCardScheme" type="v1201dt:paymentCardScheme">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Payment card scheme</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="contactlessFunction" type="v1201dt:contactlessFunction">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Contactless function</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="issuerCountry" type="v1201dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Country of issuer</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="metric" type="v1201dt:metric">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">Metric</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element stockDistributedPaymentCardsLineID/paymentCardType
diagram V1201_p22.png
namespace http://www.bcl.lu/2021/V1.201
type paymentCardType
properties
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Payment card type
source <xs:element name="paymentCardType" type="v1201dt:paymentCardType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Payment card type</xs:documentation>
 
</xs:annotation>
</xs:element>

element stockDistributedPaymentCardsLineID/paymentCardScheme
diagram V1201_p23.png
namespace http://www.bcl.lu/2021/V1.201
type paymentCardScheme
properties
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Payment card scheme
source <xs:element name="paymentCardScheme" type="v1201dt:paymentCardScheme">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Payment card scheme</xs:documentation>
 
</xs:annotation>
</xs:element>

element stockDistributedPaymentCardsLineID/contactlessFunction
diagram V1201_p24.png
namespace http://www.bcl.lu/2021/V1.201
type contactlessFunction
properties
content simple
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Contactless function
source <xs:element name="contactlessFunction" type="v1201dt:contactlessFunction">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Contactless function</xs:documentation>
 
</xs:annotation>
</xs:element>

element stockDistributedPaymentCardsLineID/issuerCountry
diagram V1201_p25.png
namespace http://www.bcl.lu/2021/V1.201
type bclCountry
properties
content simple
annotation
documentation
Country of issuer
source <xs:element name="issuerCountry" type="v1201dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Country of issuer</xs:documentation>
 
</xs:annotation>
</xs:element>

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

simpleType amount
namespace http://www.bcl.lu/2021/V1.201/datatypes
type restriction of xs:decimal
properties
base xs:decimal
used by
element V1201/content/stockDistributedPaymentCards/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.201/datatypes
type union of (country, restriction of xs:string)
used by
element stockDistributedPaymentCardsLineID/issuerCountry
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.201/datatypes
type union of (currency, restriction of xs:string)
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 contactlessFunction
namespace http://www.bcl.lu/2021/V1.201/datatypes
type restriction of xs:string
properties
base xs:string
used by
element stockDistributedPaymentCardsLineID/contactlessFunction
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Contactless function
source <xs:simpleType name="contactlessFunction">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Contactless function</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType country
namespace http://www.bcl.lu/2021/V1.201/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.201/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 institutionCode
namespace http://www.bcl.lu/2021/V1.201/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.201/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.201/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 metric
namespace http://www.bcl.lu/2021/V1.201/datatypes
type restriction of xs:string
properties
base xs:string
used by
element stockDistributedPaymentCardsLineID/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 paymentCardScheme
namespace http://www.bcl.lu/2021/V1.201/datatypes
type restriction of xs:string
properties
base xs:string
used by
element stockDistributedPaymentCardsLineID/paymentCardScheme
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Payment card scheme
source <xs:simpleType name="paymentCardScheme">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Payment card scheme</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType paymentCardType
namespace http://www.bcl.lu/2021/V1.201/datatypes
type restriction of xs:string
properties
base xs:string
used by
element stockDistributedPaymentCardsLineID/paymentCardType
facets
Kind Value Annotation
pattern [A-Z0-9]{4}
annotation
documentation
Payment card type
source <xs:simpleType name="paymentCardType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">Payment card 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