XML Schemas
Last modified: August 20, 2024
Overview
An XML schema is defined in an XML Schema Definition (XSD) file and can be imported in your model. It describes what a certain XML document should look like. An example is shown in Figure 1. The schema can then be used in Import Mappings and Export Mappings.
Figure 1: example of an XML schema
General
XML Schema
The file path to the XSD file. Absolute file paths, https
, and html
links are supported.
Preview
The elements of which the XML file is comprised.
Documentation
Documentation that describes the schema.
Read More
See XML Schema Support for information on what XML and XSD features Mendix supports.