Hello all!
I'm having some discussions at work and need some clarification/help 🙂
I'm currently working on XML PACS files (pacs.008.001.02) where timestamps are being used. One of the tags is CreDtTm - Creation Date Time.
A simple timestamp as far as I'm aware…
Please see XSD scheme definition below:
<xs:schema xmlns="urn:iso:std:iso:20022:tech:xsd:pacs.008.001.02" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:iso:std:iso:20022:tech:xsd:pacs.008.001.02" elementFormDefault="qualified">
...
<xs:element name="CreDtTm" type="ISODateTime"/>
...
&