<?xml version="1.0" encoding="iso-8859-1"?>
<!-- 
Version 1 (2009-05-26)
Note: A schema location is provided in this sample, but must not be used in production messages.

SCENARIO
On receipt of the order at thepublisher's gateway, catastrophic technical errors are encountered that prevent any processing of the original AD-O message. The seller sends a technical level response informing the buyer of the cataastrophic error.

-->
<AdsMLBookings adsml:transmissionID="buffalotimes.com:2007-12-18:071"
  adsml:systemsID="NewsAdSys-v3.1" adsml:sendCount="1" adsml:transmissionSequence="71"
  adsml:transmissionStatus="Production" adsml:transmissionDateTime="2007-12-18T09:36:12-05:00"
  adsml:firstTransmissionDateTime="2007-12-18T09:36:12-05:00" adsml:schemaVersion="2.5.0"
  xmlns="http://www.adsml.org/adsmlbookings/2.5"
  xmlns:adsml-ma="http://www.adsml.org/adsmlmaterials/2.5"
  xmlns:adsml-sd="http://www.adsml.org/adsmlstructureddescriptions/1.0"
  xmlns:adsml-cv="http://www.adsml.org/controlledvocabularies/3.0"
  xmlns:adsml="http://www.adsml.org/typelibrary/2.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.adsml.org/adsmlbookings/2.5 ../../Schemas/AdsMLBookings-2.5-Main-AS.xsd">
  <adsml:Header>
    <adsml:TransmissionFrom>
      <adsml:Identifier>
        <adsml:IDLabel>DUNS</adsml:IDLabel>
        <adsml:IDValue>23-234-5432</adsml:IDValue>
      </adsml:Identifier>
      <adsml:Name>Buffalo Times</adsml:Name>
      <adsml:Contact>
        <adsml:Role xsi:type="adsml-cv:AdsMLContactRoleCV">SystemsManager</adsml:Role>
        <adsml:Name>Alan Mahoney</adsml:Name>
        <adsml:CommunicationChannel.Phone>
          <adsml:Type>Voice</adsml:Type>
          <adsml:PhoneNumber>716-555-2323</adsml:PhoneNumber>
          <adsml:AreaCode>716</adsml:AreaCode>
          <adsml:SubscriberNo>5552323</adsml:SubscriberNo>
        </adsml:CommunicationChannel.Phone>
        <adsml:CommunicationChannel.EMail>
          <adsml:EMailAddress>amahoney@buffalotimes.com</adsml:EMailAddress>
        </adsml:CommunicationChannel.EMail>
      </adsml:Contact>
    </adsml:TransmissionFrom>
    <adsml:TransmissionTo>
      <adsml:Identifier>
        <adsml:IDLabel>DUNS</adsml:IDLabel>
        <adsml:IDValue>12-123-4321</adsml:IDValue>
      </adsml:Identifier>
      <adsml:Name>AdMaxx</adsml:Name>
    </adsml:TransmissionTo>
  </adsml:Header>
  <adsml:AdministrativeResponse adsml:messageCode="ZZ-ERR" adsml:messageClass="TechnicalError">
    <adsml:TransmissionDescription adsml:transmissionIDRef="admaxx.com:2007-12-18:1045"/>
    <adsml:Error>
      <adsml:CodeValue xsi:type="adsml-cv:AdsMLErrorTypeCV">CatastrophicError</adsml:CodeValue>
      <adsml:Description>Could not process document</adsml:Description>
    </adsml:Error>
  </adsml:AdministrativeResponse>

</AdsMLBookings>

