Skip to content

Commit

Permalink
MAT-8081: update simple xml input to no longer have "calendarYear" op…
Browse files Browse the repository at this point in the history
…tion and instead be fixed date like real MADiE data
  • Loading branch information
nmorasb committed Jan 3, 2025
1 parent 82ee88b commit 5be914c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/simplexml/BMAT1644A-v0-0-001-QDM-5-6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@
<guid>1117b927-236b-433d-89aa-a03861956a02</guid>
<version>0.0.001</version>
<cbeid/>
<period calenderYear="true" uuid="f1786933-1d78-4b91-9b1c-33302ab0db56">
<startDate>00000101</startDate>
<stopDate>00001231</stopDate>
<period calenderYear="false" uuid="f1786933-1d78-4b91-9b1c-33302ab0db56">
<startDate>20240101</startDate>
<stopDate>20241231</stopDate>
</period>
<steward id="281">ICF</steward>
<experimental>false</experimental>
Expand Down

0 comments on commit 5be914c

Please sign in to comment.