Schema AOAT504_20234.xsd


ROOT ELEMENT AOAT504
attributeFormDefault unqualified
elementFormDefault qualified
 
Elements  Complex types 
AccidentConsequences  AccidentLinkType 
AccidentDate  AccidentPlaceAddressType 
AccidentLink  DclInformationType 
AccidentNature  EmployerDeclarationLinkType 
AccidentPlaceAddress  FormType 
AccidentPlaceCity  HandledEmployerDeclarationLinkType 
AccidentPlaceCountry  HandledNaturalPersonType 
AccidentPlaceHouseNbr  HandledOriginalFormType 
AccidentPlacePostBox  HandledReferenceType 
AccidentPlaceStreet  InformantType 
AccidentPlaceZIPCode  NaturalPersonType 
AOAT504  RiskIdentificationType 
AttestationStatus  SeriousAccidentDataType 
BisFlagIndication 
CompanyID 
DclInformation 
EmployerCity 
EmployerCountry 
EmployerDeclarationLink 
EmployerDenomination 
EmployerHouseNbr 
EmployerPostBox 
EmployerStreet 
EmployerZIPCode 
Form 
FormCreationDate 
FormCreationHour 
HandledEmployerDeclarationLink 
HandledNaturalPerson 
HandledOriginalForm 
HandledReference 
Identification 
IdentificationOfRisk 
ImportanceCode 
Informant 
InformantFirstName 
InformantName 
InformantUserId 
InjuriesNatureCode 
INSS 
LanguageCodePdf 
LastEventCode 
LegalForm 
Nationality 
NaturalPerson 
NaturalPersonSequenceNbr 
NaturalPersonUserReference 
NOSSRegistrationNbr 
ObjectCode 
OriolusSubStatusRip 
OriolusSuccessCode 
PreviousINSS 
ReferenceNbr 
ReferenceOrigin 
ReferenceType 
RiskIdentification 
SeriousAccidentData 
SeriousAccidentDescription 
SIS 
Trusteeship 
TrusteeshipCity 
TrusteeshipCountry 
TrusteeshipHouseNbr 
TrusteeshipPostBox 
TrusteeshipRegistrationNbr 
TrusteeshipStreet 
TrusteeshipZIPCode 
TypeForm 
VictimNbr 
WorkerBirthdate 
WorkerBirthplace 
WorkerBirthplaceCountry 
WorkerCity 
WorkerCountry 
WorkerFirstName 
WorkerHouseNbr 
WorkerInitial 
WorkerName 
WorkerPostBox 
WorkerSex 
WorkerStreet 
WorkerZIPCode 
YardTicket 


element AccidentConsequences
diagram AOAT504_20234_p1.png
type restriction of xs:integer
properties
content  simple
used by
complexType  SeriousAccidentDataType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  2
enumeration  3
enumeration  4
annotation
documentation
00264
source <xs:element name="AccidentConsequences">
 
<xs:annotation>
   
<xs:documentation>00264</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="1"/>
     
<xs:enumeration value="2"/>
     
<xs:enumeration value="3"/>
     
<xs:enumeration value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AccidentDate
diagram AOAT504_20234_p2.png
type restriction of xs:date
properties
content  simple
used by
complexType  AccidentLinkType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00237
appinfo
Date_conversion1
source <xs:element name="AccidentDate">
 
<xs:annotation>
   
<xs:documentation>00237</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 AccidentLink
diagram AOAT504_20234_p3.png
type AccidentLinkType
properties
content  complex
children AccidentDate
used by
element  NaturalPerson
annotation
documentation
90097
source <xs:element name="AccidentLink" type="AccidentLinkType">
 
<xs:annotation>
   
<xs:documentation>90097</xs:documentation>
 
</xs:annotation>
</xs:element>

element AccidentNature
diagram AOAT504_20234_p4.png
type restriction of xs:integer
properties
content  simple
used by
complexType  SeriousAccidentDataType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  0
annotation
documentation
00240
source <xs:element name="AccidentNature">
 
<xs:annotation>
   
<xs:documentation>00240</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 AccidentPlaceAddress
diagram AOAT504_20234_p5.png
type AccidentPlaceAddressType
properties
content  complex
children AccidentPlaceStreetAccidentPlaceHouseNbrAccidentPlacePostBoxAccidentPlaceZIPCodeAccidentPlaceCityAccidentPlaceCountry
used by
element  SeriousAccidentData
annotation
documentation
90330
source <xs:element name="AccidentPlaceAddress" type="AccidentPlaceAddressType">
 
<xs:annotation>
   
<xs:documentation>90330</xs:documentation>
 
</xs:annotation>
</xs:element>

element AccidentPlaceCity
diagram AOAT504_20234_p6.png
type restriction of xs:string
properties
content  simple
used by
complexType  AccidentPlaceAddressType
facets
Kind  Value  Annotation
minLength  1
maxLength  40
annotation
documentation
00243
source <xs:element name="AccidentPlaceCity">
 
<xs:annotation>
   
<xs:documentation>00243</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="40"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AccidentPlaceCountry
diagram AOAT504_20234_p7.png
type restriction of xs:integer
properties
content  simple
used by
complexType  AccidentPlaceAddressType
facets
Kind  Value  Annotation
totalDigits  5
annotation
documentation
00241
source <xs:element name="AccidentPlaceCountry">
 
<xs:annotation>
   
<xs:documentation>00241</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="5"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

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

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

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

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

element AOAT504
diagram AOAT504_20234_p12.png
properties
content  complex
children Form
annotation
documentation
90333
source <xs:element name="AOAT504">
 
<xs:annotation>
   
<xs:documentation>90333</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="Form"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element AttestationStatus
diagram AOAT504_20234_p13.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  FormTypeHandledOriginalFormType
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 BisFlagIndication
diagram AOAT504_20234_p14.png
type restriction of xs:integer
properties
content  simple
used by
complexType  HandledNaturalPersonType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  1
totalDigits  1
annotation
documentation
00216
source <xs:element name="BisFlagIndication">
 
<xs:annotation>
   
<xs:documentation>00216</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 CompanyID
diagram AOAT504_20234_p15.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  EmployerDeclarationLinkTypeHandledEmployerDeclarationLinkType
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 DclInformation
diagram AOAT504_20234_p16.png
type DclInformationType
properties
content  complex
children LanguageCodePdf
used by
element  Form
annotation
documentation
90171
source <xs:element name="DclInformation" type="DclInformationType">
 
<xs:annotation>
   
<xs:documentation>90171</xs:documentation>
 
</xs:annotation>
</xs:element>

element EmployerCity
diagram AOAT504_20234_p17.png
type restriction of xs:string
properties
content  simple
used by
complexType  HandledEmployerDeclarationLinkType
facets
Kind  Value  Annotation
maxLength  40
annotation
documentation
00162
source <xs:element name="EmployerCity">
 
<xs:annotation>
   
<xs:documentation>00162</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="40"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element EmployerCountry
diagram AOAT504_20234_p18.png
type restriction of xs:integer
properties
content  simple
used by
complexType  HandledEmployerDeclarationLinkType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  99999
totalDigits  5
annotation
documentation
00163
source <xs:element name="EmployerCountry">
 
<xs:annotation>
   
<xs:documentation>00163</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 EmployerDeclarationLink
diagram AOAT504_20234_p19.png
type extension of EmployerDeclarationLinkType
properties
content  complex
children NOSSRegistrationNbrTrusteeshipCompanyIDHandledEmployerDeclarationLinkNaturalPerson
used by
element  Form
annotation
documentation
90067
source <xs:element name="EmployerDeclarationLink">
 
<xs:annotation>
   
<xs:documentation>90067</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="EmployerDeclarationLinkType">
       
<xs:sequence>
         
<xs:element ref="HandledEmployerDeclarationLink" minOccurs="1" maxOccurs="1"/>
         
<xs:element ref="NaturalPerson"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element EmployerDenomination
diagram AOAT504_20234_p20.png
type restriction of xs:string
properties
content  simple
used by
complexType  HandledEmployerDeclarationLinkType
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 EmployerHouseNbr
diagram AOAT504_20234_p21.png
type restriction of xs:string
properties
content  simple
used by
complexType  HandledEmployerDeclarationLinkType
facets
Kind  Value  Annotation
maxLength  10
annotation
documentation
00159
source <xs:element name="EmployerHouseNbr">
 
<xs:annotation>
   
<xs:documentation>00159</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="10"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

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

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

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

element Form
diagram AOAT504_20234_p25.png
type extension of FormType
properties
content  complex
children IdentificationFormCreationDateFormCreationHourAttestationStatusTypeFormHandledOriginalFormDclInformationRiskIdentificationHandledReferenceInformantEmployerDeclarationLink
used by
element  AOAT504
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="HandledOriginalForm" minOccurs="1" maxOccurs="1"/>
         
<xs:element ref="DclInformation"/>
         
<xs:element ref="RiskIdentification"/>
         
<xs:element ref="HandledReference" minOccurs="1" maxOccurs="1"/>
         
<xs:element ref="Informant" minOccurs="0" maxOccurs="1"/>
         
<xs:element ref="EmployerDeclarationLink"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element FormCreationDate
diagram AOAT504_20234_p26.png
type restriction of xs:date
properties
content  simple
used by
complexTypes  FormTypeHandledOriginalFormType
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 AOAT504_20234_p27.png
type restriction of xs:time
properties
content  simple
used by
complexTypes  FormTypeHandledOriginalFormType
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 HandledEmployerDeclarationLink
diagram AOAT504_20234_p28.png
type HandledEmployerDeclarationLinkType
properties
content  complex
children NOSSRegistrationNbrTrusteeshipCompanyIDEmployerDenominationEmployerStreetEmployerHouseNbrEmployerPostBoxEmployerZIPCodeEmployerCityEmployerCountryLegalFormImportanceCodeTrusteeshipRegistrationNbrTrusteeshipStreetTrusteeshipHouseNbrTrusteeshipPostBoxTrusteeshipZIPCodeTrusteeshipCityTrusteeshipCountry
used by
element  EmployerDeclarationLink
annotation
documentation
90157
source <xs:element name="HandledEmployerDeclarationLink" type="HandledEmployerDeclarationLinkType">
 
<xs:annotation>
   
<xs:documentation>90157</xs:documentation>
 
</xs:annotation>
</xs:element>

element HandledNaturalPerson
diagram AOAT504_20234_p29.png
type HandledNaturalPersonType
properties
content  complex
children NaturalPersonSequenceNbrINSSSISWorkerNameWorkerFirstNameWorkerInitialWorkerBirthdateWorkerBirthplaceWorkerBirthplaceCountryWorkerSexWorkerStreetWorkerHouseNbrWorkerPostBoxWorkerZIPCodeWorkerCityWorkerCountryNationalityOriolusSuccessCodeOriolusSubStatusRipBisFlagIndicationNaturalPersonUserReferencePreviousINSS
used by
element  NaturalPerson
annotation
documentation
90158
source <xs:element name="HandledNaturalPerson" type="HandledNaturalPersonType">
 
<xs:annotation>
   
<xs:documentation>90158</xs:documentation>
 
</xs:annotation>
</xs:element>

element HandledOriginalForm
diagram AOAT504_20234_p30.png
type HandledOriginalFormType
properties
content  complex
children IdentificationFormCreationDateFormCreationHourAttestationStatusTypeForm
used by
element  Form
annotation
documentation
90154
source <xs:element name="HandledOriginalForm" type="HandledOriginalFormType">
 
<xs:annotation>
   
<xs:documentation>90154</xs:documentation>
 
</xs:annotation>
</xs:element>

element HandledReference
diagram AOAT504_20234_p31.png
type HandledReferenceType
properties
content  complex
children ReferenceTypeReferenceOriginReferenceNbr
used by
element  Form
annotation
documentation
90155
source <xs:element name="HandledReference" type="HandledReferenceType">
 
<xs:annotation>
   
<xs:documentation>90155</xs:documentation>
 
</xs:annotation>
</xs:element>

element Identification
diagram AOAT504_20234_p32.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  FormTypeHandledOriginalFormType
facets
Kind  Value  Annotation
maxLength  7
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:restriction>
 
</xs:simpleType>
</xs:element>

element IdentificationOfRisk
diagram AOAT504_20234_p33.png
type restriction of xs:integer
properties
content  simple
used by
complexType  RiskIdentificationType
facets
Kind  Value  Annotation
totalDigits  3
enumeration  001
annotation
documentation
00430
source <xs:element name="IdentificationOfRisk">
 
<xs:annotation>
   
<xs:documentation>00430</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="3"/>
     
<xs:enumeration value="001"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ImportanceCode
diagram AOAT504_20234_p34.png
type restriction of xs:integer
properties
content  simple
used by
complexType  HandledEmployerDeclarationLinkType
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 Informant
diagram AOAT504_20234_p35.png
type InformantType
properties
content  complex
children InformantUserIdInformantNameInformantFirstName
used by
element  Form
annotation
documentation
90105
source <xs:element name="Informant" type="InformantType">
 
<xs:annotation>
   
<xs:documentation>90105</xs:documentation>
 
</xs:annotation>
</xs:element>

element InformantFirstName
diagram AOAT504_20234_p36.png
type restriction of xs:string
properties
content  simple
used by
complexType  InformantType
facets
Kind  Value  Annotation
maxLength  24
annotation
documentation
00121
source <xs:element name="InformantFirstName">
 
<xs:annotation>
   
<xs:documentation>00121</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="24"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element InformantName
diagram AOAT504_20234_p37.png
type restriction of xs:string
properties
content  simple
used by
complexType  InformantType
facets
Kind  Value  Annotation
maxLength  48
annotation
documentation
00120
source <xs:element name="InformantName">
 
<xs:annotation>
   
<xs:documentation>00120</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="48"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element InformantUserId
diagram AOAT504_20234_p38.png
type restriction of xs:string
properties
content  simple
used by
complexType  InformantType
facets
Kind  Value  Annotation
maxLength  30
annotation
documentation
00409
source <xs:element name="InformantUserId">
 
<xs:annotation>
   
<xs:documentation>00409</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="30"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element InjuriesNatureCode
diagram AOAT504_20234_p39.png
type restriction of xs:integer
properties
content  simple
used by
complexType  SeriousAccidentDataType
facets
Kind  Value  Annotation
totalDigits  3
enumeration  000
enumeration  010
enumeration  011
enumeration  012
enumeration  013
enumeration  019
enumeration  020
enumeration  021
enumeration  022
enumeration  029
enumeration  030
enumeration  031
enumeration  032
enumeration  039
enumeration  040
enumeration  041
enumeration  050
enumeration  051
enumeration  052
enumeration  053
enumeration  054
enumeration  059
enumeration  060
enumeration  061
enumeration  062
enumeration  063
enumeration  069
enumeration  070
enumeration  071
enumeration  072
enumeration  073
enumeration  074
enumeration  079
enumeration  080
enumeration  081
enumeration  082
enumeration  089
enumeration  090
enumeration  091
enumeration  092
enumeration  099
enumeration  100
enumeration  101
enumeration  102
enumeration  103
enumeration  109
enumeration  110
enumeration  111
enumeration  112
enumeration  119
enumeration  120
enumeration  999
annotation
documentation
00280
source <xs:element name="InjuriesNatureCode">
 
<xs:annotation>
   
<xs:documentation>00280</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="3"/>
     
<xs:enumeration value="000"/>
     
<xs:enumeration value="010"/>
     
<xs:enumeration value="011"/>
     
<xs:enumeration value="012"/>
     
<xs:enumeration value="013"/>
     
<xs:enumeration value="019"/>
     
<xs:enumeration value="020"/>
     
<xs:enumeration value="021"/>
     
<xs:enumeration value="022"/>
     
<xs:enumeration value="029"/>
     
<xs:enumeration value="030"/>
     
<xs:enumeration value="031"/>
     
<xs:enumeration value="032"/>
     
<xs:enumeration value="039"/>
     
<xs:enumeration value="040"/>
     
<xs:enumeration value="041"/>
     
<xs:enumeration value="050"/>
     
<xs:enumeration value="051"/>
     
<xs:enumeration value="052"/>
     
<xs:enumeration value="053"/>
     
<xs:enumeration value="054"/>
     
<xs:enumeration value="059"/>
     
<xs:enumeration value="060"/>
     
<xs:enumeration value="061"/>
     
<xs:enumeration value="062"/>
     
<xs:enumeration value="063"/>
     
<xs:enumeration value="069"/>
     
<xs:enumeration value="070"/>
     
<xs:enumeration value="071"/>
     
<xs:enumeration value="072"/>
     
<xs:enumeration value="073"/>
     
<xs:enumeration value="074"/>
     
<xs:enumeration value="079"/>
     
<xs:enumeration value="080"/>
     
<xs:enumeration value="081"/>
     
<xs:enumeration value="082"/>
     
<xs:enumeration value="089"/>
     
<xs:enumeration value="090"/>
     
<xs:enumeration value="091"/>
     
<xs:enumeration value="092"/>
     
<xs:enumeration value="099"/>
     
<xs:enumeration value="100"/>
     
<xs:enumeration value="101"/>
     
<xs:enumeration value="102"/>
     
<xs:enumeration value="103"/>
     
<xs:enumeration value="109"/>
     
<xs:enumeration value="110"/>
     
<xs:enumeration value="111"/>
     
<xs:enumeration value="112"/>
     
<xs:enumeration value="119"/>
     
<xs:enumeration value="120"/>
     
<xs:enumeration value="999"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element INSS
diagram AOAT504_20234_p40.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 LanguageCodePdf
diagram AOAT504_20234_p41.png
type restriction of xs:integer
properties
content  simple
used by
complexType  DclInformationType
facets
Kind  Value  Annotation
minInclusive  1
maxInclusive  3
totalDigits  1
annotation
documentation
00156
source <xs:element name="LanguageCodePdf">
 
<xs:annotation>
   
<xs:documentation>00156</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 LastEventCode
diagram AOAT504_20234_p42.png
type restriction of xs:integer
properties
content  simple
used by
complexType  SeriousAccidentDataType
facets
Kind  Value  Annotation
totalDigits  2
enumeration  0
enumeration  10
enumeration  11
enumeration  12
enumeration  13
enumeration  14
enumeration  19
enumeration  20
enumeration  21
enumeration  22
enumeration  23
enumeration  24
enumeration  29
enumeration  30
enumeration  31
enumeration  32
enumeration  33
enumeration  34
enumeration  35
enumeration  39
enumeration  40
enumeration  41
enumeration  42
enumeration  43
enumeration  44
enumeration  45
enumeration  49
enumeration  50
enumeration  51
enumeration  52
enumeration  59
enumeration  60
enumeration  61
enumeration  62
enumeration  63
enumeration  64
enumeration  69
enumeration  70
enumeration  71
enumeration  72
enumeration  73
enumeration  74
enumeration  75
enumeration  79
enumeration  80
enumeration  81
enumeration  82
enumeration  83
enumeration  84
enumeration  85
enumeration  89
enumeration  99
annotation
documentation
00257
source <xs:element name="LastEventCode">
 
<xs:annotation>
   
<xs:documentation>00257</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="2"/>
     
<xs:enumeration value="0"/>
     
<xs:enumeration value="10"/>
     
<xs:enumeration value="11"/>
     
<xs:enumeration value="12"/>
     
<xs:enumeration value="13"/>
     
<xs:enumeration value="14"/>
     
<xs:enumeration value="19"/>
     
<xs:enumeration value="20"/>
     
<xs:enumeration value="21"/>
     
<xs:enumeration value="22"/>
     
<xs:enumeration value="23"/>
     
<xs:enumeration value="24"/>
     
<xs:enumeration value="29"/>
     
<xs:enumeration value="30"/>
     
<xs:enumeration value="31"/>
     
<xs:enumeration value="32"/>
     
<xs:enumeration value="33"/>
     
<xs:enumeration value="34"/>
     
<xs:enumeration value="35"/>
     
<xs:enumeration value="39"/>
     
<xs:enumeration value="40"/>
     
<xs:enumeration value="41"/>
     
<xs:enumeration value="42"/>
     
<xs:enumeration value="43"/>
     
<xs:enumeration value="44"/>
     
<xs:enumeration value="45"/>
     
<xs:enumeration value="49"/>
     
<xs:enumeration value="50"/>
     
<xs:enumeration value="51"/>
     
<xs:enumeration value="52"/>
     
<xs:enumeration value="59"/>
     
<xs:enumeration value="60"/>
     
<xs:enumeration value="61"/>
     
<xs:enumeration value="62"/>
     
<xs:enumeration value="63"/>
     
<xs:enumeration value="64"/>
     
<xs:enumeration value="69"/>
     
<xs:enumeration value="70"/>
     
<xs:enumeration value="71"/>
     
<xs:enumeration value="72"/>
     
<xs:enumeration value="73"/>
     
<xs:enumeration value="74"/>
     
<xs:enumeration value="75"/>
     
<xs:enumeration value="79"/>
     
<xs:enumeration value="80"/>
     
<xs:enumeration value="81"/>
     
<xs:enumeration value="82"/>
     
<xs:enumeration value="83"/>
     
<xs:enumeration value="84"/>
     
<xs:enumeration value="85"/>
     
<xs:enumeration value="89"/>
     
<xs:enumeration value="99"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element LegalForm
diagram AOAT504_20234_p43.png
type restriction of xs:string
properties
content  simple
used by
complexType  HandledEmployerDeclarationLinkType
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 Nationality
diagram AOAT504_20234_p44.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
facets
Kind  Value  Annotation
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:totalDigits value="5"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element NaturalPerson
diagram AOAT504_20234_p45.png
type extension of NaturalPersonType
properties
content  complex
children NaturalPersonSequenceNbrINSSSISWorkerNameWorkerFirstNameWorkerInitialWorkerBirthdateWorkerBirthplaceWorkerBirthplaceCountryWorkerSexWorkerStreetWorkerHouseNbrWorkerPostBoxWorkerZIPCodeWorkerCityWorkerCountryNationalityNaturalPersonUserReferenceHandledNaturalPersonAccidentLinkSeriousAccidentData
used by
element  EmployerDeclarationLink
annotation
documentation
90017
source <xs:element name="NaturalPerson">
 
<xs:annotation>
   
<xs:documentation>90017</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="NaturalPersonType">
       
<xs:sequence>
         
<xs:element ref="HandledNaturalPerson" minOccurs="1" maxOccurs="1"/>
         
<xs:element ref="AccidentLink"/>
         
<xs:element ref="SeriousAccidentData"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element NaturalPersonSequenceNbr
diagram AOAT504_20234_p46.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p47.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 NOSSRegistrationNbr
diagram AOAT504_20234_p48.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  EmployerDeclarationLinkTypeHandledEmployerDeclarationLinkType
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 ObjectCode
diagram AOAT504_20234_p49.png
type restriction of xs:string
properties
content  simple
used by
complexType  SeriousAccidentDataType
facets
Kind  Value  Annotation
maxLength  5
enumeration  00.00
enumeration  00.01
enumeration  00.02
enumeration  00.99
enumeration  01.00
enumeration  01.01
enumeration  01.02
enumeration  01.03
enumeration  01.99
enumeration  02.00
enumeration  02.01
enumeration  02.02
enumeration  02.03
enumeration  02.04
enumeration  02.05
enumeration  02.99
enumeration  03.00
enumeration  03.01
enumeration  03.02
enumeration  03.03
enumeration  03.99
enumeration  04.00
enumeration  04.01
enumeration  04.02
enumeration  04.03
enumeration  04.99
enumeration  05.00
enumeration  05.01
enumeration  05.02
enumeration  05.99
enumeration  06.00
enumeration  06.01
enumeration  06.02
enumeration  06.03
enumeration  06.04
enumeration  06.05
enumeration  06.06
enumeration  06.07
enumeration  06.08
enumeration  06.09
enumeration  06.10
enumeration  06.11
enumeration  06.12
enumeration  06.13
enumeration  06.14
enumeration  06.15
enumeration  06.99
enumeration  07.00
enumeration  07.01
enumeration  07.02
enumeration  07.03
enumeration  07.04
enumeration  07.05
enumeration  07.06
enumeration  07.07
enumeration  07.08
enumeration  07.09
enumeration  07.10
enumeration  07.11
enumeration  07.12
enumeration  07.13
enumeration  07.14
enumeration  07.15
enumeration  07.16
enumeration  07.17
enumeration  07.99
enumeration  08.00
enumeration  08.01
enumeration  08.02
enumeration  08.03
enumeration  08.04
enumeration  08.05
enumeration  08.06
enumeration  08.07
enumeration  08.08
enumeration  08.09
enumeration  08.10
enumeration  08.11
enumeration  08.12
enumeration  08.13
enumeration  08.14
enumeration  08.15
enumeration  08.99
enumeration  09.00
enumeration  09.01
enumeration  09.02
enumeration  09.03
enumeration  09.04
enumeration  09.99
enumeration  10.00
enumeration  10.01
enumeration  10.02
enumeration  10.03
enumeration  10.04
enumeration  10.05
enumeration  10.06
enumeration  10.07
enumeration  10.08
enumeration  10.09
enumeration  10.10
enumeration  10.11
enumeration  10.12
enumeration  10.13
enumeration  10.14
enumeration  10.15
enumeration  10.16
enumeration  10.17
enumeration  10.18
enumeration  10.99
enumeration  11.00
enumeration  11.01
enumeration  11.02
enumeration  11.03
enumeration  11.04
enumeration  11.05
enumeration  11.06
enumeration  11.07
enumeration  11.08
enumeration  11.09
enumeration  11.99
enumeration  12.00
enumeration  12.01
enumeration  12.02
enumeration  12.03
enumeration  12.04
enumeration  12.99
enumeration  13.00
enumeration  13.01
enumeration  13.02
enumeration  13.03
enumeration  13.04
enumeration  13.05
enumeration  13.06
enumeration  13.07
enumeration  13.99
enumeration  14.00
enumeration  14.01
enumeration  14.02
enumeration  14.03
enumeration  14.04
enumeration  14.05
enumeration  14.06
enumeration  14.07
enumeration  14.08
enumeration  14.09
enumeration  14.10
enumeration  14.11
enumeration  14.12
enumeration  14.99
enumeration  15.00
enumeration  15.01
enumeration  15.02
enumeration  15.03
enumeration  15.04
enumeration  15.05
enumeration  15.06
enumeration  15.07
enumeration  15.08
enumeration  15.99
enumeration  16.00
enumeration  16.01
enumeration  16.02
enumeration  16.03
enumeration  16.99
enumeration  17.00
enumeration  17.01
enumeration  17.02
enumeration  17.03
enumeration  17.04
enumeration  17.05
enumeration  17.06
enumeration  17.07
enumeration  17.08
enumeration  17.99
enumeration  18.00
enumeration  18.01
enumeration  18.02
enumeration  18.03
enumeration  18.04
enumeration  18.05
enumeration  18.06
enumeration  18.99
enumeration  19.00
enumeration  19.01
enumeration  19.02
enumeration  19.03
enumeration  19.99
enumeration  20.00
enumeration  20.01
enumeration  20.02
enumeration  20.03
enumeration  20.99
enumeration  99.00
annotation
documentation
00258
source <xs:element name="ObjectCode">
 
<xs:annotation>
   
<xs:documentation>00258</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="00.00"/>
     
<xs:enumeration value="00.01"/>
     
<xs:enumeration value="00.02"/>
     
<xs:enumeration value="00.99"/>
     
<xs:enumeration value="01.00"/>
     
<xs:enumeration value="01.01"/>
     
<xs:enumeration value="01.02"/>
     
<xs:enumeration value="01.03"/>
     
<xs:enumeration value="01.99"/>
     
<xs:enumeration value="02.00"/>
     
<xs:enumeration value="02.01"/>
     
<xs:enumeration value="02.02"/>
     
<xs:enumeration value="02.03"/>
     
<xs:enumeration value="02.04"/>
     
<xs:enumeration value="02.05"/>
     
<xs:enumeration value="02.99"/>
     
<xs:enumeration value="03.00"/>
     
<xs:enumeration value="03.01"/>
     
<xs:enumeration value="03.02"/>
     
<xs:enumeration value="03.03"/>
     
<xs:enumeration value="03.99"/>
     
<xs:enumeration value="04.00"/>
     
<xs:enumeration value="04.01"/>
     
<xs:enumeration value="04.02"/>
     
<xs:enumeration value="04.03"/>
     
<xs:enumeration value="04.99"/>
     
<xs:enumeration value="05.00"/>
     
<xs:enumeration value="05.01"/>
     
<xs:enumeration value="05.02"/>
     
<xs:enumeration value="05.99"/>
     
<xs:enumeration value="06.00"/>
     
<xs:enumeration value="06.01"/>
     
<xs:enumeration value="06.02"/>
     
<xs:enumeration value="06.03"/>
     
<xs:enumeration value="06.04"/>
     
<xs:enumeration value="06.05"/>
     
<xs:enumeration value="06.06"/>
     
<xs:enumeration value="06.07"/>
     
<xs:enumeration value="06.08"/>
     
<xs:enumeration value="06.09"/>
     
<xs:enumeration value="06.10"/>
     
<xs:enumeration value="06.11"/>
     
<xs:enumeration value="06.12"/>
     
<xs:enumeration value="06.13"/>
     
<xs:enumeration value="06.14"/>
     
<xs:enumeration value="06.15"/>
     
<xs:enumeration value="06.99"/>
     
<xs:enumeration value="07.00"/>
     
<xs:enumeration value="07.01"/>
     
<xs:enumeration value="07.02"/>
     
<xs:enumeration value="07.03"/>
     
<xs:enumeration value="07.04"/>
     
<xs:enumeration value="07.05"/>
     
<xs:enumeration value="07.06"/>
     
<xs:enumeration value="07.07"/>
     
<xs:enumeration value="07.08"/>
     
<xs:enumeration value="07.09"/>
     
<xs:enumeration value="07.10"/>
     
<xs:enumeration value="07.11"/>
     
<xs:enumeration value="07.12"/>
     
<xs:enumeration value="07.13"/>
     
<xs:enumeration value="07.14"/>
     
<xs:enumeration value="07.15"/>
     
<xs:enumeration value="07.16"/>
     
<xs:enumeration value="07.17"/>
     
<xs:enumeration value="07.99"/>
     
<xs:enumeration value="08.00"/>
     
<xs:enumeration value="08.01"/>
     
<xs:enumeration value="08.02"/>
     
<xs:enumeration value="08.03"/>
     
<xs:enumeration value="08.04"/>
     
<xs:enumeration value="08.05"/>
     
<xs:enumeration value="08.06"/>
     
<xs:enumeration value="08.07"/>
     
<xs:enumeration value="08.08"/>
     
<xs:enumeration value="08.09"/>
     
<xs:enumeration value="08.10"/>
     
<xs:enumeration value="08.11"/>
     
<xs:enumeration value="08.12"/>
     
<xs:enumeration value="08.13"/>
     
<xs:enumeration value="08.14"/>
     
<xs:enumeration value="08.15"/>
     
<xs:enumeration value="08.99"/>
     
<xs:enumeration value="09.00"/>
     
<xs:enumeration value="09.01"/>
     
<xs:enumeration value="09.02"/>
     
<xs:enumeration value="09.03"/>
     
<xs:enumeration value="09.04"/>
     
<xs:enumeration value="09.99"/>
     
<xs:enumeration value="10.00"/>
     
<xs:enumeration value="10.01"/>
     
<xs:enumeration value="10.02"/>
     
<xs:enumeration value="10.03"/>
     
<xs:enumeration value="10.04"/>
     
<xs:enumeration value="10.05"/>
     
<xs:enumeration value="10.06"/>
     
<xs:enumeration value="10.07"/>
     
<xs:enumeration value="10.08"/>
     
<xs:enumeration value="10.09"/>
     
<xs:enumeration value="10.10"/>
     
<xs:enumeration value="10.11"/>
     
<xs:enumeration value="10.12"/>
     
<xs:enumeration value="10.13"/>
     
<xs:enumeration value="10.14"/>
     
<xs:enumeration value="10.15"/>
     
<xs:enumeration value="10.16"/>
     
<xs:enumeration value="10.17"/>
     
<xs:enumeration value="10.18"/>
     
<xs:enumeration value="10.99"/>
     
<xs:enumeration value="11.00"/>
     
<xs:enumeration value="11.01"/>
     
<xs:enumeration value="11.02"/>
     
<xs:enumeration value="11.03"/>
     
<xs:enumeration value="11.04"/>
     
<xs:enumeration value="11.05"/>
     
<xs:enumeration value="11.06"/>
     
<xs:enumeration value="11.07"/>
     
<xs:enumeration value="11.08"/>
     
<xs:enumeration value="11.09"/>
     
<xs:enumeration value="11.99"/>
     
<xs:enumeration value="12.00"/>
     
<xs:enumeration value="12.01"/>
     
<xs:enumeration value="12.02"/>
     
<xs:enumeration value="12.03"/>
     
<xs:enumeration value="12.04"/>
     
<xs:enumeration value="12.99"/>
     
<xs:enumeration value="13.00"/>
     
<xs:enumeration value="13.01"/>
     
<xs:enumeration value="13.02"/>
     
<xs:enumeration value="13.03"/>
     
<xs:enumeration value="13.04"/>
     
<xs:enumeration value="13.05"/>
     
<xs:enumeration value="13.06"/>
     
<xs:enumeration value="13.07"/>
     
<xs:enumeration value="13.99"/>
     
<xs:enumeration value="14.00"/>
     
<xs:enumeration value="14.01"/>
     
<xs:enumeration value="14.02"/>
     
<xs:enumeration value="14.03"/>
     
<xs:enumeration value="14.04"/>
     
<xs:enumeration value="14.05"/>
     
<xs:enumeration value="14.06"/>
     
<xs:enumeration value="14.07"/>
     
<xs:enumeration value="14.08"/>
     
<xs:enumeration value="14.09"/>
     
<xs:enumeration value="14.10"/>
     
<xs:enumeration value="14.11"/>
     
<xs:enumeration value="14.12"/>
     
<xs:enumeration value="14.99"/>
     
<xs:enumeration value="15.00"/>
     
<xs:enumeration value="15.01"/>
     
<xs:enumeration value="15.02"/>
     
<xs:enumeration value="15.03"/>
     
<xs:enumeration value="15.04"/>
     
<xs:enumeration value="15.05"/>
     
<xs:enumeration value="15.06"/>
     
<xs:enumeration value="15.07"/>
     
<xs:enumeration value="15.08"/>
     
<xs:enumeration value="15.99"/>
     
<xs:enumeration value="16.00"/>
     
<xs:enumeration value="16.01"/>
     
<xs:enumeration value="16.02"/>
     
<xs:enumeration value="16.03"/>
     
<xs:enumeration value="16.99"/>
     
<xs:enumeration value="17.00"/>
     
<xs:enumeration value="17.01"/>
     
<xs:enumeration value="17.02"/>
     
<xs:enumeration value="17.03"/>
     
<xs:enumeration value="17.04"/>
     
<xs:enumeration value="17.05"/>
     
<xs:enumeration value="17.06"/>
     
<xs:enumeration value="17.07"/>
     
<xs:enumeration value="17.08"/>
     
<xs:enumeration value="17.99"/>
     
<xs:enumeration value="18.00"/>
     
<xs:enumeration value="18.01"/>
     
<xs:enumeration value="18.02"/>
     
<xs:enumeration value="18.03"/>
     
<xs:enumeration value="18.04"/>
     
<xs:enumeration value="18.05"/>
     
<xs:enumeration value="18.06"/>
     
<xs:enumeration value="18.99"/>
     
<xs:enumeration value="19.00"/>
     
<xs:enumeration value="19.01"/>
     
<xs:enumeration value="19.02"/>
     
<xs:enumeration value="19.03"/>
     
<xs:enumeration value="19.99"/>
     
<xs:enumeration value="20.00"/>
     
<xs:enumeration value="20.01"/>
     
<xs:enumeration value="20.02"/>
     
<xs:enumeration value="20.03"/>
     
<xs:enumeration value="20.99"/>
     
<xs:enumeration value="99.00"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element OriolusSubStatusRip
diagram AOAT504_20234_p50.png
type restriction of xs:integer
properties
content  simple
used by
complexType  HandledNaturalPersonType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  0
enumeration  1
annotation
documentation
00215
source <xs:element name="OriolusSubStatusRip">
 
<xs:annotation>
   
<xs:documentation>00215</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 OriolusSuccessCode
diagram AOAT504_20234_p51.png
type restriction of xs:integer
properties
content  simple
used by
complexType  HandledNaturalPersonType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  2
totalDigits  1
annotation
documentation
00214
source <xs:element name="OriolusSuccessCode">
 
<xs:annotation>
   
<xs:documentation>00214</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="2"/>
     
<xs:totalDigits value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element PreviousINSS
diagram AOAT504_20234_p52.png
type restriction of xs:integer
properties
content  simple
used by
complexType  HandledNaturalPersonType
facets
Kind  Value  Annotation
totalDigits  11
pattern  [0]|\d{11}
annotation
documentation
01062
appinfo
Inss_conversion1
appinfo
xs:inss
source <xs:element name="PreviousINSS">
 
<xs:annotation>
   
<xs:documentation>01062</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="[0]|\d{11}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ReferenceNbr
diagram AOAT504_20234_p53.png
type restriction of xs:string
properties
content  simple
used by
complexType  HandledReferenceType
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 AOAT504_20234_p54.png
type restriction of xs:integer
properties
content  simple
used by
complexType  HandledReferenceType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  2
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="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ReferenceType
diagram AOAT504_20234_p55.png
type restriction of xs:integer
properties
content  simple
used by
complexType  HandledReferenceType
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 RiskIdentification
diagram AOAT504_20234_p56.png
type RiskIdentificationType
properties
content  complex
children IdentificationOfRisk
used by
element  Form
annotation
documentation
90064
source <xs:element name="RiskIdentification" type="RiskIdentificationType">
 
<xs:annotation>
   
<xs:documentation>90064</xs:documentation>
 
</xs:annotation>
</xs:element>

element SeriousAccidentData
diagram AOAT504_20234_p57.png
type extension of SeriousAccidentDataType
properties
content  complex
children AccidentNatureAccidentConsequencesLastEventCodeObjectCodeInjuriesNatureCodeSeriousAccidentDescriptionVictimNbrYardTicketAccidentPlaceAddress
used by
element  NaturalPerson
annotation
documentation
90331
source <xs:element name="SeriousAccidentData">
 
<xs:annotation>
   
<xs:documentation>90331</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="SeriousAccidentDataType">
       
<xs:sequence>
         
<xs:element ref="AccidentPlaceAddress" minOccurs="0"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

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

element SIS
diagram AOAT504_20234_p59.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p60.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  EmployerDeclarationLinkTypeHandledEmployerDeclarationLinkType
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 TrusteeshipCity
diagram AOAT504_20234_p61.png
type restriction of xs:string
properties
content  simple
used by
complexType  HandledEmployerDeclarationLinkType
facets
Kind  Value  Annotation
maxLength  40
annotation
documentation
00173
source <xs:element name="TrusteeshipCity">
 
<xs:annotation>
   
<xs:documentation>00173</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="40"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TrusteeshipCountry
diagram AOAT504_20234_p62.png
type restriction of xs:integer
properties
content  simple
used by
complexType  HandledEmployerDeclarationLinkType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  99999
totalDigits  5
annotation
documentation
00211
source <xs:element name="TrusteeshipCountry">
 
<xs:annotation>
   
<xs:documentation>00211</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 TrusteeshipHouseNbr
diagram AOAT504_20234_p63.png
type restriction of xs:string
properties
content  simple
used by
complexType  HandledEmployerDeclarationLinkType
facets
Kind  Value  Annotation
maxLength  10
annotation
documentation
00170
source <xs:element name="TrusteeshipHouseNbr">
 
<xs:annotation>
   
<xs:documentation>00170</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="10"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

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

element TrusteeshipRegistrationNbr
diagram AOAT504_20234_p65.png
type restriction of xs:integer
properties
content  simple
used by
complexType  HandledEmployerDeclarationLinkType
facets
Kind  Value  Annotation
minInclusive  5010000
maxInclusive  5029999
totalDigits  7
annotation
documentation
00165
source <xs:element name="TrusteeshipRegistrationNbr">
 
<xs:annotation>
   
<xs:documentation>00165</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="5010000"/>
     
<xs:maxInclusive value="5029999"/>
     
<xs:totalDigits value="7"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

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

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

element TypeForm
diagram AOAT504_20234_p68.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  FormTypeHandledOriginalFormType
facets
Kind  Value  Annotation
maxLength  2
enumeration  SU
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="SU"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VictimNbr
diagram AOAT504_20234_p69.png
type restriction of xs:integer
properties
content  simple
used by
complexType  SeriousAccidentDataType
facets
Kind  Value  Annotation
totalDigits  2
annotation
documentation
00820
source <xs:element name="VictimNbr">
 
<xs:annotation>
   
<xs:documentation>00820</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerBirthdate
diagram AOAT504_20234_p70.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p71.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p72.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
facets
Kind  Value  Annotation
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:totalDigits value="5"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerCity
diagram AOAT504_20234_p73.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p74.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
facets
Kind  Value  Annotation
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:totalDigits value="5"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element WorkerFirstName
diagram AOAT504_20234_p75.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p76.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p77.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p78.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p79.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p80.png
type restriction of xs:integer
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p81.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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 AOAT504_20234_p82.png
type restriction of xs:string
properties
content  simple
used by
complexTypes  HandledNaturalPersonTypeNaturalPersonType
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>

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

complexType AccidentLinkType
diagram AOAT504_20234_p84.png
children AccidentDate
used by
element  AccidentLink
source <xs:complexType name="AccidentLinkType">
 
<xs:sequence>
   
<xs:element ref="AccidentDate"/>
 
</xs:sequence>
</xs:complexType>

complexType AccidentPlaceAddressType
diagram AOAT504_20234_p85.png
children AccidentPlaceStreetAccidentPlaceHouseNbrAccidentPlacePostBoxAccidentPlaceZIPCodeAccidentPlaceCityAccidentPlaceCountry
used by
element  AccidentPlaceAddress
source <xs:complexType name="AccidentPlaceAddressType">
 
<xs:sequence>
   
<xs:element ref="AccidentPlaceStreet"/>
   
<xs:element ref="AccidentPlaceHouseNbr"/>
   
<xs:element ref="AccidentPlacePostBox" minOccurs="0"/>
   
<xs:element ref="AccidentPlaceZIPCode"/>
   
<xs:element ref="AccidentPlaceCity"/>
   
<xs:element ref="AccidentPlaceCountry"/>
 
</xs:sequence>
</xs:complexType>

complexType DclInformationType
diagram AOAT504_20234_p86.png
children LanguageCodePdf
used by
element  DclInformation
source <xs:complexType name="DclInformationType">
 
<xs:sequence>
   
<xs:element ref="LanguageCodePdf"/>
 
</xs:sequence>
</xs:complexType>

complexType EmployerDeclarationLinkType
diagram AOAT504_20234_p87.png
children NOSSRegistrationNbrTrusteeshipCompanyID
used by
element  EmployerDeclarationLink
source <xs:complexType name="EmployerDeclarationLinkType">
 
<xs:sequence>
   
<xs:element ref="NOSSRegistrationNbr"/>
   
<xs:element ref="Trusteeship"/>
   
<xs:element ref="CompanyID"/>
 
</xs:sequence>
</xs:complexType>

complexType FormType
diagram AOAT504_20234_p88.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 HandledEmployerDeclarationLinkType
diagram AOAT504_20234_p89.png
children NOSSRegistrationNbrTrusteeshipCompanyIDEmployerDenominationEmployerStreetEmployerHouseNbrEmployerPostBoxEmployerZIPCodeEmployerCityEmployerCountryLegalFormImportanceCodeTrusteeshipRegistrationNbrTrusteeshipStreetTrusteeshipHouseNbrTrusteeshipPostBoxTrusteeshipZIPCodeTrusteeshipCityTrusteeshipCountry
used by
element  HandledEmployerDeclarationLink
source <xs:complexType name="HandledEmployerDeclarationLinkType">
 
<xs:sequence>
   
<xs:element ref="NOSSRegistrationNbr" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="Trusteeship" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="CompanyID" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="EmployerDenomination" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="EmployerStreet" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="EmployerHouseNbr" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="EmployerPostBox" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="EmployerZIPCode" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="EmployerCity" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="EmployerCountry" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="LegalForm" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="ImportanceCode" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="TrusteeshipRegistrationNbr" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="TrusteeshipStreet" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="TrusteeshipHouseNbr" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="TrusteeshipPostBox" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="TrusteeshipZIPCode" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="TrusteeshipCity" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="TrusteeshipCountry" minOccurs="0" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

complexType HandledNaturalPersonType
diagram AOAT504_20234_p90.png
children NaturalPersonSequenceNbrINSSSISWorkerNameWorkerFirstNameWorkerInitialWorkerBirthdateWorkerBirthplaceWorkerBirthplaceCountryWorkerSexWorkerStreetWorkerHouseNbrWorkerPostBoxWorkerZIPCodeWorkerCityWorkerCountryNationalityOriolusSuccessCodeOriolusSubStatusRipBisFlagIndicationNaturalPersonUserReferencePreviousINSS
used by
element  HandledNaturalPerson
source <xs:complexType name="HandledNaturalPersonType">
 
<xs:sequence>
   
<xs:element ref="NaturalPersonSequenceNbr" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="INSS" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="SIS" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerName" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerFirstName" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerInitial" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerBirthdate" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerBirthplace" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerBirthplaceCountry" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerSex" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerStreet" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerHouseNbr" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerPostBox" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerZIPCode" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerCity" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="WorkerCountry" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="Nationality" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="OriolusSuccessCode" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="OriolusSubStatusRip" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="BisFlagIndication" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="NaturalPersonUserReference" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="PreviousINSS" minOccurs="0" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

complexType HandledOriginalFormType
diagram AOAT504_20234_p91.png
children IdentificationFormCreationDateFormCreationHourAttestationStatusTypeForm
used by
element  HandledOriginalForm
source <xs:complexType name="HandledOriginalFormType">
 
<xs:sequence>
   
<xs:element ref="Identification" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="FormCreationDate" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="FormCreationHour" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="AttestationStatus" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="TypeForm" minOccurs="1" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

complexType HandledReferenceType
diagram AOAT504_20234_p92.png
children ReferenceTypeReferenceOriginReferenceNbr
used by
element  HandledReference
source <xs:complexType name="HandledReferenceType">
 
<xs:sequence>
   
<xs:element ref="ReferenceType" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="ReferenceOrigin" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="ReferenceNbr" minOccurs="1" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

complexType InformantType
diagram AOAT504_20234_p93.png
children InformantUserIdInformantNameInformantFirstName
used by
element  Informant
source <xs:complexType name="InformantType">
 
<xs:sequence>
   
<xs:element ref="InformantUserId" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="InformantName" minOccurs="1" maxOccurs="1"/>
   
<xs:element ref="InformantFirstName" minOccurs="1" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

complexType NaturalPersonType
diagram AOAT504_20234_p94.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 RiskIdentificationType
diagram AOAT504_20234_p95.png
children IdentificationOfRisk
used by
element  RiskIdentification
source <xs:complexType name="RiskIdentificationType">
 
<xs:sequence>
   
<xs:element ref="IdentificationOfRisk"/>
 
</xs:sequence>
</xs:complexType>

complexType SeriousAccidentDataType
diagram AOAT504_20234_p96.png
children AccidentNatureAccidentConsequencesLastEventCodeObjectCodeInjuriesNatureCodeSeriousAccidentDescriptionVictimNbrYardTicket
used by
element  SeriousAccidentData
source <xs:complexType name="SeriousAccidentDataType">
 
<xs:sequence>
   
<xs:element ref="AccidentNature"/>
   
<xs:element ref="AccidentConsequences"/>
   
<xs:element ref="LastEventCode" minOccurs="0"/>
   
<xs:element ref="ObjectCode" minOccurs="0"/>
   
<xs:element ref="InjuriesNatureCode" minOccurs="0"/>
   
<xs:element ref="SeriousAccidentDescription"/>
   
<xs:element ref="VictimNbr"/>
   
<xs:element ref="YardTicket" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>


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