aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gencfg/schema/hal/abstract_driver_cfg.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gencfg/schema/hal/abstract_driver_cfg.xsd')
-rw-r--r--tools/gencfg/schema/hal/abstract_driver_cfg.xsd6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/gencfg/schema/hal/abstract_driver_cfg.xsd b/tools/gencfg/schema/hal/abstract_driver_cfg.xsd
index a884cd090..d6501ff2a 100644
--- a/tools/gencfg/schema/hal/abstract_driver_cfg.xsd
+++ b/tools/gencfg/schema/hal/abstract_driver_cfg.xsd
@@ -4,5 +4,9 @@
<xs:include schemaLocation="../common/doc.xsd" />
- <xs:complexType name="AbstractDriverCfgType"></xs:complexType>
+ <xs:complexType name="AbstractDriverCfgType">
+ <xs:complexContent>
+ <xs:extension base="DocumentedItem"></xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
</xs:schema>