You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: