element S44
diagram S44_diagrams/S44_p1.png
namespace http://www.bcl.lu/2024/S4.4
properties
content complex
children header content
attributes
Name  Type  Use  Default  Fixed  Annotation
version  xs:string  required    1.0  
documentation
study version
documentation
version de l'enquete
creationDateTime  xs:dateTime  required      
documentation
report creation date and time
documentation
date et heure de creation du rapport
annotation
documentation
top-level (study identification)
documentation
niveau principal (identification de l'enquete)
source <xs:element name="S44">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">top-level (study identification)</xs:documentation>
   
<xs:documentation xml:lang="FR">niveau principal (identification de l'enquete)</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="MarketingCountry">
             
<xs:complexType>
               
<xs:sequence maxOccurs="unbounded">
                 
<xs:element name="reportedLine">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="id">
                         
<xs:complexType>
                           
<xs:complexContent>
                             
<xs:restriction base="reportedLineID">
                               
<xs:sequence>
                                 
<xs:element name="item">
                                   
<xs:annotation>
                                     
<xs:documentation xml:lang="EN">account item</xs:documentation>
                                     
<xs:documentation xml:lang="FR">rubrique comptable</xs:documentation>
                                   
</xs:annotation>
                                   
<xs:simpleType>
                                     
<xs:restriction base="s44dt:bcl2015Item">
                                       
<xs:pattern value="2-004000"/>
                                     
</xs:restriction>
                                   
</xs:simpleType>
                                 
</xs:element>
                                 
<xs:element name="country" type="s44dt:bclCountry" nillable="false">
                                   
<xs:annotation>
                                     
<xs:documentation xml:lang="EN">country</xs:documentation>
                                     
<xs:documentation xml:lang="FR">pays</xs:documentation>
                                   
</xs:annotation>
                                 
</xs:element>
                                 
<xs:element name="dataType">
                                   
<xs:annotation>
                                     
<xs:documentation xml:lang="EN">data type</xs:documentation>
                                     
<xs:documentation xml:lang="FR">type de donnee</xs:documentation>
                                   
</xs:annotation>
                                   
<xs:simpleType>
                                     
<xs:restriction base="s44dt:dataType">
                                       
<xs:pattern value="PCT"/>
                                     
</xs:restriction>
                                   
</xs:simpleType>
                                 
</xs:element>
                               
</xs:sequence>
                             
</xs:restriction>
                           
</xs:complexContent>
                         
</xs:complexType>
                       
</xs:element>
                       
<xs:element name="reportedAmount" type="s44dt:percentage"/>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
             
<xs:unique name="MarketingCountryLineId">
               
<xs:selector xpath=".//s44:reportedLine/s44:id"/>
               
<xs:field xpath="s44:item"/>
               
<xs:field xpath="s44:country"/>
               
<xs:field xpath="s44:dataType"/>
             
</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 S44/@version
type xs:string
properties
use required
fixed 1.0
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 S44/@creationDateTime
type xs:dateTime
properties
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 S44/header
diagram S44_diagrams/S44_p2.png
namespace http://www.bcl.lu/2024/S4.4
type header
properties
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 S44/content
diagram S44_diagrams/S44_p3.png
namespace http://www.bcl.lu/2024/S4.4
properties
content complex
children MarketingCountry
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="MarketingCountry">
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="reportedLine">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="id">
                   
<xs:complexType>
                     
<xs:complexContent>
                       
<xs:restriction base="reportedLineID">
                         
<xs:sequence>
                           
<xs:element name="item">
                             
<xs:annotation>
                               
<xs:documentation xml:lang="EN">account item</xs:documentation>
                               
<xs:documentation xml:lang="FR">rubrique comptable</xs:documentation>
                             
</xs:annotation>
                             
<xs:simpleType>
                               
<xs:restriction base="s44dt:bcl2015Item">
                                 
<xs:pattern value="2-004000"/>
                               
</xs:restriction>
                             
</xs:simpleType>
                           
</xs:element>
                           
<xs:element name="country" type="s44dt:bclCountry" nillable="false">
                             
<xs:annotation>
                               
<xs:documentation xml:lang="EN">country</xs:documentation>
                               
<xs:documentation xml:lang="FR">pays</xs:documentation>
                             
</xs:annotation>
                           
</xs:element>
                           
<xs:element name="dataType">
                             
<xs:annotation>
                               
<xs:documentation xml:lang="EN">data type</xs:documentation>
                               
<xs:documentation xml:lang="FR">type de donnee</xs:documentation>
                             
</xs:annotation>
                             
<xs:simpleType>
                               
<xs:restriction base="s44dt:dataType">
                                 
<xs:pattern value="PCT"/>
                               
</xs:restriction>
                             
</xs:simpleType>
                           
</xs:element>
                         
</xs:sequence>
                       
</xs:restriction>
                     
</xs:complexContent>
                   
</xs:complexType>
                 
</xs:element>
                 
<xs:element name="reportedAmount" type="s44dt:percentage"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
       
<xs:unique name="MarketingCountryLineId">
         
<xs:selector xpath=".//s44:reportedLine/s44:id"/>
         
<xs:field xpath="s44:item"/>
         
<xs:field xpath="s44:country"/>
         
<xs:field xpath="s44:dataType"/>
       
</xs:unique>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element S44/content/MarketingCountry
diagram S44_diagrams/S44_p4.png
namespace http://www.bcl.lu/2024/S4.4
properties
content complex
children reportedLine
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
unique  MarketingCountryLineId    .//s44:reportedLine/s44:id  s44:item  
s44:country  
s44:dataType  
source <xs:element name="MarketingCountry">
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="reportedLine">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="id">
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:restriction base="reportedLineID">
                   
<xs:sequence>
                     
<xs:element name="item">
                       
<xs:annotation>
                         
<xs:documentation xml:lang="EN">account item</xs:documentation>
                         
<xs:documentation xml:lang="FR">rubrique comptable</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="s44dt:bcl2015Item">
                           
<xs:pattern value="2-004000"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                     
<xs:element name="country" type="s44dt:bclCountry" nillable="false">
                       
<xs:annotation>
                         
<xs:documentation xml:lang="EN">country</xs:documentation>
                         
<xs:documentation xml:lang="FR">pays</xs:documentation>
                       
</xs:annotation>
                     
</xs:element>
                     
<xs:element name="dataType">
                       
<xs:annotation>
                         
<xs:documentation xml:lang="EN">data type</xs:documentation>
                         
<xs:documentation xml:lang="FR">type de donnee</xs:documentation>
                       
</xs:annotation>
                       
<xs:simpleType>
                         
<xs:restriction base="s44dt:dataType">
                           
<xs:pattern value="PCT"/>
                         
</xs:restriction>
                       
</xs:simpleType>
                     
</xs:element>
                   
</xs:sequence>
                 
</xs:restriction>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="reportedAmount" type="s44dt:percentage"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
 
<xs:unique name="MarketingCountryLineId">
   
<xs:selector xpath=".//s44:reportedLine/s44:id"/>
   
<xs:field xpath="s44:item"/>
   
<xs:field xpath="s44:country"/>
   
<xs:field xpath="s44:dataType"/>
 
</xs:unique>
</xs:element>

element S44/content/MarketingCountry/reportedLine
diagram S44_diagrams/S44_p5.png
namespace http://www.bcl.lu/2024/S4.4
properties
content complex
children id reportedAmount
source <xs:element name="reportedLine">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="id">
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:restriction base="reportedLineID">
             
<xs:sequence>
               
<xs:element name="item">
                 
<xs:annotation>
                   
<xs:documentation xml:lang="EN">account item</xs:documentation>
                   
<xs:documentation xml:lang="FR">rubrique comptable</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="s44dt:bcl2015Item">
                     
<xs:pattern value="2-004000"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:element name="country" type="s44dt:bclCountry" nillable="false">
                 
<xs:annotation>
                   
<xs:documentation xml:lang="EN">country</xs:documentation>
                   
<xs:documentation xml:lang="FR">pays</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
               
<xs:element name="dataType">
                 
<xs:annotation>
                   
<xs:documentation xml:lang="EN">data type</xs:documentation>
                   
<xs:documentation xml:lang="FR">type de donnee</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="s44dt:dataType">
                     
<xs:pattern value="PCT"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
             
</xs:sequence>
           
</xs:restriction>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="reportedAmount" type="s44dt:percentage"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element S44/content/MarketingCountry/reportedLine/id
diagram S44_diagrams/S44_p6.png
namespace http://www.bcl.lu/2024/S4.4
type restriction of reportedLineID
properties
content complex
children item country dataType
source <xs:element name="id">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:restriction base="reportedLineID">
       
<xs:sequence>
         
<xs:element name="item">
           
<xs:annotation>
             
<xs:documentation xml:lang="EN">account item</xs:documentation>
             
<xs:documentation xml:lang="FR">rubrique comptable</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="s44dt:bcl2015Item">
               
<xs:pattern value="2-004000"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="country" type="s44dt:bclCountry" nillable="false">
           
<xs:annotation>
             
<xs:documentation xml:lang="EN">country</xs:documentation>
             
<xs:documentation xml:lang="FR">pays</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="dataType">
           
<xs:annotation>
             
<xs:documentation xml:lang="EN">data type</xs:documentation>
             
<xs:documentation xml:lang="FR">type de donnee</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="s44dt:dataType">
               
<xs:pattern value="PCT"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
       
</xs:sequence>
     
</xs:restriction>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element S44/content/MarketingCountry/reportedLine/id/item
diagram S44_diagrams/S44_p7.png
namespace http://www.bcl.lu/2024/S4.4
type restriction of bcl2015Item
properties
content simple
facets
Kind Value Annotation
length 8
pattern 2-004000
annotation
documentation
account item
documentation
rubrique comptable
source <xs:element name="item">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">account item</xs:documentation>
   
<xs:documentation xml:lang="FR">rubrique comptable</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="s44dt:bcl2015Item">
     
<xs:pattern value="2-004000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element S44/content/MarketingCountry/reportedLine/id/country
diagram S44_diagrams/S44_p8.png
namespace http://www.bcl.lu/2024/S4.4
type bclCountry
properties
content simple
nillable false
annotation
documentation
country
documentation
pays
source <xs:element name="country" type="s44dt:bclCountry" nillable="false">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">country</xs:documentation>
   
<xs:documentation xml:lang="FR">pays</xs:documentation>
 
</xs:annotation>
</xs:element>

element S44/content/MarketingCountry/reportedLine/id/dataType
diagram S44_diagrams/S44_p9.png
namespace http://www.bcl.lu/2024/S4.4
type restriction of dataType
properties
content simple
facets
Kind Value Annotation
pattern PCT
annotation
documentation
data type
documentation
type de donnee
source <xs:element name="dataType">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">data type</xs:documentation>
   
<xs:documentation xml:lang="FR">type de donnee</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="s44dt:dataType">
     
<xs:pattern value="PCT"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element S44/content/MarketingCountry/reportedLine/reportedAmount
diagram S44_diagrams/S44_p10.png
namespace http://www.bcl.lu/2024/S4.4
type percentage
properties
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
fractionDigits 5
pattern .+
source <xs:element name="reportedAmount" type="s44dt:percentage"/>


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