Returns Reconciliation Schema
ReturnPeriod Complex Type
Returns Reconciliation Schema : ReturnPeriod Complex Type
Description
Data Item Ref: N/A. The period the return relates to.
Namespace http://www.ros.ie/schemas/paye-employers/v1/returns_reconciliation/
Diagram
PeriodEndDate Element PeriodStartDate Element Sequence ReturnPeriod Complex Type
Overview
ReturnPeriod
Data Item Ref: N/A. The period the return relates to.
Sequence
PeriodStartDate xs:date
Data Item Ref: 203. Period start date e.g. 01/01/2019. Used to identify the period the request relates to.
PeriodEndDate xs:date
Data Item Ref: 204. Period end date e.g.31/01/2019. Used to identify the period the request relates to.
Used By
ReturnPeriod Element
ReturnPeriod Element
Source
<xs:complexType name="ReturnPeriod" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Data Item Ref: N/A. The period the return relates to.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PeriodStartDate" type="xs:date">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 203. Period start date e.g. 01/01/2019. Used to identify the period the request relates to.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PeriodEndDate" type="xs:date">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 204. Period end date e.g.31/01/2019. Used to identify the period the request relates to.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Returns Reconciliation Schema