On 12/30/24 19:40, Daniel K. wrote:
> Doing this work I have noted a few inconsistencies which I'll raise when
> I have pondered a little bit more, and written something intelligible
> about it.

Alessandro,

in commit: 7a993a2 xsd and xml examples

The following is hiding among the white-space changes:

 <xs:complexType name="ReportMetadataType">
- <xs:all>
+  <xs:sequence>

restricting the contents to now be in the specified order, and

 <xs:complexType name="RowType">
- <xs:sequence>
+  <xs:all>

relaxing the requirements for a previously ordered list of elements.

Do you remember if this was deliberate, and if so, what the rationale was?

I'd like to have both be of the "<xs:all>" type, as I see no reason the
report_metadata contents are required to be in a fixed order.


Daniel K.

_______________________________________________
dmarc mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to