<?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_domainparticipant_definitions_nonamespace.xsd" />

    <!-- Define top-level element -->
    <xs:element name="domain_participant_library"
                type="domainParticipantLibrary" />

</xs:schema>
