Schema DmfAConsultationRequest_20241.xsd


ROOT ELEMENT DmfAConsultationRequest
attributeFormDefault unqualified
elementFormDefault qualified
 
Elements  Complex types 
AnomalySubmission  ContributionUnrelatedToNPIdType 
AttestationStatus  EmployerDeclarationIdType 
CompanyID  FormType 
ContributionUnrelatedToNPId  NaturalPersonType 
DmfAConsultationRequest  ReferenceType 
EmployerDeclarationId 
Form 
FormCreationDate 
FormCreationHour 
Identification 
INSS 
Nationality 
NaturalPerson 
NaturalPersonSequenceNbr 
NaturalPersonUserReference 
NOSSLPARegistrationNbr 
NOSSRegistrationNbr 
Quarter 
Reference 
ReferenceNbr 
ReferenceOrigin 
ReferenceType 
SIS 
Trusteeship 
TypeForm 
UnrelatedEmployerClass 
UnrelatedWorkerCode 
WorkerBirthdate 
WorkerBirthplace 
WorkerBirthplaceCountry 
WorkerCity 
WorkerCountry 
WorkerFirstName 
WorkerHouseNbr 
WorkerInitial 
WorkerName 
WorkerPostBox 
WorkerSex 
WorkerStreet 
WorkerZIPCode 


element AnomalySubmission
diagram DmfAConsultationRequest_20241_p1.png
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerDeclarationIdType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  0
enumeration  1
annotation
documentation
00852
source <xs:element name="AnomalySubmission">
 
<xs:annotation>
   
<xs:documentation>00852</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="1"/>
     
<xs:enumeration value="0"/>
     
<xs:enumeration value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AttestationStatus
diagram DmfAConsultationRequest_20241_p2.png
type restriction of xs:integer
properties
content  simple
used by
complexType  FormType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  0
annotation
documentation
00110
source <xs:element name="AttestationStatus">
 
<xs:annotation>
   
<xs:documentation>00110</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="1"/>
     
<xs:enumeration value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element CompanyID
diagram DmfAConsultationRequest_20241_p3.png
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerDeclarationIdType
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 ContributionUnrelatedToNPId
diagram DmfAConsultationRequest_20241_p4.png
type ContributionUnrelatedToNPIdType
properties
content  complex
children UnrelatedEmployerClassUnrelatedWorkerCode
used by
element  EmployerDeclarationId
annotation
documentation
90199
source <xs:element name="ContributionUnrelatedToNPId" type="ContributionUnrelatedToNPIdType">
 
<xs:annotation>
   
<xs:documentation>90199</xs:documentation>
 
</xs:annotation>
</xs:element>

element DmfAConsultationRequest
diagram DmfAConsultationRequest_20241_p5.png
properties
content  complex
children Form
annotation
documentation
90200
source <xs:element name="DmfAConsultationRequest">
 
<xs:annotation>
   
<xs:documentation>90200</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="Form" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element EmployerDeclarationId
diagram DmfAConsultationRequest_20241_p6.png
type extension of EmployerDeclarationIdType
properties
content  complex
children QuarterNOSSRegistrationNbrTrusteeshipNOSSLPARegistrationNbrCompanyIDAnomalySubmissionNaturalPersonContributionUnrelatedToNPId
used by
element  Form
annotation
documentation
90198
source <xs:element name="EmployerDeclarationId">
 
<xs:annotation>
   
<xs:documentation>90198</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="EmployerDeclarationIdType">
       
<xs:choice minOccurs="0">
         
<xs:sequence>
           
<xs:element ref="NaturalPerson" maxOccurs="unbounded"/>
           
<xs:element ref="ContributionUnrelatedToNPId" minOccurs="0" maxOccurs="unbounded"/>
         
</xs:sequence>
         
<xs:element ref="ContributionUnrelatedToNPId" maxOccurs="unbounded"/>
       
</xs:choice>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Form
diagram DmfAConsultationRequest_20241_p7.png
type extension of FormType
properties
content  complex
children IdentificationFormCreationDateFormCreationHourAttestationStatusTypeFormReferenceEmployerDeclarationId
used by
element  DmfAConsultationRequest
annotation
documentation
90059
source <xs:element name="Form">
 
<xs:annotation>
   
<xs:documentation>90059</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="FormType">
       
<xs:sequence>
         
<xs:element ref="Reference" minOccurs="0"/>
         
<xs:element ref="EmployerDeclarationId"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element FormCreationDate
diagram DmfAConsultationRequest_20241_p8.png
type restriction of xs:date
properties
content  simple
used by
complexType  FormType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00218
appinfo
Date_conversion1
source <xs:element name="FormCreationDate">
 
<xs:annotation>
   
<xs:documentation>00218</xs:documentation>
   
<xs:appinfo source="ConversionID">Date_conversion1</xs:appinfo>
 
</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 FormCreationHour
diagram DmfAConsultationRequest_20241_p9.png
type restriction of xs:time
properties
content  simple
used by
complexType  FormType
facets
Kind  Value  Annotation
pattern  \d{2}:\d{2}:\d{2}.\d{3}
annotation
documentation
00299
appinfo
Time_conversion1
source <xs:element name="FormCreationHour">
 
<xs:annotation>
   
<xs:documentation>00299</xs:documentation>
   
<xs:appinfo source="ConversionID">Time_conversion1</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:time">
     
<xs:pattern value="\d{2}:\d{2}:\d{2}.\d{3}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Identification
diagram DmfAConsultationRequest_20241_p10.png
type restriction of xs:string
properties
content  simple
used by
complexType  FormType
facets
Kind  Value  Annotation
maxLength  7
enumeration  DMFAREQ
annotation
documentation
00296
source <xs:element name="Identification">
 
<xs:annotation>
   
<xs:documentation>00296</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="7"/>
     
<xs:enumeration value="DMFAREQ"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element INSS
diagram DmfAConsultationRequest_20241_p11.png
type restriction of xs:integer
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
totalDigits  11
pattern  \d{11}
annotation
documentation
00024
appinfo
Inss_conversion1
appinfo
xs:inss
source <xs:element name="INSS">
 
<xs:annotation>
   
<xs:documentation>00024</xs:documentation>
   
<xs:appinfo source="ConversionID">Inss_conversion1</xs:appinfo>
   
<xs:appinfo source="TDOType">xs:inss</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="11"/>
     
<xs:pattern value="\d{11}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Nationality
diagram DmfAConsultationRequest_20241_p12.png
type restriction of xs:integer
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  99999
totalDigits  5
annotation
documentation
00119
source <xs:element name="Nationality">
 
<xs:annotation>
   
<xs:documentation>00119</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 NaturalPerson
diagram DmfAConsultationRequest_20241_p13.png
type NaturalPersonType
properties
content  complex
children NaturalPersonSequenceNbrINSSSISWorkerNameWorkerFirstNameWorkerInitialWorkerBirthdateWorkerBirthplaceWorkerBirthplaceCountryWorkerSexWorkerStreetWorkerHouseNbrWorkerPostBoxWorkerZIPCodeWorkerCityWorkerCountryNationalityNaturalPersonUserReference
used by
element  EmployerDeclarationId
annotation
documentation
90017
source <xs:element name="NaturalPerson" type="NaturalPersonType">
 
<xs:annotation>
   
<xs:documentation>90017</xs:documentation>
 
</xs:annotation>
</xs:element>

element NaturalPersonSequenceNbr
diagram DmfAConsultationRequest_20241_p14.png
type restriction of xs:integer
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  9999999
totalDigits  7
annotation
documentation
00023
source <xs:element name="NaturalPersonSequenceNbr">
 
<xs:annotation>
   
<xs:documentation>00023</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="9999999"/>
     
<xs:totalDigits value="7"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element NaturalPersonUserReference
diagram DmfAConsultationRequest_20241_p15.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
maxLength  20
annotation
documentation
00615
source <xs:element name="NaturalPersonUserReference">
 
<xs:annotation>
   
<xs:documentation>00615</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="20"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element NOSSLPARegistrationNbr
diagram DmfAConsultationRequest_20241_p16.png
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerDeclarationIdType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  99999926
totalDigits  8
annotation
documentation
00109
appinfo
NossAPL_conversion1
appinfo
xs:nossLpaRegistrationNbr
source <xs:element name="NOSSLPARegistrationNbr">
 
<xs:annotation>
   
<xs:documentation>00109</xs:documentation>
   
<xs:appinfo source="ConversionID">NossAPL_conversion1</xs:appinfo>
   
<xs:appinfo source="TDOType">xs:nossLpaRegistrationNbr</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="99999926"/>
     
<xs:totalDigits value="8"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element NOSSRegistrationNbr
diagram DmfAConsultationRequest_20241_p17.png
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerDeclarationIdType
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 Quarter
diagram DmfAConsultationRequest_20241_p18.png
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerDeclarationIdType
facets
Kind  Value  Annotation
minInclusive  20031
totalDigits  5
pattern  \d{4}(1|2|3|4)
annotation
documentation
00013
appinfo
xs:yearQuarter
source <xs:element name="Quarter">
 
<xs:annotation>
   
<xs:documentation>00013</xs:documentation>
   
<xs:appinfo source="TDOType">xs:yearQuarter</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="20031"/>
     
<xs:totalDigits value="5"/>
     
<xs:pattern value="\d{4}(1|2|3|4)"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Reference
diagram DmfAConsultationRequest_20241_p19.png
type ReferenceType
properties
content  complex
children ReferenceTypeReferenceOriginReferenceNbr
used by
element  Form
annotation
documentation
90082
source <xs:element name="Reference" type="ReferenceType">
 
<xs:annotation>
   
<xs:documentation>90082</xs:documentation>
 
</xs:annotation>
</xs:element>

element ReferenceNbr
diagram DmfAConsultationRequest_20241_p20.png
type restriction of xs:string
properties
content  simple
used by
complexType  ReferenceType
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 ReferenceOrigin
diagram DmfAConsultationRequest_20241_p21.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ReferenceType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  1
annotation
documentation
00298
source <xs:element name="ReferenceOrigin">
 
<xs:annotation>
   
<xs:documentation>00298</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="1"/>
     
<xs:enumeration value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ReferenceType
diagram DmfAConsultationRequest_20241_p22.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ReferenceType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  1
annotation
documentation
00221
source <xs:element name="ReferenceType">
 
<xs:annotation>
   
<xs:documentation>00221</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="1"/>
     
<xs:enumeration value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SIS
diagram DmfAConsultationRequest_20241_p23.png
type restriction of xs:integer
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  9999999999
totalDigits  10
annotation
documentation
00167
source <xs:element name="SIS">
 
<xs:annotation>
   
<xs:documentation>00167</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="9999999999"/>
     
<xs:totalDigits value="10"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Trusteeship
diagram DmfAConsultationRequest_20241_p24.png
type restriction of xs:integer
properties
content  simple
used by
complexType  EmployerDeclarationIdType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  1
totalDigits  1
annotation
documentation
00012
source <xs:element name="Trusteeship">
 
<xs:annotation>
   
<xs:documentation>00012</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 TypeForm
diagram DmfAConsultationRequest_20241_p25.png
type restriction of xs:string
properties
content  simple
used by
complexType  FormType
facets
Kind  Value  Annotation
maxLength  2
enumeration  RE
annotation
documentation
00297
source <xs:element name="TypeForm">
 
<xs:annotation>
   
<xs:documentation>00297</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="2"/>
     
<xs:enumeration value="RE"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element UnrelatedEmployerClass
diagram DmfAConsultationRequest_20241_p26.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ContributionUnrelatedToNPIdType
facets
Kind  Value  Annotation
minInclusive  000
maxInclusive  999
totalDigits  3
pattern  \d{3}
annotation
documentation
00019
source <xs:element name="UnrelatedEmployerClass">
 
<xs:annotation>
   
<xs:documentation>00019</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 UnrelatedWorkerCode
diagram DmfAConsultationRequest_20241_p27.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ContributionUnrelatedToNPIdType
facets
Kind  Value  Annotation
minInclusive  000
maxInclusive  999
totalDigits  3
pattern  \d{3}
annotation
documentation
00020
source <xs:element name="UnrelatedWorkerCode">
 
<xs:annotation>
   
<xs:documentation>00020</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 WorkerBirthdate
diagram DmfAConsultationRequest_20241_p28.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
length  10
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00028
appinfo
Date_conversion2
source <xs:element name="WorkerBirthdate">
 
<xs:annotation>
   
<xs:documentation>00028</xs:documentation>
   
<xs:appinfo source="ConversionID">Date_conversion2</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="10"/>
     
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerBirthplace
diagram DmfAConsultationRequest_20241_p29.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
maxLength  40
pattern  [\s\S]*\S[\s\S]*
annotation
documentation
00168
source <xs:element name="WorkerBirthplace">
 
<xs:annotation>
   
<xs:documentation>00168</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="40"/>
     
<xs:pattern value="[\s\S]*\S[\s\S]*"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerBirthplaceCountry
diagram DmfAConsultationRequest_20241_p30.png
type restriction of xs:integer
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  99999
totalDigits  5
annotation
documentation
00169
source <xs:element name="WorkerBirthplaceCountry">
 
<xs:annotation>
   
<xs:documentation>00169</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 WorkerCity
diagram DmfAConsultationRequest_20241_p31.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
maxLength  40
annotation
documentation
00034
source <xs:element name="WorkerCity">
 
<xs:annotation>
   
<xs:documentation>00034</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="40"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerCountry
diagram DmfAConsultationRequest_20241_p32.png
type restriction of xs:integer
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  99999
totalDigits  5
annotation
documentation
00035
source <xs:element name="WorkerCountry">
 
<xs:annotation>
   
<xs:documentation>00035</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 WorkerFirstName
diagram DmfAConsultationRequest_20241_p33.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
minLength  1
maxLength  24
annotation
documentation
00026
source <xs:element name="WorkerFirstName">
 
<xs:annotation>
   
<xs:documentation>00026</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="24"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerHouseNbr
diagram DmfAConsultationRequest_20241_p34.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
maxLength  10
annotation
documentation
00031
source <xs:element name="WorkerHouseNbr">
 
<xs:annotation>
   
<xs:documentation>00031</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="10"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerInitial
diagram DmfAConsultationRequest_20241_p35.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
length  1
pattern  \p{L}
annotation
documentation
00027
source <xs:element name="WorkerInitial">
 
<xs:annotation>
   
<xs:documentation>00027</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="1"/>
     
<xs:pattern value="\p{L}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerName
diagram DmfAConsultationRequest_20241_p36.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
minLength  1
maxLength  48
annotation
documentation
00025
source <xs:element name="WorkerName">
 
<xs:annotation>
   
<xs:documentation>00025</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="48"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerPostBox
diagram DmfAConsultationRequest_20241_p37.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
maxLength  4
annotation
documentation
00032
source <xs:element name="WorkerPostBox">
 
<xs:annotation>
   
<xs:documentation>00032</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerSex
diagram DmfAConsultationRequest_20241_p38.png
type restriction of xs:integer
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  2
totalDigits  1
annotation
documentation
00029
source <xs:element name="WorkerSex">
 
<xs:annotation>
   
<xs:documentation>00029</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="2"/>
     
<xs:totalDigits value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerStreet
diagram DmfAConsultationRequest_20241_p39.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
maxLength  35
annotation
documentation
00030
source <xs:element name="WorkerStreet">
 
<xs:annotation>
   
<xs:documentation>00030</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="35"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerZIPCode
diagram DmfAConsultationRequest_20241_p40.png
type restriction of xs:string
properties
content  simple
used by
complexType  NaturalPersonType
facets
Kind  Value  Annotation
maxLength  9
annotation
documentation
00033
source <xs:element name="WorkerZIPCode">
 
<xs:annotation>
   
<xs:documentation>00033</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="9"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

complexType ContributionUnrelatedToNPIdType
diagram DmfAConsultationRequest_20241_p41.png
children UnrelatedEmployerClassUnrelatedWorkerCode
used by
element  ContributionUnrelatedToNPId
source <xs:complexType name="ContributionUnrelatedToNPIdType">
 
<xs:sequence>
   
<xs:element ref="UnrelatedEmployerClass"/>
   
<xs:element ref="UnrelatedWorkerCode"/>
 
</xs:sequence>
</xs:complexType>

complexType EmployerDeclarationIdType
diagram DmfAConsultationRequest_20241_p42.png
children QuarterNOSSRegistrationNbrTrusteeshipNOSSLPARegistrationNbrCompanyIDAnomalySubmission
used by
element  EmployerDeclarationId
source <xs:complexType name="EmployerDeclarationIdType">
 
<xs:sequence>
   
<xs:element ref="Quarter"/>
   
<xs:choice>
     
<xs:sequence>
       
<xs:element ref="NOSSRegistrationNbr"/>
       
<xs:element ref="Trusteeship"/>
     
</xs:sequence>
     
<xs:element ref="NOSSLPARegistrationNbr"/>
   
</xs:choice>
   
<xs:element ref="CompanyID"/>
   
<xs:element ref="AnomalySubmission" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType FormType
diagram DmfAConsultationRequest_20241_p43.png
children IdentificationFormCreationDateFormCreationHourAttestationStatusTypeForm
used by
element  Form
source <xs:complexType name="FormType">
 
<xs:sequence>
   
<xs:element ref="Identification"/>
   
<xs:element ref="FormCreationDate"/>
   
<xs:element ref="FormCreationHour"/>
   
<xs:element ref="AttestationStatus"/>
   
<xs:element ref="TypeForm"/>
 
</xs:sequence>
</xs:complexType>

complexType NaturalPersonType
diagram DmfAConsultationRequest_20241_p44.png
children NaturalPersonSequenceNbrINSSSISWorkerNameWorkerFirstNameWorkerInitialWorkerBirthdateWorkerBirthplaceWorkerBirthplaceCountryWorkerSexWorkerStreetWorkerHouseNbrWorkerPostBoxWorkerZIPCodeWorkerCityWorkerCountryNationalityNaturalPersonUserReference
used by
element  NaturalPerson
source <xs:complexType name="NaturalPersonType">
 
<xs:sequence>
   
<xs:element ref="NaturalPersonSequenceNbr"/>
   
<xs:element ref="INSS"/>
   
<xs:element ref="SIS" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerName" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerFirstName" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerInitial" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerBirthdate" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerBirthplace" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerBirthplaceCountry" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerSex" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerStreet" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerHouseNbr" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerPostBox" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerZIPCode" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerCity" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="WorkerCountry" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="Nationality" minOccurs="0" maxOccurs="0"/>
   
<xs:element ref="NaturalPersonUserReference" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType ReferenceType
diagram DmfAConsultationRequest_20241_p45.png
children ReferenceTypeReferenceOriginReferenceNbr
used by
element  Reference
source <xs:complexType name="ReferenceType">
 
<xs:sequence>
   
<xs:element ref="ReferenceType"/>
   
<xs:element ref="ReferenceOrigin"/>
   
<xs:element ref="ReferenceNbr"/>
 
</xs:sequence>
</xs:complexType>


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