acrn-hypervisor/misc/config_tools/schema
Junjie Mao 44f0c32735 config_tools: change MMIOResourcesConfiguration to xs:all
The "MMIO resources" section of a VM definition may contain different nodes
depending on the VM load order, but the schema slicer cannot convert the
complex type specifying this section because the schema requires those
nodes to be a strictly-ordered sequence (by xs:sequence), not a set (by
xs:all).

As there is no requirement on this strict ordering, this patch converts
that complex type to be an unordered set instead.

Tracked-On: #6690
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2022-03-16 10:44:16 +08:00
..
checks config_tools: move RDT-related checks to a separate file 2022-03-15 10:22:37 +08:00
config.xsd config_tools: merge data in launch XMLs into scenario XMLs 2022-03-15 10:22:37 +08:00
datachecks.xsd config_tools/schema: add example data checks 2021-05-16 19:02:00 +08:00
types.xsd config_tools: merge data in launch XMLs into scenario XMLs 2022-03-15 10:22:37 +08:00
VMtypes.xsd config_tools: change MMIOResourcesConfiguration to xs:all 2022-03-16 10:44:16 +08:00