Schema ReductionConsultationAnswer_20241.xsd


ROOT ELEMENT ReductionConsultationAnswer
attributeFormDefault unqualified
elementFormDefault qualified
 
Elements  Complex types 
DeductionCode  ReductionConsultationDetailType 
DeductionRightStartingDate  ReductionConsultationType 
INSS 
Quarter 
ReductionConsultation 
ReductionConsultationAnswer 
ReductionConsultationDetail 
ResultCodeResearch 
Trusteeship 


element DeductionCode
diagram ReductionConsultationAnswer_20241_p1.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ReductionConsultationDetailType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  9999
totalDigits  4
annotation
documentation
00086
source <xs:element name="DeductionCode">
 
<xs:annotation>
   
<xs:documentation>00086</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="9999"/>
     
<xs:totalDigits value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DeductionRightStartingDate
diagram ReductionConsultationAnswer_20241_p2.png
type restriction of xs:date
properties
content  simple
used by
complexType  ReductionConsultationDetailType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00090
source <xs:element name="DeductionRightStartingDate">
 
<xs:annotation>
   
<xs:documentation>00090</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:date">
     
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element INSS
diagram ReductionConsultationAnswer_20241_p3.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ReductionConsultationDetailType
facets
Kind  Value  Annotation
totalDigits  11
pattern  [0]|\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="[0]|\d{11}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Quarter
diagram ReductionConsultationAnswer_20241_p4.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ReductionConsultationDetailType
facets
Kind  Value  Annotation
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:totalDigits value="5"/>
     
<xs:pattern value="\d{4}(1|2|3|4)"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ReductionConsultation
diagram ReductionConsultationAnswer_20241_p5.png
type extension of ReductionConsultationType
properties
content  complex
children ResultCodeResearchReductionConsultationDetail
used by
element  ReductionConsultationAnswer
annotation
documentation
90527
source <xs:element name="ReductionConsultation">
 
<xs:annotation>
   
<xs:documentation>90527</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="ReductionConsultationType">
       
<xs:sequence>
         
<xs:element ref="ReductionConsultationDetail" minOccurs="0" maxOccurs="unbounded"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element ReductionConsultationAnswer
diagram ReductionConsultationAnswer_20241_p6.png
properties
content  complex
children ReductionConsultation
annotation
documentation
90526
source <xs:element name="ReductionConsultationAnswer">
 
<xs:annotation>
   
<xs:documentation>90526</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="ReductionConsultation"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ReductionConsultationDetail
diagram ReductionConsultationAnswer_20241_p7.png
type ReductionConsultationDetailType
properties
content  complex
children QuarterTrusteeshipINSSDeductionCodeDeductionRightStartingDate
used by
element  ReductionConsultation
annotation
documentation
90528
source <xs:element name="ReductionConsultationDetail" type="ReductionConsultationDetailType">
 
<xs:annotation>
   
<xs:documentation>90528</xs:documentation>
 
</xs:annotation>
</xs:element>

element ResultCodeResearch
diagram ReductionConsultationAnswer_20241_p8.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ReductionConsultationType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  5
totalDigits  2
annotation
documentation
00609
source <xs:element name="ResultCodeResearch">
 
<xs:annotation>
   
<xs:documentation>00609</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="5"/>
     
<xs:totalDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Trusteeship
diagram ReductionConsultationAnswer_20241_p9.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ReductionConsultationDetailType
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>

complexType ReductionConsultationDetailType
diagram ReductionConsultationAnswer_20241_p10.png
children QuarterTrusteeshipINSSDeductionCodeDeductionRightStartingDate
used by
element  ReductionConsultationDetail
source <xs:complexType name="ReductionConsultationDetailType">
 
<xs:sequence>
   
<xs:element ref="Quarter"/>
   
<xs:element ref="Trusteeship"/>
   
<xs:element ref="INSS"/>
   
<xs:element ref="DeductionCode"/>
   
<xs:element ref="DeductionRightStartingDate"/>
 
</xs:sequence>
</xs:complexType>

complexType ReductionConsultationType
diagram ReductionConsultationAnswer_20241_p11.png
children ResultCodeResearch
used by
element  ReductionConsultation
source <xs:complexType name="ReductionConsultationType">
 
<xs:sequence>
   
<xs:element ref="ResultCodeResearch"/>
 
</xs:sequence>
</xs:complexType>


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