zerodds-xml 1.0.0-rc.1

OMG DDS-XML 1.0 Parser + QoS-Profile-Loader + Building-Block-Foundation für ZeroDDS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!--
    DDS-XML 1.0 §7.3.7.3 — Data Samples BB, mit targetNamespace.
-->
<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">

    <xs:include schemaLocation="dds-xml_data_samples_definitions_nonamespace.xsd"/>

    <xs:element name="data" type="dataSample"/>
</xs:schema>