Schema V17.xsd


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


schema location:  ../structures.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.bcl.lu/2011/V1.7
 
Complex types 
declarantID 
receivedTransferLineID 
reporterID 
sentTransferLineID 


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


element V17
diagram V17_p1.png
namespace http://www.bcl.lu/2011/V1.7
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
checks and money transfers
documentation
cheques et mandats de paiement
source <xs:element name="V17">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">checks and money transfers</xs:documentation>
   
<xs:documentation xml:lang="FR">cheques et mandats de paiement </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="sentTransfers" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="EN">sent transfers</xs:documentation>
               
<xs:documentation xml:lang="FR">paiements emis</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id" type="sentTransferLineID"/>
                       
<xs:element name="reportedAmount" type="v17dt:amount"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="sentTransfersLineId">
               
<xs:selector xpath=".//v17:reportedLine/v17:id"/>
               
<xs:field xpath="v17:instrumentType"/>
               
<xs:field xpath="v17:transmissionChannel"/>
               
<xs:field xpath="v17:country"/>
               
<xs:field xpath="v17:currency"/>
               
<xs:field xpath="v17:amountType"/>
             
</xs:unique>
           
</xs:element>
           
<xs:element name="receivedTransfers" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="EN">received transfers</xs:documentation>
               
<xs:documentation xml:lang="FR">paiements recus</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id" type="receivedTransferLineID"/>
                       
<xs:element name="reportedAmount" type="v17dt:amount"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="receivedTransfersLineId">
               
<xs:selector xpath=".//v17:reportedLine/v17:id"/>
               
<xs:field xpath="v17:instrumentType"/>
               
<xs:field xpath="v17:transmissionChannel"/>
               
<xs:field xpath="v17:country"/>
               
<xs:field xpath="v17:currency"/>
               
<xs:field xpath="v17: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 V17/@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 V17/@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 V17/header
diagram V17_p2.png
namespace http://www.bcl.lu/2011/V1.7
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 V17/content
diagram V17_p3.png
namespace http://www.bcl.lu/2011/V1.7
properties
isRef 0
content complex
children sentTransfers receivedTransfers
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="sentTransfers" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">sent transfers</xs:documentation>
         
<xs:documentation xml:lang="FR">paiements emis</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id" type="sentTransferLineID"/>
                 
<xs:element name="reportedAmount" type="v17dt:amount"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="sentTransfersLineId">
         
<xs:selector xpath=".//v17:reportedLine/v17:id"/>
         
<xs:field xpath="v17:instrumentType"/>
         
<xs:field xpath="v17:transmissionChannel"/>
         
<xs:field xpath="v17:country"/>
         
<xs:field xpath="v17:currency"/>
         
<xs:field xpath="v17:amountType"/>
       
</xs:unique>
     
</xs:element>
     
<xs:element name="receivedTransfers" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="EN">received transfers</xs:documentation>
         
<xs:documentation xml:lang="FR">paiements recus</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id" type="receivedTransferLineID"/>
                 
<xs:element name="reportedAmount" type="v17dt:amount"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="receivedTransfersLineId">
         
<xs:selector xpath=".//v17:reportedLine/v17:id"/>
         
<xs:field xpath="v17:instrumentType"/>
         
<xs:field xpath="v17:transmissionChannel"/>
         
<xs:field xpath="v17:country"/>
         
<xs:field xpath="v17:currency"/>
         
<xs:field xpath="v17:amountType"/>
       
</xs:unique>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V17/content/sentTransfers
diagram V17_p4.png
namespace http://www.bcl.lu/2011/V1.7
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  
unique  sentTransfersLineId    .//v17:reportedLine/v17:id  v17:instrumentType  
v17:transmissionChannel  
v17:country  
v17:currency  
v17:amountType  
annotation
documentation
sent transfers
documentation
paiements emis
source <xs:element name="sentTransfers" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">sent transfers</xs:documentation>
   
<xs:documentation xml:lang="FR">paiements emis</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id" type="sentTransferLineID"/>
           
<xs:element name="reportedAmount" type="v17dt:amount"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="sentTransfersLineId">
   
<xs:selector xpath=".//v17:reportedLine/v17:id"/>
   
<xs:field xpath="v17:instrumentType"/>
   
<xs:field xpath="v17:transmissionChannel"/>
   
<xs:field xpath="v17:country"/>
   
<xs:field xpath="v17:currency"/>
   
<xs:field xpath="v17:amountType"/>
 
</xs:unique>
</xs:element>

element V17/content/sentTransfers/reportedLine
diagram V17_p5.png
namespace http://www.bcl.lu/2011/V1.7
properties
isRef 0
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id" type="sentTransferLineID"/>
     
<xs:element name="reportedAmount" type="v17dt:amount"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V17/content/sentTransfers/reportedLine/id
diagram V17_p6.png
namespace http://www.bcl.lu/2011/V1.7
type sentTransferLineID
properties
isRef 0
content complex
children instrumentType transmissionChannel country currency amountType
source <xs:element name="id" type="sentTransferLineID"/>

element V17/content/sentTransfers/reportedLine/reportedAmount
diagram V17_p7.png
namespace http://www.bcl.lu/2011/V1.7
type amount
properties
isRef 0
content simple
facets
Kind Value annotation 
fractionDigits 
pattern .+ 
source <xs:element name="reportedAmount" type="v17dt:amount"/>

element V17/content/receivedTransfers
diagram V17_p8.png
namespace http://www.bcl.lu/2011/V1.7
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  
unique  receivedTransfersLineId    .//v17:reportedLine/v17:id  v17:instrumentType  
v17:transmissionChannel  
v17:country  
v17:currency  
v17:amountType  
annotation
documentation
received transfers
documentation
paiements recus
source <xs:element name="receivedTransfers" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">received transfers</xs:documentation>
   
<xs:documentation xml:lang="FR">paiements recus</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id" type="receivedTransferLineID"/>
           
<xs:element name="reportedAmount" type="v17dt:amount"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="receivedTransfersLineId">
   
<xs:selector xpath=".//v17:reportedLine/v17:id"/>
   
<xs:field xpath="v17:instrumentType"/>
   
<xs:field xpath="v17:transmissionChannel"/>
   
<xs:field xpath="v17:country"/>
   
<xs:field xpath="v17:currency"/>
   
<xs:field xpath="v17:amountType"/>
 
</xs:unique>
</xs:element>

element V17/content/receivedTransfers/reportedLine
diagram V17_p9.png
namespace http://www.bcl.lu/2011/V1.7
properties
isRef 0
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id" type="receivedTransferLineID"/>
     
<xs:element name="reportedAmount" type="v17dt:amount"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element V17/content/receivedTransfers/reportedLine/id
diagram V17_p10.png
namespace http://www.bcl.lu/2011/V1.7
type receivedTransferLineID
properties
isRef 0
content complex
children instrumentType transmissionChannel country currency amountType
source <xs:element name="id" type="receivedTransferLineID"/>

element V17/content/receivedTransfers/reportedLine/reportedAmount
diagram V17_p11.png
namespace http://www.bcl.lu/2011/V1.7
type amount
properties
isRef 0
content simple
facets
Kind Value annotation 
fractionDigits 
pattern .+ 
source <xs:element name="reportedAmount" type="v17dt:amount"/>

complexType header
diagram V17_p12.png
namespace http://www.bcl.lu/2011/V1.7
children endMonthDate closingDate reporterID declarantID reportingCurrency layout
used by
element V17/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="v17dt: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="v17dt: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 V17_p13.png
namespace http://www.bcl.lu/2011/V1.7
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 V17_p14.png
namespace http://www.bcl.lu/2011/V1.7
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 V17_p15.png
namespace http://www.bcl.lu/2011/V1.7
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 V17_p16.png
namespace http://www.bcl.lu/2011/V1.7
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 V17_p17.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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 V17_p18.png
namespace http://www.bcl.lu/2011/V1.7
type layout
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern .+ 
annotation
documentation
layout
documentation
masque
source <xs:element name="layout" type="v17dt: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 V17_p19.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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="v17dt: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 V17_p20.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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 V17_p21.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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 receivedTransferLineID
diagram V17_p22.png
namespace http://www.bcl.lu/2011/V1.7
children instrumentType transmissionChannel country currency amountType
used by
element V17/content/receivedTransfers/reportedLine/id
annotation
documentation
reported line identifier for received transfer
documentation
identifiant d'une ligne rapportee pour paiement recu
source <xs:complexType name="receivedTransferLineID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reported line identifier for received transfer</xs:documentation>
   
<xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour paiement recu</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="instrumentType" type="v17dt: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="transmissionChannel" type="v17dt:transmissionChannel" nillable="false">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">transmission channel</xs:documentation>
       
<xs:documentation xml:lang="FR">canal de transmission</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="country" type="v17dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">sending country</xs:documentation>
       
<xs:documentation xml:lang="FR">pays du donneur d'ordre</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="currency" type="v17dt: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="v17dt: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 receivedTransferLineID/instrumentType
diagram V17_p23.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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 receivedTransferLineID/transmissionChannel
diagram V17_p24.png
namespace http://www.bcl.lu/2011/V1.7
type transmissionChannel
properties
isRef 0
content simple
nillable false
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
transmission channel
documentation
canal de transmission
source <xs:element name="transmissionChannel" type="v17dt:transmissionChannel" nillable="false">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">transmission channel</xs:documentation>
   
<xs:documentation xml:lang="FR">canal de transmission</xs:documentation>
 
</xs:annotation>
</xs:element>

element receivedTransferLineID/country
diagram V17_p25.png
namespace http://www.bcl.lu/2011/V1.7
type bclCountry
properties
isRef 0
content simple
annotation
documentation
sending country
documentation
pays du donneur d'ordre
source <xs:element name="country" type="v17dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">sending country</xs:documentation>
   
<xs:documentation xml:lang="FR">pays du donneur d'ordre</xs:documentation>
 
</xs:annotation>
</xs:element>

element receivedTransferLineID/currency
diagram V17_p26.png
namespace http://www.bcl.lu/2011/V1.7
type bclCurrency
properties
isRef 0
content simple
nillable false
annotation
documentation
original currency
documentation
devise d'origine
source <xs:element name="currency" type="v17dt: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 receivedTransferLineID/amountType
diagram V17_p27.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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 V17_p28.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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="v17dt: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 V17_p29.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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 V17_p30.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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 sentTransferLineID
diagram V17_p31.png
namespace http://www.bcl.lu/2011/V1.7
children instrumentType transmissionChannel country currency amountType
used by
element V17/content/sentTransfers/reportedLine/id
annotation
documentation
reported line identifier for sent transfer
documentation
identifiant d'une ligne rapportee pour paiement emis
source <xs:complexType name="sentTransferLineID">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">reported line identifier for sent transfer</xs:documentation>
   
<xs:documentation xml:lang="FR">identifiant d'une ligne rapportee pour paiement emis</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="instrumentType" type="v17dt: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="transmissionChannel" type="v17dt:transmissionChannel" nillable="false">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">transmission channel</xs:documentation>
       
<xs:documentation xml:lang="FR">canal de transmission</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="country" type="v17dt:bclCountry">
     
<xs:annotation>
       
<xs:documentation xml:lang="EN">receiving country</xs:documentation>
       
<xs:documentation xml:lang="FR">pays du destinataire</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="currency" type="v17dt: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="v17dt: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 sentTransferLineID/instrumentType
diagram V17_p32.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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 sentTransferLineID/transmissionChannel
diagram V17_p33.png
namespace http://www.bcl.lu/2011/V1.7
type transmissionChannel
properties
isRef 0
content simple
nillable false
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
transmission channel
documentation
canal de transmission
source <xs:element name="transmissionChannel" type="v17dt:transmissionChannel" nillable="false">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">transmission channel</xs:documentation>
   
<xs:documentation xml:lang="FR">canal de transmission</xs:documentation>
 
</xs:annotation>
</xs:element>

element sentTransferLineID/country
diagram V17_p34.png
namespace http://www.bcl.lu/2011/V1.7
type bclCountry
properties
isRef 0
content simple
annotation
documentation
receiving country
documentation
pays du destinataire
source <xs:element name="country" type="v17dt:bclCountry">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">receiving country</xs:documentation>
   
<xs:documentation xml:lang="FR">pays du destinataire</xs:documentation>
 
</xs:annotation>
</xs:element>

element sentTransferLineID/currency
diagram V17_p35.png
namespace http://www.bcl.lu/2011/V1.7
type bclCurrency
properties
isRef 0
content simple
nillable false
annotation
documentation
original currency
documentation
devise d'origine
source <xs:element name="currency" type="v17dt: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 sentTransferLineID/amountType
diagram V17_p36.png
namespace http://www.bcl.lu/2011/V1.7
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="v17dt: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/2011/V1.7/datatypes
type restriction of xs:decimal
properties
base xs:decimal
used by
elements V17/content/sentTransfers/reportedLine/reportedAmount V17/content/receivedTransfers/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.7/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements receivedTransferLineID/amountType sentTransferLineID/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.7/datatypes
type union of (country, restriction of xs:string)
used by
elements receivedTransferLineID/country sentTransferLineID/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.7/datatypes
type union of (currency, restriction of xs:string)
used by
elements receivedTransferLineID/currency sentTransferLineID/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 country
namespace http://www.bcl.lu/2011/V1.7/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.7/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.7/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.7/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.7/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements receivedTransferLineID/instrumentType sentTransferLineID/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.7/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 transmissionChannel
namespace http://www.bcl.lu/2011/V1.7/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements receivedTransferLineID/transmissionChannel sentTransferLineID/transmissionChannel
facets
Kind Value annotation 
pattern [A-Z0-9]{3} 
annotation
documentation
transmission channel
documentation
canal de transmission
source <xs:simpleType name="transmissionChannel">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">transmission channel</xs:documentation>
   
<xs:documentation xml:lang="FR">canal de transmission</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