<?xml version="1.0" encoding="UTF-8"?>

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns="http://www.omg.org/spec/DDS-XML"
           targetNamespace="http://www.omg.org/spec/DDS-XML"
           elementFormDefault="qualified"
           attributeFormDefault="unqualified">

    <!-- Include Chameleon Schema -->
    <xs:include schemaLocation="https://www.omg.org/spec/DDS-XML/20260301/dds-xml_qos_definitions_nonamespace.xsd" />

    <!-- Define top-level element -->
    <xs:element name="qos_library" type="qosLibrary" />

</xs:schema>
