mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-16 12:19:42 +00:00
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> |
||
---|---|---|
.. | ||
checks | ||
config.xsd | ||
datachecks.xsd | ||
types.xsd | ||
VMtypes.xsd |