Skip to content

Commit

Permalink
just a comment that was no longer needed. #3648
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Apr 14, 2023
1 parent 496ab1c commit 35db2a8
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,7 @@ private static void writeVersionStatement(XMLStreamWriter xmlw, DatasetVersionDT
xmlw.writeEndElement(); // verStmt
}

/* (WORK IN PROGRESS) this ENTIRE method needs to be rewritten, because it is written under
an assumption that the individual fields inside can come in random order.
No, the element is defined as an `<xs:sequence>`, meaning order is
important! -L.A.
From the DDI 2.5 schema:
/* From the DDI 2.5 schema:
<xs:sequence>
<xs:element ref="timePrd" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="collDate" minOccurs="0" maxOccurs="unbounded"/>
Expand Down

0 comments on commit 35db2a8

Please sign in to comment.