Schema FinancialState_20234.xsd


ROOT ELEMENT FinancialState
attributeFormDefault unqualified
elementFormDefault qualified
targetNamespace http://socialsecurity.be/xml/ns/financialstate
 
Elements  Complex types 
AccountingBulking  AccountingEntriesType 
AccountingBulkingNbr  AccountingEntryDetailType 
AccountingDate  AccountingEntryInformationType 
AccountingEntries  FinancialStateInformationType 
AccountingEntryDetail  ListOfAmountsType 
AccountingEntryInformation 
AccountingEntryNature 
AccountingEntryOrigin 
AccountingEntryType 
AccountingQuarter 
ClosingDate 
DelayDaysNbr 
FinancialState 
FinancialStateInformation 
FinancialStateType 
GlobalAmount 
IsSued 
ListOfAmounts 
PaymentPlanDecision 
PaymentTerm 
PaymentTermDecision 
SignedAmount 


element AccountingBulking
diagram FinancialState_20234_p1.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  AccountingEntryInformationType
facets
Kind  Value  Annotation
totalDigits  2
enumeration  0
enumeration  2
annotation
documentation
01071
source <xs:element name="AccountingBulking">
 
<xs:annotation>
   
<xs:documentation>01071</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="2"/>
     
<xs:enumeration value="0"/>
     
<xs:enumeration value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AccountingBulkingNbr
diagram FinancialState_20234_p2.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  AccountingEntryInformationType
facets
Kind  Value  Annotation
totalDigits  2
annotation
documentation
01072
source <xs:element name="AccountingBulkingNbr">
 
<xs:annotation>
   
<xs:documentation>01072</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AccountingDate
diagram FinancialState_20234_p3.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:date
properties
content  simple
used by
complexType  AccountingEntryDetailType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00872
source <xs:element name="AccountingDate">
 
<xs:annotation>
   
<xs:documentation>00872</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 AccountingEntries
diagram FinancialState_20234_p4.png
namespace http://socialsecurity.be/xml/ns/financialstate
type extension of AccountingEntriesType
properties
content  complex
children AccountingEntryInformation
used by
element  FinancialState
annotation
documentation
90471
source <xs:element name="AccountingEntries">
 
<xs:annotation>
   
<xs:documentation>90471</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="AccountingEntriesType">
       
<xs:sequence>
         
<xs:element ref="AccountingEntryInformation" maxOccurs="unbounded"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element AccountingEntryDetail
diagram FinancialState_20234_p5.png
namespace http://socialsecurity.be/xml/ns/financialstate
type extension of AccountingEntryDetailType
properties
content  complex
children AccountingDateAccountingEntryTypeAccountingEntryOriginDelayDaysNbrGlobalAmountListOfAmounts
used by
element  AccountingEntryInformation
annotation
documentation
90473
source <xs:element name="AccountingEntryDetail">
 
<xs:annotation>
   
<xs:documentation>90473</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="AccountingEntryDetailType">
       
<xs:sequence>
         
<xs:element ref="ListOfAmounts" maxOccurs="3"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element AccountingEntryInformation
diagram FinancialState_20234_p6.png
namespace http://socialsecurity.be/xml/ns/financialstate
type extension of AccountingEntryInformationType
properties
content  complex
children AccountingQuarterPaymentTermAccountingBulkingAccountingBulkingNbrPaymentTermDecisionAccountingEntryDetail
used by
element  AccountingEntries
annotation
documentation
90472
source <xs:element name="AccountingEntryInformation">
 
<xs:annotation>
   
<xs:documentation>90472</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="AccountingEntryInformationType">
       
<xs:sequence>
         
<xs:element ref="AccountingEntryDetail" minOccurs="0" maxOccurs="unbounded"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element AccountingEntryNature
diagram FinancialState_20234_p7.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  ListOfAmountsType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  3
totalDigits  2
annotation
documentation
01077
source <xs:element name="AccountingEntryNature">
 
<xs:annotation>
   
<xs:documentation>01077</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="3"/>
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AccountingEntryOrigin
diagram FinancialState_20234_p8.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  AccountingEntryDetailType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  4
totalDigits  2
annotation
documentation
01074
source <xs:element name="AccountingEntryOrigin">
 
<xs:annotation>
   
<xs:documentation>01074</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="4"/>
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AccountingEntryType
diagram FinancialState_20234_p9.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  AccountingEntryDetailType
facets
Kind  Value  Annotation
totalDigits  2
annotation
documentation
01073
source <xs:element name="AccountingEntryType">
 
<xs:annotation>
   
<xs:documentation>01073</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AccountingQuarter
diagram FinancialState_20234_p10.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  AccountingEntryInformationType
facets
Kind  Value  Annotation
totalDigits  5
pattern  \d{4}(1|2|3|4)
annotation
documentation
00866
source <xs:element name="AccountingQuarter">
 
<xs:annotation>
   
<xs:documentation>00866</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 ClosingDate
diagram FinancialState_20234_p11.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:date
properties
content  simple
used by
complexType  FinancialStateInformationType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
01066
source <xs:element name="ClosingDate">
 
<xs:annotation>
   
<xs:documentation>01066</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 DelayDaysNbr
diagram FinancialState_20234_p12.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  AccountingEntryDetailType
facets
Kind  Value  Annotation
totalDigits  5
annotation
documentation
01075
source <xs:element name="DelayDaysNbr">
 
<xs:annotation>
   
<xs:documentation>01075</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="5"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FinancialState
diagram FinancialState_20234_p13.png
namespace http://socialsecurity.be/xml/ns/financialstate
properties
content  complex
children FinancialStateInformationAccountingEntries
annotation
documentation
90475
source <xs:element name="FinancialState">
 
<xs:annotation>
   
<xs:documentation>90475</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="FinancialStateInformation"/>
     
<xs:element ref="AccountingEntries"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FinancialStateInformation
diagram FinancialState_20234_p14.png
namespace http://socialsecurity.be/xml/ns/financialstate
type FinancialStateInformationType
properties
content  complex
children ClosingDateFinancialStateTypeIsSuedPaymentPlanDecision
used by
element  FinancialState
annotation
documentation
90476
source <xs:element name="FinancialStateInformation" type="FinancialStateInformationType">
 
<xs:annotation>
   
<xs:documentation>90476</xs:documentation>
 
</xs:annotation>
</xs:element>

element FinancialStateType
diagram FinancialState_20234_p15.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  FinancialStateInformationType
facets
Kind  Value  Annotation
totalDigits  2
enumeration  1
annotation
documentation
01079
source <xs:element name="FinancialStateType">
 
<xs:annotation>
   
<xs:documentation>01079</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="2"/>
     
<xs:enumeration value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element GlobalAmount
diagram FinancialState_20234_p16.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  AccountingEntryDetailType
facets
Kind  Value  Annotation
totalDigits  15
annotation
documentation
01076
source <xs:element name="GlobalAmount">
 
<xs:annotation>
   
<xs:documentation>01076</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="15"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element IsSued
diagram FinancialState_20234_p17.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  FinancialStateInformationType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  1
totalDigits  1
annotation
documentation
01080
source <xs:element name="IsSued">
 
<xs:annotation>
   
<xs:documentation>01080</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
     
<xs:totalDigits value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ListOfAmounts
diagram FinancialState_20234_p18.png
namespace http://socialsecurity.be/xml/ns/financialstate
type ListOfAmountsType
properties
content  complex
children AccountingEntryNatureSignedAmount
used by
element  AccountingEntryDetail
annotation
documentation
90474
source <xs:element name="ListOfAmounts" type="ListOfAmountsType">
 
<xs:annotation>
   
<xs:documentation>90474</xs:documentation>
 
</xs:annotation>
</xs:element>

element PaymentPlanDecision
diagram FinancialState_20234_p19.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  FinancialStateInformationType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  2
annotation
documentation
01112
source <xs:element name="PaymentPlanDecision">
 
<xs:annotation>
   
<xs:documentation>01112</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="1"/>
     
<xs:enumeration value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element PaymentTerm
diagram FinancialState_20234_p20.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  AccountingEntryInformationType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  3
totalDigits  2
annotation
documentation
01070
source <xs:element name="PaymentTerm">
 
<xs:annotation>
   
<xs:documentation>01070</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="3"/>
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element PaymentTermDecision
diagram FinancialState_20234_p21.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:integer
properties
content  simple
used by
complexType  AccountingEntryInformationType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  3
totalDigits  1
annotation
documentation
01098
source <xs:element name="PaymentTermDecision">
 
<xs:annotation>
   
<xs:documentation>01098</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="3"/>
     
<xs:totalDigits value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SignedAmount
diagram FinancialState_20234_p22.png
namespace http://socialsecurity.be/xml/ns/financialstate
type restriction of xs:string
properties
content  simple
used by
complexType  ListOfAmountsType
facets
Kind  Value  Annotation
maxLength  16
pattern  [+-]?\d{1,15}
annotation
documentation
01078
source <xs:element name="SignedAmount">
 
<xs:annotation>
   
<xs:documentation>01078</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="16"/>
     
<xs:pattern value="[+-]?\d{1,15}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

complexType AccountingEntriesType
diagram FinancialState_20234_p23.png
namespace http://socialsecurity.be/xml/ns/financialstate
used by
element  AccountingEntries
source <xs:complexType name="AccountingEntriesType"/>

complexType AccountingEntryDetailType
diagram FinancialState_20234_p24.png
namespace http://socialsecurity.be/xml/ns/financialstate
children AccountingDateAccountingEntryTypeAccountingEntryOriginDelayDaysNbrGlobalAmount
used by
element  AccountingEntryDetail
source <xs:complexType name="AccountingEntryDetailType">
 
<xs:sequence>
   
<xs:element ref="AccountingDate"/>
   
<xs:element ref="AccountingEntryType"/>
   
<xs:element ref="AccountingEntryOrigin"/>
   
<xs:element ref="DelayDaysNbr" minOccurs="0"/>
   
<xs:element ref="GlobalAmount" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType AccountingEntryInformationType
diagram FinancialState_20234_p25.png
namespace http://socialsecurity.be/xml/ns/financialstate
children AccountingQuarterPaymentTermAccountingBulkingAccountingBulkingNbrPaymentTermDecision
used by
element  AccountingEntryInformation
source <xs:complexType name="AccountingEntryInformationType">
 
<xs:sequence>
   
<xs:element ref="AccountingQuarter"/>
   
<xs:element ref="PaymentTerm" minOccurs="0"/>
   
<xs:element ref="AccountingBulking" minOccurs="0"/>
   
<xs:element ref="AccountingBulkingNbr" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="PaymentTermDecision" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType FinancialStateInformationType
diagram FinancialState_20234_p26.png
namespace http://socialsecurity.be/xml/ns/financialstate
children ClosingDateFinancialStateTypeIsSuedPaymentPlanDecision
used by
element  FinancialStateInformation
source <xs:complexType name="FinancialStateInformationType">
 
<xs:sequence>
   
<xs:element ref="ClosingDate"/>
   
<xs:element ref="FinancialStateType"/>
   
<xs:element ref="IsSued" minOccurs="0"/>
   
<xs:element ref="PaymentPlanDecision" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType ListOfAmountsType
diagram FinancialState_20234_p27.png
namespace http://socialsecurity.be/xml/ns/financialstate
children AccountingEntryNatureSignedAmount
used by
element  ListOfAmounts
source <xs:complexType name="ListOfAmountsType">
 
<xs:sequence>
   
<xs:element ref="AccountingEntryNature"/>
   
<xs:element ref="SignedAmount"/>
 
</xs:sequence>
</xs:complexType>


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