<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." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Sequence" adsml-sx:longName="Placement of the ads should occur in a sequence within the specified criteria." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="UmbrellaAd" adsml-sx:longName="A placement is composed of other placements" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="-0-" adsml-sx:longName="Null / empty value or value not known. To be used only when the containing element is required." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
</xs:restriction>
</xs:simpleType>
|