Skip to content

XmlDocumentValidation

Nicholas Knowles edited this page Sep 15, 2020 · 4 revisions

XML document validation is the process of checking a given XML document against its schema to check that is is correct. To be correct a document must be well-formed, conform to the NeTEx XML Schema. and and also satisfy any referential referential integrity constraints required by the NeTEx schema.

Normally validation is done with an automatic tool.

Clone this wiki locally