Schema Proactivity_20234.xsd


ROOT ELEMENT Proactivity
attributeFormDefault unqualified
elementFormDefault qualified
targetNamespace http://socialsecurity.be/xml/ns/proactivity
 
Elements  Complex types 
AccountingQuarter  NSSOActionInformationType 
ClosingDate  ProactivityFeedbackType 
DocumentDate  ProactivityInformationType 
Justification  SocialSecretariatActionInformationType 
NetOwedAmount 
NSSOActionInformation 
PaidAmount 
Proactivity 
ProactivityAction 
ProactivityActionDate 
ProactivityFeedback 
ProactivityInformation 
ProactivityReason 
ReferenceNbr 
SocialSecretariatActionInformation 


element AccountingQuarter
diagram Proactivity_20234_p1.png
namespace http://socialsecurity.be/xml/ns/proactivity
type restriction of xs:integer
properties
content  simple
used by
complexTypes  NSSOActionInformationTypeSocialSecretariatActionInformationType
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 Proactivity_20234_p2.png
namespace http://socialsecurity.be/xml/ns/proactivity
type restriction of xs:date
properties
content  simple
used by
complexType  SocialSecretariatActionInformationType
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 DocumentDate
diagram Proactivity_20234_p3.png
namespace http://socialsecurity.be/xml/ns/proactivity
type restriction of xs:date
properties
content  simple
used by
complexType  SocialSecretariatActionInformationType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
01086
source <xs:element name="DocumentDate">
 
<xs:annotation>
   
<xs:documentation>01086</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 Justification
diagram Proactivity_20234_p4.png
namespace http://socialsecurity.be/xml/ns/proactivity
type restriction of xs:string
properties
content  simple
used by
complexTypes  NSSOActionInformationTypeSocialSecretariatActionInformationType
facets
Kind  Value  Annotation
maxLength  560
annotation
documentation
00545
source <xs:element name="Justification">
 
<xs:annotation>
   
<xs:documentation>00545</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="560"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element NetOwedAmount
diagram Proactivity_20234_p5.png
namespace http://socialsecurity.be/xml/ns/proactivity
type restriction of xs:integer
properties
content  simple
used by
complexTypes  NSSOActionInformationTypeSocialSecretariatActionInformationType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  999999999999999
totalDigits  15
annotation
documentation
00015
source <xs:element name="NetOwedAmount">
 
<xs:annotation>
   
<xs:documentation>00015</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="999999999999999"/>
     
<xs:totalDigits value="15"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element NSSOActionInformation
diagram Proactivity_20234_p6.png
namespace http://socialsecurity.be/xml/ns/proactivity
type NSSOActionInformationType
properties
content  complex
children ProactivityActionJustificationNetOwedAmountPaidAmountAccountingQuarter
used by
element  ProactivityFeedback
annotation
documentation
90559
source <xs:element name="NSSOActionInformation" type="NSSOActionInformationType">
 
<xs:annotation>
   
<xs:documentation>90559</xs:documentation>
 
</xs:annotation>
</xs:element>

element PaidAmount
diagram Proactivity_20234_p7.png
namespace http://socialsecurity.be/xml/ns/proactivity
type restriction of xs:integer
properties
content  simple
used by
complexTypes  NSSOActionInformationTypeSocialSecretariatActionInformationType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  999999999999999
totalDigits  15
annotation
documentation
01169
source <xs:element name="PaidAmount">
 
<xs:annotation>
   
<xs:documentation>01169</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="999999999999999"/>
     
<xs:totalDigits value="15"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Proactivity
diagram Proactivity_20234_p8.png
namespace http://socialsecurity.be/xml/ns/proactivity
properties
content  complex
children ProactivityInformationProactivityFeedback
annotation
documentation
90555
source <xs:element name="Proactivity">
 
<xs:annotation>
   
<xs:documentation>90555</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="ProactivityInformation"/>
     
<xs:element ref="ProactivityFeedback"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ProactivityAction
diagram Proactivity_20234_p9.png
namespace http://socialsecurity.be/xml/ns/proactivity
type restriction of xs:integer
properties
content  simple
used by
complexTypes  NSSOActionInformationTypeSocialSecretariatActionInformationType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  5
totalDigits  2
annotation
documentation
01168
source <xs:element name="ProactivityAction">
 
<xs:annotation>
   
<xs:documentation>01168</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="5"/>
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ProactivityActionDate
diagram Proactivity_20234_p10.png
namespace http://socialsecurity.be/xml/ns/proactivity
type restriction of xs:date
properties
content  simple
used by
complexType  SocialSecretariatActionInformationType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
01170
source <xs:element name="ProactivityActionDate">
 
<xs:annotation>
   
<xs:documentation>01170</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 ProactivityFeedback
diagram Proactivity_20234_p11.png
namespace http://socialsecurity.be/xml/ns/proactivity
type extension of ProactivityFeedbackType
properties
content  complex
children SocialSecretariatActionInformationNSSOActionInformation
used by
element  Proactivity
annotation
documentation
90557
source <xs:element name="ProactivityFeedback">
 
<xs:annotation>
   
<xs:documentation>90557</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="ProactivityFeedbackType">
       
<xs:choice>
         
<xs:element ref="SocialSecretariatActionInformation"/>
         
<xs:element ref="NSSOActionInformation"/>
       
</xs:choice>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element ProactivityInformation
diagram Proactivity_20234_p12.png
namespace http://socialsecurity.be/xml/ns/proactivity
type ProactivityInformationType
properties
content  complex
children ProactivityReasonReferenceNbr
used by
element  Proactivity
annotation
documentation
90556
source <xs:element name="ProactivityInformation" type="ProactivityInformationType">
 
<xs:annotation>
   
<xs:documentation>90556</xs:documentation>
 
</xs:annotation>
</xs:element>

element ProactivityReason
diagram Proactivity_20234_p13.png
namespace http://socialsecurity.be/xml/ns/proactivity
type restriction of xs:integer
properties
content  simple
used by
complexType  ProactivityInformationType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  3
totalDigits  2
annotation
documentation
01167
source <xs:element name="ProactivityReason">
 
<xs:annotation>
   
<xs:documentation>01167</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 ReferenceNbr
diagram Proactivity_20234_p14.png
namespace http://socialsecurity.be/xml/ns/proactivity
type restriction of xs:string
properties
content  simple
used by
complexType  ProactivityInformationType
facets
Kind  Value  Annotation
minLength  1
maxLength  64
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="64"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SocialSecretariatActionInformation
diagram Proactivity_20234_p15.png
namespace http://socialsecurity.be/xml/ns/proactivity
type SocialSecretariatActionInformationType
properties
content  complex
children ProactivityActionJustificationNetOwedAmountPaidAmountProactivityActionDateDocumentDateClosingDateAccountingQuarter
used by
element  ProactivityFeedback
annotation
documentation
90558
source <xs:element name="SocialSecretariatActionInformation" type="SocialSecretariatActionInformationType">
 
<xs:annotation>
   
<xs:documentation>90558</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType NSSOActionInformationType
diagram Proactivity_20234_p16.png
namespace http://socialsecurity.be/xml/ns/proactivity
children ProactivityActionJustificationNetOwedAmountPaidAmountAccountingQuarter
used by
element  NSSOActionInformation
source <xs:complexType name="NSSOActionInformationType">
 
<xs:sequence>
   
<xs:element ref="ProactivityAction"/>
   
<xs:element ref="Justification" minOccurs="0"/>
   
<xs:element ref="NetOwedAmount" minOccurs="0"/>
   
<xs:element ref="PaidAmount" minOccurs="0"/>
   
<xs:element ref="AccountingQuarter" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

complexType ProactivityFeedbackType
diagram Proactivity_20234_p17.png
namespace http://socialsecurity.be/xml/ns/proactivity
used by
element  ProactivityFeedback
source <xs:complexType name="ProactivityFeedbackType"/>

complexType ProactivityInformationType
diagram Proactivity_20234_p18.png
namespace http://socialsecurity.be/xml/ns/proactivity
children ProactivityReasonReferenceNbr
used by
element  ProactivityInformation
source <xs:complexType name="ProactivityInformationType">
 
<xs:sequence>
   
<xs:element ref="ProactivityReason"/>
   
<xs:element ref="ReferenceNbr" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType SocialSecretariatActionInformationType
diagram Proactivity_20234_p19.png
namespace http://socialsecurity.be/xml/ns/proactivity
children ProactivityActionJustificationNetOwedAmountPaidAmountProactivityActionDateDocumentDateClosingDateAccountingQuarter
used by
element  SocialSecretariatActionInformation
source <xs:complexType name="SocialSecretariatActionInformationType">
 
<xs:sequence>
   
<xs:element ref="ProactivityAction"/>
   
<xs:element ref="Justification" minOccurs="0"/>
   
<xs:element ref="NetOwedAmount" minOccurs="0"/>
   
<xs:element ref="PaidAmount" minOccurs="0"/>
   
<xs:element ref="ProactivityActionDate" minOccurs="0"/>
   
<xs:element ref="DocumentDate" minOccurs="0"/>
   
<xs:element ref="ClosingDate" minOccurs="0"/>
   
<xs:element ref="AccountingQuarter" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>


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