Schema FinancialSituation_20241.xsd


ROOT ELEMENT FinancialSituation
attributeFormDefault unqualified
elementFormDefault qualified
targetNamespace http://socialsecurity.be/xml/ns/financialsituation
 
Elements  Complex types 
ActivityCode  AddressType 
Address  ApplicationDataType 
ApplicationData  CommunicationType 
City  CoordinatesContactPersonType 
Communication  CoordinatesEmployerType 
CompanyID  CoordinatesRepresentativeType 
CoordinatesContactPerson  CoordinatesSocialSecretariatType 
CoordinatesEmployer  EmployerActivityPeriodType 
CoordinatesRepresentative  EmployerClassInformationType 
CoordinatesSocialSecretariat  EmployerInformationType 
Country  FinancialSituationDetailType 
DateSubmission  FinancialSituationInformationType 
Denomination  ReceiverInformationType 
DueDate  SectorInformationType 
EmailAddress 
EmployerActivityPeriod 
EmployerClass 
EmployerClassInformation 
EmployerDenomination 
EmployerInformation 
EndingDate 
EndingQuarter 
FaxNbr 
FilialSecSocNbr 
FinancialNoteInitiator 
FinancialSituation 
FinancialSituationDetail 
FinancialSituationInformation 
FinancialTransactionDomain 
FirstName 
GSMNbr 
HouseNbr 
ImportanceCode 
LegalDistrict 
LegalForm 
Name 
NOSSRegistrationNbr 
OfficeNumber 
PhoneNbr 
PostBox 
ReceiverInformation 
ReferenceNbr 
SectorInformation 
SocialSecretariatNumber 
StartingDate 
StartingQuarter 
Street 
ZIPCode 


element ActivityCode
diagram FinancialSituation_20241_p1.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerInformationType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  99999
totalDigits  5
annotation
documentation
00228
source <xs:element name="ActivityCode">
 
<xs:annotation>
   
<xs:documentation>00228</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="99999"/>
     
<xs:totalDigits value="5"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Address
diagram FinancialSituation_20241_p2.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type AddressType
properties
content  complex
children StreetHouseNbrPostBoxZIPCodeCityCountry
used by
elements  EmployerInformationReceiverInformation
annotation
documentation
90022
source <xs:element name="Address" type="AddressType">
 
<xs:annotation>
   
<xs:documentation>90022</xs:documentation>
 
</xs:annotation>
</xs:element>

element ApplicationData
diagram FinancialSituation_20241_p3.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type extension of ApplicationDataType
properties
content  complex
used by
element  FinancialSituationDetail
annotation
documentation
90410
source <xs:element name="ApplicationData">
 
<xs:annotation>
   
<xs:documentation>90410</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="ApplicationDataType">
       
<xs:sequence>
         
<xs:any namespace="##any"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element City
diagram FinancialSituation_20241_p4.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  AddressType
facets
Kind  Value  Annotation
maxLength  40
annotation
documentation
00522
source <xs:element name="City">
 
<xs:annotation>
   
<xs:documentation>00522</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="40"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Communication
diagram FinancialSituation_20241_p5.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type CommunicationType
properties
content  complex
children PhoneNbrGSMNbrFaxNbrEmailAddress
used by
element  CoordinatesContactPerson
annotation
documentation
90258
source <xs:element name="Communication" type="CommunicationType">
 
<xs:annotation>
   
<xs:documentation>90258</xs:documentation>
 
</xs:annotation>
</xs:element>

element CompanyID
diagram FinancialSituation_20241_p6.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  FinancialSituationInformationType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  1999999943
totalDigits  10
pattern  0|\d{9}|\d{10}
annotation
documentation
00014
appinfo
CompanyID_conversion1
appinfo
xs:companyId
source <xs:element name="CompanyID">
 
<xs:annotation>
   
<xs:documentation>00014</xs:documentation>
   
<xs:appinfo source="ConversionID">CompanyID_conversion1</xs:appinfo>
   
<xs:appinfo source="TDOType">xs:companyId</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1999999943"/>
     
<xs:totalDigits value="10"/>
     
<xs:pattern value="0|\d{9}|\d{10}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element CoordinatesContactPerson
diagram FinancialSituation_20241_p7.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type extension of CoordinatesContactPersonType
properties
content  complex
children NameFirstNameCommunicationSectorInformation
used by
elements  FinancialSituationReceiverInformation
annotation
documentation
90257
source <xs:element name="CoordinatesContactPerson">
 
<xs:annotation>
   
<xs:documentation>90257</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="CoordinatesContactPersonType">
       
<xs:sequence>
         
<xs:element ref="Communication" minOccurs="0"/>
         
<xs:element ref="SectorInformation" minOccurs="0"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element CoordinatesEmployer
diagram FinancialSituation_20241_p8.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type CoordinatesEmployerType
properties
content  complex
children EmployerDenomination
used by
element  ReceiverInformation
annotation
documentation
90265
source <xs:element name="CoordinatesEmployer" type="CoordinatesEmployerType">
 
<xs:annotation>
   
<xs:documentation>90265</xs:documentation>
 
</xs:annotation>
</xs:element>

element CoordinatesRepresentative
diagram FinancialSituation_20241_p9.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type CoordinatesRepresentativeType
properties
content  complex
children Denomination
used by
elements  EmployerInformationReceiverInformation
annotation
documentation
90369
source <xs:element name="CoordinatesRepresentative" type="CoordinatesRepresentativeType">
 
<xs:annotation>
   
<xs:documentation>90369</xs:documentation>
 
</xs:annotation>
</xs:element>

element CoordinatesSocialSecretariat
diagram FinancialSituation_20241_p10.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type CoordinatesSocialSecretariatType
properties
content  complex
children SocialSecretariatNumberFilialSecSocNbr
used by
element  ReceiverInformation
annotation
documentation
90368
source <xs:element name="CoordinatesSocialSecretariat" type="CoordinatesSocialSecretariatType">
 
<xs:annotation>
   
<xs:documentation>90368</xs:documentation>
 
</xs:annotation>
</xs:element>

element Country
diagram FinancialSituation_20241_p11.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  AddressType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  99999
totalDigits  5
annotation
documentation
00523
source <xs:element name="Country">
 
<xs:annotation>
   
<xs:documentation>00523</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="99999"/>
     
<xs:totalDigits value="5"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DateSubmission
diagram FinancialSituation_20241_p12.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:date
properties
content  simple
used by
complexType  FinancialSituationInformationType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00805
source <xs:element name="DateSubmission">
 
<xs:annotation>
   
<xs:documentation>00805</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:date">
     
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Denomination
diagram FinancialSituation_20241_p13.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  CoordinatesRepresentativeType
facets
Kind  Value  Annotation
maxLength  96
annotation
documentation
00776
source <xs:element name="Denomination">
 
<xs:annotation>
   
<xs:documentation>00776</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="96"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DueDate
diagram FinancialSituation_20241_p14.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:date
properties
content  simple
used by
complexType  EmployerActivityPeriodType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
01024
source <xs:element name="DueDate">
 
<xs:annotation>
   
<xs:documentation>01024</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:date">
     
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element EmailAddress
diagram FinancialSituation_20241_p15.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  CommunicationType
facets
Kind  Value  Annotation
maxLength  60
annotation
documentation
00637
source <xs:element name="EmailAddress">
 
<xs:annotation>
   
<xs:documentation>00637</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="60"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element EmployerActivityPeriod
diagram FinancialSituation_20241_p16.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type EmployerActivityPeriodType
properties
content  complex
children StartingDateStartingQuarterDueDateEndingDateEndingQuarter
used by
element  EmployerInformation
annotation
documentation
90507
source <xs:element name="EmployerActivityPeriod" type="EmployerActivityPeriodType">
 
<xs:annotation>
   
<xs:documentation>90507</xs:documentation>
 
</xs:annotation>
</xs:element>

element EmployerClass
diagram FinancialSituation_20241_p17.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerClassInformationType
facets
Kind  Value  Annotation
minInclusive  000
maxInclusive  999
totalDigits  3
pattern  \d{3}
annotation
documentation
00036
source <xs:element name="EmployerClass">
 
<xs:annotation>
   
<xs:documentation>00036</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="000"/>
     
<xs:maxInclusive value="999"/>
     
<xs:totalDigits value="3"/>
     
<xs:pattern value="\d{3}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element EmployerClassInformation
diagram FinancialSituation_20241_p18.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type EmployerClassInformationType
properties
content  complex
children EmployerClassStartingDateEndingDate
used by
element  EmployerInformation
annotation
documentation
90508
source <xs:element name="EmployerClassInformation" type="EmployerClassInformationType">
 
<xs:annotation>
   
<xs:documentation>90508</xs:documentation>
 
</xs:annotation>
</xs:element>

element EmployerDenomination
diagram FinancialSituation_20241_p19.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexTypes  CoordinatesEmployerTypeEmployerInformationType
facets
Kind  Value  Annotation
maxLength  96
annotation
documentation
00157
source <xs:element name="EmployerDenomination">
 
<xs:annotation>
   
<xs:documentation>00157</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="96"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element EmployerInformation
diagram FinancialSituation_20241_p20.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type extension of EmployerInformationType
properties
content  complex
children EmployerDenominationLegalDistrictLegalFormImportanceCodeActivityCodeCoordinatesRepresentativeEmployerActivityPeriodAddressEmployerClassInformation
used by
element  FinancialSituation
annotation
documentation
90506
source <xs:element name="EmployerInformation">
 
<xs:annotation>
   
<xs:documentation>90506</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="EmployerInformationType">
       
<xs:sequence>
         
<xs:element ref="CoordinatesRepresentative" minOccurs="0"/>
         
<xs:element ref="EmployerActivityPeriod" minOccurs="0"/>
         
<xs:element ref="Address" minOccurs="0"/>
         
<xs:element ref="EmployerClassInformation" minOccurs="0" maxOccurs="unbounded"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element EndingDate
diagram FinancialSituation_20241_p21.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:date
properties
content  simple
used by
complexTypes  EmployerActivityPeriodTypeEmployerClassInformationType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00911
source <xs:element name="EndingDate">
 
<xs:annotation>
   
<xs:documentation>00911</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:date">
     
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element EndingQuarter
diagram FinancialSituation_20241_p22.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerActivityPeriodType
facets
Kind  Value  Annotation
totalDigits  5
pattern  \d{4}(1|2|3|4)
annotation
documentation
01110
source <xs:element name="EndingQuarter">
 
<xs:annotation>
   
<xs:documentation>01110</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="5"/>
     
<xs:pattern value="\d{4}(1|2|3|4)"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FaxNbr
diagram FinancialSituation_20241_p23.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  CommunicationType
facets
Kind  Value  Annotation
maxLength  20
annotation
documentation
00678
source <xs:element name="FaxNbr">
 
<xs:annotation>
   
<xs:documentation>00678</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="20"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FilialSecSocNbr
diagram FinancialSituation_20241_p24.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  CoordinatesSocialSecretariatType
facets
Kind  Value  Annotation
totalDigits  3
annotation
documentation
00150
source <xs:element name="FilialSecSocNbr">
 
<xs:annotation>
   
<xs:documentation>00150</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FinancialNoteInitiator
diagram FinancialSituation_20241_p25.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  FinancialSituationInformationType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  7
totalDigits  2
annotation
documentation
01038
source <xs:element name="FinancialNoteInitiator">
 
<xs:annotation>
   
<xs:documentation>01038</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="7"/>
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FinancialSituation
diagram FinancialSituation_20241_p26.png
namespace http://socialsecurity.be/xml/ns/financialsituation
properties
content  complex
children FinancialSituationInformationFinancialSituationDetailCoordinatesContactPersonReceiverInformationEmployerInformation
annotation
documentation
90466
source <xs:element name="FinancialSituation">
 
<xs:annotation>
   
<xs:documentation>90466</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="FinancialSituationInformation"/>
     
<xs:element ref="FinancialSituationDetail"/>
     
<xs:element ref="CoordinatesContactPerson" minOccurs="0" maxOccurs="2"/>
     
<xs:element ref="ReceiverInformation"/>
     
<xs:element ref="EmployerInformation" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FinancialSituationDetail
diagram FinancialSituation_20241_p27.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type extension of FinancialSituationDetailType
properties
content  complex
children ApplicationData
used by
element  FinancialSituation
annotation
documentation
90468
source <xs:element name="FinancialSituationDetail">
 
<xs:annotation>
   
<xs:documentation>90468</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="FinancialSituationDetailType">
       
<xs:sequence>
         
<xs:element ref="ApplicationData"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element FinancialSituationInformation
diagram FinancialSituation_20241_p28.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type FinancialSituationInformationType
properties
content  complex
children ReferenceNbrFinancialNoteInitiatorFinancialTransactionDomainNOSSRegistrationNbrCompanyIDDateSubmission
used by
element  FinancialSituation
annotation
documentation
90467
source <xs:element name="FinancialSituationInformation" type="FinancialSituationInformationType">
 
<xs:annotation>
   
<xs:documentation>90467</xs:documentation>
 
</xs:annotation>
</xs:element>

element FinancialTransactionDomain
diagram FinancialSituation_20241_p29.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  FinancialSituationInformationType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  6
totalDigits  2
annotation
documentation
01039
source <xs:element name="FinancialTransactionDomain">
 
<xs:annotation>
   
<xs:documentation>01039</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="6"/>
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FirstName
diagram FinancialSituation_20241_p30.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  CoordinatesContactPersonType
facets
Kind  Value  Annotation
maxLength  24
annotation
documentation
00727
source <xs:element name="FirstName">
 
<xs:annotation>
   
<xs:documentation>00727</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="24"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element GSMNbr
diagram FinancialSituation_20241_p31.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  CommunicationType
facets
Kind  Value  Annotation
maxLength  20
annotation
documentation
00636
source <xs:element name="GSMNbr">
 
<xs:annotation>
   
<xs:documentation>00636</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="20"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element HouseNbr
diagram FinancialSituation_20241_p32.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  AddressType
facets
Kind  Value  Annotation
maxLength  10
annotation
documentation
00518
source <xs:element name="HouseNbr">
 
<xs:annotation>
   
<xs:documentation>00518</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="10"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ImportanceCode
diagram FinancialSituation_20241_p33.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerInformationType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  9
totalDigits  1
annotation
documentation
00164
source <xs:element name="ImportanceCode">
 
<xs:annotation>
   
<xs:documentation>00164</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="9"/>
     
<xs:totalDigits value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element LegalDistrict
diagram FinancialSituation_20241_p34.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerInformationType
facets
Kind  Value  Annotation
totalDigits  3
annotation
documentation
01108
source <xs:element name="LegalDistrict">
 
<xs:annotation>
   
<xs:documentation>01108</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element LegalForm
diagram FinancialSituation_20241_p35.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  EmployerInformationType
facets
Kind  Value  Annotation
maxLength  20
annotation
documentation
00219
source <xs:element name="LegalForm">
 
<xs:annotation>
   
<xs:documentation>00219</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="20"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Name
diagram FinancialSituation_20241_p36.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  CoordinatesContactPersonType
facets
Kind  Value  Annotation
maxLength  48
annotation
documentation
00726
source <xs:element name="Name">
 
<xs:annotation>
   
<xs:documentation>00726</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="48"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element NOSSRegistrationNbr
diagram FinancialSituation_20241_p37.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  FinancialSituationInformationType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  199999934
totalDigits  9
annotation
documentation
00011
appinfo
Noss_conversion1
appinfo
xs:nossRegistrationNbr
source <xs:element name="NOSSRegistrationNbr">
 
<xs:annotation>
   
<xs:documentation>00011</xs:documentation>
   
<xs:appinfo source="ConversionID">Noss_conversion1</xs:appinfo>
   
<xs:appinfo source="TDOType">xs:nossRegistrationNbr</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="199999934"/>
     
<xs:totalDigits value="9"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element OfficeNumber
diagram FinancialSituation_20241_p38.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  SectorInformationType
facets
Kind  Value  Annotation
maxLength  3
annotation
documentation
00470
source <xs:element name="OfficeNumber">
 
<xs:annotation>
   
<xs:documentation>00470</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element PhoneNbr
diagram FinancialSituation_20241_p39.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  CommunicationType
facets
Kind  Value  Annotation
maxLength  20
annotation
documentation
00677
source <xs:element name="PhoneNbr">
 
<xs:annotation>
   
<xs:documentation>00677</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="20"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element PostBox
diagram FinancialSituation_20241_p40.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  AddressType
facets
Kind  Value  Annotation
maxLength  4
annotation
documentation
00519
source <xs:element name="PostBox">
 
<xs:annotation>
   
<xs:documentation>00519</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ReceiverInformation
diagram FinancialSituation_20241_p41.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type extension of ReceiverInformationType
properties
content  complex
children CoordinatesSocialSecretariatCoordinatesEmployerCoordinatesContactPersonCoordinatesRepresentativeAddress
used by
element  FinancialSituation
annotation
documentation
90367
source <xs:element name="ReceiverInformation">
 
<xs:annotation>
   
<xs:documentation>90367</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="ReceiverInformationType">
       
<xs:sequence>
         
<xs:element ref="CoordinatesSocialSecretariat" minOccurs="0"/>
         
<xs:choice>
           
<xs:element ref="CoordinatesEmployer"/>
           
<xs:element ref="CoordinatesContactPerson" minOccurs="1" maxOccurs="2"/>
         
</xs:choice>
         
<xs:element ref="CoordinatesRepresentative" minOccurs="0"/>
         
<xs:element ref="Address"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element ReferenceNbr
diagram FinancialSituation_20241_p42.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  FinancialSituationInformationType
facets
Kind  Value  Annotation
minLength  1
maxLength  20
annotation
documentation
00222
appinfo
TicketNumber_conversion1
source <xs:element name="ReferenceNbr">
 
<xs:annotation>
   
<xs:documentation>00222</xs:documentation>
   
<xs:appinfo source="ConversionID">TicketNumber_conversion1</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="20"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SectorInformation
diagram FinancialSituation_20241_p43.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type SectorInformationType
properties
content  complex
children OfficeNumber
used by
element  CoordinatesContactPerson
annotation
documentation
90366
source <xs:element name="SectorInformation" type="SectorInformationType">
 
<xs:annotation>
   
<xs:documentation>90366</xs:documentation>
 
</xs:annotation>
</xs:element>

element SocialSecretariatNumber
diagram FinancialSituation_20241_p44.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  CoordinatesSocialSecretariatType
facets
Kind  Value  Annotation
totalDigits  3
annotation
documentation
00479
source <xs:element name="SocialSecretariatNumber">
 
<xs:annotation>
   
<xs:documentation>00479</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element StartingDate
diagram FinancialSituation_20241_p45.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:date
properties
content  simple
used by
complexTypes  EmployerActivityPeriodTypeEmployerClassInformationType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00910
source <xs:element name="StartingDate">
 
<xs:annotation>
   
<xs:documentation>00910</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:date">
     
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element StartingQuarter
diagram FinancialSituation_20241_p46.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerActivityPeriodType
facets
Kind  Value  Annotation
totalDigits  5
pattern  \d{4}(1|2|3|4)
annotation
documentation
01109
source <xs:element name="StartingQuarter">
 
<xs:annotation>
   
<xs:documentation>01109</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="5"/>
     
<xs:pattern value="\d{4}(1|2|3|4)"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Street
diagram FinancialSituation_20241_p47.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  AddressType
facets
Kind  Value  Annotation
maxLength  42
annotation
documentation
00517
source <xs:element name="Street">
 
<xs:annotation>
   
<xs:documentation>00517</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="42"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ZIPCode
diagram FinancialSituation_20241_p48.png
namespace http://socialsecurity.be/xml/ns/financialsituation
type restriction of xs:string
properties
content  simple
used by
complexType  AddressType
facets
Kind  Value  Annotation
maxLength  9
annotation
documentation
00520
source <xs:element name="ZIPCode">
 
<xs:annotation>
   
<xs:documentation>00520</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="9"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

complexType AddressType
diagram FinancialSituation_20241_p49.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children StreetHouseNbrPostBoxZIPCodeCityCountry
used by
element  Address
source <xs:complexType name="AddressType">
 
<xs:sequence>
   
<xs:element ref="Street" minOccurs="0"/>
   
<xs:element ref="HouseNbr" minOccurs="0"/>
   
<xs:element ref="PostBox" minOccurs="0"/>
   
<xs:element ref="ZIPCode" minOccurs="0"/>
   
<xs:element ref="City"/>
   
<xs:element ref="Country" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType ApplicationDataType
diagram FinancialSituation_20241_p50.png
namespace http://socialsecurity.be/xml/ns/financialsituation
used by
element  ApplicationData
source <xs:complexType name="ApplicationDataType"/>

complexType CommunicationType
diagram FinancialSituation_20241_p51.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children PhoneNbrGSMNbrFaxNbrEmailAddress
used by
element  Communication
source <xs:complexType name="CommunicationType">
 
<xs:sequence>
   
<xs:element ref="PhoneNbr" minOccurs="0"/>
   
<xs:element ref="GSMNbr" minOccurs="0"/>
   
<xs:element ref="FaxNbr" minOccurs="0"/>
   
<xs:element ref="EmailAddress" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType CoordinatesContactPersonType
diagram FinancialSituation_20241_p52.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children NameFirstName
used by
element  CoordinatesContactPerson
source <xs:complexType name="CoordinatesContactPersonType">
 
<xs:sequence>
   
<xs:element ref="Name"/>
   
<xs:element ref="FirstName" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType CoordinatesEmployerType
diagram FinancialSituation_20241_p53.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children EmployerDenomination
used by
element  CoordinatesEmployer
source <xs:complexType name="CoordinatesEmployerType">
 
<xs:sequence>
   
<xs:element ref="EmployerDenomination"/>
 
</xs:sequence>
</xs:complexType>

complexType CoordinatesRepresentativeType
diagram FinancialSituation_20241_p54.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children Denomination
used by
element  CoordinatesRepresentative
source <xs:complexType name="CoordinatesRepresentativeType">
 
<xs:sequence>
   
<xs:element ref="Denomination"/>
 
</xs:sequence>
</xs:complexType>

complexType CoordinatesSocialSecretariatType
diagram FinancialSituation_20241_p55.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children SocialSecretariatNumberFilialSecSocNbr
used by
element  CoordinatesSocialSecretariat
source <xs:complexType name="CoordinatesSocialSecretariatType">
 
<xs:sequence>
   
<xs:element ref="SocialSecretariatNumber"/>
   
<xs:element ref="FilialSecSocNbr" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType EmployerActivityPeriodType
diagram FinancialSituation_20241_p56.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children StartingDateStartingQuarterDueDateEndingDateEndingQuarter
used by
element  EmployerActivityPeriod
source <xs:complexType name="EmployerActivityPeriodType">
 
<xs:sequence>
   
<xs:element ref="StartingDate"/>
   
<xs:element ref="StartingQuarter" minOccurs="0"/>
   
<xs:element ref="DueDate" minOccurs="0"/>
   
<xs:element ref="EndingDate" minOccurs="0"/>
   
<xs:element ref="EndingQuarter" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType EmployerClassInformationType
diagram FinancialSituation_20241_p57.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children EmployerClassStartingDateEndingDate
used by
element  EmployerClassInformation
source <xs:complexType name="EmployerClassInformationType">
 
<xs:sequence>
   
<xs:element ref="EmployerClass"/>
   
<xs:element ref="StartingDate"/>
   
<xs:element ref="EndingDate" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType EmployerInformationType
diagram FinancialSituation_20241_p58.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children EmployerDenominationLegalDistrictLegalFormImportanceCodeActivityCode
used by
element  EmployerInformation
source <xs:complexType name="EmployerInformationType">
 
<xs:sequence>
   
<xs:element ref="EmployerDenomination" minOccurs="0"/>
   
<xs:element ref="LegalDistrict" minOccurs="0"/>
   
<xs:element ref="LegalForm" minOccurs="0"/>
   
<xs:element ref="ImportanceCode" minOccurs="0"/>
   
<xs:element ref="ActivityCode" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

complexType FinancialSituationDetailType
diagram FinancialSituation_20241_p59.png
namespace http://socialsecurity.be/xml/ns/financialsituation
used by
element  FinancialSituationDetail
source <xs:complexType name="FinancialSituationDetailType"/>

complexType FinancialSituationInformationType
diagram FinancialSituation_20241_p60.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children ReferenceNbrFinancialNoteInitiatorFinancialTransactionDomainNOSSRegistrationNbrCompanyIDDateSubmission
used by
element  FinancialSituationInformation
source <xs:complexType name="FinancialSituationInformationType">
 
<xs:sequence>
   
<xs:element ref="ReferenceNbr"/>
   
<xs:element ref="FinancialNoteInitiator"/>
   
<xs:element ref="FinancialTransactionDomain"/>
   
<xs:element ref="NOSSRegistrationNbr" minOccurs="0"/>
   
<xs:element ref="CompanyID" minOccurs="0"/>
   
<xs:element ref="DateSubmission"/>
 
</xs:sequence>
</xs:complexType>

complexType ReceiverInformationType
diagram FinancialSituation_20241_p61.png
namespace http://socialsecurity.be/xml/ns/financialsituation
used by
element  ReceiverInformation
source <xs:complexType name="ReceiverInformationType"/>

complexType SectorInformationType
diagram FinancialSituation_20241_p62.png
namespace http://socialsecurity.be/xml/ns/financialsituation
children OfficeNumber
used by
element  SectorInformation
source <xs:complexType name="SectorInformationType">
 
<xs:sequence>
   
<xs:element ref="OfficeNumber"/>
 
</xs:sequence>
</xs:complexType>


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