AdsMLPlacementLinkCV

Simple Type Information

Source

<xs:simpleType name="AdsMLPlacementLinkCV">
  <!-- Status of CV: Approved -->
  <xs:restriction base="adsml:CodeRootType">
    <xs:enumeration value="Scatter" adsml-sx:longName="Placement of the ads should occur 'randomly' within the specified criteria."/>
    <xs:enumeration value="Sequence" adsml-sx:longName="Placement of the ads should occur in a sequence within the specified criteria."/>
    <xs:enumeration value="UmbrellaAd" adsml-sx:longName="A placement is composed of other placements"/>
    <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>