diff options
Diffstat (limited to 'tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_cfg.xsd')
-rw-r--r-- | tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_cfg.xsd | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_cfg.xsd b/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_cfg.xsd deleted file mode 100644 index f846403f3..000000000 --- a/tools/gencfg/schema/hal/stm32f4xx/stm32f4xx_cfg.xsd +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema elementFormDefault="qualified"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <xs:include schemaLocation="../../common/doc.xsd" />
- <xs:include schemaLocation="stm32f4xx_adc_cfg.xsd" /> - - <xs:complexType name="STM32F4xxCfgType"> - <xs:complexContent> - <xs:extension base="DocumentedItem"> - <xs:sequence> - <xs:element name="configs" maxOccurs="1" minOccurs="1"> - <xs:complexType> - <xs:sequence maxOccurs="unbounded" minOccurs="1">
- <xs:choice>
- <xs:element name="adc_config" type="STM32F4AdcCfgType"
- maxOccurs="1" minOccurs="0">
- </xs:element>
- </xs:choice>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
-
- <xs:element name="configuration" type="STM32F4xxCfgType"></xs:element>
-</xs:schema>
|