XML Schema Integrity Validation Result
This page details the results of an XML Schema Integrity Validation operation. It provides information about warnings encountered during validation, offering insights into potential issues with the XML document's adherence to the defined schema.
Warning Details
The following warnings were detected during the validation process:
-
Warning Code: WIV001
Description: The XML document contains attributes that are not defined in the schema.
Recommended Action: Review the XML document and schema to ensure that all attributes are explicitly declared. Consider adding missing attributes to the schema if they represent valid values.
XML Validation
-
Warning Code: WIV002
Description: The XML document's root element does not match the root element specified in the schema.
Recommended Action: Verify that the root element of the XML document is correctly defined within the schema. Adjust the XML document to match the schema's requirements.
XML Schema
-
Warning Code: WIV003
Description: There are element or attribute values that don't adhere to the data type constraints defined in the schema.
Recommended Action: Review the XML document data types and corresponding schema definitions, ensuring proper data type usage and constraints.
XML Data Types
For detailed information and best practices, consult the official Microsoft documentation on XML Schema Integrity Validation.