Hi,
Can anyone tell me if there is a pre-set format to the period field
I tried to find it in XSD but did not find and actual format it should appear in
In the few files i saw the format is: ‘YYYY-MM-DD’
But, I need to know that this format is constant and does not vary btw different files.
Period refers to dateTime, which is a union of types - either YYYY, YYYY-MM, YYYY-MM-DD, or YYYY-MM-DDTHH:MM:SS[.ssss]. This is enforced in the XML schema.