targets/Xenomai/XSD
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 16 Jan 2025 14:52:49 +0100 (2 months ago)
changeset 4096 d459b9179ec3
parent 615 72bc3e53a1fa
permissions -rw-r--r--
IDE: Better xmlclass behavior with simple XML element having no attibutes (simple TAGs).

xsd:choice can sometime lead to such situation when there is no additional data associated to a particular choice.

                  <xsd:element name="Xenomai">
                    <xsd:complexType>
                      %(toolchain_gcc)s
                      <xsd:attribute name="XenoConfig" type="xsd:string" use="optional" default="xeno-config"/>
                    </xsd:complexType>
                  </xsd:element>