<?xml version="1.0" encoding="utf-8"?>
<ProductionServices requestType="standard">
  <ProductionService>
    <!-- Note that the ServiceID is the type of service while the "ProducitonService" is an instance of a request for that service -->
    <ServiceID>1</ServiceID>
    <!-- The AD-ID of the asset for the production service to be applied to.
      If the asset is not yet ingested then no action will be taken on the asset has been uploaded.
      No pending orders containing this asset will be sent until production services have been applied. -->
    <ADID>ABC12321H</ADID>
    <!-- For billing purposes, you can optionally associate this service request with an existing DMDS Order by specifying the Order ID -->
    <OrderID>123543</OrderID>
  </ProductionService>
  <ProductionService>
    <ServiceID>2</ServiceID>
    <ADID>ABC12321H</ADID>
  </ProductionService>
  <ProductionService>
    <ServiceID>1</ServiceID>
    <ADID>ABC12321</ADID>
  </ProductionService>
</ProductionServices>