Schema V19.xsd


schema location:  ..\V19.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.bcl.lu/2015/V1.9
 
Elements  Complex types 
V19  header 


schema location:  ..\structures.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.bcl.lu/2015/V1.9
 
Complex types 
declarantID 
operationLineID 
reporterID 
schemeLineID 
transferLineID 


schema location:  ..\datatypes.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.bcl.lu/2015/V1.9/datatypes
 
Simple types 
amount 
amountType 
bclCountry 
country 
currency 
institutionCode 
institutionType 
instrumentType 
layout 
operationType 
scheme 
transferType 


element V19
diagram V19_p1.png
namespace http://www.bcl.lu/2015/V1.9
properties
content complex
children header content
attributes
Name  Type  Use  Default  Fixed  annotation
versionxs:stringrequired    1.0  
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
on card e-money
documentation
monnaie electronique sur carte
source <xs:element name="V19">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">on card e-money</xs:documentation>
   
<xs:documentation xml:lang="FR">monnaie electronique sur carte</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="header" type="header">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">study header</xs:documentation>
         
<xs:documentation xml:lang="FR">entete de l'enquete</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="content">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">study content</xs:documentation>
         
<xs:documentation xml:lang="FR">contenu de l'enquete</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="schemes" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="EN">schemes</xs:documentation>
               
<xs:documentation xml:lang="FR">schemas</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id" type="schemeLineID"/>
                       
<xs:element name="reportedAmount" type="v19dt:amount"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="schemesLineId">
               
<xs:selector xpath=".//v19:reportedLine/v19:id"/>
               
<xs:field xpath="v19:instrumentType"/>
               
<xs:field xpath="v19:scheme"/>
               
<xs:field xpath="v19:amountType"/>
             
</xs:unique>
           
</xs:element>
           
<xs:element name="operations" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="EN">operations</xs:documentation>
               
<xs:documentation xml:lang="FR">operations</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id" type="operationLineID"/>
                       
<xs:element name="reportedAmount" type="v19dt:amount"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="operationsLineId">
               
<xs:selector xpath=".//v19:reportedLine/v19:id"/>
               
<xs:field xpath="v19:instrumentType"/>
               
<xs:field xpath="v19:scheme"/>
               
<xs:field xpath="v19:operationType"/>
               
<xs:field xpath="v19:issuingCountry"/>
               
<xs:field xpath="v19:transactionCountry"/>
               
<xs:field xpath="v19:amountType"/>
             
</xs:unique>
           
</xs:element>
           
<xs:element name="transfers" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="EN">transfers</xs:documentation>
               
<xs:documentation xml:lang="FR">transferts</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id" type="transferLineID"/>
                       
<xs:element name="reportedAmount" type="v19dt:amount"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="transfersLineId">
               
<xs:selector xpath=".//v19:reportedLine/v19:id"/>
               
<xs:field xpath="v19:instrumentType"/>
               
<xs:field xpath="v19:scheme"/>
               
<xs:field xpath="v19:transferType"/>
               
<xs:field xpath="v19:debtorSchemeCountry"/>
               
<xs:field xpath="v19:creditorSchemeCountry"/>
               
<xs:field xpath="v19:amountType"/>
             
</xs:unique>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="version" type="xs:string" use="required" fixed="1.0">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">study version</xs:documentation>
       
<xs:documentation xml:lang="FR">version de l'enquete</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="creationDateTime" type="xs:dateTime" use="required">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">report creation date and time</xs:documentation>
       
<xs:documentation xml:lang="FR">date et heure de creation du rapport</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute V19/@version
type xs:string
properties
isRef 0
fixed 1.0
use required
annotation
documentation
study version
documentation
version de l'enquete
source <xs:attribute name="version" type="xs:string" use="required" fixed="1.0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">study version</xs:documentation>
   
<xs:documentation xml:lang="FR">version de l'enquete</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute V19/@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 V19/header
diagram V19_p2.png
namespace http://www.bcl.lu/2015/V1.9
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 V19/content
diagram V19_p3.png
namespace http://www.bcl.lu/2015/V1.9
properties
isRef 0
content complex
children schemes operations transfers
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="schemes" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">schemes</xs:documentation>
         
<xs:documentation xml:lang="FR">schemas</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id" type="schemeLineID"/>
                 
<xs:element name="reportedAmount" type="v19dt:amount"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="schemesLineId">
         
<xs:selector xpath=".//v19:reportedLine/v19:id"/>
         
<xs:field xpath="v19:instrumentType"/>
         
<xs:field xpath="v19:scheme"/>
         
<xs:field xpath="v19:amountType"/>
       
</xs:unique>
     
</xs:element>
     
<xs:element name="operations" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">operations</xs:documentation>
         
<xs:documentation xml:lang="FR">operations</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id" type="operationLineID"/>
                 
<xs:element name="reportedAmount" type="v19dt:amount"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="operationsLineId">
         
<xs:selector xpath=".//v19:reportedLine/v19:id"/>
         
<xs:field xpath="v19:instrumentType"/>
         
<xs:field xpath="v19:scheme"/>
         
<xs:field xpath="v19:operationType"/>
         
<xs:field xpath="v19:issuingCountry"/>
         
<xs:field xpath="v19:transactionCountry"/>
         
<xs:field xpath="v19:amountType"/>
       
</xs:unique>
     
</xs:element>
     
<xs:element name="transfers" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">transfers</xs:documentation>
         
<xs:documentation xml:lang="FR">transferts</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id" type="transferLineID"/>
                 
<xs:element name="reportedAmount" type="v19dt:amount"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="transfersLineId">
         
<xs:selector xpath=".//v19:reportedLine/v19:id"/>
         
<xs:field xpath="v19:instrumentType"/>
         
<xs:field xpath="v19:scheme"/>
         
<xs:field xpath="v19:transferType"/>
         
<xs:field xpath="v19:debtorSchemeCountry"/>
         
<xs:field xpath="v19:creditorSchemeCountry"/>
         
<xs:field xpath="v19:amountType"/>
       
</xs:unique>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V19/content/schemes
diagram V19_p4.png
namespace http://www.bcl.lu/2015/V1.9
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  
unique  schemesLineId    .//v19:reportedLine/v19:id  v19:instrumentType  
v19:scheme  
v19:amountType  
annotation
documentation
schemes
documentation
schemas
source <xs:element name="schemes" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">schemes</xs:documentation>
   
<xs:documentation xml:lang="FR">schemas</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id" type="schemeLineID"/>
           
<xs:element name="reportedAmount" type="v19dt:amount"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="schemesLineId">
   
<xs:selector xpath=".//v19:reportedLine/v19:id"/>
   
<xs:field xpath="v19:instrumentType"/>
   
<xs:field xpath="v19:scheme"/>
   
<xs:field xpath="v19:amountType"/>
 
</xs:unique>
</xs:element>

element V19/content/schemes/reportedLine
diagram V19_p5.png
namespace http://www.bcl.lu/2015/V1.9
properties
isRef 0
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id" type="schemeLineID"/>
     
<xs:element name="reportedAmount" type="v19dt:amount"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V19/content/schemes/reportedLine/id
diagram V19_p6.png
namespace http://www.bcl.lu/2015/V1.9
type schemeLineID
properties
isRef 0
content complex
children instrumentType scheme amountType
source <xs:element name="id" type="schemeLineID"/>

element V19/content/schemes/reportedLine/reportedAmount
diagram V19_p7.png
namespace http://www.bcl.lu/2015/V1.9
type amount
properties
isRef 0
content simple
facets
Kind Value annotation 
fractionDigits 
pattern .+ 
source <xs:element name="reportedAmount" type="v19dt:amount"/>

element V19/content/operations
diagram V19_p8.png
namespace http://www.bcl.lu/2015/V1.9
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  
unique  operationsLineId    .//v19:reportedLine/v19:id  v19:instrumentType  
v19:scheme  
v19:operationType  
v19:issuingCountry  
v19:transactionCountry  
v19:amountType  
annotation
documentation
operations
documentation
operations
source <xs:element name="operations" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">operations</xs:documentation>
   
<xs:documentation xml:lang="FR">operations</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id" type="operationLineID"/>
           
<xs:element name="reportedAmount" type="v19dt:amount"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="operationsLineId">
   
<xs:selector xpath=".//v19:reportedLine/v19:id"/>
   
<xs:field xpath="v19:instrumentType"/>
   
<xs:field xpath="v19:scheme"/>
   
<xs:field xpath="v19:operationType"/>
   
<xs:field xpath="v19:issuingCountry"/>
   
<xs:field xpath="v19:transactionCountry"/>
   
<xs:field xpath="v19:amountType"/>
 
</xs:unique>
</xs:element>

element V19/content/operations/reportedLine
diagram V19_p9.png
namespace http://www.bcl.lu/2015/V1.9
properties
isRef 0
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id" type="operationLineID"/>
     
<xs:element name="reportedAmount" type="v19dt:amount"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V19/content/operations/reportedLine/id
diagram V19_p10.png
namespace http://www.bcl.lu/2015/V1.9
type operationLineID
properties
isRef 0
content complex
children instrumentType scheme operationType issuingCountry transactionCountry amountType
source <xs:element name="id" type="operationLineID"/>

element V19/content/operations/reportedLine/reportedAmount
diagram V19_p11.png
namespace http://www.bcl.lu/2015/V1.9
type amount
properties
isRef 0
content simple
facets
Kind Value annotation 
fractionDigits 
pattern .+ 
source <xs:element name="reportedAmount" type="v19dt:amount"/>

element V19/content/transfers
diagram V19_p12.png
namespace http://www.bcl.lu/2015/V1.9
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  
unique  transfersLineId    .//v19:reportedLine/v19:id  v19:instrumentType  
v19:scheme  
v19:transferType  
v19:debtorSchemeCountry  
v19:creditorSchemeCountry  
v19:amountType  
annotation
documentation
transfers
documentation
transferts
source <xs:element name="transfers" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">transfers</xs:documentation>
   
<xs:documentation xml:lang="FR">transferts</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id" type="transferLineID"/>
           
<xs:element name="reportedAmount" type="v19dt:amount"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="transfersLineId">
   
<xs:selector xpath=".//v19:reportedLine/v19:id"/>
   
<xs:field xpath="v19:instrumentType"/>
   
<xs:field xpath="v19:scheme"/>
   
<xs:field xpath="v19:transferType"/>
   
<xs:field xpath="v19:debtorSchemeCountry"/>
   
<xs:field xpath="v19:creditorSchemeCountry"/>
   
<xs:field xpath="v19:amountType"/>
 
</xs:unique>
</xs:element>

element V19/content/transfers/reportedLine
diagram V19_p13.png
namespace http://www.bcl.lu/2015/V1.9
properties
isRef 0
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id" type="transferLineID"/>
     
<xs:element name="reportedAmount" type="v19dt:amount"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V19/content/transfers/reportedLine/id
diagram V19_p14.png
namespace http://www.bcl.lu/2015/V1.9
type transferLineID
properties
isRef 0
content complex
children instrumentType scheme transferType debtorSchemeCountry creditorSchemeCountry amountType
source <xs:element name="id" type="transferLineID"/>

element V19/content/transfers/reportedLine/reportedAmount
diagram V19_p15.png
namespace http://www.bcl.lu/2015/V1.9
type amount
properties
isRef 0
content simple
facets
Kind Value annotation 
fractionDigits 
pattern .+ 
source <xs:element name="reportedAmount" type="v19dt:amount"/>

complexType header
diagram V19_p16.png
namespace http://www.bcl.lu/2015/V1.9
children endMonthDate closingDate reporterID declarantID reportingCurrency layout
used by
element V19/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="v19dt:currency">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">reporting currency</xs:documentation>
       
<xs:documentation xml:lang="FR">devise de reporting</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="layout" type="v19dt:layout">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">layout</xs:documentation>
       
<xs:documentation xml:lang="FR">masque</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element header/endMonthDate
diagram V19_p17.png
namespace http://www.bcl.lu/2015/V1.9
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 V19_p18.png
namespace http://www.bcl.lu/2015/V1.9
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 V19_p19.png
namespace http://www.bcl.lu/2015/V1.9
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 V19_p20.png
namespace http://www.bcl.lu/2015/V1.9
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 V19_p21.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:currency">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reporting currency</xs:documentation>
   
<xs:documentation xml:lang="FR">devise de reporting</xs:documentation>
 
</xs:annotation>
</xs:element>

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

complexType declarantID
diagram V19_p23.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:institutionType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution type</xs:documentation>
       
<xs:documentation xml:lang="FR">type d'entite</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="code" type="v19dt:institutionCode">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution code</xs:documentation>
       
<xs:documentation xml:lang="FR">code de l'entite</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element declarantID/type
diagram V19_p24.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:institutionType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution type</xs:documentation>
   
<xs:documentation xml:lang="FR">type d'entite</xs:documentation>
 
</xs:annotation>
</xs:element>

element declarantID/code
diagram V19_p25.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:institutionCode">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution code</xs:documentation>
   
<xs:documentation xml:lang="FR">code de l'entite</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType operationLineID
diagram V19_p26.png
namespace http://www.bcl.lu/2015/V1.9
children instrumentType scheme operationType issuingCountry transactionCountry amountType
used by
element V19/content/operations/reportedLine/id
annotation
documentation
reported line identifier for operation
documentation
identifiant d'une ligne rapportee pour operation
source <xs:complexType name="operationLineID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reported line identifier for operation</xs:documentation>
   
<xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour operation</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="instrumentType" type="v19dt:instrumentType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">instrument type</xs:documentation>
       
<xs:documentation xml:lang="FR">type d'instrument</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="scheme" type="v19dt:scheme" nillable="false">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation>
       
<xs:documentation xml:lang="FR">schema ou support</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="operationType" type="v19dt:operationType" nillable="false">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">operation type</xs:documentation>
       
<xs:documentation xml:lang="FR">type d'operation</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="issuingCountry" type="v19dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">issuing country</xs:documentation>
       
<xs:documentation xml:lang="FR">pays d'emission</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="transactionCountry" type="v19dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">transaction country</xs:documentation>
       
<xs:documentation xml:lang="FR">pays de la transaction</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="amountType" type="v19dt:amountType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">amount type</xs:documentation>
       
<xs:documentation xml:lang="FR">type de montant</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element operationLineID/instrumentType
diagram V19_p27.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:instrumentType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">instrument type</xs:documentation>
   
<xs:documentation xml:lang="FR">type d'instrument</xs:documentation>
 
</xs:annotation>
</xs:element>

element operationLineID/scheme
diagram V19_p28.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:scheme" nillable="false">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation>
   
<xs:documentation xml:lang="FR">schema ou support</xs:documentation>
 
</xs:annotation>
</xs:element>

element operationLineID/operationType
diagram V19_p29.png
namespace http://www.bcl.lu/2015/V1.9
type operationType
properties
isRef 0
content simple
nillable false
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
operation type
documentation
type d'operation
source <xs:element name="operationType" type="v19dt:operationType" nillable="false">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">operation type</xs:documentation>
   
<xs:documentation xml:lang="FR">type d'operation</xs:documentation>
 
</xs:annotation>
</xs:element>

element operationLineID/issuingCountry
diagram V19_p30.png
namespace http://www.bcl.lu/2015/V1.9
type bclCountry
properties
isRef 0
content simple
annotation
documentation
issuing country
documentation
pays d'emission
source <xs:element name="issuingCountry" type="v19dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">issuing country</xs:documentation>
   
<xs:documentation xml:lang="FR">pays d'emission</xs:documentation>
 
</xs:annotation>
</xs:element>

element operationLineID/transactionCountry
diagram V19_p31.png
namespace http://www.bcl.lu/2015/V1.9
type bclCountry
properties
isRef 0
content simple
annotation
documentation
transaction country
documentation
pays de la transaction
source <xs:element name="transactionCountry" type="v19dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">transaction country</xs:documentation>
   
<xs:documentation xml:lang="FR">pays de la transaction</xs:documentation>
 
</xs:annotation>
</xs:element>

element operationLineID/amountType
diagram V19_p32.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:amountType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">amount type</xs:documentation>
   
<xs:documentation xml:lang="FR">type de montant</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType reporterID
diagram V19_p33.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:institutionType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution type</xs:documentation>
       
<xs:documentation xml:lang="FR">type d'entite</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="code" type="v19dt:institutionCode">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">institution code</xs:documentation>
       
<xs:documentation xml:lang="FR">code de l'entite</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element reporterID/type
diagram V19_p34.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:institutionType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution type</xs:documentation>
   
<xs:documentation xml:lang="FR">type d'entite</xs:documentation>
 
</xs:annotation>
</xs:element>

element reporterID/code
diagram V19_p35.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:institutionCode">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">institution code</xs:documentation>
   
<xs:documentation xml:lang="FR">code de l'entite</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType schemeLineID
diagram V19_p36.png
namespace http://www.bcl.lu/2015/V1.9
children instrumentType scheme amountType
used by
element V19/content/schemes/reportedLine/id
annotation
documentation
reported line identifier for scheme
documentation
identifiant d'une ligne rapportee pour schema
source <xs:complexType name="schemeLineID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reported line identifier for scheme</xs:documentation>
   
<xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour schema</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="instrumentType" type="v19dt:instrumentType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">instrument type</xs:documentation>
       
<xs:documentation xml:lang="FR">type d'instrument</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="scheme" type="v19dt:scheme" nillable="false">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation>
       
<xs:documentation xml:lang="FR">schema ou support</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="amountType" type="v19dt:amountType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">amount type</xs:documentation>
       
<xs:documentation xml:lang="FR">type de montant</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element schemeLineID/instrumentType
diagram V19_p37.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:instrumentType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">instrument type</xs:documentation>
   
<xs:documentation xml:lang="FR">type d'instrument</xs:documentation>
 
</xs:annotation>
</xs:element>

element schemeLineID/scheme
diagram V19_p38.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:scheme" nillable="false">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation>
   
<xs:documentation xml:lang="FR">schema ou support</xs:documentation>
 
</xs:annotation>
</xs:element>

element schemeLineID/amountType
diagram V19_p39.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:amountType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">amount type</xs:documentation>
   
<xs:documentation xml:lang="FR">type de montant</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType transferLineID
diagram V19_p40.png
namespace http://www.bcl.lu/2015/V1.9
children instrumentType scheme transferType debtorSchemeCountry creditorSchemeCountry amountType
used by
element V19/content/transfers/reportedLine/id
annotation
documentation
reported line identifier for transfer
documentation
identifiant d'une ligne rapportee pour transfert
source <xs:complexType name="transferLineID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reported line identifier for transfer</xs:documentation>
   
<xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour transfert</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="instrumentType" type="v19dt:instrumentType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">instrument type</xs:documentation>
       
<xs:documentation xml:lang="FR">type d'instrument</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="scheme" type="v19dt:scheme" nillable="false">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation>
       
<xs:documentation xml:lang="FR">schema ou support</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="transferType" type="v19dt:transferType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">transfer type</xs:documentation>
       
<xs:documentation xml:lang="FR">type de transfert</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="debtorSchemeCountry" type="v19dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">debtor scheme country</xs:documentation>
       
<xs:documentation xml:lang="FR">pays du schema du debiteur</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="creditorSchemeCountry" type="v19dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">creditor scheme country</xs:documentation>
       
<xs:documentation xml:lang="FR">pays du schema du creancier</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="amountType" type="v19dt:amountType">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">amount type</xs:documentation>
       
<xs:documentation xml:lang="FR">type de montant</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element transferLineID/instrumentType
diagram V19_p41.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:instrumentType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">instrument type</xs:documentation>
   
<xs:documentation xml:lang="FR">type d'instrument</xs:documentation>
 
</xs:annotation>
</xs:element>

element transferLineID/scheme
diagram V19_p42.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:scheme" nillable="false">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">scheme or hard/software based</xs:documentation>
   
<xs:documentation xml:lang="FR">schema ou support</xs:documentation>
 
</xs:annotation>
</xs:element>

element transferLineID/transferType
diagram V19_p43.png
namespace http://www.bcl.lu/2015/V1.9
type transferType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
transfer type
documentation
type de transfert
source <xs:element name="transferType" type="v19dt:transferType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">transfer type</xs:documentation>
   
<xs:documentation xml:lang="FR">type de transfert</xs:documentation>
 
</xs:annotation>
</xs:element>

element transferLineID/debtorSchemeCountry
diagram V19_p44.png
namespace http://www.bcl.lu/2015/V1.9
type bclCountry
properties
isRef 0
content simple
annotation
documentation
debtor scheme country
documentation
pays du schema du debiteur
source <xs:element name="debtorSchemeCountry" type="v19dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">debtor scheme country</xs:documentation>
   
<xs:documentation xml:lang="FR">pays du schema du debiteur</xs:documentation>
 
</xs:annotation>
</xs:element>

element transferLineID/creditorSchemeCountry
diagram V19_p45.png
namespace http://www.bcl.lu/2015/V1.9
type bclCountry
properties
isRef 0
content simple
annotation
documentation
creditor scheme country
documentation
pays du schema du creancier
source <xs:element name="creditorSchemeCountry" type="v19dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">creditor scheme country</xs:documentation>
   
<xs:documentation xml:lang="FR">pays du schema du creancier</xs:documentation>
 
</xs:annotation>
</xs:element>

element transferLineID/amountType
diagram V19_p46.png
namespace http://www.bcl.lu/2015/V1.9
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="v19dt:amountType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">amount type</xs:documentation>
   
<xs:documentation xml:lang="FR">type de montant</xs:documentation>
 
</xs:annotation>
</xs:element>

simpleType amount
namespace http://www.bcl.lu/2015/V1.9/datatypes
type restriction of xs:decimal
properties
base xs:decimal
used by
elements V19/content/schemes/reportedLine/reportedAmount V19/content/operations/reportedLine/reportedAmount V19/content/transfers/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/2015/V1.9/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements operationLineID/amountType schemeLineID/amountType transferLineID/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/2015/V1.9/datatypes
type union of (country, restriction of xs:string)
used by
elements transferLineID/creditorSchemeCountry transferLineID/debtorSchemeCountry operationLineID/issuingCountry operationLineID/transactionCountry
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 country
namespace http://www.bcl.lu/2015/V1.9/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/2015/V1.9/datatypes
type restriction of xs:string
properties
base xs:string
used by
element header/reportingCurrency
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/2015/V1.9/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/2015/V1.9/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/2015/V1.9/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements operationLineID/instrumentType schemeLineID/instrumentType transferLineID/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/2015/V1.9/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/2015/V1.9/datatypes
type restriction of xs:string
properties
base xs:string
used by
element operationLineID/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/2015/V1.9/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements operationLineID/scheme schemeLineID/scheme transferLineID/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 transferType
namespace http://www.bcl.lu/2015/V1.9/datatypes
type restriction of xs:string
properties
base xs:string
used by
element transferLineID/transferType
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
transfer type
documentation
type de transfert
source <xs:simpleType name="transferType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">transfer type</xs:documentation>
   
<xs:documentation xml:lang="FR">type de transfert</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{3}"/>
 
</xs:restriction>
</xs:simpleType>


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