<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="createordergroup_radio" targetNamespace="http://api.dmds.com/api/v1/requestschemas/createordergroup_radio" elementFormDefault="qualified" xmlns="http://api.dmds.com/api/v1/requestschemas/createordergroup_radio" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:order="http://api.dmds.com/api/v1/requestschemas/createorder_radio">
  <xs:import namespace="http://api.dmds.com/api/v1/requestschemas/createorder_radio" schemaLocation="http://api.dmds.com/api/v1/requestschemas/createorder_radio" />
  <!-- OrderGroup element definition -->
  <xs:element name="OrderGroup">
    <xs:complexType>
      <xs:all minOccurs="0">
        <xs:element name="ReferenceOrderID" type="order:DMDSString" />
        <xs:element name="Orders" nillable="true">
          <xs:complexType>
            <xs:sequence>
              <!-- See http://api.dmds.com/api/v1/requestschemas/createorder_radio for definition of an Order -->
              <xs:element name="Order" type="order:Order" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:all>
    </xs:complexType>
  </xs:element>
</xs:schema>