<?xml version='1.0' encoding='utf-8'?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="2.0">
    <xs:annotation>
        <xs:documentation>Generated by scripts/generate_xsd.py. Structural validation for QUIQQER 2.x; extensible UI and provider content is intentionally open. No runtime validation is implied.</xs:documentation>
    </xs:annotation>
    <xs:element name="quiqqer">
        <xs:annotation>
            <xs:documentation>Standard document root. Keep the format-specific element inside this wrapper.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
            <xs:sequence>
                <xs:element name="toolbar" type="Toolbar" />
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:complexType name="Toolbar">
        <xs:annotation>
            <xs:documentation>Legacy XML editor toolbars remain readable. Prefer editor-native JSON for new toolbars.</xs:documentation>
        </xs:annotation>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element name="line" type="Line" />
            <xs:element name="group" type="Group" />
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Line">
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element name="group" type="Group" />
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Group">
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element name="button" type="xs:string" />
            <xs:element name="separator" type="Empty" />
            <xs:element name="saparator" type="Empty" />
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Empty">
        <xs:annotation>
            <xs:documentation>The legacy saparator spelling is accepted but ignored by the reader.</xs:documentation>
        </xs:annotation>
    </xs:complexType>
</xs:schema>
