Question 2.1.37 Data Field (43)
TerminateDate is defined as DateTime in the schema but as a date in the TRUM document. Suggested solution: <xs:element name="terminationDate" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>Field No. 43</xs:documentation>
</xs:annotation>
</xs:element>
Answer
[Correction in bold]
When reporting the termination date this can be reported as
YYYY-MM-GGDDT00:00:00Z, for example:
<terminationDate>2014-07-31T00:00:00Z</terminationDate>
Time shall be expressed in UTC format..
Updated:
30/04/2021