<?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" type="Quiqqer" />
    <xs:complexType name="Quiqqer">
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element name="package" type="Package" />
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="Content" mixed="true">
        <xs:sequence>
            <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax" />
        </xs:sequence>
        <xs:anyAttribute processContents="lax" />
    </xs:complexType>
    <xs:complexType name="Package">
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element name="title" type="Content" />
            <xs:element name="description" type="Content" />
            <xs:element name="image" type="Content" />
            <xs:element name="preview" type="Content" />
            <xs:element name="support" type="Content" />
            <xs:element name="copyright" type="Content" />
            <xs:element name="languages" type="Content" />
            <xs:element name="provider" type="Content" />
            <xs:element name="extra" type="Content" />
            <xs:element name="erp" type="Content" />
            <xs:element name="allowedPaths" type="Content" />
            <xs:element name="capabilities" type="Content" />
        </xs:choice>
    </xs:complexType>
</xs:schema>
