When validating arkivstruktur.xml with VSM data, there is a validation problem because the order in arkivstruktur.xml does not match the order defined in vnd-email-v1.xsd.
vnd-email-v1.xsd contains the following:
<xs:sequence>
<xs:element name="message-id" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Message-ID of archived email.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="thread" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Message-ID of first or previous email in email thread.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>`
When validating arkivstruktur.xml with VSM data, there is a validation problem because the order in arkivstruktur.xml does not match the order defined in vnd-email-v1.xsd.
vnd-email-v1.xsd contains the following:
but arkivstruktur.xml contains: