AdsMLResponseConditionsCV

Simple Type Information

Source

<xs:simpleType name="AdsMLResponseConditionsCV">
  <!-- Status of CV: Approved -->
  <xs:restriction base="adsml:CodeRootType">
    <xs:enumeration value="AcceptedAsRequestedByBuyer" adsml-sx:longName="Information as presented has been accepted by the buyer"/>
    <xs:enumeration value="AcceptedWithChangesBySeller" adsml-sx:longName="Changed information as presented has been accepted by the seller"/>
    <xs:enumeration value="AcceptedWithClarificationsBySeller" adsml-sx:longName="Information presented has been substantially accepted by the seller with some details changed in order to achieve the buyer's goals."/>
    <xs:enumeration value="-0-" adsml-sx:longName="Null / empty value or value not known. To be used only when the containing element is required."/>
  </xs:restriction>
</xs:simpleType>