AdsMLPickupInstructionsCV

Simple Type Information

Source

<xs:simpleType name="AdsMLPickupInstructionsCV">
  <!-- Status of CV: Approved -->
  <xs:restriction base="adsml:CodeRootType">
    <xs:enumeration value="PickupAsIs" adsml-sx:longName="Run existing ad"/>
    <xs:enumeration value="PickupWithChange" adsml-sx:longName="Run ad with changes"/>
    <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>